/*
Theme Name: Victory
Author: Electoral Media Inc.
Author URI:
Version: 1
Description: Custom Website by Electoral Media Inc.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: josephborelli
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.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .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: -.5em;
}

sub {
	bottom: -.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: .35em .625em .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: .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: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	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);
}

.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 {
	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: #fff;
}

/* 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;
}

/*

spectral reg      +
spectral med      +

montserrat light        +
montserrat it           +
montserrat semiBoldIt   +

proxima nova reg
proxima nova boldIt

gothamHTF book     +
gothamHTF bookIt   +
gothamHTF medium   +
gothamHTF bold     +
gothamHTF black    +

roboto reg           +

franklinGothic BookCnd

poppins             +  

sofiaProBold        +


*/

.slick-dots,
.second-header .container .social-networks,
#header .social-networks,
.share-links,
.hashtags-panel,
.events-area .side-col .connect-links,
.donate-area .values,
#custom-nav ul,
.filter-list,
.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:after,
.navigation-single .prev a:after,
.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,
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 .3s ease-in-out;
	transition: all .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: black;
	background: #fff;
	font: 18px/1.44444444 "Spectral", "Times New Roman", "Times", serif;
	line-height: 1.76923076923;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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.44444444em;
}

blockquote {
	margin: 29px 0 1.46em;
	border-left: 0;
	padding: 0 0 0 17px;
	font-size: 18px;
	line-height: 26px;
	position: relative;
}

blockquote:after {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 7px;
	width: 2px;
	background: #0198d9;
	content: "";
}

blockquote p {
	font-weight: inherit;
	margin: 0;
}

blockquote p:first-child:before {
	display: inline;
	content: "“ ";
}

blockquote p:last-child:after {
	display: inline;
	content: " ”";
}

iframe {
	display: block;
	margin: 0 auto;
}

th,
td {
	border: 1px solid #eee;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: none;
	padding-bottom: 14px;
}

ul > li {
	padding-left: 11px;
	padding-bottom: 5px;
	position: relative;
}

ul > li:before {
	content: " ";
	clear: both;
	position: absolute;
	top: 9px;
	left: 3px;
	background: #e12127;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

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;
}

figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

figure figcaption {
	position: relative;
	font: 300 italic 12px/14px "Gotham SSm A", "Gotham SSm B", sans-serif;
	text-align: left;
	padding: 23px 0 22px 18px;
}

figure figcaption:before {
	position: absolute;
	left: 0;
	top: 24px;
	font-family: "FontAwesome";
	font: normal normal normal 12px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0198d9;
	content: "\f030";
}

figure.alignright,
figure.alignleft {
	width: auto !important;
}

.wpb_single_image .vc_figure-caption {
	font-size: 12px;
	line-height: 18px;
	max-width: 740px;
	margin: 0 auto;
	padding-top: 13px;
	padding-bottom: 12px;
}

.wpb_single_image .vc_figure-caption:before {
	top: 16px;
}

button,
input,
optgroup,
select,
textarea {
	color: black;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 0;
	box-shadow: inset 0 -4px 0 0 #1b4688;
	padding: 0 .7em;
	font-size: 13px;
	height: 48px;
	background: #f7f7f7;
	background: #fff;
	padding: 16px;
}

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,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: black;
}

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,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: black;
}

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,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: black;
}

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,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: black;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
	color: black;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
	box-shadow: inset 0 -4px 0 0 #0198d9;
}

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,
input[type="url"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #f7f7f7;
}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 1;
	color: #f7f7f7;
}

input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: #f7f7f7;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: #f7f7f7;
}

input[type="text"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="email"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="password"]:focus.placeholder,
input[type="url"]:focus.placeholder,
textarea:focus.placeholder {
	color: #f7f7f7;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	width: 100%;
	max-width: 600px;
	resize: vertical;
	vertical-align: top;
	height: 143px;
	line-height: inherit;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	display: table;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 13px/1 "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: 600;
	min-width: 202px;
	text-align: center;
	padding: 11px 5px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 4px 0 0 #dde3ed;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background-color: #d62632;
	text-decoration: none;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
	outline: none;
}

.btn span,
button span,
input[type="button"] span,
input[type="reset"] span,
input[type="file"] span,
input[type="submit"] span {
	display: inline-block;
	position: relative;
}

.btn i,
button i,
input[type="button"] i,
input[type="reset"] i,
input[type="file"] i,
input[type="submit"] i {
	font-size: 15px;
	line-height: inherit;
	margin-left: 6px;
	color: inherit;
}

.btn-red,
input[type="submit"] {
	color: #fff;
	background-color: #e12127;
	background-image: -webkit-linear-gradient(left top, #e12127 50%, #d7151a 50%);
	background-image: linear-gradient(to right bottom, #e12127 50%, #d7151a 50%);
}

.btn-red:before,
input[type="submit"]:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(left top, #d7151a 50%, #e12127 50%);
	background-image: linear-gradient(to right bottom, #d7151a 50%, #e12127 50%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	opacity: 0;
	content: "";
}

.btn-red:hover:before,
input[type="submit"]:hover:before {
	opacity: 1;
}

.btn-blue {
	color: #fff;
	background-color: #1b4688;
	background-image: -webkit-linear-gradient(left top, #1b4688 50%, #143775 50%);
	background-image: linear-gradient(to right bottom, #1b4688 50%, #143775 50%);
}

.btn-blue:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(left top, #143775 50%, #1b4688 50%);
	background-image: linear-gradient(to right bottom, #143775 50%, #1b4688 50%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	opacity: 0;
	content: "";
}

.btn-blue:hover:before {
	opacity: 1;
}

.btn-light-blue,
.comment-form input[type="submit"] {
	color: #fff;
	background-color: #0198d9;
	background-image: -webkit-linear-gradient(left top, #0198d9 50%, #0186cf 50%);
	background-image: linear-gradient(to right bottom, #0198d9 50%, #0186cf 50%);
}

.btn-light-blue:before,
.comment-form input[type="submit"]:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(left top, #0186cf 50%, #0198d9 50%);
	background-image: linear-gradient(to right bottom, #0186cf 50%, #0198d9 50%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	opacity: 0;
	content: "";
}

.btn-light-blue:hover:before,
.comment-form input[type="submit"]:hover:before {
	opacity: 1;
}

input[type="submit"]:hover {
	background-image: -webkit-linear-gradient(left top, #d7151a 50%, #e12127 50%);
	background-image: linear-gradient(to right bottom, #d7151a 50%, #e12127 50%);
}

.comment-form input[type="submit"]:hover {
	background-image: -webkit-linear-gradient(left top, #0198d9 50%, #0186cf 50%);
	background-image: linear-gradient(to right bottom, #0198d9 50%, #0186cf 50%);
}

.btn-dark-blue {
	background: #1b3666;
}

.btn-dark-blue:hover {
	background: #062856;
}

.btn-border {
	box-shadow: inset 0 0 0 2px #1b3666, 0 4px 0 0 #dde3ed;
	color: #1b3666;
	background: none;
	text-decoration: none;
}

.btn-border:hover {
	color: #fff;
	background: #14325c;
}

.btn-border:hover {
	color: #fff;
	background: #14325c;
	text-decoration: none;
}

.btn-border.red-style {
	box-shadow: inset 0 0 0 2px #e12127, 0 4px 0 0 #dde3ed;
	color: #e12127;
}

.btn-border.red-style:hover {
	color: #fff;
	background: #e12127;
}

.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;
}

.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: #0198d9;
}

.btn.btn-border-white:hover {
	background: #018dca;
}

.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: #f2f2f2;
}

#content:only-child {
	width: 100%;
}

.error404 #content {
	padding-top: 20px;
}

.widget {
	margin-bottom: 1.44444444em;
}

.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%;
}

.search-form input button,
.search-form input[type="submit"] {
	width: 100%;
	margin: 0;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.commentlist {
	margin: 0 0 1.44444444em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.44444444em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.44444444em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	padding: 54px 0 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.44444444em;
	text-align: center;
	width: 100%;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #0198d9;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	margin: 0 5px;
}

.navigation .page-numbers:hover,
.navigation .page-numbers.current,
.navigation-comments .page-numbers:hover,
.navigation-comments .page-numbers.current {
	color: #1b4688;
	text-decoration: underline;
}

.navigation .page-numbers.next,
.navigation .page-numbers.prev,
.navigation-comments .page-numbers.next,
.navigation-comments .page-numbers.prev {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	background: none;
	color: #1b4688;
}

.navigation .page-numbers.next:hover,
.navigation .page-numbers.prev:hover,
.navigation-comments .page-numbers.next:hover,
.navigation-comments .page-numbers.prev:hover {
	color: #0198d9;
}

.navigation .page-numbers.next:before,
.navigation .page-numbers.prev:before,
.navigation-comments .page-numbers.next:before,
.navigation-comments .page-numbers.prev:before {
	display: inline-block;
	font-family: "FontAwesome";
	font: normal normal normal 29px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f178";
	margin-top: -1px;
}

.navigation .page-numbers.prev:before,
.navigation-comments .page-numbers.prev:before {
	content: "\f177";
}

.navigation .page-numbers.next,
.navigation-comments .page-numbers.next {
	margin-left: 35px;
}

.navigation .page-numbers.prev,
.navigation-comments .page-numbers.prev {
	margin-right: 35px;
}

.navigation-single {
	max-width: 1150px;
	position: relative;
	margin: 0 auto;
	background: #f2f2f2;
	padding: 17px 15px 2px;
}

.navigation-single:after {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 8px;
	margin-left: -4px;
	background: #fff;
	content: "";
}

.navigation-single:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #f2f2f2;
	z-index: -1;
}

.navigation-single .next,
.navigation-single .prev {
	margin: 0 0 15px;
}

.navigation-single .next a,
.navigation-single .prev a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 17px 33px 19px 85px;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	color: #fff;
}

.navigation-single .next a:hover strong,
.navigation-single .prev a:hover strong {
	text-decoration: none;
}

.navigation-single .next a:hover:after,
.navigation-single .prev a:hover:after {
	color: #fff;
}

.navigation-single .next a:hover:before,
.navigation-single .prev a:hover:before {
	background: #1b4688;
}

.navigation-single .next a:after,
.navigation-single .prev a:after {
	display: inline-block;
	font-family: "FontAwesome";
	font: normal normal normal 34px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f177";
	color: #1b4688;
	position: absolute;
	left: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navigation-single .next a:before,
.navigation-single .prev a:before {
	background: none;
	color: #1b4688;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	text-indent: -9999px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	box-shadow: none;
	border: 2px solid #1b4688;
	content: "";
}

.navigation-single .next a {
	padding: 17px 85px 19px 33px;
}

.navigation-single .next a:after {
	left: auto;
	right: 17px;
	content: "\f178";
}

.navigation-single .next a:before {
	left: auto;
	right: 0;
}

.navigation-single span {
	font-size: 11px;
	display: block;
	color: #1b4688;
	text-transform: uppercase;
	padding: 0 0 10px;
}

.navigation-single strong {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	text-decoration: underline;
	color: #0198d9;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	margin-bottom: 1.44444444em;
}

.wp-caption img {
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.44444444em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	text-align: center;
}

.alignright {
	text-align: center;
}

.mejs-container {
	margin-bottom: 1.44444444em;
}

.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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	line-height: 1.22em;
	margin: 0 0 .5em;
	color: inherit;
	font-weight: 500;
}

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: 26px;
	color: #1b4688;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h2,
.h2 {
	font-size: 22px;
	color: #e12127;
	font-weight: 300;
	margin-bottom: 7px;
}

h3,
.h3 {
	font-size: 18px;
	color: #0198d9;
	font-weight: 500;
	margin-bottom: 11px;
}

h4,
.h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #1b4688;
	font-weight: 500;
	margin-bottom: 12px;
	letter-spacing: -1px;
}

h5,
.h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #e12127;
	margin-bottom: 14px;
	letter-spacing: -1px;
}

h6,
.h6 {
	font-weight: 500;
	font-family: "Spectral", "Times New Roman", "Times", serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #1b4688;
}

strong {
	font-weight: 700;
}

p {
	font-weight: 300;
	margin: 0 0 1.45em;
}

p strong {
	font-weight: 700;
}

a {
	color: #0198d9;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

.u-condensed-bold,
.u-condensed-bold * {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
}

/*! 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, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-type-iframe .fancybox-inner {
	height: auto !important;
	padding-bottom: 56.25%;
}

.fancybox-iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .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);
	-webkit-transition: box-shadow .3s linear;
	transition: box-shadow .3s linear;
}

.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%);
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	content: "";
}

.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-close:hover {
	box-shadow: inset 0 0 0 2px #e12127 !important;
}

.fancybox-close:hover:before,
.fancybox-close:hover:after {
	background: #e12127;
}

.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, .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, .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;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block !important;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	margin: 0 5px 0 0;
	height: 14px;
	width: 14px;
}

.jcf-checkbox span {
	position: absolute;
	display: none !important;
	height: 5px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	border: 2px solid #e12127;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.jcf-checkbox.jcf-checked span {
	display: block !important;
}

/* :root .jcf-checkbox span {
	margin:-4px 0 0 -4px !important;
} */

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
	width: 100% !important;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block !important;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #dadada;
	border-radius: 50%;
	margin: 0 5px 0 0;
	height: 14px;
	width: 14px;
	font-size: 0;
	line-height: 0;
}

.jcf-radio span {
	display: none !important;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #f6303e;
	border-radius: 50%;
	margin: 0  !important;
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
	margin-left: 0;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin: 0 !important;
}

.gform_wrapper .gfield_radio li label {
	margin-top: 0 !important;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 0;
	box-shadow: 0 4px 0 0 rgba(27, 70, 136, .15);
	background: #f7f7f7;
	background: #fff;
	margin: 0;
	min-width: 167px;
	height: 36px;
	font: 700 12px/36px "Gotham SSm A", "Gotham SSm B", sans-serif;
	text-transform: uppercase;
}

.jcf-select.jcf-focus {
	border-color: transparent;
}

.top-section .center-block {
	text-align: left;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	margin: 0 35px 0 16px;
	color: #242424;
	font-size: 12px;
	line-height: 36px;
	height: 36px;
	color: black;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 36px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 24px;
	left: 7px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #0198d9;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	background: #00add9;
	padding: 20px;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0 2px 0 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding: 0;
}

.jcf-list ul li:before {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: inline-block;
	padding: 3px 9px;
	color: #fff;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #fff;
	color: #083068;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-option.jcf-option-gf_placeholder {
	display: none;
}

/* common custom form elements styles */

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #fff;
	width: 11px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 0;
	width: 11px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #083068;
	height: 19px;
	min-height: 19px;
	width: 11px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

#nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-family: "Gotham SSm A", "Gotham SSm B", 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;
}

#nav .drop {
	z-index: 997;
}

#nav .lang-trigger {
	display: block;
	padding: 10px 0 5px;
	text-align: center;
	text-transform: uppercase;
	font: italic 20px/1 "Gotham SSm A", "Gotham SSm B", sans-serif;
}

#nav .lang-trigger a {
	text-decoration: none;
	color: #0198d9;
}

#nav .lang-trigger a:hover {
	color: #1b4688;
}

.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

.nav-menu li {
	text-transform: uppercase;
	padding: 0;
}

.nav-menu li:before {
	display: none;
}

.nav-menu a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 16px;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
}

.nav-menu ul li {
	text-transform: capitalize;
}

.nav-menu ul li {
	list-style: none;
}

.nav-menu ul a {
	text-align: center;
}

.nav-menu ul .hover > a {
	background: rgba(27, 70, 136, .4);
}

.nav-menu .hover {
	z-index: 1;
}

.nav-menu .hover > ul {
	max-height: 1000px;
	opacity: 1;
	overflow: visible;
}

.nav-menu > li {
	border-top: 2px solid #dbdee0;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
}

.nav-menu > li > a {
	position: relative;
}

.desktop-menu {
	display: none !important;
}

.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	color: #fff;
}

.mobile-menu li {
	padding: 0;
}

.mobile-menu li:before {
	display: none;
}

.mobile-menu a {
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
	padding: 17px 45px 17px 27px;
}

.mobile-menu a:hover {
	background: #0e2652;
}

.mobile-menu a:after {
	position: absolute;
	right: 28px;
	font-family: "FontAwesome";
	display: inline-block;
	font: normal normal normal 18px/20px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f178";
}

.mobile-menu li.link-home a {
	font-size: 20px;
	line-height: 1;
	padding: 14px 45px 14px 23px;
}

.mobile-menu li.link-home a:after {
	display: none;
}

.mobile-menu ul {
	margin: 0;
	padding: 0;
}

.mobile-menu ul a {
	padding-left: 45px;
}

.mobile-menu ul ul a {
	padding-left: 60px;
}

.mobile-menu li {
	border-top: 1px solid #d2d5d7;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

.mobile-menu .active-item > a {
	background: #0e2652;
}

.mobile-menu > .active-item > a + ul > li > a:hover {
	background: #0e2652;
}

.mobile-menu > .active-item > a + ul ul ul li a:hover {
	background: #0e2652;
}

.mobile-menu > .active-item > a + ul ul ul li.active-item .opener-item:hover {
	background: #0e2652;
}

.mobile-menu .active-item > .opener-item:after {
	content: "\f175";
}

.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;
}

#nav.left-slide-nav .mobile-menu a {
	padding: 17px 23px;
}

#nav.left-slide-nav .mobile-menu .hover a {
	background: #1f3366;
}

#nav.left-slide-nav .mobile-menu ul a {
	position: relative;
}

#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;
}

#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;
}

.nav-opener {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -11px;
	width: 28px;
	height: 22px;
	overflow: hidden;
	z-index: 10;
	font-weight: 300;
	color: #1b3666;
	text-decoration: none;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	position: absolute;
	width: 28px;
	height: 4px;
	background: #fff;
	content: "";
	left: 0;
	opacity: 1;
}

.nav-opener:before {
	top: 0;
}

.nav-opener:after {
	left: auto;
	right: 0;
	bottom: 0;
}

.nav-opener span {
	top: 50%;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: -2px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 9px;
}

#nav-main {
	background: #012843;
}

.top-section #nav-main {
	position: relative;
	z-index: 1;
}

#nav-main ul {
	display: block;
	font-size: 0;
	line-height: 0;
	margin-bottom: 0;
}

#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;
}

#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;
}

#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;
}

.sub-menu {
	margin: 56px auto;
	padding: 0;
	max-width: 740px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.sub-menu li {
	padding: 0;
	border-bottom: 2px solid #0198d9;
}

.sub-menu li:before {
	display: none;
}

.sub-menu li:first-child {
	border-top: 2px solid #0198d9;
}

.sub-menu a {
	display: block;
	padding: 19px  15px 16px;
	color: #1b4688;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	position: relative;
}

.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: #0198d9;
}

.sub-menu.menu-vertical {
	max-width: 280px;
}

.sub-menu.menu-vertical li {
	border-color: #f2f2f2;
}

.sub-menu.menu-vertical a {
	font-weight: normal;
}

.top-section {
	overflow: hidden;
	position: relative;
	color: #fff;
	height: 220px;
	background: #1b3666;
}

.top-section.section-small {
	height: 330px;
}

.top-section.section-medium {
	height: 616px;
}

.top-section .section-hold {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.top-section .btn {
	box-shadow: none;
}

.top-section .container {
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 100%;
	padding: 15px;
}

.top-section .container:before,
.top-section .container:after {
	display: none;
}

.top-section.section-25vh {
	height: 300px;
}

.top-section.section-50vh {
	height: 300px;
}

.top-section.section-75vh {
	height: 300px;
}

.top-section.section-100vh {
	height: 300px;
}

.top-section .center-block {
	text-align: center;
}

.top-section .right-block,
.top-section .left-block,
.top-section .center-block {
	position: relative;
	z-index: 1;
	width: 100%;
}

.top-section .bottom-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 0 20px;
}

.top-section .bottom-block .title {
	font-size: 20px;
	line-height: 23px;
	padding-bottom: 15px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.top-section .bottom-block .btn {
	display: none;
}

.top-section .bg-stretch {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-position: 50% 0;
}

.top-section .logo {
	width: 142px;
	margin: 0 auto 41px;
}

.top-section .btn-play {
	font-weight: 600;
	font-size: 16px;
}

.top-section .btn-play:hover {
	background: #fff;
	color: #1b3666;
}

.top-section .btn-play:hover span {
	border-color: #1b3666;
}

.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 #e12127;
}

.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: #e12127;
}

.top-section .gform_wrapper .gform_footer img {
	display: none !important;
}

.top-section .autor-date .avatar {
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 5px;
}

.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;
	font-size: 12px;
	line-height: 19px;
}

.social-list {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
}

.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;
}

.social-bottom > span {
	display: inline-block;
	font: 800 22px/48px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #001b49;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.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;
}

.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: #1b4688;
}

.social-bottom .social-list .stButton .stLarge:hover {
	color: #1b3666;
}

.social-bottom .social-list .st_twitter_large .stButton .stLarge:before {
	content: "\f099";
}

.social-bottom .social-list .st_facebook_large .stButton .stLarge:before {
	content: "\f09a";
}

