@charset "UTF-8";
/*
Theme Name: Victory
Author: Anonymous
Author URI:
Version: 1
Description: Custom Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miketannousis
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
   ---------------------------------------------------------*/

/*! 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: #480082; }
    .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: #e1e1e1;
  border: 2px solid #e1e1e1;
  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: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #480082;
  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: 1px solid #480082;
  background: transparent;
  margin: 0;
  /*min-width: 167px;*/
  width: 100%;
  /*height: 33px;*/
  font-size: 14px;
  /*line-height: 33px;*/
}
.jcf-select.jcf-select-small {
  width: 50%;
}
  @media (min-width: 768px) {
    .jcf-select.jcf-select-small {
      width: 100%;
    }
    .jcf-select {
      border-width: 2px;
      font-size: 16px;
      /*line-height: 50px;*/
      /*height: 50px; */
      } }
  .jcf-select.jcf-focus {
    border-color: #480082; }

.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: #2d2d2d;
  font-style: italic;
  line-height: 42px;
  height: 42px; }
  

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  /*z-index: -1;*/
  width: 36px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-select .jcf-select-opener:after {
  content: " ";
  clear: both;
  position: absolute;
  top: 19px;
  left: 13px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #c2a588; }
  @media (min-width: 768px) {
    .jcf-select .jcf-select-opener:after {
      top: 19px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #c2a588;
    }
    .jcf-select .jcf-select-text {
      /*font-size: 20px;*/
      line-height: 48px;
      height: 48px; }
       }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 98; }

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: #480082;
  padding: 20px; }
  @media (min-width: 1024px) {
    .jcf-select-drop .jcf-select-drop-content {
      padding: 15px; } }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  /*max-width: 100%;*/
  width: 100%;
  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;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
  font-style: italic;
  cursor: default;
  font-size: 14px;
  display: inline-block;
  padding: 3px 9px;
  color: #fff; }
  @media (min-width: 1024px) {
    .jcf-list .jcf-option {
      font-size: 16px;
      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: #2b2b2b; }

.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: #c2a588;
  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: 768px) {
  .jcf-select-small {
    width: 168px; } }

@media (min-width: 768px) {
  .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 13px;
}

.fancybox-image {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-type-iframe .fancybox-inner {
  height: auto !important;
  background-color: #f3f3f3;
  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: 1023px) {
    .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: 1023px) {
    .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: #2d2d2d;
  font: 13px/1.7 "ff-more-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1024px) {
    body {
      font-size: 16px;} }

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;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
  border-left: 2px solid #eac334;
  padding: 0 0 0 13px; }
  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-top: 15px;
  padding-bottom: 14px; }
  ul > li {
    padding-left: 11px;
    padding-bottom: 5px;
    position: relative; }
    ul > li:before {
      content: ' ';
      clear: both;
      position: absolute;
      top: 7px;
      left: 3px;
      background: #eac334;
      width: 3px;
      height: 3px;
      border-radius: 50%; }
  @media (min-width: 1024px) {
    ul {
      padding-top: 8px;
      margin-bottom: 26px; }
      ul > li {
        padding-bottom: 6px;
        padding-left: 14px; }
        ul > li:before {
          width: 5px;
          height: 5px;
          top: 9px; } }

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: 4px 0 12px 20px; }
    @media (min-width: 1024px) {
      figure figcaption {
        font-size: 12px;
        line-height: 18px; } }
    figure figcaption:before {
      position: absolute;
      left: 0;
      top: 7px;
      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: #480082; }
  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;
  max-width: 740px;
  margin: 0 auto; }