.social-bottom .social-list .st_email_large .stButton .stLarge:before {
	content: "\f0e0";
}

.add-info-list {
	margin: 0;
	padding: 0 0 12px;
}

.add-info-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	color: #e12127;
	font-weight: 700;
	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: #e12127;
	text-decoration: none;
}

.add-info-list a:hover {
	text-decoration: underline;
}

.items-list {
	margin: 0 -20px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.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;
}

.items-list li.slick-slide {
	padding-bottom: 0;
	width: auto;
}

.items-list img {
	vertical-align: top;
}

.items-list .image-cycle {
	border-radius: 50%;
	border: 4px solid #fff;
}

.items-list strong {
	font-size: 11px;
	line-height: 14px;
	display: block;
	padding-top: 5px;
	margin: 0 -5px;
}

.items-list a {
	color: #1b3666;
	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;
}

.posts-list li {
	padding: 0;
	margin-bottom: 26px;
	overflow: hidden;
	position: relative;
	width: 260px;
	height: 260px;
	overflow: hidden;
	text-align: center;
	background: #0198d9;
}

.posts-list li:before {
	display: none;
}

.posts-list li:hover .bg-stretch {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.posts-list li .bg-stretch {
	-webkit-transition: -webkit-transform .3s linear, opacity .3s linear;
	transition: transform .3s linear, opacity .3s linear;
}

.posts-list li.bg-red {
	background-color: #e12127;
	background-image: -webkit-linear-gradient(left top, #d7151a 50%, #e12127 50%);
	background-image: linear-gradient(to right bottom, #d7151a 50%, #e12127 50%);
}

.posts-list li.bg-red:before {
	width: auto;
	height: auto;
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	background-image: -webkit-linear-gradient(left top, #e12127 50%, #d7151a 50%);
	background-image: linear-gradient(to right bottom, #e12127 50%, #d7151a 50%);
	content: "";
}

.posts-list li.bg-red:hover {
	background-color: #d7151a;
}

.posts-list li.bg-red:hover:before {
	opacity: 0;
}

.posts-list li.bg-light-blue {
	background-color: #1b4688;
	background-image: -webkit-linear-gradient(left top, #0186cf 50%, #0198d9 50%);
	background-image: linear-gradient(to right bottom, #0186cf 50%, #0198d9 50%);
}

.posts-list li.bg-light-blue:before {
	width: auto;
	height: auto;
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	background-image: -webkit-linear-gradient(left top, #0198d9 50%, #0186cf 50%);
	background-image: linear-gradient(to right bottom, #0198d9 50%, #0186cf 50%);
	content: "";
}

.posts-list li.bg-light-blue:hover {
	background-color: #0186cf;
}

.posts-list li.bg-light-blue:hover:before {
	opacity: 0;
}

.posts-list li.bg-dark-blue {
	background-color: #1b4688;
	background-image: -webkit-linear-gradient(left top, #143775 50%, #1b4688 50%);
	background-image: linear-gradient(to right bottom, #143775 50%, #1b4688 50%);
}

.posts-list li.bg-dark-blue:before {
	width: auto;
	height: auto;
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	background-image: -webkit-linear-gradient(left top, #1b4688 50%, #143775 50%);
	background-image: linear-gradient(to right bottom, #1b4688 50%, #143775 50%);
	content: "";
}

.posts-list li.bg-dark-blue:hover {
	background-color: #143775;
}

.posts-list li.bg-dark-blue:hover:before {
	opacity: 0;
}

.posts-list li.bg-dotted .bg-stretch {
	opacity: 1;
}

.posts-list li.bg-dotted:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(images/dotted-blue.png);
	pointer-events: none;
	content: "";
}

.posts-list li.bg-dotted-gray .bg-stretch {
	opacity: 1;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.posts-list li.bg-dotted-gray:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(images/dotted-blue.png);
	pointer-events: none;
	content: "";
}

.posts-list li .bg-stretch {
	opacity: .4;
}

.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%;
	z-index: 10;
}

.posts-list .title h2 {
	font: 700 32px/1 "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: inherit;
	text-decoration: none;
	letter-spacing: -.5px;
	margin: 0;
}

.posts-list .title span {
	text-transform: uppercase;
	font-family: "Spectral", "Times New Roman", "Times", serif;
	font-size: 14px;
	display: block;
	font-weight: normal;
	padding: 0 0 10px;
	letter-spacing: 2px;
}

.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;
}

.donate-list li {
	padding: 0;
	padding: 0 10px 10px;
}

.donate-list li:before {
	display: none;
}

.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 #1b4688;
	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: #f2f2f2;
	color: #4a8abf;
}

.donate-list a strong {
	font-size: 40px;
	line-height: 83px;
}

.donate-list a sup {
	font-size: 22px;
	line-height: 25px;
	font-weight: 400;
	top: -.4em;
}

.events-list {
	max-width: 770px;
	margin: 0 auto;
	padding: 47px 0 0;
}

.events-list li {
	list-style: none;
	margin-bottom: 42px;
	padding: 0;
}

.events-list li:before {
	display: none;
}

.events-list .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background: #e12127;
	background-image: -webkit-linear-gradient(left top, #e12127 50%, #d7151a 50%);
	background-image: linear-gradient(to right bottom, #e12127 50%, #d7151a 50%);
	color: #fff;
	width: 59px;
	height: 59px;
	padding: 5px;
	margin: 0 auto 22px;
}

.events-list .date span {
	display: block;
	font-size: 13px;
	line-height: 1;
	margin: 0;
}

.events-list .date em {
	display: block;
	font-style: normal;
	font-size: 26px;
	line-height: 1;
}

.events-list .date-ttl {
	display: block;
	color: #0198d9;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	padding: 2px 0 12px;
	font-weight: 500;
}

.events-list .date-ttl em {
	font-style: normal;
	padding-right: 15px;
}

.events-list h1 {
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: -2px;
	word-spacing: 1px;
	margin-bottom: 2px;
}

.events-list h2 {
	font-size: 22px;
	line-height: 28px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #0198d9;
	margin: 0;
}

.events-list h2 a {
	color: #0198d9;
	text-decoration: none;
}

.events-list h2 a:hover {
	text-decoration: underline;
}

.events-list .btn {
	display: block;
	margin: 0 30px 20px;
}

.form-area .events-list {
	max-width: none;
}

.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;
}

.btn-list li {
	padding: 0;
	width: 92px;
}

.btn-list li:before {
	display: none;
}

.btn-list .btn {
	min-width: 92px;
	padding: 0;
}

.btn-list .btn-red {
	text-transform: uppercase;
	font-size: 12px;
	height: 40px;
	line-height: 36px;
}

.overview-list {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 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%;
}

.overview-list li .visual-frame {
	margin-right: 12px;
	width: 130px;
	height: 130px;
	position: relative;
	text-align: center;
}

.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: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #e12127;
	text-align: center;
	padding: 37px 0 34px;
}

.intro-text p:last-of-type {
	margin: 0;
}

.intro-text.light-blue-intro-text {
	margin-bottom: 0;
	padding: 60px 0;
	color: #fff;
}

.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;
}

/* cycle carousel basic styles */

div.cycle-gallery {
	position: relative;
	overflow: hidden;
}

div.cycle-gallery div.mask {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

div.cycle-gallery div.cycle-slideset {
	width: 99999px;
	float: left;
}

div.cycle-gallery div.cycle-slideset div.slide {
	padding: 28px 18px 54px;
}

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;
}

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;
}

div.cycle-gallery .btn-prev,
div.cycle-gallery .btn-next {
	width: 50px;
	height: 50px;
	background: rgba(27, 70, 136, .4);
	float: left;
	position: relative;
	margin-left: 1px;
	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;
	color: #fff;
}

div.cycle-gallery .btn-prev:hover,
div.cycle-gallery .btn-next:hover {
	background: #e12127;
}

div.cycle-gallery .btn-next {
	float: right;
}

div.cycle-gallery .btn-next:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-left: -9px;
}

div.slideshow.not-enough-slides a.btn-prev,
div.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}

.about-boxes {
	position: relative;
	z-index: 2;
	max-width: 1440px;
	margin: 0 auto;
}

.about-boxes .boxes-row {
	margin-bottom: 16px;
}

.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;
	max-width: none;
	position: relative;
	padding: 0;
}

.about-boxes .boxes-row .container:before,
.about-boxes .boxes-row .container:after {
	display: none;
	content: none;
}

.about-boxes .boxes-dark-blue {
	background: #1b4688;
	color: #fff;
}

.about-boxes .boxes-dark-blue h2 {
	color: #fff;
}

.about-boxes .boxes-dark-blue .container:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(351.5deg, transparent 50%, #1b4688 50%);
	background: linear-gradient(98.5deg, transparent 50%, #1b4688 50%);
	pointer-events: none;
	content: "";
}

.about-boxes .boxes-dark-blue .cycle-gallery:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(351.5deg, #1b4688 50%, transparent 50%);
	background: linear-gradient(98.5deg, #1b4688 50%, transparent 50%);
	z-index: 10;
	pointer-events: none;
	content: "";
}

.about-boxes .boxes-row-gray {
	background: #f2f2f2;
}

.about-boxes .boxes-row-gray .container:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(351.5deg, transparent 50%, #f2f2f2 50%);
	background: linear-gradient(98.5deg, transparent 50%, #f2f2f2 50%);
	pointer-events: none;
	content: "";
}

.about-boxes .boxes-row-gray .cycle-gallery:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(351.5deg, #f2f2f2 50%, transparent 50%);
	background: linear-gradient(98.5deg, #f2f2f2 50%, transparent 50%);
	pointer-events: none;
	content: "";
}

.about-boxes .boxes-row-blue {
	background: #0198d9;
	color: #fff;
}

.about-boxes .boxes-row-blue h2 {
	color: #fff;
}

.about-boxes .boxes-row-blue .container:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(351.5deg, transparent 50%, #0198d9 50%);
	background: linear-gradient(98.5deg, transparent 50%, #0198d9 50%);
	pointer-events: none;
	content: "";
}

.about-boxes .boxes-row-blue .cycle-gallery:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(351.5deg, #0198d9 50%, transparent 50%);
	background: linear-gradient(98.5deg, #0198d9 50%, transparent 50%);
	pointer-events: none;
	z-index: 10;
	content: "";
}

.about-boxes .video {
	position: relative;
	min-height: 201px;
}

.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;
}

.about-boxes .info {
	padding: 20px;
	position: relative;
	z-index: 10;
}

.about-boxes h2 {
	margin-bottom: 9px;
	color: #1b4688;
	font-weight: 700;
}

.about-boxes .home .info {
	line-height: 21px;
	padding: 17px 15px 20px;
}

.about-boxes .home .video {
	min-height: 262px;
}

.about-boxes .home p {
	margin: 0 0 1.5em;
}

.about-boxes .home h2 {
	color: #0198d9;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 10px;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	outline: none;
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	-webkit-transition: background .3s, border-color .3s;
	transition: background .3s, border-color .3s;
	z-index: 1;
}

.slick-arrow.slick-next,
.slick-arrow.slick-prev {
	position: absolute;
	left: 30px;
	top: 50%;
	width: 30px;
	height: 30px;
	min-width: 0;
	min-height: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	background-clip: border-box;
	border-radius: 50%;
	text-indent: -9999px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	box-shadow: none;
	background: #1b3666;
	border: 2px solid #fff;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	font: normal normal normal 28px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f177";
	display: block;
	text-indent: 0;
}

.slick-arrow.slick-next:hover,
.slick-arrow.slick-prev:hover {
	background: #0198d9;
}

.slick-arrow.slick-next:focus,
.slick-arrow.slick-prev:focus {
	outline: none;
}

.slick-arrow.slick-next {
	left: auto;
	right: 30px;
}

.slick-arrow.slick-next:before {
	content: "\f178";
}

.bordered-buttons .slick-arrow {
	background: none;
	color: #1b4688;
	border-color: #1b4688;
}

.bordered-buttons .slick-arrow:hover {
	background: #1b4688;
}

.bordered-buttons .slick-arrow:hover:before {
	color: #fff;
}

.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: #1b4688;
}

.stories-list .datetime {
	font-size: 14px;
	line-height: 17px;
	color: #0198d9;
}

.slick-dots {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 5px 10px;
}

.slick-dots li:before {
	display: none;
}

.slick-dots li button {
	min-width: 0;
	width: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: #ebebeb;
	border-radius: 50%;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background: #0198d9;
}

#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;
}

.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;
}

.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: #1b4688;
	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: #1b3666;
}

.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;
}

.wp-polls-result .wp-polls-ul li {
	padding-left: 75px;
}

/* body.admin-bar */

/*
body.admin-bar{
	.header-panel,
	.header-panel.fixed-position {
		position: fixed;
		top: 46px !important;
		transition: none;
		@include media('≥783px') {
			top: 64px !important;
		}
		@include media('≥892px') {
			top: 32px !important;
		}
	}
	#wrapper{
		@include media('≥783px') {
			margin-top: 32px !important;
		}
		@include media('≥892px') {
			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%;
}

.open-drop,
.js-video-container {
	opacity: 0;
}

.loaded .open-drop,
.loaded .js-video-container {
	opacity: 1;
}

.js-video-holder .video-holder {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	height: 100vh; /*max-height: 100vh;*/
}

.js-video-holder .video-holder video {
	width: 100%;
	object-fit: cover;
	min-height: 300px;
	height: 100%; /*max-height: 100vh;*/
}

.map-canvas {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}

.map-canvas img {
	max-width: none;
}

.home #main {
	padding-top: 0;
}

.home .top-section {
	margin-top: 0;
}

div.steps-carousel div.slideset {
	width: auto;
	float: none;
}

div.steps-carousel div.slideset .slide {
	float: none;
}

.media-boxes {
	text-align: center;
	padding-top: 71px;
	padding-bottom: 19px;
}

.media-boxes .container {
	max-width: 1274px;
}

.underline-heading {
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	letter-spacing: 4px;
	border-bottom: 2px solid #e12127;
	padding-bottom: 14px;
	margin-bottom: 45px;
}

.underline-heading.blue-style {
	color: #1b4688;
	border-color: #1b4688;
}

.underline-heading.light-blue-style {
	color: #0198d9;
	border-color: #0198d9;
}

.media-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font: 500 24px/29px "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.media-list .media {
	display: block;
	position: relative;
	width: calc(50% - 7px);
	height: 346px;
	margin-bottom: 13px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

.media-list .media .bg-stretch {
	-webkit-transition: -webkit-transform .3s ease-in;
	transition: transform .3s ease-in;
}

.media-list .media:hover .bg-stretch {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.media-list .media:hover p {
	text-decoration: none;
}

.media-list .boxes-content {
	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;
	position: relative;
	z-index: 10;
	height: 100%;
}

.media-list .holder {
	max-width: 410px;
	padding: 15px;
}

.media-list h2 {
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 21px;
	color: #fff;
}

.media-list h2 i {
	margin-left: 3px;
}

.media-list p {
	text-decoration: underline;
	margin-bottom: 0;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.header-wrap {
	position: relative;
	padding-top: 75px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

/*
@keyframes move {
	0 {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes move-down {
	0 {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(-30vh);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
*/

.second-header .container,
#header {
	position: relative;
	min-width: 320px;
	padding: 9px 64px 10px 18px;
}

.second-header .container:after,
#header:after {
	content: " ";
	clear: both;
	display: block;
}

.second-header .container .social-networks,
#header .social-networks {
	text-align: center;
	padding: 22px 20px;
	font-size: 20px;
	line-height: 21px;
	margin: 0;
}

.second-header .container .social-networks li,
#header .social-networks li {
	font-size: 20px;
	margin: 0 13px;
}

.second-header .container .social-networks a,
#header .social-networks a {
	color: #fff;
}

.second-header .container .social-networks a:hover,
#header .social-networks a:hover {
	color: #0198d9;
}

.mail-form {
	-webkit-transition: all .3125s linear;
	transition: all .3125s linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	height: 0;
	margin-right: 0;
	float: right;
	margin-top: 2px;
}

.mail-form .menu-updates-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.mail-form ul {
	padding: 0;
	margin: 0;
}

.mail-form .gform_wrapper .gform_fields li {
	margin: 0;
}

.mail-form .gform_wrapper input[type="email"] {
	width: 357px;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 13px;
	height: 50px;
	padding: 0 21px !important;
	letter-spacing: 0;
}

.mail-form .gform_wrapper .gform_footer {
	margin: 0;
}

.mail-form button {
	width: 59px;
	min-width: 10px;
	height: 50px;
	margin: 0;
	padding: 5px;
	box-shadow: none;
	background-image: -webkit-linear-gradient(left top, #e12127 50%, #d7151a 50%) !important;
	background-image: linear-gradient(to right bottom, #e12127 50%, #d7151a 50%) !important;
}

.mail-form button i {
	font-size: 24px;
}

.logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	width: 120px;
}

.logo a {
	display: block;
}

.logo a:hover {
	opacity: .8;
}

.logo img {
	display: block;
}

.logo img.white-logo {
	display: none;
}

.transparent-header .logo img {
	display: none;
}

.transparent-header .logo img.white-logo {
	display: block;
}

.transparent-header .fixed-position .logo img {
	display: block;
}

.transparent-header .fixed-position .logo img.white-logo {
	display: none;
}

.header-panel,
.second-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	z-index: 99;
	min-height: 95px;
}

.header-panel:before,
.second-header:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #1b4688;
	background-image: -webkit-linear-gradient(16deg, #1b4688 0%, #1b4688 50%, #1b3666 50%, #1b3666 100%);
	background-image: linear-gradient(74deg, #1b4688 0%, #1b4688 50%, #1b3666 50%, #1b3666 100%);
	background-position: 421px 0;
	background-repeat: no-repeat;
	content: "";
}

.two-header .header-panel:not(.fixed-position):before,
.two-header
  .second-header:not(.fixed-position):before {
	background-position: 192px 0;
}

.header-panel .logo,
.second-header .logo {
	width: 120px;
	height: auto;
	margin: 0 15px 0 0;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
}

.second-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: none;
	display: none;
}

.two-header .second-header {
	display: block;
}

.non-fixed-top .second-header {
	position: absolute;
}

.second-header:before {
	display: none;
}

.second-header .container {
	padding-top: 30px;
	padding-bottom: 1px;
}

.second-header .container .btn-contribute {
	margin-top: 3px;
}

#nav-menu {
	position: relative;
	z-index: 101;
}

.btn-contribute {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	min-width: 86px;
	text-align: center;
	padding: 5px;
	position: relative;
	overflow: hidden;
	background-color: #e12127;
	background-image: -webkit-linear-gradient(left top, #d7151a 50%, #e12127 50%);
	background-image: linear-gradient(to right bottom, #d7151a 50%, #e12127 50%);
}

.btn-contribute:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(left top, #e12127 50%, #d7151a 50%);
	background-image: linear-gradient(to right bottom, #e12127 50%, #d7151a 50%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	opacity: 1;
	content: "";
}

.btn-contribute span {
	position: relative;
	z-index: 1;
}

.btn-contribute i {
	margin-left: 6px;
}

.btn-contribute:hover {
	background-color: #d62632;
}

.btn-contribute:hover:before {
	opacity: 0;
}

.btn-contribute:focus {
	outline: none;
}

.transparent-header .header-panel:not(.fixed-position) {
	position: fixed;
	background: none !important;
}

.admin-bar .transparent-header .header-panel:not(.fixed-position) {
	top: 32px;
}

.transparent-header .header-panel:not(.fixed-position) .nav-opener {
	color: #fff;
}

.transparent-header .header-panel:not(.fixed-position) .nav-opener:before,
.transparent-header .header-panel:not(.fixed-position) .nav-opener:after,
.transparent-header .header-panel:not(.fixed-position) .nav-opener span {
	background: #fff;
}

.transparent-header .header-panel.fixed-position {
	background: #fff !important;
}

.header-panel.has-shadow,
.header-panel.has-fixed-shadow.fixed-position {
	box-shadow: 0 0 7px rgba(0, 0, 0, .4);
}

#footer {
	background: #1b4688;
	padding-bottom: 5px;
}

#footer .container {
	max-width: 1228px;
	padding: 0 15px;
}

#footer .bottom-bar .container {
	max-width: 1384px;
}

.footer-bar {
	width: 100%;
	text-align: center;
	padding: 14px 0 1px;
	margin: 0 0 -3px;
}

.footer-bar .col {
	padding: 9px 0;
}

.footer-bar .col.logo-col .logo-holder {
	width: 164px;
}

.footer-bar .col.logo-col a {
	display: block;
	margin: 0 auto;
}

.footer-bar .col.logo-col a:hover {
	opacity: .8;
}

.footer-bar .col.logo-col img {
	display: block;
	max-width: none;
	width: 100%;
	width: 164px;
	margin: 0 auto;
}

.footer-bar .btns-col {
	margin: 0 -10px -13px;
}

.footer-bar .btns-col .btn {
	margin: 0 6px 10px;
	box-shadow: 0 1px 0 0 #dde3ed;
	font-size: 19px;
	font-weight: 300;
}

.footer-bar .btns-col .btn:hover {
	background: none;
	box-shadow: none;
}

.footer-bar .btns-col .btn span:after {
	display: none;
}

.footer-bar .social-networks li {
	margin: 2px 0;
}

.footer-bar .social-networks li a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	overflow: hidden;
	border-radius: 50%;
	width: 35px;
	height: 35px;
}

.footer-bar .social-networks li a:hover {
	background: #15335c;
}

.footer-bar .social-networks li a:hover i {
	color: #fff;
}

.footer-bar .social-networks li i {
	font-size: 20px;
}

.bottom-bar {
	background: #1b3666;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 8px 0 9px;
	color: #878787;
}

.bottom-bar .add-nav {
	margin: 0;
	padding: 0 0 3px 9px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: 500;
}

.bottom-bar .add-nav li {
	font-size: 11px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.bottom-bar .add-nav li:before {
	display: none;
}

.bottom-bar .add-nav li.custom-style a {
	color: #fff;
}

.bottom-bar .add-nav li.custom-style a:hover {
	color: #0198d9;
}

.bottom-bar .add-nav li a {
	color: #0198d9;
	text-decoration: none;
}

.bottom-bar .add-nav li a:hover {
	color: #fff;
}

.bottom-bar .by-box {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: #fff;
}

.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: 2px 9px 0 0;
}

.bottom-bar .by-box img {
	display: inline-block;
	vertical-align: middle;
	width: 145px;
	height: auto;
}

#footer .btn-row {
	text-align: center;
	padding: 5px 0 30px;
}

#footer .btn-row .button-bordered {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	min-width: 222px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	overflow: hidden;
	min-width: 320px;
}

.transparent-header #wrapper {
	padding-top: 0;
}

.load-more,
.last-load {
	margin: 34px auto;
}

.last-load {
	margin-left: auto;
	margin-right: auto;
}

.js-container-fixed {
	position: relative;
}

#main {
	position: relative;
}

.bg-stretch {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 0;
}

.container {
	position: relative;
	max-width: 1400px;
	padding: 0 15px;
	margin: 0 auto;
}

.container-740 {
	max-width: 770px;
}

.container-1042 {
	max-width: 1042px;
}

.container-1053 {
	max-width: 1053px;
}

.container-1116 {
	max-width: 1116px;
}

.container-1134 {
	max-width: 1134px;
}

.full-gray-section {
	background: #f2f2f2;
}

.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: #f2f2f2;
}

.gray-section h2 {
	font-size: 29px;
	color: #e12127;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	margin-bottom: 37px;
}

.gray-section h2 small {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	display: block;
	color: #1b4688;
	font-size: 13px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 3px;
}

.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;
}

.section-container.dark-blue-section,
.dark-blue-section {
	position: relative;
	padding: 12px 0;
	background: #1b3666;
}

.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: #1b3666;
}

.section-container.dark-blue-section .title-h2,
.dark-blue-section .title-h2 {
	margin-bottom: 0;
}

.title-h1 {
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 15px;
	margin: 0;
	color: #fff;
	font-size: 29px;
	line-height: 1.2;
	font-weight: bold;
}

.title-h1 span {
	display: block;
	text-transform: uppercase;
	margin-bottom: 3px;
	position: relative;
	font: 13px/1.2 "Spectral", "Times New Roman", "Times", serif;
	letter-spacing: 2px;
}

.title-h2 {
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	color: #fff;
	font-size: 26px;
	line-height: 29px;
	font-weight: bold;
}

.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;
}

.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;
}

.color-title span:after {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 135px;
	height: 2px;
	background: #e5e5e5;
	margin-left: -75px;
}

.center-title {
	text-align: center;
}

.title-red {
	color: #e12127;
}

.title-blue {
	color: #1b4688;
}

.title-dark-blue {
	color: #1b3666;
}

hr,
.wpb_text_column hr:last-child {
	margin: 27px -15px;
	height: 2px;
	background: #e5e5e5;
	border: none;
}

.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;
}

.blockquote-box {
	background: #1b3666;
	color: #fff;
	font-size: 21px;
	line-height: 31px;
	text-align: center;
	font-weight: bold;
	padding: 20px 21px 27px;
	border: none;
	position: relative;
}

.blockquote-box:after {
	content: " ";
	clear: both;
	position: absolute;
	bottom: -26px;
	right: 105px;
	width: 0;
	height: 0;
	border-top: 26px solid #1b3666;
	border-right: 26px solid transparent;
}

.blockquote-box a {
	color: #589ed8;
}

.social-post-block .btn-list li {
	width: 31%;
}

.social-post-block .btn-list li a {
	padding: 0 5px;
	display: block;
}

.social-post-block .desktop-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;
}

.vc_col-sm-3,
.vc_col-sm-4 {
	padding-bottom: 15px;
}

.more-link {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #1b4688;
	text-decoration: none;
}

.more-link span {
	border-bottom: 1px solid rgba(83, 155, 215, .5);
}

.more-link span:hover {
	border: none;
}

.inner-color {
	background: #f2f2f2;
}

.inner-color #content {
	background: #fff;
	padding: 34px 15px;
	margin: 0 -15px 20px;
}

.play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 62px;
	height: 62px;
	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: #1b4688;
	border: 1px solid #fff;
}

.play-video:after {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 24px;
	border-color: transparent transparent transparent #fff;
	margin-left: 6px;
	z-index: 2;
	content: "";
}

.play-video:hover:before {
	background: #d62632;
}

div.lightbox {
	width: auto;
}

.fancybox-overlay {
	background: rgba(0, 0, 0, .65);
}

.fancybox-opened .fancybox-skin {
	box-shadow: none !important;
}

.lightbox-img-holder {
	background: #1983c6;
	margin: 0 -15px 19px;
}

.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: .3;
}

.fancybox-wrap {
	max-width: 100%;
}

.fancybox-slider .fancybox-title {
	color: #fff;
	padding: 10px 0 0 0;
	text-align: justify;
}

.fancybox-slider figure figcaption {
	background: none;
}

.fancybox-slider .fancybox-nav {
	background: none;
}

.fancybox-slider .fancybox-skin {
	border-radius: 0;
	background: none;
	padding: 20px 50px 0 !important;
}

.fancybox-slider .fancybox-outer {
	position: static;
}

.fancybox-slider .fancybox-nav {
	background: none;
	width: 51px;
	height: 51px;
	top: 50%;
	bottom: auto;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fancybox-slider .fancybox-nav i {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	background: #1b3666;
	-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: #e12127;
}

.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;
}

.lightbox-img-holder {
	background: #1983c6;
	margin: 0 -15px 19px;
}

.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: .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: 13px;
	right: 13px;
	width: 40px;
	height: 40px;
	background: #0198d9;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.has-zoom a:hover:after {
	opacity: 1;
}

.cvc-sidebar .sub-menu,
#sidebar .sub-menu {
	background: #fff;
	padding: 27px 24px;
	margin: 0 0 20px;
}

.cvc-sidebar .sub-menu a,
#sidebar .sub-menu a {
	font-size: 18px;
	line-height: 21px;
	padding: 22px 7px 17px 22px;
}

.cvc-sidebar .btn-list li,
#sidebar .btn-list li {
	width: 100%;
}

.cvc-sidebar .btn-list li a,
#sidebar .btn-list li a {
	display: block;
	box-shadow: 0 0 0;
}

.cvc-sidebar .sign-form-block,
#sidebar .sign-form-block {
	background: #fff;
	margin: 0;
}

.cvc-sidebar .sign-form-block .btn,
#sidebar .sign-form-block .btn {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

.cvc-sidebar .video,
#sidebar .video {
	position: relative;
	width: 100%;
	height: 220px;
	margin-bottom: 37px;
}

.cvc-sidebar .btn-list .btn,
#sidebar .btn-list .btn {
	height: 67px;
	line-height: 67px;
	margin-bottom: 17px;
	font-size: 20px;
}

.heading {
	position: relative;
	background: #f2f2f2;
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0 20px;
}

.heading small {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	display: block;
	color: #1b4688;
	font-size: 13px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 3px;
}

.heading h1,
.heading .h1 {
	color: #e12127;
}

.heading .container {
	max-width: 1400px;
}

.section-container {
	background-size: cover !important;
	background-color: #f2f2f2;
	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;
}

.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;
}

.social-feed a:hover {
	color: #fff;
	text-decoration: none;
}

.social-feed s {
	text-decoration: none;
}

.social-networks {
	font-size: 0;
	line-height: 0;
	margin: 0;
}

.social-networks li {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.2;
	margin: 2px 5px;
}

.social-networks li:before {
	display: none;
}

.social-networks li a:hover {
	color: #0198d9;
}

.btn-paid {
	display: inline-block;
	vertical-align: top;
	padding: 7px 15px;
	font-size: 12px;
	line-height: 18px;
	box-shadow: inset 0 0 0 2px #1b3666;
	color: #1b3666;
	text-align: center;
	font-weight: bold;
	text-decoration: none !important;
}

#footer .btn-paid:hover,
.btn-paid:hover {
	background: #1b3666;
	color: #fff;
	border-color: #1b3666;
}

/*
.home{
	
	.top-section{
		@include media("<tablet") {
			height: auto !important;
		}
		// .section-hold{
		//	@include media("≥tablet") {
		//		height: calc(100% - 162px);
		//	}
		//	@include media("≥desktop") {
		//		height: calc(100% - 169px);
		//	}
		//}
		.left-block,
		.center-block{
			@include media("≥tablet") {
				width: 678px;
			}
			@include media("≥desktop") {
				height: auto;
				width: 834px;
			}
		}
		.sign-up-container{
			@include media("≥desktop") {
				padding: 0;
			}
		}
		&.section-100vh{
			@include media("≥tablet") {
				height: calc(100vh - 121px);
			}
			@include media("≥desktop") {
				height: calc(100vh - 170px);
			}
			// .section-hold{
			//	@include media("≥tablet") {
			//		position: relative;
			//		height: calc(100vh - 162px);
			//		overflow: hidden;
			//		.container{
			//			display: flex;
			//		}
			//	}
			//	@include media("≥desktop") {
			//		height: calc(100% - 166px);
			//	}
			//}
		}
		&.section-75vh{
			@include media("≥tablet") {
				height: calc(75vh - 109px);
			}
			@include media("≥desktop") {
				height: calc(75vh - 170px);
			}
			// .section-hold {
			//	height: calc(75vh - 232px);
			//	@include media("≥tablet") {
			//		position: relative;
			//		height: calc(75vh - 162px);
			//		overflow: hidden;
			//		.container{
			//			display: flex;
			//		}
			//	}
			//	@include media("≥desktop") {
			//		height: calc(75vh - 170px);
			//	}
			//}
		}
		&.section-50vh{
			@include media("≥tablet") {
				height: calc(50vh - 109px);
			}
			@include media("≥desktop") {
				height: calc(50vh - 170px);
			}
			// .section-hold{
			//	@include media("≥desktop") {
			//		height: calc(100% - 166px);
			//	}
			//}
		}
		

		.container{
			height: 345px;
			padding: 33px 15px 15px;	
			margin-top: 0;
			@include media("≥tablet-min") {
				height: 555px;
			}
			@include media("≥tablet") {
				height: 100%;
				padding-left: 100px;
				padding-right: 100px;
			}
			@include media("≥desktop") {
				padding-left: 93px;
				padding-right: 93px;
			}
		}
	}

	.promo-bar + .top-section {
		&.section-100vh{
			@include media("≥tablet") {
				height: calc(100vh - 153px);
			}
			@include media("≥desktop") {
				height: calc(100vh - 230px);
			}
		}
		&.section-75vh{
			@include media("≥tablet") {
				height: calc(75vh - 141px);
			}
			@include media("≥desktop") {
				height: calc(75vh - 230px);
			}
		}
		&.section-50vh{
			@include media("≥tablet") {
				height: calc(50vh - 141px);
			}
			@include media("≥desktop") {
				height: calc(50vh - 230px);
			}
		}
	}

}*/

.posts-area,
.news-area {
	position: relative;
	padding: 10px 0 15px;
}

.blog-box {
	position: relative;
	background: #fff;
	text-align: center;
	line-height: 18px;
	padding: 0 15px 9px;
	margin: 0 0 10px;
	background: #f8f8f8;
	border-bottom: 4px solid #dcdcdc;
}

.blog-box p {
	margin-bottom: 21px;
}

.blog-box figure {
	margin-bottom: 19px;
}

.blog-box h1 {
	max-width: 590px;
	font-size: 24px;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
}

.blog-box h1 a {
	text-decoration: none;
}

.blog-box h1 a:hover {
	text-decoration: underline;
}

.blog-box .btn {
	min-width: 0;
	display: block;
	margin: 0 30px 20px;
}

.blog-box .share-row .ttl {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #a7a7a7;
	padding: 0 0 15px;
}

.blog-box .share-row .share-links {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px;
}

.blog-box .share-row .share-links li {
	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: #1b4688;
	font-size: 20px;
}

.blog-box .share-row .share-links a:hover i {
	color: #0198d9;
}

.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;
	overflow: hidden;
	font-weight: 700;
	text-transform: uppercase;
	background: #e12127;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 0 auto 22px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	background-color: #e12127;
	background-image: -webkit-linear-gradient(left top, #e12127 50%, #d7151a 50%);
	background-image: linear-gradient(to right bottom, #e12127 50%, #d7151a 50%);
}

.blog-box .date span {
	display: block;
	font-size: 13px;
	line-height: 1;
	margin: 0;
}

.blog-box .date em {
	display: block;
	font-style: normal;
	font-size: 26px;
	line-height: 1;
}

.blog-box .date-ttl {
	display: block;
	text-transform: capitalize;
	color: #0198d9;
	padding: 10px 0 37px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 15px;
}

.blog-box .date-ttl em {
	font-style: normal;
	padding-right: 15px;
}

.blog-box.red {
	background: #e12127;
	color: #fff;
}

.blog-box.red h1 {
	color: inherit;
}

.blog-box.red h1 a {
	color: inherit;
}

.blog-box.red .btn {
	background: #1b4688;
}

.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;
}

.blog-box.red .share-row .share-links a:hover i {
	color: #fff;
}

.blog-box.red .date {
	background: #fff;
	color: #1b4688;
}

.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;
}

.petition-page .about-boxes .info p {
	margin-bottom: 21px;
}

.petition-main #content {
	margin-top: 20px;
}

.petition-main #sidebar {
	float: right;
	padding: 0 0 70px 20px;
	background: #f8f8f8;
	margin-top: 4px !important;
}

.petition-main #sidebar:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 95%;
	right: -100%;
	background-color: #f8f8f8;
	z-index: -1;
}

.petition-main #content:only-child {
	width: 100% !important;
}

.petition-main #content:only-child .petition-block {
	max-width: 940px;
	margin: 0 auto;
}

.petition-main #content:only-child .petition-block .frame {
	max-width: 582px;
	margin: 0 auto;
	padding-bottom: 44px;
	padding-top: 26px;
}

.headline {
	font-size: 26px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #0198d9;
	font-weight: 200;
	padding: 20px 0 25px;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.petition-block {
	background: #fff;
	margin-top: 3px;
	padding: 8px 49px 0 17px;
}

.petition-block h1 {
	font-size: 32px;
	margin-bottom: 17px;
}

.petition-block p {
	margin-bottom: 31px;
	line-height: 1.3;
}

.petition-block .gfield_label {
	display: none;
}

.petition-block input[type="text"],
.petition-block input[type="tel"],
.petition-block input[type="email"],
.petition-block input[type="search"],
.petition-block input[type="password"],
.petition-block textarea {
	box-shadow: none;
	height: 53px;
	box-shadow: 0 4px 0 0 rgba(27, 70, 136, .15);
	font-size: 21px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 100% !important;
}

.petition-block .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
	color: black;
	font-weight: bold;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.petition-block .required {
	color: #1b4688;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: bold;
}

.petition-block .gform_footer {
	margin-top: 0 !important;
}

.petition-block .gfield_checkbox li {
	margin-bottom: 0 !important;
	padding-top: 5px !important;
}

.petition-block .gform_wrapper .gfield_checkbox li .jcf-checkbox {
	top: 5px;
}

.petition-block input[type="submit"] {
	background-color: #e12127;
	background-image: -webkit-linear-gradient(left top, #e12127 50%, #d7151a 50%);
	background-image: linear-gradient(to right bottom, #e12127 50%, #d7151a 50%);
}

.petition-block input[type="submit"]:hover {
	background: #d62632;
}

.petition-block .gform_wrapper {
	padding-bottom: 41px;
	border-bottom: 2px solid #e5e5e5;
}

.petition-block .frame {
	padding-bottom: 16px;
	margin-bottom: 28px;
	padding-top: 11px;
	border-bottom: 2px solid #e5e5e5;
}

.petition-block .frame .blockquote-box {
	background: #0198d9;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .15);
	padding: 57px 41px 65px;
}

.petition-block .frame .blockquote-box a {
	color: #fff;
}

.petition-block .frame .blockquote-box:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 27px 0 0;
	border-color: #0198d9 transparent transparent transparent;
	content: "";
	bottom: -26px;
	position: absolute;
	right: 103px;
}

.petition-block .frame .blockquote-box:after {
	display: none;
}

.petition-block .frame .btn-list {
	margin: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 5px;
}

.petition-block .frame .btn {
	height: 50px;
	line-height: 50px;
}

.petition-block .frame img {
	vertical-align: top;
	width: 100%;
}

.petition-block .update-block {
	background: #f8f8f8;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .15);
	padding: 43px 50px 16px;
}

.petition-block .update-block .update-date {
	color: #e22328;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Spectral", "Times New Roman", "Times", serif;
}

.petition-block .update-block h2 {
	color: #1b4688;
	font-weight: 500;
}

.petition-block .update-block + .update-block {
	border-top: 4px solid #fff;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-box {
	background: #f8f8f8;
	padding: 28px 0 28px 31px;
	margin-bottom: 37px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 18px;
}

.info-box .headline {
	color: #e12127;
	border-bottom: 2px solid #fff;
	margin-bottom: 36px;
}

.info-box .info {
	color: #1b3666;
	font-weight: 600;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.info-box h3 {
	color: #0198d9;
	font-style: normal;
	font-weight: 800;
	letter-spacing: -1px;
	font-size: 31px;
}

.info-box h6 {
	color: #1b3666;
	font-weight: 600;
	margin-bottom: 2px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 18px;
}

.info-box .amount {
	color: #e12127;
	font-size: 31px;
	line-height: 33px;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}

.info-box .more-link:hover {
	color: #1b3666;
}

.heading-panel {
	font-weight: 700;
	color: #fff;
	padding: 26px 10px 28px;
	text-align: center;
	font-size: 26px;
	background: #e12127;
	background-image: -webkit-linear-gradient(16deg, #c91418 0%, #c91418 50%, #e12127 50%, #e12127 100%);
	background-image: linear-gradient(74deg, #c91418 0%, #c91418 50%, #e12127 50%, #e12127 100%);
	position: relative;
	text-transform: uppercase;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .15);
}

.heading-panel .progressbar-info {
	position: relative;
}

.heading-panel .progressbar-info .fa {
	margin-left: 20px;
}

.overview-list .visual-frame i {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto !important;
	height: auto !important;
	font-size: 50px;
	color: #0198d9;
}

body {
	opacity: 0;
}

.loaded body {
	opacity: 1;
}

.popup-section .container {
	max-width: 785px;
}

.visual {
	padding: 30px 0 29px;
}

.visual img {
	vertical-align: top;
}

.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: .6;
}

.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);
}

.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;
}

.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: "";
}

.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;
}

.mob-heading img {
	margin-right: 10px;
	vertical-align: middle;
}

.social {
	padding-bottom: 21px;
	box-sizing: content-box;
}

.promo-bar {
	display: none;
}

.promo-bar .txt {
	display: block;
}

.promo-bar a {
	color: #fff;
}

.promo-bar a:after {
	display: inline-block;
	font-family: "FontAwesome";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-left: 8px;
	color: #fff;
}

.action-bar .holder {
	color: #fff;
	background: #1b4688;
	text-align: center;
	padding: 20px 35px 15px;
}

.action-bar h2 {
	font-size: 26px;
	line-height: 29px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	margin: 0 25px 17px;
}

.action-bar .btns .btn {
	display: block;
	margin: 0 0 13px;
}

.action-panel {
	text-align: center;
	color: #fff;
	background: #0198d9;
	padding: 30px 0 23px;
	margin: 0 -5px;
}

.action-panel h2 {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 30px;
	line-height: 1;
	color: inherit;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.heading.has-select {
	padding: 38px 0 19px;
}

.heading.has-select .jcf-select {
	text-align: left;
	border: none;
	background: #fff;
	color: #1b4688;
	height: 38px;
	border-radius: 20px;
}

.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: #1b4688;
	min-width: 180px;
}

.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;
}

.jcf-select-more.jcf-select-drop .jcf-select-drop-content {
	background: #fff;
	padding: 1px 20px 5px;
	border-radius: 0 0 20px 20px;
}

.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: #0198d9;
}

.jcf-select-more.jcf-select-drop .jcf-list ul li {
	font-size: inherit;
	line-height: 1.2;
}

.wrap-frame:after {
	display: block;
	clear: both;
	content: "";
}

.info-gallery {
	border-bottom: 4px solid #cecece;
}