button, input, optgroup, select, textarea {
  color: #2d2d2d; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #252b63;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  background: transparent;
  padding: 16px; }
  @media (min-width: 768px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 16px;
      border-width: 2px;
      height: 50px;
      line-height: 45px;
       } }
  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 {
    font-style:italic;
    color: #2d2d2d; }
  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 {
    font-style:italic;
    opacity: 1;
    color: #2d2d2d; }
  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 {
    font-style:italic;
    color: #2d2d2d; }
  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 {
    font-style:italic;
    color: #2d2d2d; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    font-style:italic;
    color: #2d2d2d; }
  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 #c2a588; }
    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 {
      font-style:italic;
      color: #2d2d2d; }
    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 {
      font-style:italic;
      opacity: 1;
      color: #2d2d2d; }
    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 {
      font-style:italic;
      color: #2d2d2d; }
    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 {
      font-style:italic;
      color: #2d2d2d; }
    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 {
      font-style:italic;
      color: #2d2d2d; }

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

textarea {
  width: 100%;
  max-width: 600px;
  resize: none;
  vertical-align: top;
  height: 143px;
  line-height: inherit; }
  @media (min-width: 1024px) {
    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: 13px;
  line-height: 31px;
  height: 33px;
  cursor: pointer;
  background: #480082;
  border: 2px solid #480082;
  text-transform: uppercase;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0 10px;
  width: 240px;
  max-width: 100%;
  margin-bottom: 15px;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  -webkit-transition: color .4s, background .4s, border-color .4s;
  -o-transition: color .4s, background .4s, border-color .4s;
  transition: color .4s, background .4s, border-color .4s;
}
  @media (min-width: 768px) {
    .btn,
    button,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'] {
      font-size: 14px;
      line-height: 38px;
      height: 40px;
      margin-bottom: 30px;
} }
  .btn:hover,
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover {
    background: #1d2251;
  }
  .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: none;
      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-white {
  border:2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white span {
  background-color: transparent;
}
.btn-white:hover {
  background-color: #fff;
  color: #480082;
}
.btn-orange {
  color: #fff;
  border-color: #c2a588;
  background: #c2a588; }
  .btn-orange:hover, .btn-orange.hover {
    border-color: #b2977c;
    background: #b2977c; }

.btn-blue {
  border-color: #480082;
  background: #480082; }
  .btn-blue:hover, .btn-blue.hover {
    border-color: #1d2251;
    background: #1d2251; }

.btn-default {
  background: transparent;
  color: #480082;
  border: 2px solid #480082;}
  .btn-default:hover, .btn-default.hover {
    background: #480082;
    color: #fff;
  }

.btn-dark-blue {
  background: #480082; }
  .btn-dark-blue:hover {
    background: #062856; }

.btn-border {
  box-shadow: inset 0 0 0 2px #2b2b2b;
  color: #2b2b2b;
  background: none;
  text-decoration: none; }
  .btn-border:hover {
    color: #fff;
    background: #14325c; }
  @media (min-width: 1024px) {
    .btn-border {
      box-shadow: inset 0 0 0 4px #2b2b2b; }
      .btn-border:hover {
        box-shadow: inset 0 0 0 4px #2b2b2b; } }
  .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: 1024px) {
    .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: #c2a588; }
  .btn.btn-border-white:hover {
    background: #00a1ca; }
  @media (min-width: 1024px) {
    .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; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  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;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #480082;
    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: #c2a588;
      position: relative;
    }
    .navigation .page-numbers:hover:not(.next):not(.prev):after, .navigation .page-numbers.current:after,
    .navigation-comments .page-numbers:hover:not(.next):not(.prev):after,
    .navigation-comments .page-numbers.current:after {
      content: '';
      position: absolute;
      bottom: 6px;
      left: 9px;
      right: 9px;
      height: 2px;
      background-color: #c2a588;
    }
    .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;
      position: relative;
      font-size: 0;
      line-height: 0;
      background: none; }
    .navigation .page-numbers.next:hover:before, .navigation .page-numbers.prev:hover:before,
    .navigation-comments .page-numbers.next:hover:before,
    .navigation-comments .page-numbers.prev:hover:before {
      border-color: #c2a588;
    }
      .navigation .page-numbers.next:before, .navigation .page-numbers.prev:before,
      .navigation-comments .page-numbers.next:before,
      .navigation-comments .page-numbers.prev:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 12px;
        height: 12px;
        border: 1px solid #480082;
        border-width: 0 0 1px 1px;
        -webkit-transform: translate(-100%, -50%) rotate(-135deg);
        -ms-transform: translate(-100%, -50%) rotate(-135deg);
        transform: translate(-100%, -50%) rotate(-135deg);
        display: inline-block;
      }
    .navigation .page-numbers.prev:before,
    .navigation-comments .page-numbers.prev:before {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

.navigation-single {
  max-width: 1010px;
  position: relative;
  margin: 0 auto 2px;
  background: #f3f3f3;
  padding: 17px 15px 2px; }
  @media (min-width: 768px) {
    .navigation-single {
      margin-bottom: 13px;
      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;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    font-size: 19px; }
    @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: #480082;
      background: #fff;
      text-decoration: none;
      padding: 15px 23px 24px 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 {
        content: '';
        position: absolute;
        left: 19px;
        top: 50%;
        margin-top: -6px;
        width: 15px;
        height: 15px;
        border: 1px solid #480082;
        border-width: 0 0 1px 1px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        
  .navigation-single .next a {
    padding: 15px 45px 24px 23px; }
    @media (min-width: 1400px) {
      .navigation-single .next a {
        padding: 28px 72px 33px 23px; } }
    .navigation-single .next a:before {
        left: auto;
        right: 19px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
       }
     @media (min-width: 1024px) {
        .navigation-single .next a:before,
        .navigation-single .prev a:before {
          width: 23px;
          height: 23px;
          left: 30px;
          margin-top: -8px;
          }
        .navigation-single .next a:before {
            right: 27px;
            left: auto;} }
  .navigation-single .next a:hover:before,
  .navigation-single .prev a:hover:before {
    color: #c2a588; }
  .navigation-single span {
    font-size: 13px;
    display: block;
    color: #c2a588;
    line-height: 1;
    padding: 4px 0;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .navigation-single span {
        font-size: 20px;
        padding: 0 0 7px; } }
  .navigation-single strong {
    line-height: 1;
    display: block;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .navigation-single strong {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .navigation-single strong {
        font-size: 32px;
        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: 768px) {
    .size-full {
      margin: 0;
      width: 100%;
      margin-bottom: 35px !important; } }
  @media (min-width: 1024px) {
    .size-full {
      margin-bottom: 50px !important; } }

@media (min-width: 1024px) {
  figure .size-full + figcaption {
    margin-top: -35px; } }

@media (min-width: 1024px) {
  figure .size-full + figcaption {
    margin-top: -45px; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "itc-avant-garde-gothic-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.22em;
  margin: 0 0 0.5em;
  color: inherit; }
  @media (min-width: 1024px) {
    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-size: 29px;
  color: #480082;
  font-weight: 700;
  margin-bottom: 7px; }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 44px;
      margin-bottom: 9px; } }

h2, .h2 {
  font-size: 28px;
  color: #480082;
  font-weight: 400;
  font-family:"ff-more-web-pro";
  margin-bottom: 7px; }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 32px;
      margin-bottom: 10px; } }

h3, .h3 {
  font-size: 19px;
  color: #eac234;
  font-weight: 700;
  margin-bottom: 9px; }
  @media (min-width: 1024px) {
    h3, .h3 {
      font-size: 22px;
      margin-bottom: 14px; } }

h4, .h4 {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  font-family:"ff-more-web-pro";
  color: #480082;
  margin-bottom: 12px; }
  @media (min-width: 1024px) {
    h4, .h4 {
      font-size: 20px;
      margin-bottom: 16px; } }

h5, .h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #480082;
  margin-bottom: 14px; }
  @media (min-width: 1024px) {
    h5, .h5 {
      font-size: 18px;
      margin-bottom: 19px; } }

h6, .h6 {
  font-size: 14px;
  font-weight: 400;
  font-family:"ff-more-web-pro";
  text-transform: uppercase;
  color: #2d2d2d; }
  @media (min-width: 1024px) {
    h6, .h6 {
      font-size: 16px; } }

strong {
  font-weight: 700; }

p {
  margin: 0 0 1.7em; }
  p strong {
    font-weight: 700; }

a {
  color: #c2a588;
  -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: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', 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: 700; } }
  @media (min-width: 1024px) {
    #nav {
      width: auto;
      position: static;
      font-size: 16px;
      line-height: 19px;
      text-align: left;
      padding: 9px 0 0;
      float: right;
      width: 75%; } }
  #nav .drop {
    overflow: hidden;
    position: absolute;
    top: 93px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 997;
    max-height: 0;
    -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear;
    background: #21265b; }
    #nav .drop:after {
      content: '';
      display: block;
      clear: both;
    }
    @media (min-width: 1024px) {
      #nav .drop {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        max-height: 1000px;
        position: static;
        background: none;
        overflow: visible;
        float: right;
        -ms-align-items: center;
        align-items: center;
        -webkit-transition: none;
                transition: none; }
      #nav .drop #nav-menu {
        margin: 0 auto;
      }
   }
  @media (max-width: 1023px) {
    #nav .btn-contribute {
      display: none;
      float: none;
      font-size: 18px;
      line-height: 20px;
      border-radius: 0;
      text-align: left;
      font-weight: 700;
      margin: 0;
      padding: 5px 17px 8px; }
    }
  #nav .lang-trigger {
    display: none;
    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: #c2a588; }
      #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;
        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: #2b2b2b;
        font-style: normal;
        padding: 4px 14px;
        display: block; } }
  .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 0 5px;
  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;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    display: block;
    position: relative;
    padding: 18px 26px 16px; }
  .mobile-menu li.link-home a {
    font-size: 20px;
    line-height: 1;
    padding: 14px 24px 12px; 
  }
    .mobile-menu li.link-home a:after {
      display: none; }
  .mobile-menu ul {
    margin: 0;
    padding: 0; }
  .mobile-menu li {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    margin: 0; }
    .mobile-menu .active {
      background-color: #464a75;
    }
.mobile-menu .slide a {
  padding-left: 41px;
}
.mobile-menu .opener-item .opener{
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mobile-menu .opener:after {
  content: '\f105';
  font-size: 20px;
  display: block;
  font-weight: 400;
  font-family: 'FontAwesome';
  transition: transform .4s;
}
.mobile-menu .active-item .opener:after {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.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: 768px) {
      .mobile-menu li.link-home a {
        font-size: 36px;
        padding: 18px 26px 16px;
      }
      .mobile-menu li {
        font-size: 36px;
        line-height: 1.6;
      }
      .mobile-menu .opener-item .opener {
        width: 90px;
      }
      .mobile-menu .opener:after {
        font-size: 30px;
      }
    }
    @media (min-width: 1024px) {
      .mobile-menu li {
        font-size: 18px;
        line-height: 20px;
      }
      #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-active #wrapper {
    height: 100vh;
  }
  #nav .drop {
    height: 0; } }

@media (max-width: 1023px) {
  .nav-active #nav .drop {
    max-height: 2000px;
    overflow-y: auto;
    padding-bottom: 80px;
    height: calc(100vh - 75px); } }

.nav-opener {
  position: absolute;
  top: 34px;
  /*top:27px;*/
  right: 18px;
  width: 28px;
  height: 22px;
  z-index: 10000;
  font-weight: 300;
  color: #2b2b2b;
  text-decoration: none; }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #2b2b2b;
    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, .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    height: 8px;
  }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
             transform:rotate(45deg);
             top: 5px;
            left: 0;
            right: 0; }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 5px;
            left: 0;
            right: 0; }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  

#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;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  max-width: 740px; }
  .sub-menu li {
    padding: 0;
    border-bottom: 2px solid #480082; }
    .sub-menu li:before {
      display: none; }
    .sub-menu li:first-child {
      border-top: 2px solid #480082; }
  .sub-menu a {
    display: block;
    text-transform: uppercase;
    padding: 19px  15px 16px;
    color: #480082;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    position: relative; }
    @media (min-width: 1024px) {
      .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: #eac334; }
  @media (max-width: 1023px) {
    .sub-menu {
      margin: 34px auto; } }
  .sub-menu.menu-vertical {
    max-width: 280px; }
    .sub-menu.menu-vertical li {
      border-color: #480082; }
    .sub-menu.menu-vertical a {
      font-weight: 700; }

@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: #2b2b2b; }
    .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: #c2a588; } }

.top-section {
  overflow: hidden;
  position: relative;
  color: #fff;
  min-height: 200px;
  height: auto;
  background: #480082; }
  @media (min-width: 768px) {
    .top-section {
      height: 480px;
    } }
  .top-section.section-small {
    min-height: 330px; }
  .top-section.section-medium {
    min-height: 616px; }
  .top-section .section-hold {
    position: relative;
    overflow: hidden;
    height: 100%; }
  @media (max-width: 1023px) {
    .top-section{
      margin-top: 73px;
    }
    .top-section .section-hold {
      min-height: 300px;
      display: flex;
    }
    .home .top-section .section-hold {
      display: block;
    }
    .promo-active .top-section {
      margin-top: 110px;
    }
    .top-section.mob-overlay .section-hold:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 110%;
      height: 110%;
      content: "";
      z-index: 1; } }
  @media (min-width: 1024px) {
    .top-section {
      height: 550px;
    }
    .top-section.desktop-overlay .section-hold:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 110%;
      height: 110%;
      content: "";
      z-index: 1; } }
  .top-section .container {
    width: 100%;
    min-height: 300px;
    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: 90px 15px 0; }
  .top-section .btn {
    width: 100%;
  }
    .home .top-section .container {
      padding-top: 38px;
      justify-content: flex-start;
    }
    @media (min-width: 768px) {
      .top-section .container {
        padding-bottom: 27px;
        } }
    @media (min-width: 1024px) {
      .top-section .btn + .btn {
        margin-left: 11px;
      }
      .top-section .btn {
        width: 176px;
      }
      .home .top-section .container {
        padding-top: 159px;
      }
      .top-section .container {
        max-width: 1230px;
        padding: 120px 25px 0;
        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 {
    min-height: 300px; }
    @media (min-width: 1024px) {
      .top-section.section-25vh{
        min-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{
    min-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{
    min-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{
    min-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;
    padding-bottom: 12px;
    width: 100%; }
  .top-section .right-block:after {
      content: '';
      display: block;
      clear:both;
    }
  @media (max-width: 768px) {
    .home .top-section .right-block{
      padding-top: 35px;
    }
  }
  .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;
  }
  .top-section.image-align-left .bg-stretch{
  background-position: 0 0;
}
.top-section.image-align-right .bg-stretch{
  background-position: 100% 0;
}
  @media (max-width: 1023px) {
    .home .top-section .bg-stretch {
      position: relative;
      height: 90vw;
      max-height: 600px;
    } }
  .bg-stretch.img-align-right {
      background-position: 100% 0; } 
  .bg-stretch.img-align-left {
    background-position: 0 0;
  }
  .top-section .logo {
    width: 142px;
    margin: 0 auto 41px; }
    @media (min-width: 1024px) {
      .top-section.has-shadow {
        box-shadow: 0 10px 0 rgba(0,0,0,.06);
      } 
      .top-section .logo {
        width: auto; } }
  .top-section .btn-play {
    font-weight: 600;
    font-size: 16px; }
    .top-section .btn-play:hover {
      background: #fff;
      color: #2b2b2b; }
      .top-section .btn-play:hover span {
        border-color: #2b2b2b; }
  .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 #d81212; }
  .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: #d81212; }
  .top-section .gform_wrapper .gform_footer img {
    display: none !important; }
  @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 7px; }
    @media (min-width: 1024px) {
      .top-section .autor-date {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
      }
      .top-section .autor-date .txt {
        padding-left: 16px;
      }
      .top-section .autor-date .avatar {
        width: 40px;
        height: 40px;
        margin-left: 0;
        margin-right: 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;
    letter-spacing:2px;
    line-height: 19px; }
    @media (min-width: 1024px) {
      .top-section .autor-date .txt {
        font-size: 16px;
        line-height: 22px; }
        .top-section .autor-date .txt br {
            display: none;
          } }

.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 "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', 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: #2b2b2b; }
        @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;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0 0 13px; }
  @media (min-width: 1024px) {
    .add-info-list {
      font-size: 18px;
      padding: 0 0 15px; } }
  .add-info-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    color: #480082;
    text-transform: uppercase; }
    .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: #480082;
    text-decoration: none; }
    .add-info-list a:hover {
      text-decoration: underline; }

.items-list {
  margin: 0 20px 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .items-list .slick-arrow.slick-prev{
      left: -20px;
    }
    .items-list .slick-arrow.slick-next{
      right: -20px;
    }
  }
  @media (min-width: 1280px) {
    .items-list .slick-arrow.slick-prev{
      left: -45px;
    }
    .items-list .slick-arrow.slick-next{
      right: -45px;
    }
  }
  @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;
    font-weight: 400;
    display: block;
    padding-top: 5px;
    margin: 0 -5px; }
    @media (min-width: 1024px) {
      .items-list strong {
        font-size: 14px;
        line-height: 20px;
        padding-top: 9px;
        margin: 0; } }
  .items-list a {
    color: #2d2d2d;
    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: #c2a588; }
    .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: #d81212; }
      .posts-list li.bg-red:hover {
        background: #d62632; }
    .posts-list li.bg-dark-blue {
      background: #2b2b2b; }
      .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 "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', 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: 820px;
  text-align: center;
  padding-bottom: 0;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .events-list {
      padding: 66px 0 127px;
      text-align: left;
      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: 1024px) {
      .events-list li {
        padding-left: 134px; } }
  .events-list .date {
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    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;
    font-weight: 700;
    text-transform: uppercase;
    background: #c2a588;
    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: 1024px) {
      .events-list .date {
        width: 98px;
        height: 98px; } }
    .events-list .date span {
      display: block;
      font-size: 17px;
      line-height: 1;
      margin: 5px 0; }
      @media (min-width: 1024px) {
        .events-list .date span {
          font-size: 22px; } }
    .events-list .date em {
      display: block;
      font-style: normal;
      font-size: 34px;
      line-height: 1; }
      @media (min-width: 1024px) {
        .events-list .date em {
          font-size: 44px; } }
  .events-list .date-ttl {
    display: block;
    text-transform: uppercase;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    font-size: 13px;
    color: #480082;
    padding: 10px 0 25px; }
    @media (min-width: 1024px) {
      .events-list .date-ttl {
        font-size: 16px; } }
    .events-list .date-ttl em {
      font-style: normal;
      padding-right: 15px; }
  .events-list h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    margin: 0; }
    @media (min-width: 1024px) {
      .events-list h2 {
        font-size: 44px;
        line-height: 36px; } }
    .events-list h2 a {
      color: #480082;
      text-decoration: none; }
      .events-list h2 a:hover {
        text-decoration: underline; }
  .events-list .btn {
    min-width: 0;
    display: block;
    margin: 0 auto 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-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #d81212;
  text-align: center;
  padding: 39px 0 42px; }
  .intro-text p:last-of-type {
    margin: 0; }
  @media (max-width: 1023px) {
    .intro-text {
      font-size: 20px;
      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: #d81212; }
    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; }
@media (min-width: 1024px) {
   .home .top-section.desktop-overlay .section-hold:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: none !important;
    z-index: 1;
    background: -webkit-linear-gradient(left, rgba(44,51,118, 1) 0%, rgba(44,51,118, 0) 0%) !important;
    background: -o-linear-gradient(left, rgba(44,51,118, 1) 0%, rgba(44,51,118, 0) 0%) !important;
    background: linear-gradient(to right, rgba(44,51,118, 1) 0%, rgba(44,51,118, 0) 0%) !important;
  }

}
.about-boxes {
  position: relative;
  z-index: 2;
}
.about-boxes .btn {
  min-width: auto;
  padding-left: 27px;
  padding-right: 27px;
}
.about-boxes .title {
  margin-top: 30px;
}
.about-boxes .title:after {
  top: -20px;
  bottom: auto;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
  .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: 768px) {
      .home .about-boxes .boxes-row .container {
        padding: 50px 20px;
      }
      .about-boxes .btn {
        padding: 12px 36px;
      }
      .about-boxes .boxes-row .container {
        -ms-flex-flow: row wrap;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      .margi-top .about-boxes .boxes-row .container {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
      }
    }
    @media (min-width: 1024px) {
      .about-boxes .title:after {
        top: -42px;
      }
      .about-boxes .title {
        margin-top: 67px;
        font-size: 50px;
      }
      .home .about-boxes .boxes-row .container {
        padding: 0 30px;
      }
      .about-boxes .boxes-row .container {
        padding: 0;
      }
      .about-boxes .btn {
        min-width: 174px;
        padding: 15px 36px;
      }
    }
    .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: #c2a588;
    color: #fff; }
    .about-boxes .boxes-row-blue h2 {
      color: #fff; }
  .about-boxes .video {
    position: relative;
    box-shadow: 10px 12px 0 rgba(0,0,0,.06);
    min-height: 300px; }
  .simple-text-section {
    background-image: url(images/bg-orange-line.jpg);
    background-repeat: repeat; }
  .simple-text-section .text-holder {
    max-width: 970px;
    padding: 30px 15px;
    margin: 0 auto;
    color: #fff;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    font-size: 19px;
    line-height: 1.2;
  }
  .about-boxes + .wpb_text_column .title {
    margin-top: 30px;
  }
  .about-boxes + .wpb_text_column .title:after {
    top: -20px;
    bottom: auto;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
    @media (min-width: 768px) {
      .about-boxes .video {
        width: 50%;
        min-height: 330px; }
      .simple-text-section .text-holder {
        font-size: 24px;
      }
      .about-boxes .video {
        width: calc(50% - 20px);
      }
        .about-boxes .video .bg-stretch.overlap {
          bottom: -30px; } }
    @media (min-width: 1024px) {
      .simple-text-section .text-holder {
        font-size: 38px;
      }
      .about-boxes + .wpb_text_column .title {
        margin-top: 55px;
      }
       .about-boxes + .wpb_text_column .title:after {
          top: -30px;
        }
      .simple-text-section .text-holder {
        padding-top: 90px;
        padding-bottom: 90px;
      }
      .about-boxes + .wpb_text_column .title {
        max-width: 55%;
      }
      .about-boxes .video {
        min-height: 495px;
        width: calc(50% - 70px);
        margin-bottom: -34px;
      }
      .margin-top .about-boxes .video {
        margin-bottom: 0;
        margin-top: -34px;
      } 
    }
    @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: 1024px) {
        .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; } }
    @media (min-width: 1024px) {
      .about-boxes .info {
        width: 50%;
        } }
    @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: #c2a588;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .about-boxes .home h2 {
        font-size: 40px;
        margin: 0 0 30px; } }
.about-boxes .info {
    padding-top: 30px; }
.about-boxes h2 {
    font-size: 30px;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    color: #480082;
    font-weight: 700;
    text-transform: uppercase; }
.about-boxes .image {
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: 300px; }
  
  @media (min-width: 768px) {
    .about-boxes .image {
      width: 50%;
    }
    .about-boxes .info {
        width: 50%;
        padding-left: 15px; }
    .about-boxes .container.container-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .about-boxes .container.container-reverse  .info {
      padding-right: 15px;
      padding-left: 0;
    }
    .about-boxes .container {
      padding: 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

  @media (min-width: 1024px) {
    .about-boxes .container {
      padding: 0;
    }
    .about-boxes .image {
      min-height: 470px;
      max-width: 50%;
      width: 400px;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
    }
    .about-boxes h2 {
      font-size: 44px; }
  }

.about-boxes .image .bg-stretch {
  background-size: cover;
  background-position: center 20%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }


/* 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 {
    margin: 0 auto;
    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 {
  border: none;
  -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: 9px;
    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: 12px;
      height: 12px;
      border: 1px solid #2b2b2b;
      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: #2b2b2b; }
    .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: 55px;
        height: 55px; }
        .slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
          width: 26px;
          height: 26px;
          border-width: 0 0 5px 5px; } }
  .slick-arrow.slick-next {
    left: auto;
    right: 9px; }
    .slick-arrow.slick-next:before {
      border-width: 1px 1px 0 0;
      -webkit-transform: translate(-70%, -50%) rotate(45deg);
          -ms-transform: translate(-70%, -50%) rotate(45deg);
              transform: translate(-70%, -50%) rotate(45deg); }
@media (min-width: 1024px) {
  .slick-arrow.slick-next:before {
    border-width: 5px 5px 0 0;
  }
}

.about-slider {
  padding: 30px 0;
  position: relative; }
  .about-slider .info {
    height: auto;
  }
  .about-slider:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -99999px;
    right: -99999px;
    bottom: 30px;
    background-color: #eef6ff;
    z-index: -1;
  }
    @media (min-width: 1024px) {
      .about-slider:before{
        top: 96px;
        bottom: 30px;
      }
      .about-slider {
        padding-top: 66px;
        padding-bottom: 0;
      }
      .about-slider .info {
        margin-top: 30px;
        display: flex;
        flex-direction: column; 
        justify-content: center; 
        margin-bottom: 30px;
        min-height: 640px;
        padding-bottom: 112px; } }
  .about-slider .slick-arrow {
    position: absolute;
    bottom: 90px;
    left: calc(50% + 60px);
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background: #41afe3;
    padding: 0;
    margin: 0;
    background-clip: border-box;
    border-radius: 0;
    border: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 100; }
    .about-slider .slick-arrow:hover {
      opacity: .4; }
    .about-slider .slick-arrow:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 12px;
      border: 1px solid #fff;
      border-width: 0 0 1px 1px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: -5px;
      margin-left: -3px; }
    .about-slider .slick-arrow.slick-next {
      left: calc(50% + 120px);
    }
      .about-slider .slick-arrow.slick-next:before {
        border-width: 1px 1px 0 0;
        margin-left: -8px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      @media (min-width: 1024px) {
        .about-slider .slick-arrow:before {
          width: 12px;
          height: 12px; } }
.news-list-area {
  background-color: #e3e3e3;
}
.news-list-area h1 {
  font-size: 25px;
}
@media (min-width: 1024px) {
  .news-list-area h1 {
    font-size: 50px;
  }
}
.news-list-area .slick-arrow.slick-next:before,
.news-list-area .slick-arrow.slick-prev:before {
  border-color: #2b2b2b;
}

.news-list-area .slick-arrow.slick-next:hover:before,
.news-list-area .slick-arrow.slick-prev:hover:before {
  border-color: #1d2251;
}

.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: #c2a588; }

.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; }
    @media (min-width: 768px) {
      .slick-dots li {
        margin: 0 7px; } }
    .slick-dots li:before {
      display: none; }
    .slick-dots li button {
      min-width: 0;
      width: 7px;
      height: 7px;
      margin: 0;
      padding: 0;
      overflow: hidden;
      text-indent: -9999px;
      background: #ebebeb;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .slick-dots li button {
          width: 10px;
          height: 10px; } }
    .slick-dots li.slick-active button,
    .slick-dots li button:hover {
      background: #480082; }

#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: #2b2b2b; }

.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; }

.js-video-holder .video-holder video {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
  height: 100%; }

.map-canvas {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }

.map-canvas img {
  max-width: none; }

.home #main {
  padding-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; }
  .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) {
  .top-section {
  margin-top: 0; }
  .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: 15px 15px 11px;
  height: 94px;
}
  @media (min-width: 1024px) {
    #header {
      margin: 0 auto;
      padding: 12px 25px 6px;
      max-width: 1230px; } }
  #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;
        font-size: 18px;
        vertical-align: middle;
        padding: 6px 0 0 17px; } }
    #header .social-networks li {
      margin: 0 13px; }
      @media (min-width: 1024px) {
        #header .social-networks li {
          font-size: 18px;
          margin: 0 5px; } }
    #header .social-networks a {
      color: #fff; }
      #header .social-networks a:hover {
        color: #c2a588; }

.logo {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
  .logo a {
    display: inline-block; }
    .logo a:hover {
      opacity: .8; }
  .logo img {
    display: block;
    width: 178px;
    height: 41px; 
  }
    .logo img.white-logo {
      display: none; }

.header-panel {
  background-color: #480082;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

  .header-panel .logo {
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-transition: width .3s linear;
            transition: width .3s linear; }
@media (min-width: 1024px) {
  .header-panel .logo {
    float: left;
    margin: 0; }
  .header-panel {
    background-color: #480082;
  }
  .logo img {
    width: 204px;
    height: 65px; }
}
.fixed-position .nav-menu a,
.header-panel-color .nav-menu a {
    color: #2b2b2b; }

#nav-menu {
  position: relative;
  z-index: 101; }

.btn-contribute {
  display: inline-block;
  vertical-align: middle;
  color: #480082;
  text-decoration: none;
  text-transform: uppercase;
  background: #c2a588;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  min-width: 86px;
  text-align: center;
  padding: 5px;
}
  @media (max-width: 1023px) {
    #nav + .btn-contribute {
      display: none;
    }
    .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;
      line-height: 20px;
      padding: 16px 10px 14px;
      min-width: 130px;
      margin-left: 33px; }
      .btn-contribute.mob {
        display: none; } }
  .btn-contribute:hover {
    background: #b2977c;
    text-decoration: none; }
  .btn-contribute:focus {
    outline: none; }
    @media (min-width: 1024px) {
      .transparent-header .header-panel:not(.fixed-position) {
        background-color: transparent !important;
      }
    }
  @media (min-width: 1024px) {
    .btn-contribute {
      min-width: 180px;
  }}

.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;
  margin: 0 0 -3px; }
  .footer-bar .col {
    order: 3;
    padding: 15px 0 19px; }
  .footer-bar .social-col {
    padding-bottom: 5px;
    width: 100%;
  }
  .footer-bar .social-networks {
    padding-bottom: 0;
  }
  @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 .col {
        padding: 5px; } 
      .footer-bar .social-col {
        width: 100%;
        -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; } }
      @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: 204px;
      height: 74px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .footer-bar .col.logo-col img {
          height: 50px;
          width: 210px; } }
  .footer-bar .btns-col {
    margin: 0 -10px -13px; }
    @media (min-width: 1024px) {
      .footer-bar .col.logo-col img {
        width: 260px;
        height: 60px;
      }
      .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: 18px 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;
      color: #fff !important;
    }
      @media (min-width: 1024px) {
        .footer-bar .social-networks li a {
          color: #fff;
          font-size: 14px;
          width: 40px;
          height: 40px; } }
      .footer-bar .social-networks li a:hover {
        color: #c2a588 !important;
      }
      @media (min-width: 1024px) {
        .footer-bar .social-networks li a {
          font-size: 18px; }
      }

.footer-bar {
  padding: 8px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .footer-bar {
      padding: 54px 0 34px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .footer-bar .logo-col {
    -webkit-box-ordinal-group: 2;
    width: 100%;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 768px) {
      .footer-bar .logo-col {
        width: auto;
        padding: 0 45px; } }
  .footer-bar .footer-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    list-style: none;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .footer-bar .footer-nav {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .footer-bar .footer-nav li {
      padding: 0 15px; }
      .footer-bar .footer-nav li:before {
        display: none;
      }
    .footer-bar .footer-nav a {
      text-decoration: none;
      color: #c2a588; }
    .footer-bar .footer-nav a:hover {
      color: #b2977c !important; }
      @media (min-width: 1024px) {
        .footer-bar .footer-nav a {
          font-size: 14px; } }
    }
.footer-bar .footer-nav > li:before {
  display: none;
}
.bottom-bar .by-box {
  color: #fff;
  letter-spacing: 1px;
  font-size: 8px;
}
.bottom-bar {
  background: #f3f3f3;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 17px 0 9px;
  color: #878787; }
  .bottom-bar .copyright p{
    margin-bottom: 0;
  }
  .bottom-bar .add-nav {
    margin: 0 auto;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    padding: 0 0 9px; }
  @media (min-width: 768px) {
    .bottom-bar {
      padding: 10px 0 11px;
      font-size: 10px; }
    .bottom-bar .container:before, .bottom-bar .container:after {
      display: none; } 
    .bottom-bar .add-nav {
      width: auto;
      margin: 0;
      padding-top: 5px; 
      } }
    .bottom-bar .add-nav li {
      font-size: 10px;
      padding: 0;
      display: inline-block;
      vertical-align: top;
      margin: 0 8px; }
      .bottom-bar .add-nav li:before {
        display: none; }
      .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) {
    .footer-bar .footer-nav li {
      padding: 22px 15px 0;
    }
    .bottom-bar .by-box {
      font-size: 10px;
    }
    .bottom-bar .copyright {
      display: inline-block;
      float: left;
      padding-top: 6px;
    }
    .bottom-bar .add-nav {
      display: inline-block;
      float: left;
      padding-top: 6px;
      padding-bottom: 0;
    }
    .bottom-bar .container {
      position: relative;
    }
    .bottom-bar .container:after {
      content: '';
      display: block;
      clear: both;
    }
    .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: 128px;
    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;
  position: relative; }
  @media (max-width: 1023px) {
  .home #wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .home .actions-sign-up-form {
    order: 5;
  }
  .home #footer {
    order: 6;
  }
}

.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;
}

.container {
  position: relative;
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto; }

.container-740, .sm-container {
  max-width: 770px; }

.container-970 {
  max-width: 970px; }

.container-1116 {
  max-width: 1116px; }
.container-1056 {
  max-width: 1056px;
}
.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: 21px;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    color: #480082;
    font-weight: 700;
    margin-bottom: 37px; }
    .gray-section h2 small {
      font-family: "ff-more-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 11px;
      display: block;
      letter-spacing: 2px;
      line-height: 1;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0 0 3px;
    }
    @media (min-width: 1024px) {
      .gray-section h2 {
        font-size: 44px; }
      .gray-section h2 small {
        font-size: 13px; } }
  @media (max-width: 1023px) {
    .form-area.gray-section {
      padding-bottom: 0;
    }
    .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: #2b2b2b; }
  .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: #2b2b2b; }
  .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 69px;
  margin: 0;
  color: #fff;
  font-size: 33px;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .title-h1 {
      font-size: 66px;
      padding: 3px 0 20px; } }
  .title-h1 span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    font: 8px/1 "ff-more-web-pro", "Times New Roman", serif;
    letter-spacing: 2px; }
    .title-h1 span:before {
      content: '';
      position: absolute;
      bottom: -9px;
      left: 50%;
      -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      height: 1px;
      background-color: #c2a588;
      display: block;
      width: 67px;
    }

    .title-h1 .dark-mark {
      font-size: 37px;
      display: inline-block;
      font-weight: 700;
      position: relative;
    }
    .title-h1 .dark-mark:before {
      content: '';
      position: absolute;
      top: 3px;
      bottom: 0;
      left: -4px;
      right: -4px;
      background-color: #480082;
      z-index: -1;
    }
    @media (min-width: 768px) {
      .title-h1 span {
        font-size: 12px;
     }}
    @media (min-width: 1024px) {
      .title-h1 span {
        font-size: 15px;
        margin-bottom: 43px;
        letter-spacing: 3px; }
      .title-h1 span:before {
        width: 135px;
      }
      .title-h1 .dark-mark {
        font-size: 60px; }
    }

.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-h1 span:before {
        bottom: -20px;
      }
      .title-h2 span {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 19px; } }
.title {
  position: relative;
}
.title:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 7px;
  width: 52px;
  background-color: #c2a588;
  transform: translateX(-50%);
}
.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: #d81212; }

.title-blue {
  color: #14325c; }

.title-dark-blue {
  color: #2b2b2b; }

hr {
  margin: 27px -15px;
  height: 2px;
  background: #c2a588;
  border: none; }
  @media (min-width: 1024px) {
    .title:after {
      height: 15px;
      width: 104px;
      bottom: -31px;
    }
    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: #2b2b2b;
  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 #2b2b2b;
    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: #480082;
}
  .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: #480082;
    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: #eac334;
    border-radius: 50%; }
  @media (min-width: 1024px) {
    .play-video {
      width: 100px;
      height: 100px;
      border-width: 8px; }
      .play-video:after {
        font-size: 101px; } }
  .play-video:hover:before {
    background: #b2977c; }

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: 50px;
  height: 50px;
  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: #2b2b2b;
    -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: #d81212; }

.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: #14325c;
      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; }
.lightbox-slider img {
  margin-bottom: 0 !important;
} 
.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: 1024px) {
    .heading {
      padding: 49px 0 36px; } }
  .heading small {
    font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', 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: 1024px) {
      .heading small {
        font-size: 14px; } }
  .heading h1,
  .heading .h1 {
    font-weight: 700;
    color: #480082; }
  .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: 1024px) {
    .story-list .slick-arrow.slick-next, .story-list .slick-arrow.slick-prev {
      left: -14px;
    }
    .story-list .slick-arrow.slick-next {
      right: -14px;
      left: auto;
    }
  }
  @media (min-width: 1400px) {
     .story-list .slick-arrow.slick-next, .story-list .slick-arrow.slick-prev {
      left: -24px;
    }
    .story-list .slick-arrow.slick-next {
      right: -24px;
      left: auto;
    }
    .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;
  color: #2b2b2b;
  line-height: 0;
  margin: 0; }
  .social-networks li {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.2;
    margin: 2px 5px; }
    .social-networks li:before {
      color: #2b2b2b;
	  display: none; }
    .social-networks li a:hover {
      color: #c2a588; }

.btn-paid {
  display: inline-block;
  vertical-align: top;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 18px;
  box-shadow: inset 0 0 0 2px #2b2b2b;
  color: #2b2b2b;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important; }
  #footer .btn-paid:hover, .btn-paid:hover {
    background: #2b2b2b;
    color: #fff;
    border-color: #2b2b2b; }

  @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 70px 0 0; }
  }
    @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); } }
    @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); } }
    @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); } }

@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); } }
.top-section .sign-up-container h3 .mark {
  position: relative;
  display: inline-block;
}
.top-section .sign-up-container h3 .mark:before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 6px;
  left: -3px;
  right: -3px;
  display: block;
  background-color: #41afe3;
  z-index: -1;
}
.news-area {
  position: relative;
  padding: 10px 0 22px; }
  .posts-area {
    padding-top: 7px;
  }
  @media (min-width: 1024px) {
    .posts-area,
    .news-area {
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    .posts-area,
    .news-area {
      padding: 50px 0 40px; } }
.blog-box {
  position: relative;
  background: #f2f2f2;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding: 36px 15px 4px;
  box-shadow: 0 5px 0 rgba(0,0,0,.15); 
  margin: 0 -15px 10px; }
  .blog-box .share-row {
    padding-top: 18px;
  }
  .blog-box .btn {
    font-size: 13px;
  }
  .blog-box .btn span:after {
    display: none;
  }
  @media (min-width: 768px) {
    .blog-box .btn {
      font-size: 14px;
    }
    .blog-box .share-row {
      padding-top: 0;}
    .blog-box p {
      margin-bottom: 35px; }
    .blog-box {
      font-size: 16px;
      line-height: 28px;
      margin: 0 0 50px;
      padding: 73px 110px 63px; }
      .blog-box p {
        margin-bottom: 47px; } }
  .blog-box figure {
    margin-bottom: 19px; }
  .blog-box h1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    line-height: 25px;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    color: #480082;
    margin: 0 auto;
    padding: 0 0 10px; }
    @media (min-width: 1024px) {
      .blog-box h1 {
        font-size: 27px;
        line-height: 28px;
        padding: 0 0 15px; } }
    @media (min-width: 1024px) {
      .blog-box h1 {
        font-size: 44px;
        line-height: 50px;
        padding: 0 0 33px; } }
    .blog-box h1 a {
      color: #480082;
      text-decoration: none; }
      .blog-box h1 a:hover {
        text-decoration: underline; }
  @media (min-width: 1024px) {
    .blog-box h1 + .date-ttl {
      margin-top: -25px; } }
  .blog-box .btn {
    min-width: 0;
    display: block;
    margin: 0 auto 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;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    color: #c2a588;
    font-size: 13px;
    padding: 2px 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: #480082;
        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: #c2a588; }
  .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: #c2a588;
    color: #fff;
    width: 78px;
    height: 78px;
    padding: 10px 5px 5px;
    margin: 0 auto 15px; }
    @media (min-width: 1024px) {
      .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: 1024px) {
        .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: 1024px) {
        .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: #c2a588;
    color: #480082; }
    .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 {
      padding-top: 8px;
      background: #fff;
      color: #2a327c; }
    .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: #d81212;
    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: #d81212;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -1px; }
  .info-box h6 {
    color: #2b2b2b;
    font-weight: 600;
    margin-bottom: 2px; }
  .info-box .top-panel {
    background: #2b2b2b;
    margin: -49px -24px 35px;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase; }
  .info-box .amount {
    color: #d81212;
    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: #2b2b2b; }

.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: 400 italic 10px/15px "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  padding: 12px 32px;
  background: #565656;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  display: none;
}
.promo-active .header-panel + #main {
  margin-top: 39px;
}
.promo-active .promo-bar{
  display: block;
}
.promo-bar.closed {
  display: none;
}
.promo-bar .close {
  position: absolute;
  top: 11px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.promo-bar .close:before, .promo-bar .close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  right: 0;
}
.promo-bar .close:after{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
  @media (min-width: 1024px) {
    .promo-bar .close {
      top: 8px;
    }
    .promo-bar {
      text-align: center;
      padding: 7px 15px; }
  }
  @media (min-width: 1200px) {
    .promo-active .header-panel + #main {
      margin-top: 59px;
    }
    .promo-active .top-section {
      padding-top: 48px;
    }
    .promo-bar {
      font-size: 20px;
      padding: 13px 15px 15px; } 
    .promo-bar .close {
      top: 10px;
      width: 22px;
      height: 22px;
    }
    .promo-bar .close:before, .promo-bar .close:after{
      height: 4px;
    }
  }

  .promo-bar .txt {
    max-width: 1260px;
    margin: 0 auto;
    display: block; }
  .promo-bar a {
    color: #fff !important; }
    .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: #c2a588;
  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-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: 1024px) {
    .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: 1024px) {
      .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: 1024px) {
    .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: #c2a588; }

.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: 1024px) {
    .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;
    color: inherit;
    margin: 0 0 18px; }
    @media (min-width: 1024px) {
      .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 6px 10px; }
    .share-links li:before {
      display: none; }
    @media (min-width: 1024px) {
      .share-links li {
        padding: 0 5px 10px; } }
  .share-links a {
    background: #2b2b2b;
    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: 1024px) {
      .share-links a {
        width: 60px;
        height: 60px; } }
    .share-links a i {
      font-size: 24px;
      color: #fff; }
      @media (min-width: 1024px) {
        .share-links a i {
          font-size: 36px; } }
    .share-links a:hover i {
      color: #c2a588; }

.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: #c2a588;
  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: 1024px) {
      .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;
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .news-gallery h2 {
        font-size: 33px;
        line-height: 42px;
        margin: 0 0 30px; } }
    @media (min-width: 1024px) {
      .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: 1024px) {
      .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: #2b2b2b; }
  .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; }
.news-list-area .slick-dots button {
  background-color: #fff;
}
.news-list-area .slick-dots li.slick-active button {
  background-color: #480082;
}
.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 .heading {
  background-color: transparent;
  padding-bottom: 3px;
}
.news-list-area .section-container {
  background-color: transparent;
  padding: 30px 0 53px; }
.news-list {
  text-align: left;
}
.news-list-area .btn {
  width: calc(100% - 30px);
  margin: 0 auto;
}
  .news-list-area .section-container .container {
    padding: 0;
    max-width: 1250px; }
  @media (min-width: 1024px) {
    .news-list-area .section-container {
      padding: 61px 0 108px; }
    .news-list {
      padding-bottom: 21px;
      padding-left: 50px;
      padding-right: 50px;
      margin: 0 -10px; } }
  .news-list .slick-track {
    display: flex;
    overflow: hidden; }
  @media (min-width: 1200px) {
    .news-list .slick-arrow.slick-prev {
      left: -54px;
      top: 33%;
    }
    .news-list .slick-arrow.slick-next {
      right: -54px;
      top: 33%;
    }
  }
  .news-list .slide {
    width: 320px;
    display: flex;
    float: left;
    padding: 0 6px; }
    @media (min-width: 1024px) {
      .news-list-area .btn {
        width: 304px;
        height: 50px;
        line-height: 46px;
        font-size: 18px;
      }
      .news-list .slide {
        padding: 0 10px;
        width: auto; } }
    @media (min-width: 1200px) {
      .news-list {
        padding-left: 0;
        padding-right: 0;
      }
      .news-list .slide {
        padding: 0 19px; }
    }
  .news-list .box {
    background: #fff;
    -webkit-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    text-decoration: none;
    color: initial;
    transition: box-shadow .4s;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px; }
  .news-list .box:hover {
    box-shadow: 10px 12px 0 rgba(0,0,0,.12);
  }
  .news-list .box:hover .text-holder{
    background-color: #480082;
    color: #e3e3e3;
  }
  .news-list .box:hover h3 {
    color: #fff;
  }
  .news-list .visual-box {
    position: relative;
    overflow: hidden;
    padding-top: 11.6em; }
    @media (min-width: 1024px) {
      .news-list .box {
        box-shadow: 10px 11px 0px 0px rgba(0, 0, 0, 0.06); 
      }
      .news-list .visual-box {
        padding-top: 208px; } }
    .news-list .visual-box .cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 101%;
      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: 12px;
    color: #2d2d2d;
    -webkit-transition: background-color .4s, color .4s;
    -o-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s;
    line-height: 1.4;
    padding: 15px 17px 10px; }
    @media (min-width: 1024px) {
      .news-list .text-holder {
        line-height: 1.7;
        font-size: 16px;
        padding: 21px 25px 2px; } }
  .news-list .date {
    display: block;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #480082;
    font-size: 12px;
    padding: 0 0 5px; }
  .news-list h3 {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 5px; }
    @media (min-width: 1024px) {
      .news-list .date {
        font-size: 18px;
      }
      .news-list h3 {
        font-size: 24px;
        margin-bottom: 12px;
        line-height: 30px; } }
    .news-list h3 a {
      color: inherit; }
      .news-list h3 a:hover {
        text-decoration: none; }
  .news-list p {
    font-weight: 400; }
  .news-list .slick-dots {
    bottom: 14px; }
  @media (min-width: 768px) {
    .news-list .slick-dots {
      bottom: 36px; }
  }
    @media (min-width: 1024px) {
      .news-list .slick-dots {
        bottom: 17px; } }

.social-panel {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 33px 28px 34px; }
  @media (min-width: 768px) {
    .social-panel {
      font-size: 34px;
      padding: 56px 80px 72px; } }
  @media (min-width: 1024px) {
    .social-panel {
      padding-top: 73px;
      padding-bottom: 59px; } }
  .social-panel p {
    margin: 0 0 7px; }
  .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 3px; }
    @media (min-width: 1024px) {
      .social-panel .head {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: center;
    } }
    @media (min-width: 1024px) {
      .social-panel .head {
        font-size: 30px;
    } }
    @media (max-width: 1023px) {
      .social-panel .head {
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }
    .social-panel .head a {
      display: none;
      vertical-align: middle;
      text-decoration: none;
      color: #480082;
      margin: 0 0 10px; }
      .social-panel .head a:hover {
        text-decoration: underline; }
    .social-panel .head .social-ico {
      font-size: 20px;
      color: #480082;
      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: 768px) {
        .social-panel .head .social-ico {
          margin-bottom: 5px;
          font-size: 34px; } }
      @media (min-width: 1024px) {
        .social-panel .head .social-ico {
          font-size: 44px; } }
  .social-panel .text-holder {
    color: #480082;
    text-align: center;
    line-height: 1.4;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  }
  .social-panel .text-holder a{
    color: #480082;
  }
  .social-panel .slick-arrow.slick-next, .social-panel .slick-arrow.slick-prev {
    top: 50%;
    margin-top: -35px;
    bottom: auto;
  }
  .social-panel .info-row, .social-panel .date-post {
    padding-top: 6px;
    position: relative;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center; }
  .social-panel .date-post{
    color: #480082;
  }
    .social-panel .info-row:before, .social-panel .date-post:before {
      content: '';
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 170px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      height: 2px;
      background-color: #c2a588;
    }
    @media (min-width: 1024px) {
      .social-panel .text-holder{
        line-height: 1.3;
      }
      .social-panel .info-row:before, .social-panel .date-post:before {
        width: 308px;
        bottom: -33px;
      }
      .social-panel .info-row, .social-panel .date-post {
        font-size: 18px;
        margin-bottom: 72px;
      }
    }
  .social-panel .container {
    max-width: 860px;
    padding: 0;
    margin: 0 auto; }
    .social-panel .container:before, .social-panel .container:after {
      display: none; }
.social-panel .slick-arrow:hover:before{
  border-color: #eac334;
}
.social-panel .slick-arrow.slick-prev {
  left: -26px;
}
.social-panel .slick-arrow.slick-next {
  right: -26px;
}
@media (min-width: 768px) {
  .social-panel .slick-arrow.slick-next{
    right: -54px;
  }
  .social-panel .slick-arrow.slick-prev{
    left: -56px;
  }
}
@media (min-width: 1024px) {
  .social-panel .slick-arrow.slick-next{
    right: -50px;
  }
  .social-panel .slick-arrow.slick-prev{
    left: -50px;
  }
}
@media (min-width: 1400px) {
  .social-panel .slick-arrow.slick-next{
    right: -263px;
  }
  .social-panel .slick-arrow.slick-prev{
    left: -263px;
  }
}
.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;
  display: none; }
  @media (min-width: 1024px) {
    .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: 1024px) {
      .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: #d81212;
  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: #d81212;
    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: 1024px) {
          .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: 1024px) {
          .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: 1024px) {
          .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-size: 26px;
      letter-spacing: 1px;
      margin: 0 0 26px; }
      @media (min-width: 1024px) {
        .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: 1024px) {
      .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: 1024px) {
        .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: 1024px) {
          .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: 1024px) {
            .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: #c2a588;
      text-decoration: none;
      overflow: hidden;
      border-radius: 4px;
      padding: 6px 3px; }
      .donate-area .values li a:hover {
        background: #b2977c; }
    @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: #2b2b2b;
  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; }

    #signup-section .text-block .title-form {
      text-align: center;
      display: block;
      font-weight: 700;
      text-transform: uppercase;
      font: 36px/0.9 "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif; }
      #signup-section .text-block .title-form strong {
        color: #41afe3;
        margin-top: -6px; }
    @media (min-width: 768px) {
      #signup-section .text-block {
        max-width: 320px;
        float: left;
        margin-right: 15px; }
      #signup-section .text-block .title-form {
        font-size: 67px;
        font-weight: 700; }
      #signup-section .gform_wrapper {
        float: right;
        width: 350px;
        margin-right: 40px;
        padding-top: 10px; } }
    @media (min-width: 1024px) {
      #signup-section .text-block {
        max-width: 365px;
      }
      #signup-section .gform_wrapper {
        padding-top: 6px;
      }
      #signup-section .text-block .title-form {
        line-height: 1.05; }
      #signup-section .gform_wrapper{
        margin-right: 0; }}
    @media (min-width: 1200px) {
      #signup-section .gform_wrapper {
        width: 390px;
      }
      #signup-section .text-block .title-form {
        font-size: 74px;
        margin: -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-bottom: 14px; }
      @media (min-width: 1200px) {
        #signup-section .gform_wrapper .gform_fields li {
          padding-bottom: 20px; } }
      #signup-section .gform_wrapper .gform_fields li:last-child {
        width: 62%;
        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: #d81212; }
      #signup-section .gform_wrapper .gform_fields li.gfield_error input {
        box-shadow: inset 0 -4px 0 0 #d81212; }
  #signup-section .gform_wrapper .gform_footer {
    overflow: hidden;
    height: 0;
    margin: 0; }
  #signup-section input {
    width: 100%;
    height: 36px;
    padding: 0 12px;
    border: 2px solid #fff;
    color: #fff;
    font-style: italic;
    font: 13px/36px "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;;
    margin: 0; }
    #signup-section input::-webkit-input-placeholder {
      color: #fff; }
    #signup-section input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    #signup-section input:-moz-placeholder {
      color: #fff; }
    #signup-section input:-ms-input-placeholder {
      color: #fff; }
    #signup-section input.placeholder {
      color: #fff; }
    #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; }

  #signup-section .validation_message {
    display: none; }
  #signup-section input.button {
    width: 35%;
    position: absolute;
    font-style: italic;
    right: 0;
    bottom: 0;
    border-radius: 0;
    min-width: 0;
    border:0;
    background: #d81212;
    font-weight: 700;
    font-size: 16px;
    height: 36px;
    padding: 10px 30px;
    line-height: 17px; 
    margin: 0; }
    #signup-section .button:hover {
      background: #00a1ca; }
@media (min-width: 768px) {
      #signup-section input.button {
        height: 45px;
        font-size: 20px;
      }
      #signup-section input {
        font-style: italic;
        padding: 0 16px;
        height: 45px;
        line-height: 45px;
        font-size: 19px;
        border-width: 4px; } }
    @media (min-width: 1024px) {
      #signup-section input {
        font-size: 21px;
        height: 55px;
        line-height: 55px;
      }
      #signup-section input.button {
        height: 55px; }
    }
#custom-nav {
  background: #480082;
  color: #fff;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
  padding: 6px 5px 15px; }
  @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: 768px) {
      custom-nav .slick-track li {
        width: 20%;
      }
    }
  @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;
    font-size: 14px;
    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: 20px;
        line-height: 24px;
        padding: 10px 20px; } }
    @media (min-width: 1400px) {
      #custom-nav li {
        padding: 10px 40px; } }
  #custom-nav a {
    color: #fff;
    position: relative; 
    text-decoration: none; }
    #custom-nav a:before {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #00acda;
      opacity: 0;
      transition: opacity .4s;
    }
    @media (min-width: 1024px) {
      #custom-nav a:before {
        height: 2px;
        bottom: -2px;
    }}
  #custom-nav a:hover,
  #custom-nav li.active a {
    color: #00acda; }
    #custom-nav li.active a:before {
      opacity: 1; 
    }
    #custom-nav a:hover:before {
      opacity: 1; 
    }
    #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: #c2a588;
    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;
    margin: 35px 26px 25px;
    position: relative;
  }
  .promo-text .heading-block:after {
    content: '';
    position: absolute;
    top: -28px;
    left: 50%;
    height: 7px;
    width: 52px;
    background-color: #c2a588;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
    @media (min-width: 1024px) {
      .promo-text .heading-block:after {
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        width: 104px;
        height: 15px;
        top: -30px; }
      .promo-text .heading-block {
        float: left;
        width: calc(50% - 46px);
        text-align: left;
        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: #480082;
      font: 600 25px/1.1 "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
      margin: 0 0 5px; }
      .promo-text .heading-block h2 mark {
        background: none;
        color: #d81212; }
      @media (min-width: 1024px) {
        .promo-text .heading-block h2 {
          font-size: 50px; } }
  .promo-text .text-holder {
    line-height: 1.77; }
    @media (min-width: 1024px) {
      .promo-text .text-holder {
        overflow: hidden;
        line-height: inherit;
        padding: 43px 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: 1024px) {
    .text-content {
      padding-top: 54px;
      padding-bottom: 22px; } }

.plan-promo {
  background: #c2a588;
  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: 1024px) {
      .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: 1024px) {
    .title-block {
      line-height: 1.625;
      padding: 13px 15px; } }
  .title-block h2 {
    color: #c2a588;
    font: 29px/1.2 "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;;
    margin: 0 0 8px; }
    @media (min-width: 1024px) {
      .title-block h2 {
        font-size: 42px;
        margin: 0 0 20px; } }
  .title-block h3 {
    font-weight: 700;
    font-size: 24px;
    color: #d81212;
    margin: 0;
    padding: 7px 0 3px; }
    @media (min-width: 1024px) {
      .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: #2b2b2b;
  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: 1024px) {
  .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: 1024px) {
      .sharelines-gallery .share-row .ttl {
        font-size: 16px; } }

.sharelines-gallery .share-links {
  text-align: left; }
  @media (min-width: 1024px) {
    .sharelines-gallery .share-links {
      margin-right: -14px; } }
  .sharelines-gallery .share-links a {
    width: 35px;
    height: 35px;
    background: #fff; }
    @media (min-width: 1024px) {
      .sharelines-gallery .share-links a {
        width: 40px;
        height: 40px; } }
    .sharelines-gallery .share-links a i {
      color: #c2a588;
      font-size: 20px; }
      @media (min-width: 1024px) {
        .sharelines-gallery .share-links a i {
          font-size: 23px; } }
    .sharelines-gallery .share-links a:hover i {
      color: #2b2b2b; }

.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: #c2a588; }

.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: #2b2b2b;
    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: 1024px) {
      .sharelines-list .item {
        padding: 24px 30px 10px; } }
  .sharelines-list .date-row {
    display: block;
    font-size: 11px;
    padding: 0 0 6px; }
    @media (min-width: 1024px) {
      .sharelines-list .date-row {
        font-size: 16px;
        padding: 0 0 14px; } }
    .sharelines-list .date-row span {
      padding-left: 12px; }
      @media (min-width: 1024px) {
        .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: 1024px) {
      .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: 1024px) {
        .sharelines-list .share-row .ttl {
          font-size: 16px; } }
  .sharelines-list .share-links {
    text-align: left;
    margin: 0 -10px 0 0; }
    @media (min-width: 1024px) {
      .sharelines-list .share-links {
        margin: 0 -17px 0 0; } }
    .sharelines-list .share-links a {
      width: 35px;
      height: 35px;
      background: #fff; }
      @media (min-width: 1024px) {
        .sharelines-list .share-links a {
          width: 40px;
          height: 40px; } }
      .sharelines-list .share-links a i {
        font-size: 20px;
        color: #c2a588; }
        @media (min-width: 1024px) {
          .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: 1024px) {
    .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: #c2a588;
  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: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-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: 1024px) {
  .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: 1024px) {
  .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 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: #c2a588;
      width: 40px;
      height: 40px; }
      .informed-area .gform_wrapper .gform_footer .share-links a:hover i {
        color: #2b2b2b; }
    .informed-area .gform_wrapper .gform_footer .share-links i {
      font-size: 22px; }
  @media (min-width: 1024px) {
    .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: #480082;
    background: #fff;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: 20px;
    padding: 10px 3px 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: #d81212;
        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 .block .date-box.red {
        background: #d81212;
        color: #fff; }
        @media (min-width: 1024px) {
          .timeline-area .block .date-box.red {
            width: 120px;
            height: 120px;
            border-width: 6px;
            position: absolute;
            top: 0;
            left: -60px;
            font-size: 26px; }
           .timeline-area .block:nth-child(even) .date-box.red {
              left: auto;
              right: -60px;
           }
            .timeline-area .block .date-box.red strong {
              font-size: 52px; } }
  .timeline-area h2 {
    color: #c2a588;
    font-size: 22px;
    margin: 0 0 14px; }
    @media (min-width: 1024px) {
      .timeline-area h2 {
        font-size: 32px;
        margin: 0 0 12px; } }

.progress-panel {
  position: relative;
  background: #f3f3f3;
  color: #2b2b2b;
  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: #d81212;
        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: #2b2b2b; }
      .progress-panel.no-bar .txt-info:before {
        content: "\f007"; }
    .progress-panel.no-bar .txt-time {
      color: #d81212; }
      .progress-panel.no-bar .txt-time:before {
        content: "\f017"; }
.form-area {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.form-area h3 {
  text-transform: uppercase;
}
.form-area .container {
  padding: 0; }

@media (min-width: 1024px) {
  .form-area {
    padding: 67px 0 74px; }
  .form-area .container {
    max-width: 1056px;
    padding-left: 15px;
    padding-right: 15px;
     } }
.form-area .button {
  background-color: #c2a588;
  border-color: #c2a588;
}
.form-area .button:hover {
  background-color: #b2977c;
  border-color: #b2977c;
}
.form-area .text-holder {
  font-size: 14px;
  padding: 49px 15px 20px; }
.form-area .text-holder h1 {
  font-size: 31px;
}
.form-area .text-holder h2 {
  font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif; }
.form-area .text-holder .date {
  display: block;
  font-style: normal;
  color: #c2a588;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 2px; }
.form-area .add-info {
  text-transform: uppercase;
  color: #480082;
  font-size: 12px;
  padding: 0 0 13px; }
.form-area .add-info .time {
  font-style: normal;
  padding-right: 10px; }
.form-area .add-info .by {
  text-transform: none; }
.form-area.dark-blue .text-holder h1 {
  color: #fff;
}
.form-area .signature {
  display: block;
  margin: 0 auto 15px 0;
  width: 97px; }
.form-area .signature img {
  height: 44px; }
.form-area .form-block.item {
  padding: 0; }
.form-area .form-block {
  background: #f3f3f3;
  padding: 30px 15px; }
.form-area.gray-section .form-block {
  background-color: #fff;
}
  @media (min-width: 1024px) {
    .form-area .text-holder {
      float: left;
      padding-top: 25px;
      font-size: 16px;
      width: 47%;
      padding-left: 0; }
    .form-area .text-holder h1 {
      font-size: 44px;
    }
    .form-area .add-info {
      font-size: 16px; }
    .form-area .text-holder .date {
      font-size: 24px;
      margin: -10px 0 5px; }
    .form-area .signature {
      width: 134px; }
      .form-area .signature img {
        height: 60px; }
    .form-area .form-block {
      float: right;
      width: 49%;
      padding: 44px 40px 40px; }
    .form-area .form-block {
      padding-bottom: 48px; }
    .form-area .form-block .gform_wrapper .gform_fields {
      width: 100%;
      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;
        width: 100%;
            -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%;
          padding-right: 15px; }
        .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 {
    max-width: 600px;
    width: 100%; }
  .form-area .form-block ul {
    margin: 0;
    padding: 0; }

@media (min-width: 1024px) {
  .form-area.light-blue, .form-area.dark-blue {
    background: #c2a588; } }

.form-area.light-blue .text-holder, .form-area.dark-blue .text-holder {
  background: #c2a588;
  color: #fff; }
  .form-area.light-blue .text-holder h2, .form-area.dark-blue .text-holder h2 {
    font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #480082; }
  .form-area.dark-blue .text-holder h2 {
    color: #fff;
  }

.form-area.light-blue .form-block, .form-area.dark-blue .form-block {
  background: #fff; }

@media (min-width: 1024px) {
  .form-area.light-blue .text-holder h2, .form-area.dark-blue .text-holder h2{
    font-size: 44px;
  }
  .form-area.dark-blue {
    background: #2b2b2b; } }

.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 #d81212; }

@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: 3px; } }

.form-area .gform_wrapper .gfield_checkbox li label,
.form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
  color: #480082;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
  font-style:italic;
  text-transform: none; }

@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 {
  height: 105px;
  width: 100%; }

.width-full {
  width: 100%; }

@media (min-width: 1024px) {
  .form-area textarea {
  height: 265px; }
  .width-half {
    width: calc(50% - 6px); }
  .width-two-thirds {
    width: calc(66.66% - 6px); }
  .width-thirds {
    width: calc(33.33% - 6px); }
  .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: #480082;
  position: relative;
  margin-bottom: -1px;
  color: #fff; }
.additional-gallery.item-yellow:before, .additional-gallery.item-blue:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: -99999px;
  background-color: #480082; 
}
.additional-gallery.item-yellow:before {
  background-color: #eac334;
}
.additional-gallery.item-yellow h2 {
  color: #480082;
}
.additional-gallery .slick-arrow {
  position: absolute;
  bottom: 20px;
  top: auto;
  left: 18px;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: #eac334;
  padding: 0;
  margin: 0;
  background-clip: border-box;
  border-radius: 0;
  border: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  z-index: 98;
}
.gallery-with-arrow .slick-arrow:hover {
  background-color: #b2977c;
}
.gallery-with-arrow-1 .slick-arrow.slick-next:hover:before, .gallery-with-arrow-1 .slick-arrow.slick-prev:hover:before {
  border-color: #b2977c;
}
.additional-gallery .slick-arrow.slick-next {
  left: 55px;
}
.additional-gallery .slick-arrow:before{
  border-width: 0 0 1px 1px;
  width: 8px;
  height: 8px;
  border-color: #fff;
}
.additional-gallery .slick-arrow.slick-next:before {
  border-width: 1px 1px 0 0;
}
.additional-gallery.gallery-reverse .item {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.additional-gallery .gallery {
  padding: 0; }
.additional-gallery .visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 53vw; }
.additional-gallery .visual .bg-stretch{
  background-position: top center;
  left: -2px;
  right: -2px;
  top: -1px;
}
.additional-gallery .text-holder {
  padding: 36px 18px 13px; }
.additional-gallery.gallery-with-arrow .text-holder {
  padding-bottom: 60px;
}
.additional-gallery h2 {
  font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 12px; }
.additional-gallery.item-yellow h2{
  color: #ffffff;
}
.additional-gallery .link-row {
  text-align: center; }
.additional-gallery .slick-dots {
  position: static;
  padding: 5px 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: #2b2b2b; }
.gallery-container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .additional-gallery .visual {
  padding-top: 40vw; }
}
  @media (min-width: 1024px) {
    .container .additional-gallery .slick-slide {
      padding: 0 1px;
    }
    .gallery-container {
      padding-left: 15px;
      padding-right: 15px;
    }
    .gallery-with-arrow-1 .slick-arrow {
      background: transparent;
      top: 50%;
      bottom: auto;
      left: -50px;
    }
    .gallery-with-arrow-1 .slick-arrow.slick-next {
      right: -50px;
      left: auto;
    }
    .gallery-with-arrow-1 .slick-arrow.slick-next:before {
      border-width: 7px 7px 0 0;
    }
    .gallery-with-arrow-1 .slick-arrow:before {
      width: 40px;
      height: 40px;
      border-width: 0 0 7px 7px;
    }
    .gallery-with-arrow .slick-arrow:before{
      width: 12px;
      height: 12px;
    }
    .gallery-with-arrow .slick-arrow{
      left: calc(50% + 40px);
      width: 50px;
      height: 50px;
    }
    .gallery-with-arrow.gallery-reverse .slick-arrow {
      left: 40px;
    }
    .gallery-with-arrow.gallery-reverse .slick-arrow.slick-next {
      left: 94px;
    }
    .container .additional-gallery {
      padding-top: 75px;
      padding-bottom: 80px;
    }
    .container .gallery-with-arrow.gallery-reverse .slick-arrow {
      left: 40px;
    }
    .container .gallery-with-arrow.gallery-reverse .slick-arrow.slick-next {
      left: 94px;
    }
    .gallery-with-arrow .slick-arrow.slick-next {
      left: calc(50% + 94px);
    }
    .container .gallery-with-arrow .slick-arrow.slick-next {
      left: calc(50% + 94px);
    }
    .additional-gallery .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
    .additional-gallery .visual {
      padding-top: 30vw;
      width: 50%; }
    .container .additional-gallery .visual {
      padding-top: 15vw;
    }
    .additional-gallery .text-holder {
      width: 50%;
      -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: 20px 0 20px 40px; }
      .additional-gallery.gallery-with-arrow .text-holder {
        padding-bottom: 50px;
      }
    .additional-gallery .link-row {
        text-align: left; }
    .additional-gallery .slick-dots {
      padding: 10px 0; } 
    .additional-gallery .item {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .additional-gallery .text-holder {
      padding-right: 40px;
      padding-left: 40px;
    } 
    .container .additional-gallery .text-holder {
      padding-right: 40px;
      padding-left: 40px;
    } 
    .gallery-with-arrow .text-holder {
      padding-bottom: 80px;
    }
  }
  @media (min-width: 1200px) {
    .container .additional-gallery .visual {
      padding-top: 0;
      min-height: 315px;
    }
  }
  @media (min-width: 1400px) {
    .gallery-with-arrow-1 .slick-arrow{
      left: -100px;
      margin-top: -11px;
    }
    .gallery-with-arrow-1 .slick-arrow.slick-next{
      right: -100px;
    }
    .gallery-with-arrow .slick-arrow {
      left: calc(50% + 10vw);}
    .container .gallery-with-arrow .slick-arrow {
      left: calc(50% + 40px);}
    .additional-gallery .text-holder {
      padding-right: 10vw;
      padding-left: 10vw;
    }
    .container .additional-gallery .text-holder {
      padding-right: 40px;
      padding-left: 40px;
    } 
    .gallery-with-arrow .slick-arrow{
      bottom: 90px;
    }
    .gallery-with-arrow .text-holder {
      padding-bottom: 142px;
      padding-top: 50px;
    }
    .gallery-with-arrow.gallery-reverse .slick-arrow {
      left: 10vw;
    }
    .gallery-with-arrow.gallery-reverse .slick-arrow.slick-next {
      left: calc(10vw + 53px);
    }
    .gallery-with-arrow .slick-arrow.slick-next {
      left: calc(50% + 10vw + 53px);
    }
   }


.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;
  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-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    background: #480082;
    color: #fff;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 6px 13px; }
    .tag-list li:before {
      display: none; }
    @media (min-width: 1024px) {
      .tag-list li {
        font-size: 18px;
        border-radius: 30px; } }
    .tag-list li a {
      padding: 3px 29px 0;
      display: block;
      line-height: 25px;
      color: inherit;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .tag-list li a {
          line-height: 36px;
          padding-left: 42px;
          padding-right: 42px; } }
      .tag-list li a:hover {
        color: #c2a588; }

.single-post .container {
  padding-bottom: 15px;
  position: static; }

.single-post .share-row {
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
  text-align: center; }
  @media (min-width: 1024px) {
    .single-post .container {
      padding-bottom: 15px; }
    .single-post .share-row {
      position: absolute;
      width: 60px;
      right: 15px;
      left: auto !important;
      top: 150px !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: #480082;
    padding: 0 7px 10px; }
    @media (min-width: 1024px) {
      .single-post .share-row .ttl {
        font-size: 20px;
        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: #c2a588;
        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: #480082; }

figure.rounded img {
  border-radius: 50%; }

.splash-page #wrapper {
  min-height: 100vh;
  overflow: hidden;
  padding: 0; }

.continue-link {
  font: 19px/1 "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  color: #2b2b2b;
  text-decoration: none; }
  .continue-link:hover {
    color: #c2a588; }
    .continue-link:hover:after {
      color: #c2a588; }
  .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: #2b2b2b;
    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: 1024px) {
      .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: #c2a588; }

.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-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: 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;
          margin-left: auto; } }
  @media (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); } }
  .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 "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-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 #d81212; }
  .section-splash .gform_wrapper div.validation_error {
    max-width: 100%;
    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: 32px;
      height: 36px;
      right: 0;
      bottom: 0;
      margin: 0;
      min-width: 0;
      width: 150px;
      padding: 0 10px; }
      @media (min-width: 1024px) {
        .section-splash .gform_footer .button {
          width: 135px; } }
      @media (min-width: 1400px) {
        .section-splash .gform_footer .button {
          font-size: 20px;
          line-height: 56px;
          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: #2b2b2b;
  color: #fff;
  position: relative;
  text-align: center; }
.footer-splash:before {
  content: '';
  position: absolute;
  bottom: -50vh;
  height: 50vh;
  left: 0;
  right: 0;
  background-color: #2b2b2b;
}
  .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: 1024px) {
      .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: #c2a588; }
  .button-bordered.dark {
    border-color: #480082;
    color: #14325c; }
    .button-bordered.dark:hover {
      background: #480082;
      color: #fff; }

#event-post .form-area {
  padding: 66px 0 30px; }
  @media (min-width: 768px) {
    #event-post .form-area {
      padding: 116px 0 74px; } }
  @media (min-width: 1024px) {
    #event-post .form-area {
      padding: 186px 0 74px; } }
  #event-post .form-area .text-holder {
    padding: 65px 15px 5px; }
    @media (min-width: 1024px) {
      #event-post .form-area .text-holder {
        padding: 8px 15px 10px; } }
    #event-post .form-area .text-holder > span {
      display: block;
      font-weight: 700;
      text-transform: uppercase;
      color: #2d2d2d;
      padding: 0 0 5px; }
      @media (min-width: 1024px) {
        #event-post .form-area .text-holder > span {
          padding: 0 0 10px; } }
      @media (min-width: 1024px) {
        #event-post .form-area .text-holder > span {
          font-size: 18px; } }
    #event-post .form-area .text-holder h2 {
      color: #c2a588; }
  #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: 1024px) {
    .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: 106px 0 30px;
  -webkit-background-size: cover;
  background-size: cover;
}
  @media (min-width: 768px) {
    .donate-intro {
      padding: 156px 0 50px;
      background-color: #d81212; } }
  @media (min-width: 1024px) {
    .donate-intro {
      padding: 186px 0 50px; } }
  .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: #d81212;
    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: 106px 0 30px;
  background-color: #1e396a; }
  @media (min-width: 768px) {
    .donate-section {
      padding: 156px 0 50px;
      background-color: #d81212; } }
  @media (min-width: 1024px) {
    .donate-section {
      padding: 186px 0 50px;
      background-color: #d81212; } }
  .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: #c2a588; }
        @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: #2b2b2b;
      margin: 0 0 -3px; }
    .donate-section .form-block .text {
      display: block;
      color: #8192a8;
      font-size: 16px;
      font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif; }

.post-block {
  position: relative;
  padding-top: 24px; }
  @media (min-width: 1024px) {
    .post-block {
      padding: 30px 0 0; } }
  .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-bottom: 10px; }
    @media (min-width: 1400px) {
      .post-block .tag-list {
        padding-top: 45px;
        padding-bottom: 17px; } }
.post-block h2 {
  margin-bottom: 21px;
}
.title-container {
  padding: 5px 0; }
  .title-container h1 {
    color: #c2a588;
    font-family: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 24px; }
    @media (min-width: 1024px) {
      .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: 16px; } }
    .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 {
        text-decoration: none;
        text-transform: capitalize;
        color: #2d2d2d; }
  .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: #c2a588; }
        .title-container .share-links li.st_twitter_custom a:hover i {
          color: #2b2b2b; }

.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 "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-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 "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', 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: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', 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: -80px auto 160px;
  position: relative;
  z-index: 10;
  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: #c2a588;
}

.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 {
  top: -10px;
  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: #c2a588;
}

.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: #c2a588;
  border: none;
  height: 25px;
  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: 1023px) {
  .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: -80px 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: #2b2b2b;
}

.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: #d81212;
}

.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: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  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;
  -webkit-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: "itc-avant-garde-gothic-pro", 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  transition: padding .3s linear;
  -webkit-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: #c2a588;
  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: #d81212;
}

.polling-form .search-result-form {
  padding: 9px 0 0;
  position: static;
  background: none;
}

.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: #c2a588;
  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: #c2a588;
}

.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: 1023px) {
  .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: 0 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%;
  }
}
.help-block {
  padding: 25px 0; }
  @media (min-width: 768px) {
    .help-block {
      padding-top: 48px;
      padding-bottom: 64px; } }
  @media (min-width: 1024px) {
    .help-block {
      padding-top: 85px;
      padding-bottom: 80px; } }
  .help-block .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .help-block .container {
        padding: 0 35px;
        -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; } }
  .help-block .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff; }
    @media (min-width: 768px) {
      .help-block .link-box {
        width: 50%;
        border-top-width: 4px;
        border-left-width: 4px; } }
    .help-block .link-box .item {
      width: 50%;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      text-align: center;
      padding: 29px 5px;
      background-color: #480082;
      font-family: "franklin-gothic-urw-comp", "Arial", sans-serif;
      -webkit-transition: background-color 0.4s;
      transition: background-color 0.4s; }
      @media (min-width: 768px) {
        .help-block .link-box .item {
          font-size: 19px;
          border-bottom: 4px solid #fff;
          border-right-width: 4px;
          border-left-width: 4px; } }
      @media (min-width: 1024px) {
        .help-block .link-box .item {
          font-size: 32px;
          padding: 60px 0; } }
      .help-block .link-box .item:hover {
        background-color: #41afe3; }
        .help-block .link-box .item:hover .title-mark {
          color: #480082; }
    .help-block .link-box .icon {
      width: 39px;
      height: 39px;
      margin: 0 auto 3px;
      border-radius: 50%;
      background-color: #d81212;
      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; }
      @media (min-width: 768px) {
        .help-block .link-box .icon {
          width: 46px;
          height: 46px; } }
      @media (min-width: 1024px) {
        .help-block .link-box .icon {
          width: 78px;
          height: 78px;
          margin-bottom: 0; } }
    .help-block .link-box img {
      width: 20px;
      height: 25px; }
      @media (min-width: 768px) {
        .help-block .link-box img {
          width: 24px;
          height: 30px; } }
      @media (min-width: 1024px) {
        .help-block .link-box img {
          width: 42px;
          height: 52px; } }
    .help-block .link-box .title {
      text-transform: uppercase;
      line-height: 0.8; }
    .help-block .link-box .title-mark {
      color: #41afe3;
      transition: color .4s;
      font-size: 20px;
      display: block;
      font-family: 'abril-fatface';
      text-transform: uppercase;
      letter-spacing: -1px; }
      @media (min-width: 768px) {
        .help-block .link-box .title-mark {
          font-size: 24px; } }
      @media (min-width: 1024px) {
        .help-block .link-box .title-mark {
          font-size: 40px; } }
  .help-block .info {
    color: #fff;
    padding: 0 9px 5px; }
    @media (min-width: 768px) {
      .help-block .info {
        max-width: 50%;
        padding: 30px; } }
    @media (min-width: 1024px) {
      .help-block .info {
        padding-left: 80px; } }
    .help-block .info h2 {
      color: #d81212;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 30px; }
      @media (min-width: 768px) {
        .help-block .info h2 {
          font-size: 36px; } }
      @media (min-width: 1024px) {
        .help-block .info h2 {
          font-size: 44px; } }
    @media (min-width: 1024px) {
      .help-block .info p:last-of-type {
        margin-bottom: 0; } }
.bg-pattern {
  position: relative; }
  .bg-pattern:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/pattern-blue.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    z-index: -1; }
.timeline-slider-section {
  padding: 30px 0;
  background-color: #f4f4f4; }
  .timeline-slider-section .container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px; }
  @media (min-width: 768px) {
    .timeline-slider-section{
      padding-top: 38px;
      padding-bottom: 40px;
    }
    .timeline-slider-section .container {
      padding: 0 35px;
    }
  }
  @media (min-width: 1024px) {
    .timeline-slider-section .container {
      padding: 0 15px;
    }
    .timeline-slider-section {
      padding: 50px; } }
  
  .timeline-slider-section h2 {
    color: #d81212;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px; }
  .timeline-slider-section .heading-block {
    max-width: 465px; }
  .timeline-slider-section .timeline-slider {
    padding-top: 5px; }
    @media (min-width: 768px) {
      .timeline-slider-section .timeline-slider {
        padding-top: 40px; }
      .timeline-slider-section .heading-block {
        line-height: 2.3;
      }
      .timeline-slider-section h2 {
        font-size: 36px;
        margin-bottom: 18px; } }
    @media (min-width: 1024px) {
      .timeline-slider-section h2 {
        font-size: 44px; }
      .timeline-slider-section .timeline-slider .slick-list {
        overflow: visible;
        position: relative; }
      .timeline-slider-section .timeline-slider .slick-list:before {
        content: '';
        position: absolute;
        top: 0;
        left: -999px;
        width: 999px;
        bottom: 0;
        background-color: #f4f4f4;
        z-index: 10; }
      .timeline-slider-section .timeline-slider {
        max-width: 1230px;
        margin: 0 auto; } }
  .timeline-slider-section .year {
    font-size: 81px;
    font-family: "abril-fatface", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #480082;
    line-height: 1;
    position: relative; }
    @media (min-width: 768px) {
      .timeline-slider-section .year {
        font-size: 108px; } }
    @media (min-width: 1024px) {
      .timeline-slider-section .year {
        font-size: 120px; } }
    .timeline-slider-section .year:after {
      content: '';
      position: absolute;
      right: -30px;
      width: 30px;
      background-color: #f4f4f4;
      top: 0;
      bottom: 0;
      z-index: -1; }
  .timeline-slider-section .content {
    font-family: "franklin-gothic-urw-comp", "Arial", sans-serif;
    font-size: 19px;
    color: #41afe3;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: -11px; }
    @media (min-width: 768px) {
      .timeline-slider-section .content {
        font-size: 25px; } }
    @media (min-width: 1024px) {
      .timeline-slider-section .content {
        font-size: 28px; } }
  .timeline-slider-section .slide {
    padding: 0 40px;
    position: relative; }
    .timeline-slider-section .slide .inner {
      width: 215px;
      background-color: #f4f4f4; }
      @media (min-width: 768px) {
        .timeline-slider-section .slide {
          padding: 0 60px; }
        .timeline-slider-section .slide .inner {
          width: 270px; } }
      @media (min-width: 1024px) {
        .timeline-slider-section .slide {
          width: 37vw;
        }
      }
      @media (min-width: 1900px) {
        .timeline-slider-section .slide {
          width: 29vw;
        }
      }
    .timeline-slider-section .slide:before, .timeline-slider-section .slide:after {
      content: '';
      position: absolute;
      top: 24px;
      left: 240px;
      opacity: 0;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
      
    .timeline-slider-section .slide:before {
      width: 22px;
      height: 22px;
      background-color: #d81212;
      border-radius: 50%; }
    .timeline-slider-section .slide:after {
      background-color: #d3d3d3;
      height: 2px;
      width: 500px;
      right: -49px;
      top: 35px;
      z-index: -1; }
    .timeline-slider-section .slider-nav {
      padding-top: 30px; }
    .timeline-slider-section .slide:last-child:after {
      display: none;
    }
    .timeline-slider-section .slide.slick-active:before, .timeline-slider-section .slide.slick-active:after {
      opacity: 1; }
      @media (min-width: 768px) {
        .timeline-slider-section .slider-nav {
          padding-top: 66px;
        }
        .timeline-slider-section .slide:before {
          top: 35px;
          width: 30px;
          height: 30px;}
        .timeline-slider-section .slide:after {
          height: 4px;
          top: 48px;
        }
        .timeline-slider-section .slide:before, .timeline-slider-section .slide:after {
          left: 330px; } }
      @media (min-width: 1024px) {
        .timeline-slider-section .slide:before, .timeline-slider-section .slide:after {
          top: 38px;
          left: 360px; }
          .timeline-slider-section .slide:after {
          top: 53px; } }
  
  .timeline-slider-section .arrow {
    width: 30px;
    height: 30px;
    min-width: 0;
    min-height: 0;
    text-indent: -9999px;
    background: transparent;
    padding: 0;
    margin: 0;
    margin-right: 30px;
    margin-top: -17px;
    background-clip: border-box;
    border-radius: 0;
    position: relative; }
    .timeline-slider-section .arrow:hover:before {
      border-color: #41afe3;
    }
    .timeline-slider-section .arrow:before {
      content: '';
      position: absolute;
      transition: border-color .4s;
      left: 50%;
      top: 50%;
      width: 12px;
      height: 12px;
      border: 1px solid #480082;
      border-width: 0 0 2px 2px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .timeline-slider-section .arrow.slick-disabled:before {
      border-color: #d3d3d3;
    }
    .timeline-slider-section .arrow.btn-next {
      margin-right: 0;
      margin-left: 20px; }
      .timeline-slider-section .arrow.btn-next:before {
        border-width: 2px 2px 0 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      @media (min-width: 768px) {
        .timeline-slider-section .arrow:before {
          width: 16px;
          height: 16px;
        }
        .timeline-slider-section .arrow {
          margin-top: -17px;
          margin-right: 57px;
        }
        .timeline-slider-section .arrow.btn-next {
          margin-left: 38px;
        }
      }
      @media (min-width: 1024px) {
        .timeline-slider-section .slide:after {
          height: 5px;
        }
        .timeline-slider-section .slide:before {
          width: 33px;
          height: 33px; }
        .timeline-slider-section .arrow {
          margin-top: -17px;
        }
        .timeline-slider-section .arrow:before {
          width: 12px;
          height: 12px; } }

.slider-nav {
  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; }

.slider-nav .pagination {
  position: relative;
  margin-bottom: -5px; }
.slider-nav .slick-dots {
  position: relative;
  bottom: 0;
}
.slider-nav .slick-dots li {
  margin-bottom: 0;
}
.slider-nav .slick-dots li button{
  background-color: #fff;
}
.slider-nav .slick-dots .slick-active button, .pagination .slick-dots button:hover {
  background-color: #480082;
}
.link-box-section {
  padding-top: 40px;
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    .link-box-section {
      padding-bottom: 80px; } }
  .link-box-section .container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .link-box-section .container {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 16px;
        -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; } }
  .link-box-section .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .link-box-section .link-box .item-holder {
      width: 50%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 46vw; }
      @media (min-width: 1024px) {
        .link-box-section .link-box .item-holder {
          width: calc(100% / 3);
          padding: 0 30px;
          margin-bottom: 44px;
          height: auto; } }
      .link-box-section .link-box .item-holder.bg-white:before {
        background-color: #fff; }
      .link-box-section .link-box .item-holder.bg-white .title {
        color: #41afe3; }
      .link-box-section .link-box .item-holder.bg-white .title-mark {
        color: #480082; }
      .link-box-section .link-box .item-holder.bg-white .item:hover .title {
        color: #fff; }
      .link-box-section .link-box .item-holder.white-border .item {
        border-color: #fff; }
      .link-box-section .link-box .item-holder .bg-stretch {
        background-position: top left;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.4;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0; }
        @media (min-width: 1024px) {
          .link-box-section .link-box .item-holder .bg-stretch {
            left: 30px;
            right: 30px; } }
      .link-box-section .link-box .item-holder:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #480082; }
        @media (min-width: 1024px) {
          .link-box-section .link-box .item-holder:before {
            left: 30px;
            right: 30px; } }
    .link-box-section .link-box .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: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 2px solid #480082;
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      text-align: center;
      padding: 10px 5px;
      width: 100%;
      height: 100%;
      font-family: "franklin-gothic-urw-comp", "Arial", sans-serif;
      z-index: 10;
      position: relative;
      -webkit-transition: background-color .4s;
      transition: background-color .4s; }
      @media (min-width: 768px) {
        .link-box-section .link-box .item {
          font-size: 19px;
          border-width: 4px; } }
      @media (min-width: 1024px) {
        .link-box-section .link-box .item {
          font-size: 32px;
          padding: 60px 0; } }
      @media (min-width: 1200px) {
        .link-box-section .link-box .item {
          padding: 20px 0;
          height: 302px;
        } }
      .link-box-section .link-box .item:hover {
        background-color: #41afe3; }
        .link-box-section .link-box .item:hover .title-mark {
          color: #480082; }
        .link-box-section .link-box .item:hover .title-reverse {
          color: #fff; }
    .link-box-section .link-box .icon {
      width: 39px;
      height: 39px;
      margin: 0 auto 3px;
      border-radius: 50%;
      background-color: #d81212;
      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; }
      @media (min-width: 480px) {
        .link-box-section .link-box .icon {
          width: 46px;
          height: 46px; } }
      @media (min-width: 768px) {
        .link-box-section .link-box .icon {
          width: 78px;
          height: 78px;
          margin-bottom: 14px; } }
    .link-box-section .link-box img {
      width: 20px;
      height: 25px; }
      @media (min-width: 480px) {
        .link-box-section .link-box img {
          width: 24px;
          height: 30px; } }
      @media (min-width: 768px) {
        .link-box-section .link-box img {
          width: 42px;
          height: 52px; } }
    .link-box-section .link-box .title {
      line-height: 1.2;
      display: block;
      -webkit-transition: color .4s;
      transition: color .4s; }
      .link-box-section .link-box .title.title-reverse {
        font-family: 'abril-fatface', 'Arial', sans-serif;
        font-size: 40px;
        line-height: 1;
        margin-top: 5px; }
        @media (min-width: 768px) {
          .link-box-section .link-box .title.title-reverse {
            font-size: 82px; } }
        .link-box-section .link-box .title.title-reverse .title-mark {
          font-size: 16px;
          font-weight: 400;
          font-family: "franklin-gothic-urw-comp", "Arial", sans-serif; }
          @media (min-width: 768px) {
            .link-box-section .link-box .title.title-reverse .title-mark {
              font-size: 32px; } }
        .link-box-section .link-box .title.title-reverse.bg-white {
          color: #480082; }
          .link-box-section .link-box .title.title-reverse.bg-white .title-mark {
            color: #41afe3; }
    .link-box-section .link-box .title-mark {
      color: #41afe3;
      font-size: 20px;
      display: block;
      font-family: 'abril-fatface';
      text-transform: uppercase;
      letter-spacing: -1px;
      -webkit-transition: color .4s;
      transition: color .4s; }
      @media (min-width: 480px) {
        .link-box-section .link-box .title-mark {
          font-size: 24px; } }
      @media (min-width: 768px) {
        .link-box-section .link-box .title-mark {
          font-size: 40px; } }
.social-images {
  padding-top: 76px;
  display: none; }
  @media (min-width: 1024px) {
    .social-images {
      display: block; } }
  .social-images h2 {
    color: #d81212;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 44px;
    padding-left: 140px; }
  .social-images .container {
    max-width: 1010px;
    padding: 0 15px;
    margin: 0 auto; }
  .social-images .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -17px;
        margin-right: -17px;
    padding-top: 18px; }
  .social-images .item-holder {
    width: 25%;
    padding: 0 17px 34px; }
  .social-images .item {
    height: 220px;
    display: block;
    background-color: #f4f4f4;
    max-width: 220px;
    border: 4px solid #480082;
    position: relative; }
    .social-images .item .bg-stretch {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: center;
      background-size: cover; }
.post-section:first-of-type {
  padding-top: 45px;
}
.post-section h2 {
  color: #d81212;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 28px;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .post-section h2 {
      font-size: 44px;
      padding-left: 120px; } }

.post-section .post-block {
  position: relative;
  color: #480082;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 27px;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif; }
  @media (min-width: 1024px) {
    .post-section .post-block {
      margin-bottom: 55px; } }
  .post-section .post-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: -99999px;
    bottom: 0;
    right: -99999px;
    background-image: url(images/pattern-light.png);
    background-repeat: repeat;
    z-index: -1; }
    @media (min-width: 1024px) {
      .post-section .post-block:before {
        left: 0;
        right: 0;
      }
    }
  .post-section .post-block.dark {
    color: #fff; }
    .post-section .post-block.dark:before {
      background-image: url(images/pattern-blue.png); }

.post-section .post-text {
  padding: 20px 25px 38px;
  text-align: center;
  font-style: italic;
  font-size: 24px;
  line-height: 1.3; }
.post-section .btn {
  display: block;
  text-decoration: none;
  background-color: #3b5998;
  color: #fff;
  padding: 10px 5px 8px;
  margin-bottom: 0;
  font-style: italic;
  text-align: center; }
  .post-section .btn .fa {
    margin-right: 4px;
  }
.blog .image-holder{
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .blog .image-holder{
    margin-left: 0;
    margin-right: 0;
  }
}
.blog .image-holder img {
  width: 100%;
  display: block;
}

@media (min-width: 1024px) {
  .post-section .st_facebook_custom, .post-section .st_twitter_custom, .post-section .btn-red{
    width: calc(100% / 3);
  }
  .post-section .btn {
    font-size: 20px; } 
  .post-section .post-text {
    font-size: 44px;
    padding: 74px 40px;
    line-height: 1.1; }
  .post-section .button-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }


  
  .post-section .button-holder .btn.btn-light {
    background-color: #08a0e9; }
  .post-section .button-holder .btn.btn-red {
    background-color: #d81212; }

@media (max-width: 1023px) {
  .transparent-header .header-panel.sticky.has-shadow.has-fixed-shadow.header-panel-color.fixed-position{
    background: #480082 !important;
}}

.flex-image .wpb_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex-image .wpb_wrapper p:last-child {
  order: 0;
}
.flex-image .wpb_wrapper p {
  order: 1;
}
@media (min-width: 1024px) {
  .flex-image .wpb_wrapper p:last-child {
    order: 3;
  }
  .blog .image-holder{
    margin-left: 0;
    margin-right: 0;
  }
  
}

@media (min-width: 768px) {
  .page-template-default .flex-row .wpb_column {
    text-align: right;
  }
  .page-template-default .flex-row .wpb_column:first-child {
    padding-bottom: 125px;
    text-align: left;
  }

  .page-template-default .flex-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  
  .page-template-default .flex-row {
    padding-bottom: 15px;
  } }
.page-template-default .flex-row + .vc_row {
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding-top: 30px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child), .wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty)~* {
  margin-left: 0 !important;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
  background-color: #f2f2f2;
  color: #2d2d2d;
  padding: 19px 14px 15px;
  line-height: 1.9;
  box-shadow: 0 5px 0 rgba(0,0,0,.15);
  margin-bottom: 7px;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p{
  margin-bottom: 0;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
  font-weight: 700;
  font-family:"itc-avant-garde-gothic-pro";
}
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-body, 
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-heading, 
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab>a{
  border-width: 0;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
  background-color: #480082;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.orange .vc_tta-panel-heading{
  background-color: #eac334;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.orange .vc_tta-panel-heading:hover{
  background-color: #b2977c;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
  background-color: #480082;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{
  background-color: #1d2251;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab>a {
  background-color: transparent;
  color: #480082;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab>a:focus,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab>a:hover,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab.vc_active>a {
  background-color: #480082;
  color: #eac334;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic.vc_tta-tabs:not(.vc_tta-tabs-position-left) .vc_tta-panels {
  border-width: 0;
  border-top: 2px solid #480082;
  background-color: transparent;
}
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #f2f2f4;
}
.wpb-js-composer .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-left .vc_tta-panel-body {
  padding-top: 26px;
  padding-bottom: 26px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-icon {
  position: absolute;
  top: calc(50% + 6px);
  left: 13px;
  font-size: 18px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-icon:before{
  content: '\f056';
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-title>a {
    padding: 21px 20px 14px 39px;
  }
@media (min-width: 768px) {
  .wpb-js-composer .vc_tta.vc_tta-gap-2.vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-bottom: 0;
  }
  .wpb-js-composer .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-left .vc_tta-panel-body{
    padding: 13px 43px;
  }
  .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-icon {
    font-size: 16px;
  }
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab{
  text-align: center;
  font-weight: 700;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
}

.wpb-js-composer .vc_tta-container {
  padding-top: 33px;
  margin-bottom: 40px;
}
.vc_tta-tab.vc_active .vc_tta-title-text{
  color: #eac334;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab{
  margin-top: 0;
  margin-left: 0;
}
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after{
  z-index: 2;
}

.menu-get-involved-container .menu-icon-hover{
  display: none;
}
.menu-get-involved-container .holder a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.1;
  margin-right: 17px;
}
#custom-nav.menu-get-involved-container li.active a:before {
  display: none;
}
#custom-nav.menu-get-involved-container .menu-item {
  padding: 12px 10px 4px;
}
.menu-get-involved-container .holder a span {
  max-width: 75px;
  text-align: left;
  padding-left: 6px;
}
.menu-get-involved-container .holder a img {
  width: 23px;
}
.menu-get-involved-container .holder a:hover .menu-icon-hover, 
.menu-get-involved-container .holder li.active a .menu-icon-hover{
  display: block;
}
.menu-get-involved-container .holder a:hover .menu-icon,
.menu-get-involved-container .holder li.active a .menu-icon{
  display: none;
}
.menu-get-involved-container .holder a:hover:before{
  display: none;
}
.menu-get-involved-container .rotate .menu-icon, 
.menu-get-involved-container .rotate .menu-icon-hover{
  transform:rotate(-30deg);
  -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
}

form .form-description {
  font-size: 14px;
  color: #d81212;
}
.box-holder {
  padding-top: 25px;
}
.box-holder .gform_title {
  display: none;
}
.vc_col-has-fill>.vc_column-inner {
  padding-top: 0 !important;
}
@media (min-width: 768px){
  #custom-nav.menu-get-involved-container .menu-item {
    padding: 0 10px;
  }
  .menu-get-involved-container .holder a span {
    padding-left: 10px;
    max-width: 110px;
  }
  .menu-get-involved-container .holder a img {
    width: 34px;
  }
  .wpb-js-composer .vc_tta-tabs-position-left.vc_tta.vc_tta-style-classic .vc_tta-tab>a{
    border-right-width:0;
  }
  .box-holder {
    padding-top: 45px;
  }
}
.mob-full {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row .row_full{
    margin: 0;
  }
@media (min-width: 1024px) {
  .wpb-js-composer .vc_tta-container {
    padding-top: 52px; }
  .mob-full {
    margin-left: auto;
    margin-right: auto;
  }
}
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner{
  padding-top: 0;
}

.gform_fields {
  max-width: 600px;
}
.section-splash .gform_fields {
  max-width: 100%;
}
.top-padding {
  padding-top: 23px;
}
.top-padding .form-area {
  padding-top: 106px;
}
@media (min-width: 768px) {
  .top-padding .form-area {
    padding-top: 156px;
  }
}
@media (min-width: 1024px) {
  .top-padding{
    padding-top: 68px;
  }
  .top-padding .form-area {
    padding-top: 86px;
  }
}
.promo-bar .close-link:after {
  display: none;
}

.time-of-day-input .jcf-radio {
  border-color: #fff;
}

.post-categories {
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #c2a588;
  text-transform: uppercase;
}
.post-categories li{
  padding-left: 0;
  padding-bottom: 0;
}
.post-categories li:before {
  display: none;
}
.post-categories a {
  text-decoration: none;
  color: #c2a588;
  letter-spacing: 2px;
}

.post h2 {
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
  font-weight: 700;
  font-size: 29px;
}
.wpb_single_image .vc_figure {
  display: block;
}
.wpb_single_image .vc_single_image-wrapper {
  display: block;
}
.wpb_single_image img {
  display: block;
}

@media (min-width: 1024px) {
  .post-categories {
    padding-bottom: 5px;
    font-size: 18px;
  }
  .post h2 {
    font-size: 44px;
  }
  #footer .bottom-bar .copyright p {
    color: #fff !important;
  }
}
.action-block {
  z-index: 98;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(20px);
  -ms-transform: translateX(-50%) translateY(20px);
  -o-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
}
.action-block .btn {
  margin-bottom: 0;
}

.bg-video-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    background-size: cover;
}

.bg-video-holder .bg-video {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.video-active .bg-video {
    opacity: 1;
}

/* carousel basic styles */

.timeline-custom-slider {
  position: relative;
  font-family: "itc-avant-garde-gothic-pro", 'Arial', sans-serif;
}
.timeline-custom-slider .slideset {
  min-height: 100vh;
}
.timeline-custom-slider + #main {
  display: none;
}
.timeline-custom-slider .bg-stretch {
  z-index: -1;
}

.timeline-custom-slider .slide {
  position: absolute;
  min-height: 100vh;
  opacity: 0;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0; }

.timeline-custom-slider .section-hold {
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
  padding-top: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.timeline-custom-slider .mob-overlay .section-hold:before, .timeline-custom-slider .desktop-overlay .section-hold:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: -99999px;
    right: -99999px;
    height: 100%;
    z-index: -1;
    background-color: rgba(44,51,118,0.92);
}
.timeline-custom-slider .slide.active {
  opacity: 1;
  z-index: 2; }

.timeline-custom-slider.not-enough-slides .btn-prev,
.timeline-custom-slider.not-enough-slides .btn-next {
  visibility: hidden; }

.timeline-custom-slider .slider-navigation{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  z-index: 15;
  position: absolute;
  bottom: 17px;
  padding: 0 17px;
  left: 0;
  right: 0;
}
.timeline-custom-slider .pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  max-width: 176px;
}
.timeline-custom-slider .arrow {
  width: 32px;
  height: 32px;
  min-width: 0;
  min-height: 0;
  text-indent: -9999px;
  background: transparent;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  background-clip: border-box;
  border-radius: 0;
  position: relative; }
.timeline-custom-slider .arrow:hover:before {
  opacity: 0.5;
}
.timeline-custom-slider .arrow:before {
  content: '';
  position: absolute;
  transition: opacity .4s;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -3px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
.timeline-custom-slider .arrow.btn-next {
  margin-right: 0;
  margin-left: 20px;
}
.timeline-custom-slider .arrow.btn-next:before {
  border-width: 2px 2px 0 0;
  margin-left: -8px;
}

.timeline-custom-slider .dot-block {
  position: relative;
  margin: 0 11px 15px;
}
.timeline-custom-slider .dot-block.active {
  margin: 0 7px 10px;
  z-index: 12;
}
.timeline-custom-slider .dot-block.active + .dot-block {
  z-index: 12;
}

.timeline-custom-slider .dot-block.active .dot {
  width: 22px;
  height: 22px;
  margin-top: -3px;
  background-color: #c2a588;
}
.timeline-custom-slider .dot-block .dot:hover{
  background-color: #c2a588;
}
.timeline-custom-slider .dot {
  width: 13px;
  height: 13px;
  background-color: #480082;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  z-index: 10;
  position: relative;
  margin-bottom: 0;
  display: block;
}
.timeline-custom-slider .dot-block:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;;
  margin-top: -1px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
.timeline-custom-slider .dot-block.active:before{
  margin-top: -3px;
}

.timeline-custom-slider .dot-5.dot-block:before {
  opacity: 0;
}
.timeline-custom-slider .dot-block:last-child:before {
  opacity: 0;
}

.timeline-custom-slider .slide-name {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  color: #fff;
}
.timeline-custom-slider .dot-block.active .slide-name, 
.timeline-custom-slider .dot-block.hover .slide-name,
.timeline-custom-slider .pagination.dot-hover .dot-block.active.hover .slide-name {
  opacity: 1;
}
.timeline-custom-slider .pagination.dot-hover .dot-block.active .slide-name{
  opacity: 0;
}

.timeline-custom-slider .video {
  margin-bottom: 0;
  box-shadow: none;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.timeline-custom-slider .video .bg-stretch{
  background-image: url(http://rc18.stgng.co/wp-content/uploads/2018/09/image-45.png);
}
.timeline-custom-slider .about-boxes {
  max-width: 1270px;
  width: 100%;
  /*padding-bottom: 25px;*/
  padding-left: 15px;
  padding-right: 15px;
  -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.promo-active .header-panel + .timeline-custom-slider .section-hold {
  padding-top: 120px;
}

.timeline-custom-slider .about-boxes .info {
  padding-top: 57px;
  width: 100%;
}
.timeline-custom-slider .about-boxes h2 {
  font-size: 25px;
  line-height: 1.1;
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: inherit;
}
.timeline-custom-slider .about-boxes h2:after, .timeline-custom-slider .single-heading h2:after {
  content: '';
  position: absolute;
  height: 7px;
  width: 52px;
  background-color: #c2a588;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.timeline-custom-slider .about-boxes .container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*second type of slides*/
.timeline-custom-slider .single-heading, .timeline-custom-slider .badge-slide {
  max-width: 970px;
  padding: 80px 15px 40px;
  /*margin: 0 auto;*/
}
.timeline-custom-slider .badge-slide h2, .timeline-custom-slider .single-heading h2 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: "itc-avant-garde-gothic-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
}

/*third type of slides*/
.timeline-custom-slider .badge {
  width: 229px;
  height: 229px;
  margin: 0 auto 15px;
}
.disable-footer #footer {
  display: none;
}

@media (min-width: 768px) {
  .timeline-custom-slider .dot-block:before {
    width: 34px;
  }
  .timeline-custom-slider .arrow {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .timeline-custom-slider .about-boxes .info {
    width: 50%;
  }
  .timeline-custom-slider .dot-block:before:not(:last-child) {
    width: 37px;
  }
  .timeline-custom-slider .slide-name {
    top: -19px;
  }
  .timeline-custom-slider .dot-block {
    margin-left: 17px;
    margin-right: 17px;
    margin-bottom: 0;
  }
  .timeline-custom-slider .dot-block.active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    margin-bottom: 0;
  }
  .timeline-custom-slider .dot-5.dot-block:before {
    opacity: 1;
  }
  .timeline-custom-slider .dot-5.dot-block:last-child:before {
    opacity: 0;
  }
  .timeline-custom-slider .slider-navigation{
    left: 0;
    right: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .timeline-custom-slider .pagination {
    max-width: 100%;
    width: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
     -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timeline-custom-slider .section-hold {
    padding-top: 145px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo-active .header-panel + .timeline-custom-slider .section-hold {
    padding-top: 170px;
  }
  .timeline-custom-slider .single-heading, .timeline-custom-slider .badge-slide {
    padding-top: 40px;
  }
  .timeline-custom-slider .about-boxes {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-bottom: 25px;
  }
  .timeline-custom-slider .about-boxes h2 {
    text-align: left;
  }
  .timeline-custom-slider .about-boxes h2:after {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    height: 15px;
    width: 104px;
  }
  .timeline-custom-slider .single-heading h2:after {
    height: 15px;
    width: 104px;
    top: -58px;
  }
  .timeline-custom-slider .about-boxes {

  }

  .timeline-custom-slider .video {
    width: 50%;
  }
}
@media (max-width: 1023px){
  .timeline-custom-slider .mob-overlay .section-hold:before {
    display: block;
  }
}
@media (min-width: 1024px) {
  .timeline-custom-slider .arrow:before{
    margin-top: -7px;
  }
  /*.timeline-custom-slider .dot-block.active {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }*/
  .timeline-custom-slider .badge {
    margin-bottom: 26px;
  }
  .timeline-custom-slider .arrow{
    margin-right: 0;
    margin-top: -5px;
  }
  .timeline-custom-slider .arrow.btn-next{
    margin-left: 0;
  }
  .timeline-custom-slider .dot-block .slide-name {
    top: -37px;
  }
  .timeline-custom-slider .badge-slide h2, .timeline-custom-slider .single-heading h2, .timeline-custom-slider .about-boxes h2 {
    font-size: 36px;
    line-height: 1.4;
  }
  .timeline-custom-slider .desktop-overlay .section-hold:before {
    display: block;
  }
  .timeline-custom-slider .arrow:before {
    border-width: 0 0 3px 3px;
    width: 15px;
    height: 15px;}
  .timeline-custom-slider .arrow.btn-next:before {
    border-width: 3px 3px 0 0;
  }
  .timeline-custom-slider .dot {
    width: 19px;
    height: 19px;
    border-width: 3px;
  }
  .timeline-custom-slider .dot-block.active .dot {
    width: 31px;
    height: 31px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  .timeline-custom-slider .slide-name {
    font-size: 16px;
  }
  .timeline-custom-slider .about-boxes h2:after {
    height: 15px;
    width: 104px;
    top: -42px;
  }
  .timeline-custom-slider .slider-navigation {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
}
@media (min-width: 1200px) {
  .timeline-custom-slider .about-boxes .info {
    padding-left: 50px;
  }

}