.info-gallery .row-hold {
	background: #ff2736;
}

.info-gallery .row-hold.blue-style {
	background: #0198d9;
}

.info-gallery .visual {
	overflow: hidden;
	position: relative;
	padding: 270px 0 0;
	margin: 0;
}

.info-gallery .text-holder {
	font-weight: 300;
	color: #fff;
	padding: 27px 15px 19px;
	text-align: center;
	line-height: 1.22222222;
	position: relative;
	z-index: 11;
}

.info-gallery .text-holder h2,
.info-gallery .text-holder .h2 {
	font-size: 26px;
	line-height: 1.22222222;
	font-weight: 700;
	color: inherit;
	margin: 0 0 18px;
	letter-spacing: 0;
	letter-spacing: -2px;
}

.info-gallery .text-holder h2:after,
.info-gallery .text-holder .h2:after {
	display: block;
	clear: both;
	width: 49%;
	height: 2px;
	background: #fff;
	margin-top: 32px;
	content: "";
}

.info-gallery .text-holder p {
	margin-bottom: 34px;
}

.info-gallery .slick-slider {
	margin: 0;
	padding: 0;
}

.info-gallery .slick-slide {
	position: relative;
	overflow: hidden;
}

.info-gallery .btn {
	box-shadow: none;
}

.signUpSection.info-gallery {
	border-bottom-color: #173c74;
}

.signUpSection.info-gallery .row-hold .text-holder {
	padding: 69px 30px 51px;
	padding-right: calc(50% - 1200px/2);
	padding-left: 51px;
	padding-right: 51px;
}

.signUpSection.info-gallery .row-hold .text-holder h2,
.signUpSection.info-gallery .row-hold .text-holder .h2 {
	margin-bottom: 22px;
}

.signUpSection.info-gallery .row-hold .text-holder h2:after,
.signUpSection.info-gallery .row-hold .text-holder .h2:after {
	display: none;
}

.signUpSection.info-gallery .gform_wrapper form {
	max-width: 473px;
	position: relative;
}

.signUpSection.info-gallery .gform_wrapper form .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 50px;
	width: 52%;
	margin-bottom: 0;
	height: 56px;
}

.share-links {
	text-align: center;
}

.share-links li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 3px 10px;
}

.share-links li:before {
	display: none;
}

.share-links a {
	background: #1b3666;
	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;
}

.share-links a i {
	font-size: 24px;
	color: #fff;
}

.share-links a:hover i {
	color: #0198d9;
}

.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: #0198d9;
	position: relative;
	margin: 0 -15px !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;
}

.news-gallery .date-ttl {
	font-weight: 600;
	display: block;
	padding: 0 0 10px;
}

.news-gallery .date-ttl em {
	font-style: normal;
	padding-right: 10px;
}

.news-gallery h2 {
	color: inherit;
	font: 700 29px/31px "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	margin: 0 0 18px;
}

.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;
}

.news-gallery .slick-dots {
	position: absolute;
	bottom: 5px;
}

.news-gallery .slick-dots li button {
	background: #fff;
}

.news-gallery .slick-dots li.slick-active button,
.news-gallery .slick-dots li button:hover {
	background: #1b3666;
}

.news-gallery .slick-arrow.slick-prev {
	left: 5px;
}

.news-gallery .slick-arrow.slick-next {
	right: 5px;
}

.sharelines-grid-section .load-more-box,
.info-gallery .load-more-box,
.news-list-area .load-more-box {
	opacity: 1;
}

.sharelines-grid-section.is-busy .load-more-box,
.info-gallery.is-busy .load-more-box,
.news-list-area.is-busy .load-more-box {
	opacity: 0;
}

.news-list-area .section-container {
	background: none;
	padding: 15px 0 10px;
}

.news-list-area .section-container .container {
	padding: 0;
	max-width: 1264px;
}

.news-list-area .load-more,
.news-list-area .last-load {
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
}

.news-list,
.static-news-list {
	text-align: left;
	padding: 0;
}

.news-list .slick-track,
.static-news-list .slick-track {
	display: block;
	overflow: hidden;
}

.news-list .slide,
.static-news-list .slide {
	width: 320px;
	display: block;
	float: left;
	padding: 0 12px;
}

.news-list .box,
.static-news-list .box {
	background: #fff;
	border-bottom: 4px solid #d2d8e1;
	margin-bottom: 30px;
	display: block;
	text-decoration: none;
	-webkit-transition: background .3s linear, color .3s linear;
	transition: background .3s linear, color .3s linear;
}

.news-list .box:hover,
.static-news-list .box:hover {
	background: #1b4688 !important;
	color: #fff;
}

.news-list .box:hover h3,
.static-news-list .box:hover h3 {
	color: #fff;
	text-decoration: none;
}

.news-list .box:hover .cover,
.static-news-list .box:hover .cover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-list .visual-box,
.static-news-list .visual-box {
	position: relative;
	overflow: hidden; /* padding-top: 11.6em; */
}

.news-list .visual-box .cover,
.static-news-list .visual-box .cover {
	/*position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;*/
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
}

.news-list .visual-box .cover img,
.static-news-list .visual-box .cover img {
	max-width: 100%;
	width: 100%; /*
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        min-width: 100%;
        min-height: 100%;*/
}

.news-list .text-holder,
.static-news-list .text-holder {
	font-size: 13px;
	font-size: 15px;
	padding: 15px 17px 10px;
}

.news-list .date,
.static-news-list .date {
	display: block;
	font-style: normal;
	font-size: 18px;
	color: #e12127;
	padding: 0 0 5px;
	letter-spacing: 3px;
}

.news-list h3,
.static-news-list h3 {
	color: #1b4688;
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 23px;
	letter-spacing: .85px;
	font-weight: 500;
	text-decoration: underline;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.news-list h3 a,
.static-news-list h3 a {
	color: inherit;
	text-decoration: underline;
}

.news-list h3 a:hover,
.static-news-list h3 a:hover {
	text-decoration: none;
}

.news-list p,
.static-news-list p {
	font-weight: 400;
}

.news-list .slick-dots,
.static-news-list .slick-dots {
	bottom: -7px;
}

.news-list.single-column,
.static-news-list.single-column {
	text-align: center;
	display: block;
}

.news-list.single-column .box,
.static-news-list.single-column .box {
	width: 100% !important;
}

.news-list.single-column .visual-box,
.static-news-list.single-column .visual-box {
	display: none;
}

.news-list.single-column .btn:last-child,
.static-news-list.single-column .btn:last-child {
	margin-bottom: 0;
}

.static-news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
}

.static-news-list .box {
	width: calc(33.333% - 19px);
}

.static-news-list.news-area {
	margin: 0 -7px;
	padding-top: 49px;
}

.static-news-list.news-area .box {
	background: #f8f8f8;
}

.static-news-list.news-area h3 {
	font-weight: 700;
}

.static-news-list.news-area h3 a {
	text-decoration: none;
}

.static-news-list.news-area h3 a:hover {
	text-decoration: underline;
}

.social-panel {
	position: relative;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	padding: 54px 15px 21px;
	background-color: #1b4688;
	background-image: -webkit-linear-gradient(left top, #1b4688 50%, #143775 50%);
	background-image: linear-gradient(to right bottom, #1b4688 50%, #143775 50%);
	color: #fff;
}

.social-panel.light-blue {
	background-color: #0198d9;
	background-image: -webkit-linear-gradient(left top, #0198d9 50%, #018cd3 50%);
	background-image: linear-gradient(to right bottom, #0198d9 50%, #018cd3 50%);
}

.social-panel p {
	margin: 0 0 7px;
	overflow: hidden;
	height: 75px;
}

.social-panel a {
	color: inherit;
}

.social-panel .head {
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	padding: 0 0 5px;
	letter-spacing: 3px;
}

.social-panel .head:after {
	display: block;
	max-width: 308px;
	width: 100%;
	margin: 33px auto 0;
	background: #0188ca;
	border-top: 2px solid #fff;
	height: 4px;
	content: "";
}

.social-panel .head a {
	color: inherit;
	text-decoration: none;
}

.social-panel .head a:hover {
	text-decoration: none;
}

.social-panel .head .social-ico {
	color: #fff;
	display: block;
	margin: 0 6px 16px;
}

.social-panel .head .social-ico i {
	font-size: 30px;
}

.social-panel .info-row {
	font-size: 13px;
	line-height: 1.2;
}

.social-panel .info-row span {
	padding-right: 10px;
}

.social-panel .text-holder {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.social-panel .container {
	padding: 0 100px;
	margin: 0 auto;
}

.social-panel .container:before,
.social-panel .container:after {
	display: none;
}

.social-panel .slick-list {
	max-width: 900px;
	margin: 0 auto;
}

.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;
}

.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;
}

.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: #e12127;
	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: #e12127;
	z-index: -1;
}

.events-area a {
	color: #fff;
	text-decoration: none;
}

.events-area .h2,
.events-area h2 {
	color: inherit;
}

.events-area .events-block {
	padding: 0 0 24px;
}

.events-area .list-events {
	margin: 0 -15px 7px;
}

.events-area .list-events .event {
	border-top: 1px solid #cc2833;
	padding: 32px 15px 27px;
}

.events-area .list-events .event:first-child {
	border: none;
}

.events-area .list-events .event > a {
	color: #fff;
	display: block;
}

.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;
}

.events-area .list-events .event .date span {
	display: block;
	font-size: 17px;
	line-height: 1;
}

.events-area .list-events .event .date em {
	display: block;
	font-style: normal;
	font-size: 34px;
	line-height: 1;
}

.events-area .list-events .event .h2 {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 9px;
}

.events-area .list-events .event .text {
	display: block;
}

.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;
}

.events-area .btn {
	min-width: 246px;
}

.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;
}

.events-area .side-col h2 {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 0 0 26px;
}

.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;
}

.events-area .side-col .connect-links li a {
	display: inline-block;
	position: relative;
}

.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;
}

.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;
}

.donate-area .holder {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 40px 15px 31px;
}

.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;
}

.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: #0198d9;
	text-decoration: none;
	overflow: hidden;
	border-radius: 4px;
	padding: 6px 3px;
}

.donate-area .values li a:hover {
	background: #1b4688;
}

.donate-area .values li sup {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 18px 6px 0 0;
}

.donate-area .values li span {
	display: block;
	font-size: 15px;
	letter-spacing: 0;
}

.donate-area .values li:before {
	display: none;
}

#signup-section {
	overflow: hidden;
	position: relative;
	background: #1b3666;
	color: #fff;
	padding: 35px 15px 43px;
}

#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: 36px/1 "Gotham SSm A", "Gotham SSm B", sans-serif;
}

#signup-section .text-block .title-form strong {
	display: block;
	font-size: 74px;
	color: #e12127;
	margin: -6px 0 0;
}

#signup-section .gform_wrapper form {
	position: relative;
	padding: 0;
}

#signup-section .gform_wrapper div.validation_error {
	display: none;
}

#signup-section .gform_wrapper .top_label .gfield_label {
	display: none;
}

#signup-section .gform_wrapper .gform_fields {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#signup-section .gform_wrapper .gform_fields li {
	margin: 0 !important;
	padding: 0 0 10px;
}

#signup-section .gform_wrapper .gform_fields li:last-child {
	width: 42%;
	padding: 0;
}

#signup-section .gform_wrapper .gform_fields li.gfield_error .gfield_label {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
}

#signup-section .gform_wrapper .gform_fields li.gfield_error .gfield_label .gfield_required {
	color: #e12127;
}

#signup-section .gform_wrapper .gform_fields li.gfield_error input {
	box-shadow: inset 0 -4px 0 0 #e12127;
}

#signup-section .gform_wrapper .gform_footer {
	overflow: hidden;
	height: 0;
	margin: 0;
}

#signup-section input {
	width: 100%;
	background: #fff;
	height: 36px;
	padding: 0 12px;
	color: #1a1330;
	text-transform: uppercase;
	font: 13px/36px "Gotham SSm A", "Gotham SSm B", sans-serif;
	margin: 0;
}

#signup-section input::-webkit-input-placeholder {
	color: #1a1330;
}

#signup-section input::-moz-placeholder {
	opacity: 1;
	color: #1a1330;
}

#signup-section input:-moz-placeholder {
	color: #1a1330;
}

#signup-section input:-ms-input-placeholder {
	color: #1a1330;
}

#signup-section input.placeholder {
	color: #1a1330;
}

#signup-section input:focus::-webkit-input-placeholder {
	color: #fff;
}

#signup-section input:focus::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

#signup-section input:focus:-moz-placeholder {
	color: #fff;
}

#signup-section input:focus:-ms-input-placeholder {
	color: #fff;
}

#signup-section input:focus.placeholder {
	color: #fff;
}

#signup-section .validation_message {
	display: none;
}

#signup-section .button {
	width: 52%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0;
	min-width: 0;
	background: #0198d9;
	font-size: 16px;
	height: 36px;
	padding: 10px;
	margin: 0;
}

#signup-section .button:hover {
	background: #018dca;
}

#custom-nav {
	background: #1b3666;
	color: #fff;
	padding: 10px 5px;
}

#custom-nav li {
	padding: 0;
	font-weight: 600;
	line-height: 22px;
	padding: 10px;
}

#custom-nav li:before {
	display: none;
}

#custom-nav a {
	color: #fff;
	text-decoration: none;
}

#custom-nav a:hover,
#custom-nav li.active a {
	color: #0198d9;
	text-decoration: underline;
}

#custom-nav a:hover em,
#custom-nav li.active a em {
	color: #fff;
}

#custom-nav .btn,
#custom-nav .button {
	font-weight: 600;
	min-width: 0;
	line-height: 32px;
	padding: 0 17px;
	margin: 0;
}

#custom-nav .btn:hover,
#custom-nav .button:hover {
	text-decoration: none;
	color: #fff;
}

#custom-nav em {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	border-radius: 50%;
	background: #0198d9;
	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;
}

.promo-text .container {
	max-width: 1050px;
}

.promo-text .heading-block {
	text-align: center;
	border: 3px solid #f2f2f2;
	border-left: none;
	border-right: none;
	margin: 0 26px 25px;
	padding: 13px 0 11px;
}

.promo-text .heading-block h2 {
	color: #1b3666;
	font: 600 19px/25px "Gotham SSm A", "Gotham SSm B", sans-serif;
	margin: 0 0 5px;
}

.promo-text .heading-block h2 mark {
	background: none;
	color: #e12127;
}

.promo-text .text-holder {
	line-height: 1.77;
}

.promo-text .signature {
	display: block;
	width: 110px;
	margin: 0 auto 15px 0;
}

.promo-text .signature img {
	height: 49px;
}

.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;
}

.plan-promo {
	background: #0198d9;
	color: #fff;
	text-align: center;
}

.plan-promo .container-min {
	padding-top: 21px;
	padding-bottom: 25px;
}

.plan-promo .visual {
	max-width: 150px;
	padding: 0 0 15px;
	margin: 0 auto;
}

.plan-promo .ttl {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.row-area {
	background: #ededed;
	padding: 15px 0;
}

.title-block {
	max-width: 796px;
	margin: 0 auto;
	line-height: 1.75;
	padding: 10px 15px 1px;
}

.title-block h2 {
	color: #0198d9;
	font: 29px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
	margin: 0 0 8px;
}

.title-block h3 {
	font-weight: 700;
	font-size: 24px;
	color: #e12127;
	margin: 0;
	padding: 7px 0 3px;
}

.sharelines-gallery .slide {
	padding: 0 0 6px;
}

.sharelines-gallery .item {
	background: #1b3666;
	color: #fff;
	padding: 10px 15px 1px;
}

.sharelines-gallery .date-row {
	display: block;
	font-size: 11px;
	padding: 0 0 15px;
}

.sharelines-gallery .date-row span {
	padding-left: 15px;
}

.sharelines-gallery h3 {
	color: inherit;
	font-size: 19px;
	line-height: 23px;
	margin: 0 0 15px;
}

.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;
}

.sharelines-gallery .share-links {
	text-align: left;
}

.sharelines-gallery .share-links a {
	width: 35px;
	height: 35px;
	background: #fff;
}

.sharelines-gallery .share-links a i {
	color: #0198d9;
	font-size: 20px;
}

.sharelines-gallery .share-links a:hover i {
	color: #1b3666;
}

.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: #0198d9;
}

.sharelines-list {
	padding: 0 0 55px;
}

.sharelines-list .container {
	max-width: 1050px;
}

.sharelines-list .item {
	background: #1b3666;
	color: #fff;
	padding: 15px 17px 1px;
	margin: 0 0 6px;
}

.sharelines-list .date-row {
	display: block;
	font-size: 11px;
	padding: 0 0 6px;
}

.sharelines-list .date-row span {
	padding-left: 12px;
}

.sharelines-list h3 {
	color: inherit;
	font-size: 19px;
	line-height: 23px;
	margin: 0 0 23px;
}

.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;
}

.sharelines-list .share-links {
	text-align: left;
	margin: 0 -10px 0 0;
}

.sharelines-list .share-links a {
	width: 35px;
	height: 35px;
	background: #fff;
}

.sharelines-list .share-links a i {
	font-size: 20px;
	color: #0198d9;
}

.sharelines-list .share-links a:hover i {
	color: #1b4688;
}

.suggested {
	padding: 25px 0 5px;
}

.quotes-gallery blockquote {
	max-width: 100%;
}

.quotes-gallery blockquote q {
	display: block;
	max-width: 100%;
}

.quotes-gallery .item,
.covers-gallery .item {
	position: relative;
	background: #0198d9;
	overflow: hidden;
	height: 100%;
}

.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;
}

.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;
}

.quotes-gallery .share-row,
.covers-gallery .share-row {
	padding: 0 50px;
}

.quotes-gallery .share-row .ttl,
.covers-gallery .share-row .ttl {
	display: block;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	text-transform: uppercase;
	padding: 0 0 10px;
}

.quotes-gallery .share-links li,
.covers-gallery .share-links li {
	padding: 0 3px 6px 0;
}

.quotes-gallery .share-links a,
.covers-gallery .share-links a {
	width: 34px;
	height: 34px;
}

.quotes-gallery .share-links i,
.covers-gallery .share-links i {
	font-size: 18px;
}

.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;
}

.quotes-gallery .lbl img,
.covers-gallery .lbl img {
	display: block;
	width: 33px;
}

.quotes-gallery .slick-dots,
.covers-gallery .slick-dots {
	position: static;
	padding-top: 13px;
}

.covers-gallery .item {
	position: relative;
	background: none;
}

.covers-gallery .slide img {
	max-width: none;
	width: 100%;
}

.covers-gallery .overlap-row {
	margin: 0 0 19px;
}

.gallery-section {
	text-align: center;
	padding: 75px 0 38px;
}

.gallery-section .underline-heading {
	margin-bottom: 33px;
}

.gallery-section .slick-prev {
	left: 15px;
}

.gallery-section .slick-next {
	right: 15px;
}

.filter-list {
	font: 700 16px "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #1b4688;
	padding-bottom: 39px;
}

.filter-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 1px 10px;
}

.filter-list li:before {
	display: none;
}

.filter-list [type="radio"],
.filter-list .jcf-radio {
	position: fixed;
	top: -100px;
	left: -100px;
	z-index: -1;
}

.filter-list label {
	display: block;
	padding: 8px 25px 7px;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: background .3s linear, color .3s linear;
	transition: background .3s linear, color .3s linear;
}

.filter-list label:hover {
	background: #1b4688;
	color: #fff;
}

.filter-list [type="radio"]:checked + label,
.filter-list .jcf-checked.jcf-radio + label {
	background: #1b4688;
	color: #fff;
}

.ajax-filter-content {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}

.is-busy .ajax-filter-content {
	opacity: 0;
}

.profiles-gallery {
	padding: 0 100px 30px;
	font: 500 20px/23px "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.profiles-gallery .slick-list {
	padding: 0 !important;
}

.profiles-gallery .slide {
	width: 154px;
	padding: 0 5px;
}

.profiles-gallery.small-images .slide {
	width: 100px;
	padding: 0 5px;
}

.profiles-gallery .img-box {
	max-width: 168px;
	margin: 0 auto;
}

.profiles-gallery .img-box img {
	max-width: none;
	width: 100%;
	margin-bottom: 17px;
}

.profiles-gallery .img-box + .img-box {
	padding-top: 10px;
}

.profiles-gallery .slick-dots {
	position: static;
	padding-top: 13px;
}

.profiles-gallery strong {
	color: #1b4688;
}

.informed-area {
	padding: 0 0 40px;
}

.informed-area .gform_wrapper form {
	padding: 0;
}

.informed-area .gform_wrapper ul.gform_fields {
	max-width: none;
	padding: 0;
	margin: 0 0 10px;
}

.informed-area .gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
}

.informed-area .gform_wrapper .top_label input.medium {
	width: 100%;
}

.informed-area .gform_wrapper .gform_footer {
	text-align: center;
}

.informed-area .gform_wrapper .gform_footer .share-row {
	padding: 20px 0 5px;
}

.informed-area .gform_wrapper .gform_footer .share-row .ttl {
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	color: #1b4688;
	padding: 0 0 5px;
}

.informed-area .gform_wrapper .gform_footer .share-links li {
	padding: 0 0 12px 12px;
}

.informed-area .gform_wrapper .gform_footer .share-links a {
	background: #0198d9;
	width: 40px;
	height: 40px;
}

.informed-area .gform_wrapper .gform_footer .share-links a:hover i {
	color: #1b3666;
}

.informed-area .gform_wrapper .gform_footer .share-links i {
	font-size: 22px;
}

.timeline-area {
	padding: 0 0 10px;
}

.timeline-area .btn {
	margin: 0 0 30px;
}

.timeline-area .container {
	overflow: hidden;
	max-width: 1100px;
}

.timeline-area .date-box {
	position: relative;
	width: 88px;
	height: 88px;
	border: 5px solid #f2f2f2;
	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: #e12127;
	background: #fff;
	border-radius: 50%;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	font-size: 20px;
	padding: 3px;
}

.timeline-area .date-box span,
.timeline-area .date-box strong {
	display: block;
}

.timeline-area .date-box strong {
	font-size: 39px;
	margin: -5px 0 0;
}

.timeline-area .date-box:before {
	position: absolute;
	content: "";
	width: 5px;
	left: 50%;
	bottom: 0;
	top: -100px;
	background: #f2f2f2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.timeline-area .block {
	overflow: hidden;
	position: relative;
	border-top: 5px solid #f2f2f2;
	text-align: center;
	line-height: 23px;
	padding: 42px 15px 0;
	margin: 0 -15px;
}

.timeline-area .block:first-child {
	border-top: none;
}

.timeline-area .block:first-child .date-box {
	background: #e12127;
	color: #fff;
}

.timeline-area h2 {
	color: #0198d9;
	font-size: 22px;
	margin: 0 0 14px;
}

.progress-panel {
	position: relative;
	background: #f2f2f2;
	color: #1b3666;
	text-align: center;
}

.progress-panel.with-bar {
	font-weight: 600;
	padding: 20px 0;
}

.progress-panel.with-bar .container {
	max-width: 758px;
}

.progress-panel.with-bar .container:after {
	display: none;
}

.progress-panel.with-bar .txt-info {
	display: block;
	font-size: 16px;
	margin: 0 0 5px;
}

.progress-panel.with-bar .progress-bar {
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	background: #fff;
	margin: 0 0 5px;
}

.progress-panel.with-bar .progress-bar .bar {
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
	background: #e12127;
	height: 20px;
	-webkit-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	padding: 0 5px;
	margin: 0 -5px;
}

.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;
}

.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;
}

.progress-panel.no-bar {
	text-align: center;
	padding: 25px 0 15px;
}

.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;
}

.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: #1b3666;
}

.progress-panel.no-bar .txt-info:before {
	content: "\f007";
}

.progress-panel.no-bar .txt-time {
	color: #e12127;
}

.progress-panel.no-bar .txt-time:before {
	content: "\f017";
}

.form-area {
	overflow: hidden; /*.add-info {
		text-transform: uppercase;
		color: $blue;
		font-size: 16px;
		padding: 0 0 13px;
		.time {
			font-style: normal;
			padding-right: 10px;
		}
		.by {
			text-transform: none;
		}
		@include media(">=desktop") {
			font-size: 22px;
		}
	}
	.signature {
		display: block;
		margin: 0 auto 15px 0;
		width: 97px;
		img {
			height: 44px;
		}
		@include media(">=tablet") {
			width: 134px;
			img {
				height: 60px;
			}
		}
	}*/
}

.form-area .container {
	padding: 0;
}

.form-area .text-holder {
	padding: 19px 15px 20px;
	position: relative;
	z-index: 10; /*h2 {
			// font-size: 24px;
			font-family: $base-font-sans-serif;
		}
		.date {
			display: block;
			font-style: normal;
			color: $red;
			text-transform: uppercase;
			margin: 0 0 2px;
			@include media(">=tablet") {
				margin: -10px 0 5px;
			}
		}*/
}

.form-area .form-block {
	padding: 30px 15px;
	position: relative;
}

.form-area .form-block:before {
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: 0;
	right: -100vw;
	background: #f2f2f2;
	content: "";
}

.form-area .form-block.item {
	padding: 0;
}

.form-area .form-block form {
	padding: 0;
}

.form-area .form-block .gform_wrapper .top_label input,
.form-area .form-block .jcf-select {
	width: 100%;
}

.form-area .form-block .gform_footer .button {
	width: 100%;
	box-shadow: none;
}

.form-area .form-block ul {
	margin: 0;
	padding: 0;
}

.form-area.light-blue,
.form-area.dark-blue {
	overflow: hidden;
}

.form-area.light-blue .gform_wrapper .gfield_checkbox li label,
.form-area.light-blue .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label,
.form-area.dark-blue .gform_wrapper .gfield_checkbox li label,
.form-area.dark-blue .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
	color: #fff;
}

.form-area.light-blue .text-holder,
.form-area.dark-blue .text-holder {
	background: #0198d9;
	color: #fff;
}

.form-area.light-blue .text-holder h1,
.form-area.dark-blue .text-holder h1 {
	color: inherit;
}

.form-area.light-blue .text-holder h2,
.form-area.dark-blue .text-holder h2 {
	color: inherit;
}

.form-area.light-blue .form-block,
.form-area.dark-blue .form-block {
	background: transparent;
	position: relative;
}

.form-area.light-blue .form-block:before,
.form-area.dark-blue .form-block:before {
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: 0;
	right: -100vw;
	background: #018cd3;
	content: "";
}

.form-area .text-holder h1 {
	color: inherit;
	letter-spacing: 1px;
}

.form-area.dark-blue .text-holder {
	background: #1b3666;
}

.form-area.dark-blue .form-block {
	background: transparent;
	position: relative;
}

.form-area.dark-blue .form-block:before {
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: 0;
	right: -100vw;
	background: #0198d9;
	content: "";
}

.form-area .gform_wrapper .gfield_required {
	display: none;
}

.form-area .gform_wrapper .gfield_error input {
	box-shadow: inset 0 -4px 0 0 #e12127;
}

.form-area .gform_wrapper .gfield_checkbox li label,
.form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
	color: #1b4688;
	text-transform: none;
	font: 700 20px "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.form-area .gform_wrapper .gfield_checkbox li.small-label label,
.form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li.small-label label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.form-area .gform_wrapper .gfield_checkbox li.small-label label a,
.form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li.small-label label a {
	color: inherit;
}

.form-area .gform_wrapper .small-label .gfield_checkbox li label,
.form-area .gform_wrapper .small-label .field_sublabel_below ul.gfield_checkbox li label {
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 500 !important;
}

.form-area .gform_wrapper .small-label .gfield_checkbox li label a,
.form-area .gform_wrapper .small-label .field_sublabel_below ul.gfield_checkbox li label a {
	color: inherit;
}

.form-area textarea {
	width: 100%;
}

.width-full {
	width: 100%;
}

.additional-gallery {
	background: #0198d9;
	color: #fff;
}

.additional-gallery .gallery {
	padding: 0;
}

.additional-gallery .visual {
	position: relative;
	overflow: hidden;
	padding-top: 53vw;
}

.additional-gallery .text-holder {
	padding: 29px 18px 20px;
}

.additional-gallery h2 {
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #fff;
	margin: 0 0 12px;
}

.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: #1b3666;
}

.additional-gallery.item {
	background: #f2f2f2;
	color: black;
}

.additional-gallery.item h2 {
	color: #1b4688;
}

.overlap-row {
	position: relative;
	z-index: 10;
	height: 0;
}

.overlap-row .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.visuals-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 auto;
	max-width: 1024px;
	padding: 10px 0;
}

.visuals-grid .item {
	overflow: hidden;
	position: relative;
	width: calc(50% - 6px);
	margin: 0 0 11px;
	padding-top: 40vw;
}

.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;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.tag-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	font-weight: 700;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	background: #0198d9;
	color: #fff;
	overflow: hidden;
	margin: 0 9px 13px;
}

.tag-list li:before {
	display: none;
}

.tag-list li a {
	padding: 4px 18px;
	display: block;
	color: inherit;
	text-decoration: none;
}

.tag-list li a:hover {
	background: #1b4688;
}

.single-post .container {
	position: static;
}

.single-post .share-row {
	text-align: center;
}

.single-post .share-row .ttl {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #1b4688;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	padding: 0 3px 10px;
	font-weight: 700;
}

.single-post .share-row .share-links {
	display: inline-block;
	vertical-align: middle;
}

.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: #0198d9;
	font-size: 20px;
}

.single-post .share-row .share-links a:hover i {
	color: #1b4688;
}

figure.rounded img {
	border-radius: 50%;
}

.splash-page #wrapper {
	padding: 0;
}

.continue-link {
	font: 19px/1 "Gotham SSm A", "Gotham SSm B", sans-serif;
	color: #1b3666;
	text-decoration: none;
}

.continue-link:hover {
	color: #0198d9;
}

.continue-link:hover:after {
	color: #0198d9;
}

.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: #1b3666;
	content: "\f105";
	margin-left: 3px;
}

.header-splash {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
}

.header-splash .holder {
	position: relative;
	padding: 9px;
}

.header-splash .logo {
	width: 79px;
	background: #fff;
	padding: 9px;
	margin: 0;
}

.header-splash .logo img {
	max-width: none;
	width: 100%;
}

.header-splash .continue-link {
	display: none;
}

.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%;
}

.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: #1b4688;
	content: "\f00d";
}

.header-splash .close-btn:hover:before {
	color: #0198d9;
}

.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;
}

.section-splash .visual-block {
	position: relative;
	height: 170px;
}

.section-splash .content {
	line-height: 1;
}

.section-splash .content .holder {
	padding: 15px 15px 5px;
}

.section-splash h1 {
	font-size: 29px;
	line-height: 36px;
	margin: 0 0 15px;
}

.section-splash p {
	margin: 0 0 15px;
}

.section-splash .link-row {
	padding-top: 50px;
	text-align: center;
}

.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);
}

.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 "Gotham SSm A", "Gotham SSm B", 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: #f2f2f2;
}

.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: #f2f2f2;
}

.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: #f2f2f2;
}

.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: #f2f2f2;
}

.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: #f2f2f2;
}

.section-splash .gform_wrapper .gfield_error input {
	box-shadow: inset 0 0 0 2px #e12127;
}

.section-splash .gform_wrapper div.validation_error {
	padding: 5px 0;
}

.section-splash .gform_wrapper .validation_message {
	display: none !important;
}

.section-splash .gform_footer {
	margin: 0;
}

.section-splash .gform_footer .button {
	position: absolute;
	border-radius: 0;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	right: 0;
	bottom: 0;
	margin: 0;
	min-width: 0;
	width: 150px;
	padding: 0 10px;
	box-shadow: inset 0 -4px 0 0 #ba1419;
}

.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: #1b3666;
	color: #fff;
	text-align: center;
}

.footer-splash .holder {
	padding: 20px 15px 11px;
}

.footer-splash .continue-link {
	display: none;
}

.footer-splash .copy {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 0 15px;
}

.button-bordered {
	border: 3px solid #f2f4f7;
	color: #f2f4f7;
	text-decoration: none;
	display: inline-block;
	line-height: 18px;
	padding: 5px 25px;
}

.button-bordered:hover {
	color: #fff;
	border-color: #fff;
	background: #0198d9;
}

.button-bordered.dark {
	border-color: #1b4688;
	color: #1b4688;
}

.button-bordered.dark:hover {
	background: #1b4688;
	color: #fff;
}

#event-post .form-area {
	padding: 0 0 30px;
}

#event-post .form-area .text-holder {
	padding: 40px 0 5px;
}

#event-post .form-area .text-holder > span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: #e12127;
	padding: 0 0 5px;
}

#event-post .form-area .text-holder h2 {
	color: #0198d9;
}

#event-post .form-area .form-block {
	margin: 0 -15px;
}

#event-post .form-area .gform_wrapper form {
	padding: 0;
}

#event-post .form-area .jcf-select {
	width: 100%;
}

#event-post .form-area .gform_footer {
	text-align: center;
}

#event-post .form-area .gform_fields {
	padding: 0;
}

.item-text {
	font-style: italic;
	font-size: 11px;
}

.donate-page {
	background: #f2f2f2;
}

.donate-intro {
	font-size: 120%;
	color: #fff;
	background-image: url(images/bg-donate-section.jpg);
	background-size: 100% auto;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding: 40px 0 30px;
	background-color: #1e396a;
}

.donate-intro .container {
	max-width: 900px;
}

.donate-intro h1 {
	text-transform: uppercase;
	color: inherit;
	font-size: 40px;
	line-height: 1;
	margin: 0 0 25px;
}

.donate-intro p {
	margin: 0 0 1em;
}

.donate-intro .text-holder {
	padding: 0 0 30px;
}

.donate-intro .form-block {
	color: black;
	background: #fff;
	padding: 15px;
}

.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;
}

.donate-intro .form-block .section-logo {
	display: inline-block;
	vertical-align: top;
}

.donate-intro .form-block .form-ttl {
	display: block;
	font-style: italic;
	font-size: 12px;
	padding: 0 0 15px;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 20px;
}

.donate-intro .box-event a {
	color: inherit;
}

.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;
}

.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: #e12127;
	color: #fff;
	width: 78px;
	height: 78px;
	padding: 5px;
	margin: 0 auto 15px;
}

.donate-intro .box-event .date span {
	display: block;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 -3px;
}

.donate-intro .box-event .date em {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1;
}

.text-section {
	padding: 15px 0;
}

.donate-section {
	background-image: url(images/bg-donate-section-2.jpg);
	background-size: 100% auto;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding: 40px 0 30px;
	background-color: #1e396a;
}

.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;
}

.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;
}

.donate-section .text-holder ul li:before {
	background: #0198d9;
}

.donate-section .form-block {
	color: black;
	background: #fff;
	padding: 15px;
}

.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;
}

.donate-section .form-block h2 {
	color: #1b3666;
	margin: 0 0 -3px;
}

.donate-section .form-block .text {
	display: block;
	color: #8192a8;
	font-size: 16px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.post-block {
	position: relative;
	padding: 15px 0;
}

.post-block .container {
	position: static;
}

.post-block .player-container {
	position: relative;
	margin: 0 -15px 30px;
}

.post-block .video-block {
	position: relative;
	min-height: 262px;
}

.post-block .tag-list {
	padding-top: 15px;
	padding-bottom: 10px;
}

.title-container {
	padding: 5px 0;
}

.title-container h1 a {
	color: inherit;
}

.title-container .date-title {
	font-weight: 300;
	font-size: 14px;
	padding: 0 0 14px;
}

.title-container .date-title em {
	font-style: normal;
}

.title-container .date-title span:before {
	display: inline;
	margin: 0 9px 0 4px;
	color: black;
	content: "|";
}

.title-container .date-title span a {
	color: #e12127;
}

.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: #0198d9;
}

.title-container .share-links li.st_twitter_custom a:hover i {
	color: #1b3666;
}

.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;
}

.dich-time .container {
	max-width: 780px;
}

.dich-time h2 {
	text-transform: uppercase;
	color: inherit;
	font: 62px/60px "Gotham SSm A", "Gotham SSm B", sans-serif;
	margin: 0 0 31px;
}

.dich-time h2 small {
	display: block;
	font: 20px/1.2 "Gotham SSm A", "Gotham SSm B", sans-serif;
	letter-spacing: 4px;
	padding: 0 0 18px;
}

.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: "Gotham SSm A", "Gotham SSm B", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: inherit;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

.search-form input[type="submit"] {
	background: #e12127;
}

.search-form input[type="submit"]:hover {
	background: #d7151a;
}

@media (min-width: 639px) {
	.jcf-select {
		font-size: 21px;
		line-height: 56px;
		height: 56px;
	}

	.jcf-select .jcf-select-text {
		font-size: 21px;
		line-height: 56px;
		height: 56px;
	}

	.posts-area,
	.news-area {
		padding: 30px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.blog-box {
		width: calc(50% - 10px);
		line-height: 20px;
	}

	.news-list-area .mobile-visible {
		display: none;
	}
}

@media (min-width: 768px) {
	.navigation-single {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.navigation-single .next,
	.navigation-single .prev {
		width: 47.5%;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		height: 100%;
	}

	div.cycle-gallery div.slideshow {
		min-height: 340px;
	}

	.about-boxes .video {
		min-height: 300px;
	}

	.slick-dots li {
		margin: 0 7px 15px;
	}

	.slick-dots li button {
		width: 17px;
		height: 17px;
	}

	.action-bar .btns .btn {
		display: inline-block;
		vertical-align: top;
		margin: 0 11px 15px;
	}

	.info-gallery .visual {
		padding: 50vw 0 0;
	}

	.news-gallery h2 {
		font-size: 33px;
		line-height: 42px;
		margin: 0 0 30px;
	}

	.news-list-area .section-container {
		padding: 71px 0 10px;
	}

	.news-list .slick-dots,
	.static-news-list .slick-dots {
		bottom: 6px;
	}

	.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: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 .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: 0 0 0 15px;
	}

	.informed-area .gform_wrapper .gform_footer .share-row .ttl {
		display: inline-block;
		vertical-align: top;
		padding: 10px 3px 0 0;
	}

	.informed-area .gform_wrapper .gform_footer .share-links {
		display: inline-block;
		vertical-align: top;
	}

	.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 .txt-info {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 10px 5px;
	}

	.progress-panel.with-bar .progress-bar {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
	}

	.progress-panel.with-bar .txt-time {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 3px 0 5px;
	}
}

@media (min-width: 769px) {
	.navigation-single {
		padding: 25px 15px 15px;
	}

	.visuals-grid .item {
		width: calc(33% - 17px);
		padding-top: 30vw;
		margin: 0 0 23px;
	}
}

@media (min-width: 1024px) {
	ul {
		padding-top: 6px;
		margin-bottom: 36px;
	}

	ul > li {
		padding-bottom: 6px;
		padding-left: 14px;
	}

	ul > li:before {
		top: 10px;
	}

	figure {
		width: 100%;
	}

	figure figcaption {
		font-size: 12px;
		line-height: 14px;
	}

	figure.alignright,
	figure.alignleft {
		width: 40.6% !important;
	}

	.cvc-content,
	#content {
		float: left;
		width: 64%;
		margin-top: 52px;
	}

	.cvc-sidebar,
	#sidebar {
		float: right;
		width: 32.5%;
		margin-top: 52px;
	}

	.search-form input[type="search"] {
		width: 500px;
		margin: 0 15px 0 0;
	}

	.search-form input button,
	.search-form input[type="submit"] {
		width: auto;
		height: 54px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.navigation-single .next a:after,
	.navigation-single .prev a:after {
		font-size: 28px;
	}

	.navigation-single strong {
		font-size: 18px;
	}

	.alignleft {
		float: left;
		margin: 0 37px 4px 0;
	}

	.alignright {
		float: right;
		margin: 0 0 4px 37px;
	}

	.size-full {
		margin: 0;
		width: 100%;
		margin-bottom: 35px !important;
	}

	figure .size-full + figcaption {
		margin-top: -35px;
	}

	.jcf-checkbox {
		width: 16px;
		height: 16px;
	}

	.jcf-checkbox span {
		height: 6px;
		width: 10px;
		margin: -4px 0 0 -5px;
		border-width: 0 0 3px 3px;
	}

	.jcf-radio {
		width: 16px;
		height: 16px;
	}

	.jcf-select-drop .jcf-select-drop-content {
		padding: 10px;
	}

	.jcf-list .jcf-option {
		padding: 5px 10px;
	}

	.jcf-select-small {
		width: 168px;
	}

	.jcf-select-medium {
		width: 300px;
	}

	#nav {
		padding-top: 34px;
		font-weight: 600;
	}

	.nav-menu ul {
		font-weight: 600;
	}

	#nav.left-slide-nav .drop {
		padding-top: 70px;
	}

	#nav.left-slide-nav .mobile-menu a {
		padding: 19px 46px;
	}

	#nav.left-slide-nav .mobile-menu > li {
		font-size: 22px;
		line-height: 25px;
	}

	#nav.left-slide-nav .nav-close {
		top: 19px;
		right: 24px;
	}

	.top-section #nav-main {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#nav-main ul {
		display: table;
		border-collapse: collapse;
		width: 100%;
	}

	#nav-main ul li {
		font-weight: bold;
		display: inline-block;
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		border-right: 1px solid rgba(255, 255, 255, .3);
	}

	#nav-main ul li:last-child {
		border-bottom: 0;
	}

	#nav-main ul a {
		height: 80px;
	}

	.top-section {
		height: 300px;
	}

	.top-section .container {
		padding: 0 15px;
	}

	.top-section.section-25vh {
		height: 25vh;
	}

	.top-section.section-25vh .center-block .title-h1 span {
		margin-bottom: 0;
	}

	.top-section.section-25vh .title-h1 {
		padding: 0;
	}

	.top-section.section-50vh {
		height: 50vh;
	}

	.top-section.section-75vh {
		height: 75vh;
	}

	.top-section.section-100vh {
		height: calc(100vh - 76px);
	}

	.top-section .left-block .sign-up-container {
		float: left;
	}

	.top-section .right-block .sign-up-container {
		float: right;
	}

	.top-section .bottom-block {
		bottom: 185px;
	}

	.top-section .bottom-block .title {
		font-size: 30px;
		line-height: 35px;
		display: block;
		padding-bottom: 15px;
	}

	.top-section .bottom-block .btn {
		display: inline-block;
	}

	.top-section .bg-stretch {
		background-position: 0 0;
	}

	.top-section .bg-stretch.img-align-right {
		background-position: 0 0;
	}

	.top-section .logo {
		width: auto;
	}

	.top-section .autor-date {
		margin-top: -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.top-section .autor-date .avatar {
		width: 40px;
		height: 40px;
		margin: 0 20px 0 0;
	}

	.top-section .autor-date .txt {
		font-size: 16px;
		line-height: 22px;
	}

	.social-list {
		margin-bottom: 54px;
	}

	.social-bottom {
		margin-top: 60px;
		padding: 19px 0 14px;
	}

	.social-bottom > span {
		margin: 0 0 6px;
		font-size: 20px;
		line-height: 42px;
	}

	.social-bottom .social-list .stButton {
		margin: 0 7px;
	}

	.social-bottom .social-list .stButton .stLarge {
		font-size: 30px;
	}

	.items-list li {
		width: 156px;
		padding: 0 14px 18px;
	}

	.items-list strong {
		font-size: 16px;
		line-height: 20px;
		padding-top: 9px;
		margin: 0;
	}

	.posts-list {
		padding: 53px 0 22px;
	}

	.donate-list {
		margin: 0;
	}

	.donate-list li {
		padding-bottom: 39px;
	}

	.donate-list a sup {
		font-size: 26px;
		line-height: 35px;
	}

	.events-list {
		padding: 35px 0 30px;
		margin: 0;
	}

	.events-list li {
		margin-bottom: 32px;
		position: relative;
		padding: 14px 0 0 106px;
	}

	.events-list li:last-child {
		margin-bottom: 0;
	}

	.events-list .date {
		position: absolute;
		top: 0;
		left: 8px;
	}

	.events-list .btn {
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
	}

	.form-area .events-list li {
		padding-left: 100px;
	}

	.form-area .events-list .date {
		width: 79px;
		height: 79px;
	}

	.form-area .events-list .date span {
		font-size: 17px;
	}

	.form-area .events-list .date em {
		font-size: 34px;
	}

	.btn-list {
		margin: 0 6px;
	}

	.btn-list li {
		width: 180px;
	}

	.btn-list .btn {
		min-width: 180px;
	}

	.btn-list .btn-red {
		height: 59px;
		line-height: 55px;
		font-size: 16px;
	}

	.overview-list li .info {
		width: 100%;
		text-align: center;
	}

	.overview-list li .visual-frame {
		margin: 0 auto 20px;
		display: block;
	}

	.action-bar + #main > .wrap-frame > .main-frame > .container .intro-text {
		padding-top: 70px;
	}

	.action-bar + #main .player-container {
		margin-top: 20px;
	}

	body:not(.home) .action-bar + #main {
		padding-top: 70px;
	}

	div.cycle-gallery div.cycle-slideset div.slide {
		float: left;
		padding: 50px 80px;
	}

	div.cycle-gallery div.slideshow {
		float: right;
		width: 52.5%;
		min-width: 52.5%;
		min-height: 317px;
	}

	div.cycle-gallery .go-to {
		position: absolute;
		left: 0;
		bottom: 10px;
		z-index: 10;
		overflow: hidden;
		padding: 18px 0 0 80px;
	}

	.about-boxes .boxes-row .container {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.about-boxes .video {
		width: 52.5%;
		min-height: 440px;
	}

	.about-boxes .video .bg-stretch.overlap {
		bottom: -30px;
	}

	.about-boxes .info {
		width: 47.5%;
		padding: 60px 40px;
	}

	.about-boxes .home .info {
		line-height: 26px;
		width: 50%;
		padding: 80px 40px 40px;
	}

	.about-boxes .home .video {
		min-height: 300px;
	}

	.about-boxes .home .video .bg-stretch {
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	}

	.about-boxes .home p {
		margin: 0 0 2em;
	}

	.slick-arrow.slick-next,
	.slick-arrow.slick-prev {
		width: 65px;
		height: 65px;
	}

	.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
		width: 33%;
		display: inline-block;
		vertical-align: top;
	}

	.wp-polls {
		padding: 65px 85px 30px 180px;
	}

	.wp-polls-result .wp-polls-ul {
		padding-top: 0;
	}

	.js-drop-slider {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.js-drop-slide-holder .back {
		display: none;
	}

	.footer-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 25px 0 25px;
	}

	.footer-bar .social-col {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-bar .logo-col {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.footer-bar .btns-col {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.footer-bar .col {
		padding: 5px;
		width: 33.33%;
	}

	.footer-bar .col.social-col {
		padding: 5px 5px 31px 10%;
	}

	.footer-bar .col.logo-col {
		width: auto;
		padding: 5px 4.2%;
		margin: 0 0 12px;
	}

	.footer-bar .col.logo-col .logo-holder {
		width: 193px;
	}

	.footer-bar .col.logo-col img {
		width: 296px;
	}

	.footer-bar .btns-col {
		padding: 0 5% 18px 5px;
		margin: 0;
	}

	.footer-bar .btns-col .btn {
		margin: 0;
		padding: 0;
		min-width: 10px;
	}

	.footer-bar .btns-col .btn + .btn {
		margin-left: 42px;
	}

	.footer-bar .social-networks {
		white-space: nowrap;
		padding: 9px 0 0;
	}

	.footer-bar .social-networks li {
		margin: 5px 0;
	}

	.footer-bar .social-networks li + li {
		margin-left: 16.5%;
	}

	.footer-bar .social-networks li a {
		width: 40px;
		height: 40px;
	}

	.footer-bar .social-networks li i {
		font-size: 30px;
	}

	.bottom-bar {
		padding: 10px 0 11px;
		font-size: 11px;
	}

	.bottom-bar .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.bottom-bar .container:before,
	.bottom-bar .container:after {
		display: none;
	}

	.bottom-bar .add-nav {
		margin: 0;
		padding-top: 5px;
	}

	.bottom-bar .add-nav li {
		font-size: 12px;
	}

	.bottom-bar .add-nav li + li {
		margin-left: 26px;
	}

	.bottom-bar .by-box {
		text-align: right;
		float: right;
		margin: 0 7px;
	}

	.bottom-bar .by-box img {
		width: 169px;
	}

	#footer .btn-row {
		padding: 15px 0 35px;
	}

	.title-h1 {
		font-size: 35px;
		padding: 3px 0 20px;
	}

	.title-h1 span {
		font-size: 18px;
		margin-bottom: 5px;
		letter-spacing: 4px;
	}

	.title-h2 {
		font-size: 36px;
		line-height: 40px;
		padding: 32px 0 31px;
	}

	.title-h2 span {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 19px;
	}

	hr,
	.wpb_text_column hr:last-child {
		margin: 35px 0;
	}

	.text-column2 .column,
	.text-column3 .column,
	.text-column3-1 .column {
		float: left !important;
	}

	.text-column2 .column {
		margin-left: 10%;
		width: 45% !important;
	}

	.text-column2 .column.first {
		margin: 0;
	}

	.text-column3 .column {
		margin-left: 32px;
		width: 30% !important;
	}

	.text-column3 .column.first {
		margin: 0;
	}

	.text-column3-1 .column {
		margin-left: 32px;
		width: 30% !important;
	}

	.text-column3-1 .column.first {
		margin: 0;
		width: 63% !important;
	}

	.blockquote-box {
		font-size: 32px;
		line-height: 36px;
		padding: 40px 41px 47px;
	}

	.social-post-block .btn-list li a {
		padding: 0 20px;
	}

	.social-post-block .desktop-text {
		display: inline;
	}

	.social-post-block .mobile-text {
		display: none;
	}

	.social-images img {
		border-width: 6px;
	}

	.inner-color #content {
		padding: 34px 42px;
		margin: 52px 0 0;
	}

	.lightbox-img-holder {
		margin: 0 0 23px;
	}

	.fancybox-slider .fancybox-title {
		font-size: 16px;
		line-height: 20px;
	}

	.lightbox-img-holder {
		margin: 0 0 23px;
	}

	.heading {
		padding: 39px 0 26px;
	}

	.social-feed {
		font-size: 34px;
		line-height: 1.12;
	}

	.social-feed .author {
		font-size: 14px;
	}

	.blog-box {
		box-shadow: 0 0 20px 0 rgba(243, 243, 243, .1);
		margin: 0 0 15px;
		padding: 40px 90px 50px;
	}

	.blog-box p {
		margin-bottom: 35px;
	}

	.blog-box h1 {
		font-size: 24px;
		line-height: 28px;
		padding: 0 0 15px;
	}

	.blog-box .btn {
		max-width: 420px;
		margin: 0 auto;
	}

	.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 {
		font-size: 11px;
		display: block;
		padding: 0 0 10px;
	}

	.blog-box .share-row .share-links {
		display: block;
	}

	.blog-box .share-row .share-links li {
		display: block;
		padding: 0 6px 10px;
	}

	.blog-box .share-row .share-links a i {
		font-size: 24px;
	}

	.blog-box.red .share-row .share-links {
		display: block;
	}

	.blog-box.red .share-row .share-links li {
		display: block;
		padding: 0 0 10px;
	}

	.petition-main #content {
		float: left;
		width: 60%;
		padding: 0 0 70px;
	}

	.petition-main #content:only-child .petition-block {
		padding: 0 76px;
		text-align: center;
	}

	.petition-main #content:only-child .petition-block .frame {
		padding-bottom: 142px;
	}

	.info-box .amount {
		font-size: 24px;
	}

	.promo-bar {
		display: block;
		position: relative;
		max-width: 1260px;
		margin: 0 auto;
		color: #fff;
		background: #0198d9;
		text-transform: uppercase;
		font: 700 italic 14px/18px "Gotham SSm A", "Gotham SSm B", sans-serif;
		text-align: center;
		padding: 7px 15px;
	}

	.promo-bar:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
		background: #0198d9;
		z-index: -1;
	}

	.action-bar {
		margin: 0 44px;
		position: relative;
		height: 0;
		z-index: 5;
	}

	.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, .1);
	}

	.action-bar h2 {
		font-size: 32px;
		margin: 0 0 15px;
		max-width: 50%;
		margin: 0;
	}

	.action-bar .btns .btn {
		margin-bottom: 0;
	}

	.action-panel {
		padding: 35px 0 30px;
	}

	.action-panel h2 {
		font-size: 40px;
	}

	.action-panel .btn {
		min-width: 260px;
	}

	.heading.has-select {
		padding: 60px 0 35px;
	}

	.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 {
		font-size: 20px;
		margin-left: -7px;
	}

	.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;
	}

	.jcf-select-more.jcf-select-drop .jcf-select-drop-content {
		padding: 5px 20px 10px;
	}

	.info-gallery .row-hold {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		position: relative;
	}

	.info-gallery .row-hold:before {
		position: absolute;
		top: 0;
		left: -100px;
		right: 49.8%;
		bottom: -1px;
		background-color: #ff2736;
		z-index: 10;
		-webkit-transform: skewX(8.5deg);
		-ms-transform: skewX(8.5deg);
		transform: skewX(8.5deg);
		background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(0, 0, 0, .05) 1px, rgba(0, 0, 0, .05) 7px);
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(0, 0, 0, .05) 1px, rgba(0, 0, 0, .05) 7px);
		pointer-events: none;
		content: "";
	}

	.info-gallery .row-hold.left-image:before {
		left: 49.8%;
		right: -100px;
		-webkit-transform: skewX(-8.5deg);
		-ms-transform: skewX(-8.5deg);
		transform: skewX(-8.5deg);
	}

	.info-gallery .row-hold.left-image .text-holder {
		padding: 99px 30px 51px;
		padding-right: calc(50% - 1182px/2);
		padding-left: 43px;
	}

	.info-gallery .row-hold.right-image .text-holder {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.info-gallery .row-hold.blue-style:before {
		background-color: #0198d9;
	}

	.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 {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 25vw 0 0;
		width: 52.5%;
	}

	.info-gallery .text-holder {
		text-align: left;
		width: 47.5%;
		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;
	}

	.news-gallery {
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
		max-width: 1230px;
		padding: 0 190px;
		margin: -25px auto -21px !important;
	}

	.news-gallery .slide {
		padding: 40px 0 65px;
	}

	.news-gallery .ttl {
		padding: 0 0 9px;
	}

	.news-gallery .slick-arrow.slick-prev {
		left: 30px;
	}

	.news-gallery .slick-arrow.slick-next {
		right: 30px;
	}

	.news-list .slide,
	.static-news-list .slide {
		width: auto;
	}

	.news-list h3,
	.static-news-list h3 {
		font-size: 25px;
		line-height: 34px;
	}

	.static-news-list.news-area .box {
		width: calc(50% - 12px);
		margin-bottom: 26px;
	}

	.static-news-list.news-area {
		/*.visual-box {
				padding-top: 292px;
			}*/
	}

	.static-news-list.news-area .text-holder {
		padding: 37px 39px 65px;
	}

	.static-news-list.news-area h3 {
		font-size: 32px;
		line-height: 45px;
		padding-top: 4px;
		margin-bottom: 14px;
	}

	.social-panel p {
		height: 84px;
	}

	.social-panel .info-row {
		font-size: 14px;
	}

	.social-panel .info-row span {
		padding-right: 14px;
	}

	.events-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		text-align: left;
	}

	.events-area .events-block {
		width: 70%;
		padding: 16px 10% 50px 0;
	}

	.events-area .list-events {
		margin: 0 0 6px;
	}

	.events-area .list-events .event {
		padding: 20px 0;
	}

	.events-area .list-events .event > a {
		position: relative;
		padding: 0 0 0 134px;
	}

	.events-area .list-events .event .date {
		position: absolute;
		top: 10px;
		left: 0;
	}

	.events-area .btn {
		margin-left: 131px;
	}

	.events-area .side-col {
		width: 30%;
		padding: 50px 0 10px 40px;
	}

	.events-area .side-col:before {
		left: 0;
	}

	.donate-area {
		max-width: 930px;
		padding: 0 15px;
		margin-top: -18px;
		margin-bottom: -18px;
	}

	.donate-area .holder {
		padding: 106px 15px 100px;
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	}

	.donate-area .values li {
		margin: 10px 4px;
	}

	.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;
	}

	#custom-nav {
		padding: 30px 5px 26px;
		text-align: center;
	}

	#custom-nav .holder {
		display: inline-block;
		vertical-align: top;
	}

	#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 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 16px;
		line-height: 24px;
		padding: 10px 20px;
	}

	.promo-text {
		padding: 50px 0 36px;
	}

	.promo-text .heading-block {
		float: left;
		width: calc(50% - 46px);
		text-align: left;
		border-width: 4px;
		padding: 27px 0 22px 7px;
		margin: 0 56px 0 0;
		word-spacing: -3px;
	}

	.promo-text .heading-block h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.promo-text .text-holder {
		overflow: hidden;
		line-height: inherit;
		padding: 10px 5px 0;
	}

	.promo-text .signature {
		width: 134px;
	}

	.promo-text .signature img {
		height: 60px;
	}

	.text-content {
		padding-top: 25px;
		padding-bottom: 15px;
	}

	.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 {
		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;
	}

	.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;
	}

	.sharelines-gallery .slide {
		padding: 0 10px;
	}

	.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;
	}

	.sharelines-gallery .date-row {
		font-size: 16px;
	}

	.sharelines-gallery h3 {
		font-size: 25px;
		line-height: 30px;
	}

	.sharelines-list {
		padding: 43px 0 19px;
	}

	.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 {
		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;
	}

	.sharelines-list h3 {
		min-height: 70px;
	}

	.quotes-gallery,
	.covers-gallery {
		padding: 0 0 49px;
	}

	.quotes-gallery .slide,
	.covers-gallery .slide {
		padding: 0 12px;
	}

	.quotes-gallery .item,
	.covers-gallery .item {
		width: 1012px;
	}

	.quotes-gallery .content,
	.covers-gallery .content {
		padding: 60px 75px 15px;
	}

	.quotes-gallery blockquote,
	.covers-gallery blockquote {
		font-size: 34px;
		line-height: 40px;
		margin: 0 0 40px;
	}

	.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 {
		font-size: 18px;
		padding: 0 10px 10px 0;
	}

	.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 5px 10px;
	}

	.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: 30px;
	}

	.quotes-gallery .lbl,
	.covers-gallery .lbl {
		width: 90px;
		height: 90px;
		right: 32px;
		bottom: 27px;
	}

	.quotes-gallery .lbl img,
	.covers-gallery .lbl img {
		width: 65px;
	}

	.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;
	}

	.profiles-gallery {
		padding: 12px 100px;
	}

	.profiles-gallery .slide {
		width: 346px;
		padding: 0 13px;
	}

	.profiles-gallery.small-images .slide {
		width: 200px;
		padding: 0 13px;
	}

	.profiles-gallery .img-box + .img-box {
		padding-top: 43px;
	}

	.profiles-gallery .slick-dots {
		padding-top: 26px;
	}

	.timeline-area {
		padding: 60px 0 20px;
	}

	.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: #f2f2f2;
		z-index: -1;
	}

	.timeline-area .date-box {
		width: 96px;
		height: 96px;
		border-width: 6px;
		position: absolute;
		top: 0;
		left: -48px;
		font-size: 21px;
	}

	.timeline-area .date-box strong {
		font-size: 42px;
		margin: -6px 0 0;
	}

	.timeline-area .date-box:before {
		display: none;
	}

	.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 .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;
	}

	.progress-panel.with-bar .txt-info {
		font-size: 26px;
		margin: 0 10px 5px;
	}

	.progress-panel.with-bar .progress-bar {
		border-radius: 9px;
	}

	.progress-panel.with-bar .progress-bar .bar {
		height: 42px;
		padding: 0 10px;
		margin: 0 -10px;
	}

	.progress-panel.with-bar .txt-time {
		padding: 12px 0 5px;
	}

	.progress-panel.with-bar .txt-time span:before {
		font-size: 16px;
	}

	.progress-panel.no-bar {
		padding: 37px 0 22px;
	}

	.progress-panel.no-bar .txt-info,
	.progress-panel.no-bar .txt-time {
		font-size: 24px;
	}

	.form-area {
		padding: 67px 0 17px;
	}

	.form-area .container {
		max-width: 1032px;
		padding: 0 15px;
	}

	.form-area .text-holder {
		float: left;
		width: 47%;
		padding-left: 0;
	}

	.form-area .form-block {
		float: right;
		width: 49%;
		padding: 26px 11px 40px 57px;
	}

	.form-area .form-block .gform_wrapper .gform_fields {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.form-area .form-block .gform_wrapper .gform_fields li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-bottom: 27px;
	}

	.form-area .form-block .gform_wrapper .gform_fields li.left-aligned,
	.form-area .form-block .gform_wrapper .gform_fields li.right-aligned,
	.form-area .form-block .gform_wrapper .gform_fields li.width-half,
	.form-area .form-block .gform_wrapper .gform_fields li.width-two-thirds,
	.form-area .form-block .gform_wrapper .gform_fields li.width-thirds {
		-webkit-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
	}

	.form-area .form-block .gform_wrapper .gform_fields li .gfield_checkbox li {
		margin: 0 0 10px;
	}

	.form-area .form-block .gform_wrapper .gform_fields li.left-aligned {
		width: 54%;
	}

	.form-area .form-block .gform_wrapper .gform_fields li.right-aligned {
		width: 40%;
	}

	.form-area .form-block .gform_wrapper .gform_fields li.hr {
		margin-bottom: 21px;
	}

	.form-area .form-block .gform_wrapper .gform_fields li.hr:after {
		display: block;
		background: #0177b4;
		border-top: 1px solid #80c6e9;
		margin-top: 24px;
		height: 2px;
		content: "";
	}

	.form-area.light-blue,
	.form-area.dark-blue {
		background: #0198d9;
	}

	.form-area.dark-blue {
		background: #1b3666;
	}

	.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;
	}

	.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 {
		padding: 40px 15px;
	}

	.additional-gallery .gallery {
		margin: 0 auto;
		max-width: 1020px;
	}

	.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: 15.9em;
		width: calc(50% - 10px);
	}

	.additional-gallery .text-holder {
		width: calc(50% + 10px);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 0 5px 40px;
	}

	.additional-gallery .link-row {
		text-align: left;
	}

	.additional-gallery .slick-dots {
		padding: 10px 0;
	}

	.additional-gallery.item .item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.additional-gallery.item .text-holder {
		padding-right: 40px;
		padding-left: 0;
	}

	.visuals-grid .item {
		padding-top: 260px;
	}

	.visuals-grid {
		padding: 40px 0;
	}

	.tag-list li {
		font-size: 16px;
	}

	.tag-list li a {
		padding: 10px 28px;
	}

	.single-post .share-row {
		position: absolute;
		width: 125px;
		right: 1px;
		left: auto !important;
		top: 120px !important;
		background: #f2f2f2;
		padding: 30px 5px 8px;
	}

	.single-post .share-row.fixed-position {
		z-index: 5;
	}

	.single-post .share-row .ttl {
		font-size: 11px;
		display: block;
		padding: 0 0 23px;
	}

	.single-post .share-row .share-links {
		display: block;
	}

	.single-post .share-row .share-links li {
		display: block;
		padding: 0 0 20px;
	}

	.single-post .share-row .share-links a i {
		font-size: 27px;
	}

	.continue-link:after {
		margin-left: 5px;
	}

	.header-splash {
		position: static;
		background: #f5f5f5;
	}

	.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;
	}

	.header-splash .logo {
		width: 116px;
		padding: 0;
		margin: 0 25px 0 0;
		background: none;
	}

	.header-splash .continue-link {
		display: inline-block;
		font-size: 24px;
	}

	.header-splash .close-btn {
		display: none;
	}

	.section-splash {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.section-splash .visual-block {
		width: 50%;
		height: auto;
		min-height: calc(100vh - 195px);
	}

	.section-splash.aligned .content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section-splash .content {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.section-splash .content .holder {
		max-width: 444px;
		padding: 40px 15px;
		margin-right: 64px;
	}

	.section-splash h1 {
		font-size: 44px;
		line-height: 45px;
		margin: 0 0 25px;
	}

	.section-splash p {
		margin: 0 0 20px;
	}

	.section-splash .link-row {
		display: none;
	}

	.section-splash .gform_wrapper .gform_fields li:last-child {
		width: calc(100% - 150px);
	}

	.section-splash .gform_footer .button {
		width: 135px;
	}

	.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;
	}

	.footer-splash .continue-link {
		font-size: 24px;
		display: inline-block;
		margin: 0 10px;
		color: #fff;
	}

	.footer-splash .continue-link:after {
		color: #fff;
	}

	.footer-splash .copy {
		padding: 5px 15px 5px 0;
	}

	.button-bordered {
		font-size: 14px;
		line-height: 20px;
	}

	#event-post .form-area {
		padding: 68px 0 74px;
	}

	#event-post .form-area .text-holder {
		padding: 8px 0 10px;
	}

	#event-post .form-area .text-holder > span {
		padding: 0 0 10px;
	}

	#event-post .form-area .gform_footer button {
		width: 100%;
	}

	.donate-intro {
		padding: 70px 0 50px;
		background-color: #e12127;
	}

	.donate-intro h1 {
		font-size: 50px;
	}

	.donate-intro .text-holder {
		float: left;
		width: calc(100% - 365px);
		padding-right: 30px;
	}

	.donate-intro .form-block {
		float: right;
		width: 365px;
	}

	.donate-intro .box-event .hold {
		padding-left: 124px;
	}

	.donate-intro .box-event .date {
		position: absolute;
		top: 0;
		left: 0;
		width: 98px;
		height: 98px;
	}

	.donate-intro .box-event .date span {
		font-size: 22px;
	}

	.donate-intro .box-event .date em {
		font-size: 44px;
	}

	.donate-section {
		padding: 70px 0 50px;
		background-color: #e12127;
	}

	.donate-section h1 {
		font-size: 50px;
	}

	.donate-section .text-holder ul li {
		padding-left: 16px;
	}

	.donate-section .text-holder ul li:before {
		width: 8px;
		height: 8px;
		top: 4px;
	}

	.post-block {
		padding: 30px 0 15px;
	}

	.post-block .player-container {
		min-height: 300px;
		padding-top: 6px;
	}

	.post-block .player-container.audio {
		min-height: 0;
	}

	.title-container .date-title {
		font-size: 18px;
	}
}

@media (min-width: 1024px) and (min-width: 1400px) {
	.section-splash .content .holder {
		margin-right: 212px;
	}
}

@media (min-width: 1025px) {
	body {
		font-size: 18px;
		line-height: 1.44444444;
	}

	ul > li:before {
		top: 8px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	textarea {
		font-size: 16px;
		height: 48px;
	}

	textarea {
		height: 164px;
	}

	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 16px;
		min-width: 270px;
		padding: 17px 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.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 {
		box-shadow: inset 0 0 0 3px #fff;
		border-radius: 24px;
		font-size: 16px;
		padding: 12px 14px;
	}

	.size-full {
		margin-bottom: 50px !important;
	}

	figure .size-full + figcaption {
		margin-top: -45px;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		line-height: 1.11em;
	}

	h1,
	.h1 {
		font-size: 42px;
		margin-bottom: 8px;
	}

	h2,
	.h2 {
		font-size: 35px;
		margin-bottom: 19px;
		letter-spacing: -2px;
	}

	h3,
	.h3 {
		font-size: 26px;
		margin-bottom: 23px;
		letter-spacing: -1px;
	}

	h4,
	.h4 {
		font-size: 22px;
		margin-bottom: 28px;
	}

	h5,
	.h5 {
		font-size: 18px;
		margin-bottom: 26px;
	}

	h6,
	.h6 {
		font-size: 20px;
	}

	.sub-menu a {
		font-size: 18px;
		line-height: 26px;
		padding: 17px 17px 17px 28px;
	}

	.top-section.desktop-overlay .section-hold:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 110%;
		height: 110%;
		content: "";
		z-index: 1;
	}

	.events-list li {
		padding-left: 142px;
	}

	.events-list .date {
		width: 100px;
		height: 100px;
	}

	.events-list .date span {
		font-size: 22px;
	}

	.events-list .date em {
		font-size: 44px;
	}

	.events-list h2 {
		font-size: 32px;
		line-height: 36px;
	}

	.about-boxes .video .play-video {
		width: 130px;
		height: 130px;
	}

	.about-boxes .video .play-video:after {
		font-size: 128px;
	}

	.about-boxes .video .play-video:before {
		border-width: 10px;
	}

	.about-boxes .home h2 {
		font-size: 40px;
		margin: 0 0 30px;
	}

	.gray-section h2 {
		font-size: 42px;
	}

	.gray-section h2 small {
		font-size: 14px;
	}

	.play-video {
		width: 100px;
		height: 100px;
		border-width: 2px;
	}

	.play-video:after {
		border-width: 20px 0 20px 36px;
	}

	.heading {
		padding: 49px 0 36px;
	}

	.heading small {
		font-size: 14px;
	}

	.posts-area,
	.news-area {
		padding: 50px 0 40px;
	}

	.blog-box h1 {
		font-size: 32px;
		line-height: 40px;
		padding: 0 0 33px;
	}

	.blog-box h1 + .date-ttl {
		margin-top: -22px;
	}

	.blog-box .date {
		width: 100px;
		height: 100px;
	}

	.blog-box .date span {
		font-size: 22px;
	}

	.blog-box .date em {
		font-size: 44px;
	}

	.heading.has-select {
		padding: 98px 0 36px;
	}

	.heading.has-select .jcf-select {
		width: 240px;
	}

	.heading.has-select .jcf-select {
		top: 22px;
	}

	.info-gallery .text-holder h2,
	.info-gallery .text-holder .h2 {
		font-size: 36px;
		margin: 0 0 39px;
	}

	.share-links li {
		padding: 0 5px 10px;
	}

	.share-links a {
		width: 60px;
		height: 60px;
	}

	.share-links a i {
		font-size: 36px;
	}

	.news-gallery .date-ttl {
		font-size: 18px;
		letter-spacing: 2px;
	}

	.news-gallery h2 {
		font-size: 60px;
		line-height: 62px;
		margin: 0 0 45px;
	}

	.news-gallery .slick-dots {
		bottom: 8px;
	}

	.news-list,
	.static-news-list {
		margin: 0 -10px;
	}

	.news-list .visual-box,
	.static-news-list .visual-box {
		/* padding-top: 221px; */
	}

	.news-list .text-holder,
	.static-news-list .text-holder {
		font-size: 18px;
		padding: 26px 28px 27px;
	}

	.news-list .slick-dots,
	.static-news-list .slick-dots {
		bottom: 11px;
	}

	.social-panel {
		font-size: 34px;
		line-height: 42px;
		font-weight: 300;
		padding: 54px 15px;
	}

	.social-panel .head {
		font-size: 18px;
		padding: 0 0 36px;
	}

	.social-panel .head .social-ico i {
		font-size: 36px;
	}

	.social-panel .container {
		padding-bottom: 77px;
	}

	.hashtags-panel {
		padding: 14px 5px 12px;
	}

	.hashtags-panel li {
		font-size: 28px;
		padding: 0 15px;
	}

	.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 {
		font-size: 22px;
	}

	.events-area .list-events .event .txt:after {
		margin-left: 11px;
	}

	.events-area .side-col h2 {
		font-size: 40px;
		margin: 0 0 30px;
	}

	.events-area .side-col .connect-links {
		padding: 0 0 20px;
	}

	.events-area .side-col .connect-links li {
		font-size: 24px;
		line-height: 28px;
	}

	.events-area .side-col .connect-links li a {
		padding-left: 40px;
	}

	.events-area .side-col .connect-links li a:before {
		font-size: 23px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.text-content {
		padding-top: 54px;
		padding-bottom: 22px;
	}

	.plan-promo .ttl {
		letter-spacing: -1px;
		font-size: 32px;
		margin: 0 0 15px;
	}

	.title-block {
		line-height: 1.625;
		padding: 13px 15px;
	}

	.title-block h2 {
		font-size: 42px;
		margin: 0 0 20px;
	}

	.title-block h3 {
		font-size: 32px;
	}

	.sharelines-gallery .text-holder {
		padding: 0 0 42px;
	}

	.sharelines-gallery .share-row .ttl {
		font-size: 16px;
	}

	.sharelines-gallery .share-links {
		margin-right: -14px;
	}

	.sharelines-gallery .share-links a {
		width: 40px;
		height: 40px;
	}

	.sharelines-gallery .share-links a i {
		font-size: 23px;
	}

	.sharelines-list .item {
		padding: 24px 30px 10px;
	}

	.sharelines-list .date-row {
		font-size: 16px;
		padding: 0 0 14px;
	}

	.sharelines-list .date-row span {
		padding-left: 18px;
	}

	.sharelines-list h3 {
		min-height: 120px;
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 28px;
	}

	.sharelines-list .share-row .ttl {
		font-size: 16px;
	}

	.sharelines-list .share-links {
		margin: 0 -17px 0 0;
	}

	.sharelines-list .share-links a {
		width: 40px;
		height: 40px;
	}

	.sharelines-list .share-links a i {
		font-size: 23px;
	}

	.suggested {
		padding: 52px 0 5px;
	}

	.covers-gallery {
		padding: 0 0 55px;
	}

	.covers-gallery .slick-dots {
		padding: 26px 0 0;
	}

	.informed-area .gform_wrapper .gform_footer {
		margin: 0;
	}

	.timeline-area h2 {
		font-size: 32px;
		margin: 0 0 12px;
	}

	.form-area .form-block {
		padding-bottom: 48px;
	}

	.header-splash .holder {
		padding-left: 80px;
		padding-right: 80px;
	}

	.footer-splash .holder {
		padding-left: 80px;
		padding-right: 80px;
	}

	#event-post .form-area .text-holder > span {
		font-size: 18px;
	}

	.item-text {
		font-size: 14px;
		line-height: 18px;
	}

	.title-container h1 {
		line-height: 1.05;
		margin-bottom: 11px;
	}
}

@media (max-width: 1399px) and (min-width: 1024px) {
	.action-bar .btns .btn {
		min-width: 190px;
	}
}

@media (min-width: 1400px) {
	.navigation-single {
		padding: 57px 15px 43px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: 28px 33px 33px 138px;
	}

	.navigation-single .next a {
		padding: 28px 138px 33px 33px;
	}

	.navigation-single span {
		font-size: 16px;
		padding: 0 0 7px;
	}

	.navigation-single strong {
		font-size: 24px;
		line-height: 34px;
	}

	#nav {
		width: auto;
		position: static;
		font-size: 16px;
		line-height: 19px;
		text-align: left;
		padding: 10px 0 10px 7px;
		float: right;
		width: 87%;
		-webkit-transition: all .3125s linear .4375s;
		transition: all .3125s linear .4375s;
	}

	#nav .drop {
		overflow: visible;
	}

	#nav .drop:after {
		display: block;
		clear: both;
		content: "";
	}

	#nav .lang-trigger {
		padding: 0;
		position: absolute;
		top: 15px;
		right: 30px;
		font-size: 14px;
	}

	.nav-menu {
		font-size: 0;
		line-height: 0;
		width: auto;
		overflow: visible;
		display: inline-block;
		vertical-align: middle;
	}

	.nav-menu a {
		padding: 0;
		display: inline-block;
		vertical-align: middle;
		background: none;
	}

	.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: 180px;
		text-align: left;
		opacity: 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: -1px;
	}

	.nav-menu ul li {
		background: #0198d9;
	}

	.nav-menu ul ul {
		border: none;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		padding-top: 0;
		top: -1px;
		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 {
		padding: 1px 0;
	}

	.nav-menu ul li:first-child {
		padding-top: 21px;
	}

	.nav-menu ul li:last-child {
		padding-bottom: 19px;
	}

	.nav-menu ul a {
		color: #fff;
		font-style: normal;
		padding: 5px 23px 5px 23px;
		display: block;
	}

	.nav-menu .hover > ul:after {
		display: block;
	}

	.nav-menu > li {
		display: inline-block;
		vertical-align: middle;
		border: none;
		font-size: 16px;
		line-height: 20px;
		margin: 2px 0 5px 47px;
	}

	.nav-menu > li:first-child {
		margin-left: 0;
	}

	.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 #0198d9;
		z-index: 2;
		display: none;
	}

	.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: inline-block !important;
	}

	.mobile-menu {
		display: none !important;
	}

	#nav.left-slide-nav .drop {
		width: auto;
		left: auto;
		background: none;
		min-height: 0;
		padding-top: 0;
	}

	#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: none;
	}

	.nav-opener {
		display: none;
	}

	#nav-main ul {
		margin: 0 auto;
		padding: 0;
		display: table;
		table-layout: fixed;
		width: 100%;
		max-width: 1400px;
	}

	#nav-main ul li {
		border-bottom: 0;
		display: table-cell;
		vertical-align: top;
		width: auto;
	}

	#nav-main ul a {
		height: 80px;
		font-size: 20px;
		line-height: 23px;
	}

	#nav-main .mob-visible {
		display: none;
	}

	.transparent-header .header-panel:not(.fixed-position) .nav-menu > li > a,
	.transparent-header .header-panel:not(.fixed-position) #header .social-networks a {
		color: #fff;
	}

	.transparent-header .header-panel:not(.fixed-position) .nav-menu > li > a:hover,
	.transparent-header .header-panel:not(.fixed-position) #header .social-networks a:hover {
		color: #0198d9;
	}

	.top-section {
		height: 450px;
	}

	.top-section .container {
		padding: 10px 50px 10px;
		max-width: 1400px;
		margin: 0 auto;
		position: static;
	}

	.top-section .container.align-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.top-section.section-25vh {
		height: 25vh;
	}

	.top-section.section-50vh {
		height: 50vh;
	}

	.top-section.section-75vh {
		height: 75vh;
	}

	.top-section.section-100vh {
		height: calc(100vh - 100px);
	}

	.top-section .center-block .btn {
		margin-top: 6px;
		box-shadow: none;
		min-width: 250px;
	}

	.top-section .bottom-block {
		bottom: 101px;
	}

	.top-section .bottom-block .title {
		display: inline-block;
		padding-bottom: 0;
	}

	.top-section .bottom-block .btn {
		margin-left: 37px;
	}

	.top-section .autor-date {
		margin-top: -25px;
	}

	.add-info-list {
		padding: 0 0 20px;
	}

	.add-info-list li {
		font-size: 22px;
		line-height: 36px;
	}

	.items-list {
		margin: 0 -100px 23px;
	}

	.posts-list li {
		width: 290px;
		height: 290px;
		margin-bottom: 27px;
	}

	.posts-list .title h2 {
		font-size: 36px;
	}

	.posts-list .title span {
		font-size: 18px;
		letter-spacing: 4px;
	}

	.donate-list {
		margin: 0 10%;
	}

	.donate-list a {
		width: 150px;
		height: 150px;
		border: 10px solid #1b4688;
		font-size: 40px;
		line-height: 150px;
	}

	.donate-list a strong {
		font-size: 75px;
		line-height: 150px;
	}

	.donate-list a sup {
		font-size: 31px;
		line-height: 35px;
	}

	.events-list .date-ttl {
		font-size: 22px;
		letter-spacing: -1px;
	}

	.form-area .events-list {
		padding-top: 0;
		margin-left: -4px;
	}

	.form-area .events-list li {
		padding-left: 0;
		padding: 3px 0 25px;
	}

	.form-area .events-list .date {
		right: 100%;
		left: auto;
		top: 6px;
		margin-right: 25px;
	}

	.form-area .events-list h1 {
		line-height: 1;
		margin-bottom: 17px;
		color: #1b4688;
	}

	.form-area .events-list .date-ttl {
		letter-spacing: 1px;
		margin-bottom: 7px;
	}

	.overview-list {
		margin: 0 -20px -16px 0;
	}

	.overview-list li .info {
		width: 53%;
		text-align: left;
	}

	.overview-list li .visual-frame {
		display: inline-block;
		margin-right: 12px;
	}

	.action-bar + #main > .wrap-frame > .main-frame > .container .intro-text {
		padding-top: 130px;
	}

	.action-bar + #main .player-container {
		margin-top: 50px;
	}

	.action-bar + #main .player-container.audio {
		margin-top: 30px;
	}

	body:not(.home) .action-bar + #main {
		padding-top: 115px;
	}

	div.cycle-gallery div.mask {
		float: left;
		width: 47.5%;
		min-width: 47.5%;
	}

	div.cycle-gallery div.cycle-slideset div.slide {
		padding: 122px 105px 53px 163px;
	}

	div.cycle-gallery div.slideshow {
		min-height: 440px;
	}

	div.cycle-gallery .go-to {
		padding: 18px 0 0 164px;
	}

	.about-boxes .info {
		padding: 132px 90px 80px 70px;
	}

	.about-boxes .home .info {
		padding: 138px 86px 50px 170px;
	}

	.about-boxes .home .video + .info {
		padding: 138px 170px 50px 86px;
	}

	.wp-polls {
		padding: 74px 30px 56px 64px;
	}

	.header-wrap {
		padding-top: 95px;
	}

	.header-wrap.two-header .header-panel {
		top: auto;
		bottom: 0;
		-webkit-transition: -webkit-transform .3s linear 0s;
		transition: transform .3s linear 0s;
	}

	.header-wrap.two-header .header-panel.fixed-position {
		bottom: auto;
	}

	.header-wrap.without-logo-style:not(.two-header) {
		padding-top: 93px;
	}

	.second-header .container,
	#header {
		margin: 0 auto;
		padding: 26px 15px 18px;
		max-width: 1378px;
	}

	.second-header .container .social-networks,
	#header .social-networks {
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 31px;
		margin-top: -7px;
	}

	.second-header .container .social-networks li,
	#header .social-networks li {
		font-size: 16px;
		margin: 0 13px;
	}

	.two-header .header-panel:not(.fixed-position) #header,
	.header-wrap.without-logo-style .header-panel #header {
		padding-top: 11px;
		padding-bottom: 6px;
		max-width: 1472px;
	}

	.two-header .header-panel:not(.fixed-position) #header .logo,
	.header-wrap.without-logo-style .header-panel #header .logo {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		height: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.two-header .header-panel:not(.fixed-position) #header .btn-contribute,
	.header-wrap.without-logo-style .header-panel #header .btn-contribute {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		height: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.two-header .header-panel:not(.fixed-position) #header #nav,
	.header-wrap.without-logo-style .header-panel #header #nav {
		width: 100%;
		padding-left: 7px;
		-webkit-transition-delay: .375s;
		transition-delay: .375s;
	}

	.two-header .header-panel:not(.fixed-position) #header .mail-form,
	.header-wrap.without-logo-style .header-panel #header .mail-form {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		height: 50px;
		display: block;
		width: auto;
		margin-right: 33px;
		-webkit-transition-delay: .4375s;
		transition-delay: .4375s;
	}

	.two-header .header-panel:not(.fixed-position) #header #nav-menu,
	.header-wrap.without-logo-style .header-panel #header #nav-menu {
		padding-top: 14px;
	}

	.two-header .header-panel:not(.fixed-position) #header .social-networks,
	.header-wrap.without-logo-style .header-panel #header .social-networks {
		padding-top: 14px;
	}

	.header-panel .logo,
	.second-header .logo {
		width: 166px;
		float: left;
		margin: 0;
		height: 45px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all .3125s linear .8125s;
		transition: all .3125s linear .8125s;
	}

	.second-header .logo {
		width: 204px;
	}

	.btn-contribute {
		float: right;
		font-size: 16px;
		padding: 17px 10px 17px 16px;
		min-width: 180px;
		margin: -24px 8px 0;
		display: block;
	}

	.btn-contribute.mob {
		display: none;
	}

	.header-panel #header .btn-contribute {
		position: absolute;
		top: 46px;
		right: 15px;
		height: 51px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all .3125s linear .5s;
		transition: all .3125s linear .5s;
	}

	.footer-bar {
		padding: 71px 0 5px;
	}

	.title-h1 {
		font-size: 45px;
		line-height: 70px;
	}

	.story-list .box {
		width: 250px;
		height: 250px;
		font-size: 19px;
		line-height: 23px;
	}

	.blog-box {
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 20px;
		padding: 37px 50px 65px;
	}

	.blog-box p {
		margin-bottom: 89px;
	}

	.blog-box .date {
		margin: -37px auto 40px;
	}

	.blog-box .date-ttl {
		font-size: 22px;
	}

	.petition-page .about-boxes .info {
		padding-top: 107px;
	}

	.petition-main #content {
		width: 64%;
	}

	.info-box .amount {
		font-size: 36px;
		line-height: 40px;
	}

	.promo-bar {
		font-size: 22px;
		line-height: 26px;
		padding: 17px 15px;
	}

	.action-bar .holder {
		height: 140px;
		padding: 0 54px 0 65px;
	}

	.action-bar h2 {
		font-size: 45px;
		line-height: 1;
		max-width: 55%;
	}

	.action-bar .btns .btn {
		min-width: 220px;
		font-size: 18px;
		padding: 14px;
	}

	.action-panel {
		padding: 62px 0 54px;
	}

	.action-panel h2 {
		font-size: 50px;
	}

	.heading.has-select .container {
		padding-left: 340px;
		padding-right: 340px;
	}

	.heading.has-select .jcf-select {
		right: 86px;
	}

	.info-gallery .text-holder {
		padding: 99px 30px 51px;
		padding-left: calc(50% - 1182px/2);
	}

	.news-gallery {
		margin: -30px auto -21px !important;
	}

	.news-gallery .slide {
		padding: 70px 0 89px;
	}

	.news-gallery .date-ttl {
		font-size: 20px;
		padding: 0 0 12px;
	}

	.news-gallery .date-ttl em {
		padding-right: 24px;
	}

	.events-area .events-block {
		padding: 16px 10% 71px 0;
	}

	.events-area .list-events .event {
		padding: 48px 0 51px;
	}

	.events-area .list-events .event > a {
		padding-top: 14px;
	}

	.events-area .list-events .event .date {
		width: 97px;
		height: 97px;
		padding: 9px 5px 5px;
		top: 0;
	}

	.events-area .list-events .event .date span {
		font-size: 22px;
	}

	.events-area .list-events .event .date em {
		font-size: 43px;
	}

	.events-area .side-col {
		padding: 91px 0 10px 42px;
	}

	.events-area .side-col h2 {
		margin: 0 0 41px;
	}

	.events-area .side-col .connect-links li {
		padding: 0 0 34px;
	}

	.donate-area {
		max-width: 1260px;
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.donate-area .holder {
		padding: 207px 15px 144px;
	}

	.donate-area .h1 {
		font-size: 80px;
		margin: 0 0 17px;
	}

	.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: 21px;
		margin: 26px 1px 0 0;
	}

	.donate-area .values li span {
		font-size: 20px;
	}

	.donate-area .row-holder .btn {
		margin-left: 33px;
	}

	#signup-section {
		padding: 156px 15px 116px;
	}

	#signup-section .text-block {
		max-width: 310px;
		float: left;
		margin: 0 15px 0 0;
	}

	#signup-section .text-block .title-form {
		font-size: 51px;
	}

	#signup-section .text-block .title-form strong {
		font-size: 107px;
		margin: -7px 0 0;
	}

	#signup-section .gform_wrapper {
		float: right;
		width: 441px;
		padding: 7px 0 0;
	}

	#signup-section .gform_wrapper .gform_fields li {
		padding: 0 0 17px;
	}

	#signup-section input {
		height: 55px;
		padding: 0 16px;
		font-size: 20px;
		line-height: 55px;
	}

	#signup-section .button {
		height: 55px;
		font-size: 24px;
	}

	#custom-nav li {
		padding: 10px 40px;
	}

	.promo-text {
		padding: 58px 0 40px;
	}

	.promo-text .heading-block {
		margin-top: 13px;
	}

	.promo-text .heading-block h2 {
		font-size: 38px;
		line-height: 50px;
	}

	.row-area {
		padding: 30px 0 28px;
	}

	.sharelines-list {
		padding: 73px 0 49px;
	}

	.quotes-gallery .content,
	.covers-gallery .content {
		padding: 117px 75px 35px;
	}

	.quotes-gallery blockquote,
	.covers-gallery blockquote {
		font-size: 44px;
		line-height: 50px;
		margin: 0 0 66px;
	}

	.quotes-gallery .share-row .ttl,
	.covers-gallery .share-row .ttl {
		font-size: 23px;
	}

	.informed-area {
		padding: 0 0 94px;
	}

	.timeline-area {
		padding: 92px 0 30px;
	}

	.timeline-area .btn {
		margin: 0 0 88px;
	}

	.progress-panel.no-bar {
		padding: 47px 0 32px;
	}

	.progress-panel.no-bar .txt-info,
	.progress-panel.no-bar .txt-time {
		font-size: 38px;
	}

	.additional-gallery {
		padding: 75px 15px 81px;
	}

	.header-splash .continue-link {
		font-size: 33px;
	}

	.section-splash .gform_wrapper .gform_fields li:last-child {
		width: calc(100% - 281px);
	}

	.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_footer .button {
		width: 248px;
		font-size: 26px;
		line-height: 60px;
		height: 60px;
	}

	.footer-splash .continue-link {
		font-size: 30px;
	}

	.donate-intro {
		padding: 107px 0 66px;
	}

	.donate-intro h1 {
		font-size: 64px;
		line-height: 60px;
		margin: 0 0 30px;
	}

	.donate-intro .text-holder {
		font-size: 24px;
		line-height: 30px;
	}

	.donate-intro .form-block {
		padding: 20px;
	}

	.donate-intro .form-block .heading-row {
		margin: -20px -20px 20px;
	}

	.donate-intro .form-block .section-logo img {
		width: 148px;
	}

	.donate-intro .box-event {
		font-size: 20px;
	}

	.text-section {
		padding: 35px 0;
	}

	.donate-section {
		padding: 106px 0 130px;
	}

	.donate-section h1 {
		font-size: 64px;
		line-height: 60px;
		margin: 0 0 30px;
	}

	.donate-section .form-block {
		padding: 20px;
	}

	.donate-section .form-block .heading-row {
		margin: -20px -20px 20px;
	}

	.post-block .video-block {
		min-height: 424px;
	}

	.post-block .tag-list {
		padding-top: 27px;
		padding-bottom: 17px;
	}
}

@media (min-width: 1400px) and (min-width: 1400px) {
	.header-wrap.two-header {
		padding: 0 0 95px;
	}
}

@media (min-width: 1401px) {
	.social-post-block .btn-list {
		margin: 0 24px;
	}
}

@media (max-width: 1919px) {
	.petition-main #sidebar:before {
		left: 90%;
	}
}

@media (max-width: 1399px) {
	iframe {
		width: 100%;
	}

	#nav .drop {
		position: absolute;
		top: 63px;
		left: 0;
		right: 0;
		background: #143775;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	#nav .btn-contribute {
		float: none;
		display: block;
		font-size: 16px;
		line-height: 20px;
		border-radius: 0;
		text-align: left;
		font-weight: 700;
		margin: 0;
		padding: 17px 45px 17px 27px;
	}

	#nav .btn-contribute i {
		display: none;
	}

	#nav .btn-contribute:after {
		position: absolute;
		right: 28px;
		font-family: "FontAwesome";
		display: inline-block;
		font: normal normal normal 18px/20px FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f178";
		color: #fff;
	}

	.nav-menu .hover a {
		background: #fff;
	}

	.nav-active #nav .drop {
		max-height: 1000px;
		overflow-y: auto;
		height: calc(100vh - 70px);
	}

	.nav-opener {
		margin-top: -4px;
	}

	.posts-list {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.posts-list li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.header-wrap .header-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-wrap #header {
		width: 100%;
		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;
	}

	.header-wrap #header:after {
		display: none;
	}

	.header-wrap .btn-contribute {
		margin-top: 0;
	}

	.header-panel:before,
	.second-header:before {
		background-image: none !important;
	}

	.btn-contribute {
		float: right;
		margin: 14px 0 0;
	}

	.btn-contribute i {
		margin-left: 6px;
	}

	.section-container.blue-section,
	.blue-section {
		padding: 71px 0;
	}

	.petition-block {
		padding-bottom: 40px;
	}

	.petition-main .petition-block #field_5_3 {
		width: 100% !important;
	}

	.petition-main .petition-block #field_5_4 {
		width: 50% !important;
	}

	.btn-back {
		bottom: 15px;
	}
}

@media (max-width: 1024px) {
	.fancybox-close {
		width: 30px;
		height: 30px;
	}

	.fancybox-close:before,
	.fancybox-close:after {
		width: 14px;
	}

	.top-section.mob-overlay .section-hold:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 110%;
		height: 110%;
		content: "";
		z-index: 1;
	}

	body {
		font-size: 13px;
	}
}

@media (max-width: 1023px) {
	.navigation-single {
		padding: 0;
	}

	.navigation-single:after {
		display: none;
	}

	.navigation-single .next,
	.navigation-single .prev {
		margin: 0;
	}

	.navigation-single .next a:after,
	.navigation-single .prev a:after {
		font-size: 21px;
		right: 47px;
	}

	.navigation-single .next a:before,
	.navigation-single .prev a:before {
		width: 46px;
		height: 46px;
		right: 35px;
	}

	.navigation-single .prev {
		border-top: 6px solid #fff;
	}

	.navigation-single .prev a:after {
		left: 42px;
	}

	.navigation-single .prev a:before {
		left: 30px;
		right: auto;
	}

	.navigation-single span {
		padding-bottom: 0;
	}

	.navigation-single strong {
		font-size: 14px;
		line-height: 18px;
		display: block;
	}

	#nav .drop {
		height: 0;
	}

	.nav-opener {
		right: 16px;
		margin-top: 14px;
	}

	.sub-menu {
		margin: 34px auto;
	}

	.events-list {
		background: #f2f2f2;
		margin: 0 -15px;
		padding: 0 15px 20px;
		border-bottom: 2px solid #f2f2f2;
		text-align: center;
	}

	.events-list li {
		margin-bottom: 10px;
	}

	.events-list h1 {
		font-size: 24px;
		line-height: 1;
	}

	.events-list p {
		line-height: 1.38461538462;
	}

	.events-list .date-ttl {
		padding: 7px 0 16px;
	}

	.events-list .btn {
		display: block;
		margin: 0 0 10px;
	}

	.intro-text {
		font-size: 21px;
		line-height: 26px;
		padding: 26px 0;
	}

	.intro-text.light-blue-intro-text {
		padding: 21px 0 24px;
		margin-bottom: 0;
	}

	div.cycle-gallery .btn-prev,
	div.cycle-gallery .btn-next {
		width: 35px;
		height: 35px;
	}

	.about-boxes .video {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.about-boxes .info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.about-boxes .home .info {
		text-align: center;
	}

	.about-boxes .boxes-row-blue .cycle-gallery:before {
		display: none;
	}

	.about-boxes .boxes-row-gray .container:after {
		display: none;
	}

	.about-boxes h2 {
		font-size: 26px;
	}

	.about-boxes .info {
		padding: 33px 20px;
		line-height: 1.38461538462;
	}

	.js-drop-slide-holder {
		position: relative; /*overflow: hidden;*/
	}

	.js-drop-slide-holder > .js-drop-slider {
		-webkit-transition: -webkit-transform .5s;
		transition: transform .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;
	}

	.header-wrap .header-panel {
		min-height: 75px;
	}

	.footer-bar .col.logo-col .logo-holder {
		display: inline-block;
		vertical-align: top;
	}

	.footer-bar {
		padding-top: 37px;
	}

	.footer-bar .col.logo-col img {
		width: 180px;
	}

	.footer-bar .btns-col {
		text-align: center;
	}

	.footer-bar .btns-col .btn {
		display: inline-block;
		vertical-align: top;
		padding: 2px 0 0;
		font-size: 14px;
		min-width: 10px;
	}

	.footer-bar .social-networks li {
		margin: 1px 9px;
	}

	.bottom-bar .add-nav li.custom-style {
		width: 100%;
	}

	.bottom-bar .add-nav li {
		margin: 0 8px;
	}

	.bottom-bar .add-nav li a {
		display: block;
		line-height: 18px;
	}

	.bottom-bar {
		padding: 14px 0 12px;
	}

	.bottom-bar .by-box span {
		font-size: 9px;
		margin-top: 3px;
	}

	.bottom-bar .add-nav {
		padding: 0 0 7px;
	}

	#footer .btn-row .button-bordered {
		font-size: 9px;
		min-width: 50px;
		padding: 0 25px;
		border-width: 1px;
	}

	.gray-section {
		padding: 32px 0;
	}

	.section-container.blue-section,
	.blue-section {
		padding: 42px 0 80px;
	}

	.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;
	}

	.color-title span {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 14px;
	}

	.color-title span:after {
		width: 120px;
		margin-left: -60px;
	}

	.color-title {
		font-size: 25px;
		line-height: 30px;
		padding: 32px 0 31px;
	}

	.color-title span {
		margin: 5px;
	}

	.fancybox-slider .fancybox-counter {
		right: 40px;
	}

	.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;
	}

	.petition-main #content {
		margin-top: 10px;
	}

	.petition-main #sidebar {
		padding-left: 0;
	}

	.petition-main #sidebar:before {
		display: none;
	}

	.headline {
		font-size: 18px;
		padding: 5px 0 13px;
		margin-bottom: 14px;
	}

	.petition-block {
		padding: 0;
	}

	.petition-block h1 {
		font-size: 23px;
		line-height: 1.1;
		margin-bottom: 13px;
	}

	.petition-block input[type="text"],
	.petition-block input[type="tel"],
	.petition-block input[type="email"],
	.petition-block input[type="search"],
	.petition-block input[type="password"],
	.petition-block textarea {
		height: 41px;
		font-size: 14px;
	}

	.petition-block .gfield_checkbox li {
		padding-top: 2px !important;
	}

	.petition-block .gform_wrapper li:before {
		display: none;
	}

	.petition-block .frame .btn-list li {
		width: 100%;
	}

	.petition-block .frame .btn-list li a {
		width: 100%;
	}

	.flex-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info-box {
		padding: 10px;
	}

	.heading-panel {
		font-size: 16px;
		line-height: 1.2;
		padding: 13px 10px 11px;
	}

	.heading-panel span {
		display: block;
	}

	.visual {
		padding: 5px 0 32px;
		margin: 0 -25px;
		width: auto;
	}

	.visual img {
		width: 100%;
		height: auto;
	}

	.btn-back {
		bottom: 10px;
		right: 18px;
		width: 30px;
		height: 30px;
		border: 2px solid #012843;
	}

	.btn-back:after {
		border: 3px solid #012843;
		border-right: 0;
		border-bottom: 0;
		width: 10px;
		height: 10px;
	}

	.btn-close {
		width: 30px;
		height: 30px;
		border: 2px solid #fff;
		top: 21px;
		right: 18px;
	}

	.btn-close:after,
	.btn-close:before {
		background: #fff;
		width: 13px;
		height: 3px;
	}

	.mob-heading {
		display: block;
	}

	.social {
		margin-bottom: 12px;
	}

	.static-news-list .box {
		width: calc(50% - 19px);
	}

	.donate-area .values {
		padding: 0 0 16px;
	}

	#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;
	}

	.sharelines-gallery .slide {
		display: none;
	}

	.sharelines-gallery .slide:nth-child(-n+2) {
		display: block;
	}

	.sharelines-list .container {
		padding: 0;
	}

	.sharelines-list .item {
		display: none;
	}

	.sharelines-list .item:nth-child(-n+2) {
		display: block;
	}

	.form-area .gform_wrapper .gfield_checkbox li .jcf-checkbox,
	.form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li .jcf-checkbox {
		top: 0;
	}

	.form-area .gform_wrapper .gfield_checkbox li label,
	.form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
		font-size: 20px;
	}

	.dich-time {
		padding: 30px 0;
	}

	.dich-time h2 {
		font-size: 30px;
		line-height: 1;
		margin: 0 0 20px;
	}

	.dich-time h2 small {
		font-size: 14px;
		margin: 0 0 15px;
	}
}

@media (max-width: 767px) {
	div.steps-carousel div.slideset {
		width: 9999px;
		float: left;
	}

	div.steps-carousel div.slideset .slide {
		float: left;
	}

	.btn-contribute {
		min-width: 90px;
		padding: 7px 5px;
	}
}

@media (max-width: 638px) {
	.navigation,
	.navigation-comments {
		padding-top: 4px;
		margin-bottom: 0;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		font-size: 13px;
		margin: 0 2px;
	}

	.navigation .page-numbers.next:before,
	.navigation .page-numbers.prev:before,
	.navigation-comments .page-numbers.next:before,
	.navigation-comments .page-numbers.prev:before {
		font-size: 21px;
		line-height: 30px;
	}

	.navigation .page-numbers.next,
	.navigation-comments .page-numbers.next {
		margin-left: 5px;
	}

	.navigation .page-numbers.prev,
	.navigation-comments .page-numbers.prev {
		margin-right: 5px;
	}

	.jcf-select .jcf-select-opener:after {
		top: 15px;
	}

	.posts-list li {
		width: 290px;
		height: 290px;
		margin: 0 0 26px;
	}

	.posts-list .title h2 {
		font-size: 35px;
	}

	.media-boxes {
		padding-top: 27px;
	}

	.underline-heading {
		font-size: 18px;
		letter-spacing: 2px;
		border-width: 0 0 3px;
		padding-bottom: 6px;
		margin-bottom: 24px;
	}

	.media-list {
		margin: 0 -15px;
		font-size: 13px;
		line-height: 15px;
		font-size: 18px;
		line-height: 21px;
	}

	.media-list .media {
		width: 100%;
		margin-bottom: 5px;
	}

	.media-list .holder {
		padding: 15px 14%;
	}

	.media-list h2 {
		font-size: 10px;
		font-size: 14px;
		margin-bottom: 11px;
	}

	.load-more,
	.last-load {
		display: table;
		margin: 17px auto 20px;
	}

	.posts-area,
	.news-area {
		margin-left: -15px;
		margin-right: -15px;
	}

	.blog-box .date-ttl {
		padding-bottom: 17px;
	}

	.info-gallery .text-holder h2,
	.info-gallery .text-holder .h2 {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0;
	}

	.info-gallery .text-holder h2:after,
	.info-gallery .text-holder .h2:after {
		margin: 17px auto 0;
	}

	.info-gallery .btn {
		margin-bottom: 11px;
	}

	.signUpSection.info-gallery .row-hold .text-holder {
		padding: 25px 25px 16px;
	}

	.signUpSection.info-gallery .gform_wrapper form .btn {
		height: 36px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.news-list-area .section-container {
		padding: 24px 0 10px;
	}

	.news-list-area .load-more {
		display: none;
	}

	.news-list-area .last-load {
		display: table;
	}

	.news-list .box,
	.static-news-list .box {
		margin-bottom: 5px;
	}

	.news-list .date,
	.static-news-list .date {
		font-size: 12px;
		font-size: 15px;
		padding-bottom: 2px;
	}

	.news-list h3,
	.static-news-list h3 {
		font-size: 16px;
		line-height: 22px;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.news-list p,
	.static-news-list p {
		line-height: 17px;
	}

	.static-news-list {
		padding-top: 0;
	}

	.static-news-list .box {
		width: 100%;
		margin-left: 6px;
		margin-right: 6px;
	}

	.social-panel {
		padding: 30px 15px 26px;
	}

	.social-panel .container {
		padding: 0;
	}

	.social-panel .head {
		font-size: 12px;
		padding-bottom: 20px;
	}

	.social-panel .head .social-ico {
		margin-bottom: 8px;
	}

	.social-panel .head .social-ico i {
		font-size: 20px;
	}

	.social-panel .head:after {
		height: 3px;
		width: 49%;
		background: #fff;
		display: block;
		margin: 16px auto 0;
		content: "";
	}

	.social-panel .text-holder {
		font-size: 18px;
		line-height: 25px;
	}

	.gallery-section {
		padding: 35px 0 38px;
	}

	.gallery-section .underline-heading {
		margin-bottom: 20px;
	}

	.filter-list {
		font-size: 12px;
		padding-bottom: 21px;
	}

	.filter-list li {
		padding: 0 2px 2px;
	}

	.filter-list label {
		padding: 2px 8px 3px;
	}

	.profiles-gallery {
		padding: 0 15px 30px;
		font-size: 11px;
		line-height: 12px;
	}

	.profiles-gallery .slick-track {
		opacity: 1 !important;
		width: auto !important;
		-webkit-transform: translate3d(0px, 0px, 0px) !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}

	.profiles-gallery .slick-list {
		height: auto !important;
	}

	.profiles-gallery .slide {
		width: 50% !important;
	}

	.profiles-gallery .img-box {
		max-width: 93px;
		padding-bottom: 23px;
	}

	.profiles-gallery .img-box img {
		margin-bottom: 9px;
	}

	.profiles-gallery .img-box + .img-box {
		padding-top: 0;
	}
}

@-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);
	}
}

