@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);/*
Theme Name: Victory
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: victory
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
   ---------------------------------------------------------*/

@font-face {
	font-family: "proxima_nova_alt_rg";
	src: url("./fonts/proxima_nova_alt_light-webfont.eot");
	src: url("./fonts/proxima_nova_alt_light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/proxima_nova_alt_light-webfont.woff2") format("woff2"), url("./fonts/proxima_nova_alt_light-webfont.woff") format("woff"), url("./fonts/proxima_nova_alt_light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "proxima_nova_alt_rg";
	src: url("./fonts/proxima_nova_alt_regular-webfont.eot");
	src: url("./fonts/proxima_nova_alt_regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/proxima_nova_alt_regular-webfont.woff2") format("woff2"), url("./fonts/proxima_nova_alt_regular-webfont.woff") format("woff"), url("./fonts/proxima_nova_alt_regular-webfont.ttf") format("truetype"), url("./fonts/proxima_nova_alt_regular-webfont.svg#proxima_nova_alt_rgregular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "proxima_nova_alt_rg";
	src: url("./fonts/proxima_nova_alt_bold-webfont.eot");
	src: url("./fonts/proxima_nova_alt_bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/proxima_nova_alt_bold-webfont.woff2") format("woff2"), url("./fonts/proxima_nova_alt_bold-webfont.woff") format("woff"), url("./fonts/proxima_nova_alt_bold-webfont.ttf") format("truetype"), url("./fonts/proxima_nova_alt_bold-webfont.svg#proxima_nova_alt_rgbold") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "proxima_nova_alt";
	src: url("./fonts/proxima_nova_alt_black-webfont.eot");
	src: url("./fonts/proxima_nova_alt_black-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/proxima_nova_alt_black-webfont.woff2") format("woff2"), url("./fonts/proxima_nova_alt_black-webfont.woff") format("woff"), url("./fonts/proxima_nova_alt_black-webfont.ttf") format("truetype"), url("./fonts/proxima_nova_alt_black-webfont.svg#proxima_nova_altblack") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "proxima_nova_alt";
	src: url("./fonts/proxima_nova_alt_extrabold-webfont.eot");
	src: url("./fonts/proxima_nova_alt_extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/proxima_nova_alt_extrabold-webfont.woff2") format("woff2"), url("./fonts/proxima_nova_alt_extrabold-webfont.woff") format("woff"), url("./fonts/proxima_nova_alt_extrabold-webfont.ttf") format("truetype"), url("./fonts/proxima_nova_alt_extrabold-webfont.svg#proxima_nova_altextrabold") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "proxima_nova_rg";
	src: url("./fonts/proxima_nova_bold-webfont.eot");
	src: url("./fonts/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("./fonts/proxima_nova_bold-webfont.woff") format("woff"), url("./fonts/proxima_nova_bold-webfont.ttf") format("truetype"), url("./fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold") format("svg");
	font-weight: bold;
	font-style: normal;
}

/*! 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.6.1 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.6.1");
	src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.6.1#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 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #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: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-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-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";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block !important;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #dadada;
	margin: 0 3px 0 0 !important;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none !important;
	height: 5px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 2px solid #fafafa;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

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

.jcf-checkbox.jcf-checked {
	background: #012843;
}

.jcf-checkbox.jcf-checked span {
	display: block !important;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block !important;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #dadada;
	border-radius: 9px;
	margin: 0 3px 0 0 !important;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none !important;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: #012843;
	border-radius: 100%;
	margin: 0 !important;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin: 0 !important;
}

.gform_wrapper .gfield_radio li label {
	margin-top: 0 !important;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 0;
	border-bottom: 4px solid #dadada;
	background: #f7f7f7;
	margin: 0;
	min-width: 167px;
	height: 53px;
	font-size: 15px;
	line-height: 53px;
}

.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;
	font-size: 20px;
	line-height: 64px;
	margin: 0 35px 0 22px;
	height: 64px;
	color: #242424;
	font-size: 15px;
	line-height: 53px;
	height: 53px;
	margin-left: 17px;
}

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

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: #012843;
	padding: 20px;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #012843;
	line-height: 28px;
	font-size: 18px;
	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;
	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: 5px 9px;
	color: #fff;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #fff;
	color: #012843;
}

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

/* common custom form elements styles */

/*! 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: hidden;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.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,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

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

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("./images/fancybox/fancybox_sprite.png");
}

#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;
	background: url("./images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: none;
	position: fixed;
	top: 17px;
	right: 36px;
	z-index: 100000000;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	border: 2px solid #fff;
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
}

.fancybox-close:before,
.fancybox-close:after {
	width: 45%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -3px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	-webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
	-ms-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
	transform: rotate(-45deg) translateX(-50%) translateY(-50%);
	content: "";
}

.fancybox-close:after {
	margin-top: 8px;
	-webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	-ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	transform: rotate(45deg) translateX(-50%) translateY(-50%);
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("./images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

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

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.footer-bar:after,
.container:after,
.social-feed:after {
	content: "";
	display: block;
	clear: both;
}

.sign-up-container {
	-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: #242424;
	background: #fff;
	font: 16px/1.44 "proxima_nova_alt_rg", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	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.44em;
}

blockquote {
	margin: 0 0 1.3em;
	border-top: 2px solid #b42525;
	border-bottom: 2px solid #b42525;
	padding: 38px 0 36px;
	text-align: center;
	font-weight: 300;
	color: #012843;
	font-size: 24px;
	line-height: 30px;
}

iframe {
	display: block;
	margin: 0 auto;
}

th,
td {
	border: 1px solid #7c7c7c;
	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;
	margin-bottom: 14px;
}

ul > li {
	padding-left: 11px;
	padding-bottom: 5px;
	position: relative;
}

ul > li:before {
	content: " ";
	clear: both;
	position: absolute;
	top: 9px;
	left: 0;
	background: #589ed8;
	width: 5px;
	height: 5px;
	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;
}

figure figcaption {
	font-size: 11px;
	line-height: 16px;
	padding: 14px 0 12px 19px;
	background-position: 12px 6px;
	background: url(./images/bg-figcaption.png) no-repeat 0 16px;
}

figure.alignright,
figure.alignleft {
	width: auto !important;
}

.wpb_single_image .vc_figure-caption {
	font-size: 12px;
	margin: 0 auto;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 0;
	box-shadow: inset 0 -4px 0 0 #dbdbdb;
	padding: 0 .7em;
	font-size: 15px;
	height: 53px;
	line-height: 53px;
	background: #f7f7f7;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	color: #012843;
	box-shadow: inset 0 -4px 0 0 #589ed8;
}

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

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

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

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

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

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

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

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-size: 14px;
	cursor: pointer;
	background: #589ed8;
	border: 0 none;
	text-transform: uppercase;
	font-weight: 900;
	box-shadow: inset 0 -4px 0 0 #457caa;
	height: 52px;
	line-height: 52px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	min-width: 158px;
	margin-bottom: 9px;
	text-align: center;
	-webkit-transition: box-shadow .3s, border-color .3s, color .3s, background-color .3s;
	transition: box-shadow .3s, border-color .3s, color .3s, background-color .3s;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #4a8abf;
	box-shadow: inset 0 -4px 0 0 #4a8abf;
	text-decoration: underline;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
	outline: none;
}

.btn,
button {
	text-decoration: none;
}

.btn span,
button span {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.btn:hover,
button:hover {
	text-decoration: none;
}

.btn-red {
	color: #fff;
	text-transform: capitalize;
	background: #e02e2e;
	box-shadow: inset 0 -4px 0 0 #b82323;
}

.btn-red:hover {
	background: #b02424;
	box-shadow: inset 0 -4px 0 0 #b02424;
}

.btn-dark-blue {
	background: #012843;
}

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

.btn-border {
	box-shadow: inset 0 0 0 2px #012843;
	color: #012843;
	background: none;
	text-decoration: none;
}

.btn-border span {
	border-bottom: 1px solid #959ea6;
}

.btn-border:hover {
	background: #012843;
	box-shadow: inset 0 0 0 2px #012843;
	color: #fff;
	text-decoration: none;
}

.btn-border.btn-border-white {
	font-size: 13px;
	line-height: 22px;
	padding: 5px 14px;
	box-shadow: inset 0 0 0 2px #fff;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	font-weight: 400;
}

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

#content:only-child {
	width: 100%;
}

.widget {
	margin-bottom: 1.44em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 270px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
	border-bottom: 4px solid #457caa;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 53px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 53px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #589ed8;
	color: #fff;
	height: 53px;
	border: none;
	border-bottom: 4px solid #457caa;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.44em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.44em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.44em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.44em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #589ed8;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.44em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #589ed8;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	opacity: .8;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	margin-bottom: 1.44em;
}

.wp-caption img {
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.44em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.mejs-container {
	margin-bottom: 1.44em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.widget_calendar {
	font-size: 12px;
}

.size-full {
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	width: 100vw;
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	line-height: 1.22em;
	font-weight: none;
	margin: 0 0 .5em;
	color: inherit;
}

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: #012843;
	text-decoration: none;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	text-decoration: underline;
}

h1,
.h1 {
	font-family: "proxima_nova_alt";
	font-size: 27px;
	color: #012843;
	font-weight: 900;
	margin-bottom: 10px;
}

h2,
.h2 {
	font-family: "proxima_nova_alt_rg";
	font-size: 23px;
	color: #e02e2e;
	font-weight: 800;
	margin-bottom: 7px;
}

h3,
.h3 {
	font-family: "proxima_nova_alt_rg";
	font-size: 19px;
	color: #589ed8;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 11px;
}

h4,
.h4 {
	font-family: "proxima_nova_rg";
	font-size: 18px;
	text-transform: uppercase;
	color: #012843;
	margin-bottom: 12px;
}

h5,
.h5 {
	font-family: "proxima_nova_rg";
	font-size: 16px;
	text-transform: uppercase;
	color: #e02e2e;
	margin-bottom: 14px;
}

h6,
.h6 {
	font-family: "proxima_nova_alt_rg";
	font-size: 14px;
	text-transform: uppercase;
	color: #589ed8;
}

p {
	margin: 0 0 1.7em;
}

a {
	color: #39f;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

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

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

#nav {
	position: absolute;
	top: 0;
	padding-left: 18px;
	padding-top: 20px;
	left: 0;
	width: 100%;
	font-family: "proxima_nova_alt";
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 21px;
}

#nav .drop {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 997;
	max-height: 0;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #f7f7f7;
}

#nav .btn-contribute {
	padding: 16px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	font-weight: 400;
	background: #e02e2e;
	box-shadow: inset 0 -4px 0 0 #b82323;
}

#nav .btn-contribute:hover {
	background: #f43333;
	border-color: #c92727;
}

.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

.nav-menu li {
	padding: 0;
}

.nav-menu li:before {
	display: none;
}

.nav-menu a {
	text-decoration: none;
	color: #354b5e;
	display: block;
	padding: 16px;
}

.nav-menu .hover a {
	background: #fff;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
}

.nav-menu ul li {
	list-style: none;
}

.nav-menu ul a {
	background: #fff;
}

.nav-menu ul .hover > a {
	background: #f7f7f7;
	color: #e02e2e;
}

.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-active #nav .drop {
	max-height: 1000px;
}

.nav-close,
.nav-opener {
	display: block;
	width: 28px;
	height: 32px;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10;
}

.nav-close:before,
.nav-close:after,
.nav-close span,
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

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

.nav-close:after,
.nav-opener:after {
	top: 29px;
}

.nav-close {
	width: 25px;
	height: 25px;
	float: right;
	margin: 9px 9px 11px;
}

.nav-active .nav-close {
	z-index: 998;
}

.nav-active .nav-close span {
	display: none;
}

.nav-active .nav-close:after,
.nav-active .nav-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
	left: 20%;
	right: 20%;
	background: #012843;
}

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

#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: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	color: #fff;
	text-decoration: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-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: 36px auto;
	padding: 0;
	max-width: 740px;
}

.sub-menu li {
	padding: 0;
	border-bottom: 2px solid #012843;
}

.sub-menu li:before {
	display: none;
}

.sub-menu li:first-child {
	border-top: 2px solid #012843;
}

.sub-menu a {
	display: block;
	padding: 19px  15px 16px;
	color: #012843;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	position: relative;
}

.sub-menu a:hover,
.sub-menu li.active a {
	background: #f7f7f7;
}

.sub-menu a:hover:after,
.sub-menu li.active a:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	background: #e03d3d;
}

.top-section {
	min-height: 218px;
	overflow: hidden;
	position: relative;
	background-color: #003c67;
	color: #fff;
}

.top-section.section-medium {
	height: 616px;
}

.top-section .section-hold {
	position: relative;
	overflow: hidden;
}

.top-section .container {
	padding-right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: calc(100% - 77px);
	margin-top: 77px;
	padding: 67px 15px;
}

.top-section.section-25vh {
	height: auto;
}

.top-section.section-50vh {
	height: auto;
}

.top-section.section-75vh {
	height: auto;
}

.top-section.section-100vh {
	height: auto;
}

.top-section .center-block {
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
}

.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;
	font-family: "proxima_nova_rg";
}

.top-section .bottom-block .btn {
	display: none;
}

.top-section .bg-stretch {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 0;
}

.top-section .logo {
	width: 142px;
	margin: 0 auto 41px;
}

.top-section .btn {
	font-size: 13px;
	line-height: 26px;
	padding: 5px 14px;
	box-shadow: inset 0 0 0 1px #fff;
	background: none;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	font-weight: 400;
}

.top-section .btn-play {
	height: 49px;
	line-height: 39px;
	font-weight: 600;
	font-size: 16px;
}

.top-section .btn-play:hover {
	background: #fff;
	color: #012843;
}

.top-section .btn-play:hover span {
	border-color: #012843;
}

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

.social-list a:hover {
	color: #539bd7;
}

.add-info-list {
	margin-bottom: 21px;
}

.add-info-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.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: #0075c0;
	text-decoration: none;
}

.add-info-list a:hover {
	color: #39f;
	text-decoration: underline;
}

.items-list {
	margin: 0 -20px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.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: #012843;
	text-decoration: none;
}

.posts-list {
	margin: 0 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.posts-list li {
	padding: 0;
	width: 318px;
	margin-bottom: 27px;
	overflow: hidden;
}

.posts-list li:before {
	display: none;
}

.posts-list .color-title {
	border: 1px solid #012843;
	height: 293px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.posts-list .color-title:hover {
	background: #012843;
}

.posts-list .color-title:hover span {
	color: #fff;
}

.posts-list .bg-item .color-title {
	border: none;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.posts-list .bg-item .color-title:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.posts-list .bg-item .color-title span {
	color: #fff;
}

.donate-list {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: 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: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 82px;
	height: 82px;
	border: 5px solid #589ed8;
	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: #f7f7f7;
	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 {
	margin: 0;
	padding: 47px 0 0;
}

.events-list li {
	list-style: none;
	margin-bottom: 42px;
	max-width: 869px;
	padding: 0;
}

.events-list li:before {
	display: none;
}

.events-list time {
	font-size: 22px;
	line-height: 23px;
	display: block;
	padding: 12px 5px;
	background: #e03d3d;
	color: #fff;
	width: 85px;
	height: 85px;
	text-align: center;
	margin: 0 auto 25px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.events-list time span {
	display: block;
	font-size: 45px;
	line-height: 45px;
}

.events-list h2 {
	color: #012843;
	font-size: 26px;
	line-height: 33px;
}

.events-list h2 em {
	display: block;
	color: #589ed8;
	font-size: 20px;
	line-height: 23px;
	margin-top: 5px;
}

.events-list .btn {
	display: block;
}

.events-list .btn-border {
	box-shadow: inset 0 0 0 2px #012843;
}

.events-list h3 {
	line-height: 1;
}

.events-list p {
	margin-bottom: 29px;
}

.events-list hr {
	margin-bottom: 0;
	margin-top: 51px;
}

.btn-list {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-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;
	margin-bottom: 65px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #012843;
	text-align: center;
	padding: 39px 0 42px;
}

.intro-text:before {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -99999px;
	right: -99999px;
	z-index: -1;
	background: #f7f7f7;
}

.intro-text:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	border-top: 23px solid #f7f7f7;
}

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

div.cycle-gallery:after {
	display: block;
	clear: both;
	content: "";
}

div.cycle-gallery div.mask {
	position: relative;
	overflow: hidden;
}

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: #3f76a3;
	float: left;
	text-indent: -9999px;
	position: relative;
	margin-left: 1px;
}

div.cycle-gallery .btn-prev:hover,
div.cycle-gallery .btn-next:hover {
	background: #012843;
}

div.cycle-gallery .btn-prev:after,
div.cycle-gallery .btn-next:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-top-color: transparent;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

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 .boxes-row {
	background: #f7f7f7;
}

.about-boxes .boxes-row .container {
	overflow: hidden;
	padding: 0;
}

.about-boxes .boxes-dark-blue {
	background: #012843;
	color: #fff;
}

.about-boxes .boxes-dark-blue h2 {
	color: #fff;
}

.about-boxes .boxes-row-blue {
	background: #589ed8;
	color: #fff;
}

.about-boxes .boxes-row-blue h2 {
	color: #fff;
}

.about-boxes .video {
	position: relative;
	min-height: 201px;
}

.about-boxes .video .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	border: 4px solid #fff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .3);
}

.about-boxes .video .play-video:hover {
	background-color: rgba(0, 0, 0, .7);
}

.about-boxes .video .play-video:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-38%, -50%);
	-ms-transform: translate(-38%, -50%);
	transform: translate(-38%, -50%);
	width: 0;
	height: 0;
	border-top: 35px solid transparent;
	border-left: 47px solid #fff;
	border-bottom: 35px solid transparent;
}

.about-boxes .info {
	padding: 20px;
}

.about-boxes h2 {
	margin-bottom: 9px;
}

/* Slider */

.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;
	padding: 0 35px;
	margin: 0 0 50px;
}

.slick-slider:last-child {
	margin-bottom: 0;
}

.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;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.slick-arrow.slick-next,
.slick-arrow.slick-prev {
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	min-width: 0;
	min-height: 0;
	text-indent: -9999px;
	text-align: left;
	background: transparent;
	border-radius: 100%;
	border: 1px solid #072d49 !important;
	padding: 0;
	margin: 0;
	margin-top: -15px;
	box-shadow: none !important;
	background-clip: border-box;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	border: 1px solid #072d49;
	border-width: 0 0 1px 1px;
	-webkit-transform: translate(-30%, -50%) rotate(45deg);
	-ms-transform: translate(-30%, -50%) rotate(45deg);
	transform: translate(-30%, -50%) rotate(45deg);
	-webkit-transition: background .3s, border-color .3s;
	transition: background .3s, border-color .3s;
}

.slick-arrow.slick-next:hover,
.slick-arrow.slick-prev:hover {
	background: #072d49 !important;
}

.slick-arrow.slick-next:hover:before,
.slick-arrow.slick-prev:hover:before {
	border-color: #fff;
}

.slick-arrow.slick-next:focus,
.slick-arrow.slick-prev:focus {
	outline: none;
}

.slick-arrow.slick-next {
	left: auto;
	right: 0;
}

.slick-arrow.slick-next:before {
	border-width: 1px 1px 0 0;
	-webkit-transform: translate(-70%, -50%) rotate(45deg);
	-ms-transform: translate(-70%, -50%) rotate(45deg);
	transform: translate(-70%, -50%) rotate(45deg);
}

.blue-section .slick-arrow.slick-next,
.blue-section .slick-arrow.slick-prev,
.dark-blue-section .slick-arrow.slick-next,
.dark-blue-section .slick-arrow.slick-prev {
	border-color: #fff !important;
}

.blue-section .slick-arrow.slick-next:before,
.blue-section .slick-arrow.slick-prev:before,
.dark-blue-section .slick-arrow.slick-next:before,
.dark-blue-section .slick-arrow.slick-prev:before {
	border-color: #fff !important;
}

.blue-section .slick-arrow.slick-next:hover,
.blue-section .slick-arrow.slick-prev:hover,
.dark-blue-section .slick-arrow.slick-next:hover,
.dark-blue-section .slick-arrow.slick-prev:hover {
	border-color: #072d49 !important;
	background: #072d49 !important;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

#header {
	text-align: center;
	min-width: 320px;
}

#header:after {
	content: " ";
	clear: both;
	display: block;
}

#header .social-list {
	padding: 22px 20px;
	font-size: 20px;
	line-height: 21px;
	margin: 0;
}

#header .social-list li {
	margin: 0 12px;
}

#header .social-list a {
	color: #589ed8;
}

#header .social-list a:hover {
	color: #354b5e;
}

.logo {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.logo .logo-alt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.logo img {
	display: block;
	vertical-align: top;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.header-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header-panel #header {
	padding: 0 50px;
}

.header-panel .logo {
	width: 142px;
	height: auto;
	margin: 13px 0;
}

.fixed-position,
.header-panel-color {
	background: #fff;
}

.fixed-position .nav-menu a,
.header-panel-color .nav-menu a {
	color: #012843;
}

.fixed-position .nav-opener:before,
.fixed-position .nav-opener:after,
.fixed-position .nav-opener span,
.header-panel-color .nav-opener:before,
.header-panel-color .nav-opener:after,
.header-panel-color .nav-opener span {
	background: #012843;
}

.fixed-position .logo img,
.header-panel-color .logo img {
	opacity: 0;
}

.fixed-position .logo .logo-alt,
.header-panel-color .logo .logo-alt {
	opacity: 1;
}

.header-panel-color,
.header-panel.fixed-position {
	box-shadow: 0 0 7px rgba(0, 0, 0, .4);
}

#footer {
	background: #f7f7f7;
}

#footer .container {
	max-width: 1085px;
	padding: 0 7px;
}

.footer-bar {
	padding: 33px 0;
	text-align: center;
}

.footer-bar .col {
	padding: 10px 0;
}

.footer-bar .col.logo-col img {
	width: 143px;
	height: 52px;
}

.footer-bar .social-networks li {
	margin: 2px 7px;
}

.footer-bar .social-networks li a {
	color: #589ed8;
}

.footer-nav {
	text-align: center;
	margin: 10px 0;
}

.footer-nav ul {
	padding: 0;
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
}

.footer-nav ul li {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	margin: 5px 16px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

.footer-nav ul li:before {
	display: none;
}

.footer-nav ul li a {
	text-decoration: none;
	color: #a0a0a0;
}

.footer-nav ul li a:hover {
	color: #012843;
}

.footer-nav a {
	text-decoration: none;
	color: #39f;
}

.footer-nav a:hover {
	color: #012843;
}

.bottom-bar {
	background: #fff;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 9px 0;
	color: #a0a0a0;
}

.bottom-bar ul li {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}

.bottom-bar ul li:before {
	display: none;
}

.bottom-bar ul li a {
	text-decoration: none;
}

.bottom-bar ul li a:hover {
	text-decoration: underline;
}

.bottom-bar .copyright {
	text-align: center;
	padding: 8px 0 0;
}

.bottom-bar .copyright p {
	margin: 0;
}

.bottom-bar .by-box {
	text-align: center;
}

.bottom-bar .by-box p {
	margin: 0;
}

.bottom-bar .by-box span {
	display: inline-block;
	vertical-align: middle;
	margin: 9px 0 0;
}

.bottom-bar .by-box img {
	display: inline-block;
	vertical-align: middle;
	width: 145px;
	height: auto;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	overflow: hidden;
	min-width: 320px;
}

.load-more {
	display: block;
	margin: 50px 0;
}

.has-zoom {
	position: relative;
}

.has-zoom span {
	position: relative;
	display: block;
}

.has-zoom a.lightbox {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: #012843;
	border-radius: 50%;
	line-height: 47px;
	text-align: center;
	overflow: hidden;
	opacity: 0;
}

.has-zoom a.lightbox img {
	width: 18px;
	height: 18px;
}

.has-zoom:hover a.lightbox {
	opacity: 1;
}

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

.container-740 {
	max-width: 790px;
}

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

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

.gray-section {
	position: relative;
	padding: 46px 0;
}

.gray-section:before {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -99999px;
	right: -99999px;
	z-index: -1;
	background: #f7f7f7;
}

.gray-section h2 {
	margin-bottom: 37px;
}

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

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

.section-container.dark-blue-section .title-h2,
.dark-blue-section .title-h2 {
	margin-bottom: 0;
}

.category-category-name {
	padding: 20px 0;
}

.title-h1 {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-family: "proxima_nova_rg";
	font-weight: bold;
}

.title-h1 span {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom: 19px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 3px;
	font-family: "proxima_nova_rg";
}

.title-h1 span:after {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 135px;
	height: 2px;
	background: #e5e5e5;
	margin-left: -75px;
}

.title-h2 {
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	color: #fff;
	font-size: 26px;
	line-height: 29px;
	font-family: "proxima_nova_rg";
	font-weight: bold;
}

.title-h2 span {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 7px;
	margin-bottom: 19px;
	position: relative;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 3px;
	font-family: "proxima_nova_rg";
}

.title-h2 span:after {
	content: " ";
	clear: both;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 135px;
	height: 2px;
	background: #e5e5e5;
	margin-left: -75px;
}

.color-title {
	text-align: center;
	padding: 46px 0 40px;
	margin: 0;
	color: #e02e2e;
	font-size: 36px;
	line-height: 40px;
	font-family: "proxima_nova_rg";
	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;
	font-family: "proxima_nova_rg";
}

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

.title-blue {
	color: #589ed8;
}

.title-dark-blue {
	color: #012843;
}

hr {
	margin: 27px -25px;
	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: #012843;
	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 #012843;
	border-right: 26px solid transparent;
}

.blockquote-box a {
	color: #589ed8;
}

.more-link {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #589ed8;
	text-decoration: none;
}

.more-link span {
	border-bottom: 1px solid rgba(83, 155, 215, .5);
}

.more-link span:hover {
	border: none;
}

.inner-color {
	background: #f7f7f7;
}

.inner-color #content {
	background: #fff;
	padding: 34px 15px;
	margin: 0 -15px 20px;
}

.inner-color #content .blog-box {
	padding: 0;
	border: none;
}

.play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 93px;
	height: 93px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .3);
}

.play-video:hover {
	background-color: rgba(0, 0, 0, .7);
}

.play-video:after {
	content: " ";
	clear: both;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-38%, -50%);
	-ms-transform: translate(-38%, -50%);
	transform: translate(-38%, -50%);
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-left: 30px solid #fff;
	border-bottom: 23px solid transparent;
}

.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 {
	text-align: center;
	padding: 34px 0 7px;
	position: relative;
	z-index: 20;
}

.heading small {
	display: block;
	color: #a1a1a1;
	font-family: "proxima_nova_rg";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.heading small:after {
	display: block;
	width: 135px;
	height: 1px;
	background: #a1a1a1;
	margin: -6px auto 12px;
	content: "";
}

.heading:after {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	content: "";
}

.section-container {
	background-size: cover !important;
	background-color: #f7f7f7;
	text-align: center;
	padding-top: 59px;
	padding-bottom: 41px;
}

.story-list .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-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: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: 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 {
	border: 1px solid #fff;
	margin: 0;
	color: #fff;
	box-shadow: none;
}

.story-list .btn span {
	border-color: #fff;
}

.story-list .btn:hover {
	border-color: #fff !important;
	background: #fff !important;
	color: #539bd7 !important;
}

.story-list .btn:hover span {
	border-color: #539bd7 !important;
}

.news-list {
	text-align: left;
}

.news-list .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.news-list .slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	height: auto;
}

.news-list img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.news-list .box {
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
}

.news-list .box .text-wrap {
	padding: 20px;
}

.news-list .box .text-wrap *:last-child {
	margin-bottom: 0;
}

.news-list .box:hover .hover-box {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible;
}

.news-list .read-more {
	display: inline-block;
	vertical-align: top;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	color: #e02e2e;
	border: 1px solid #e02e2e;
	border-width: 0 0 1px;
}

.news-list .read-more:hover {
	color: #589ed8;
	border: none;
}

.news-list .hover-box {
	text-decoration: none;
	position: absolute;
	background: #012843;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	display: none;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: opacity .4s, -webkit-transform .4s, visibility .4s;
	transition: opacity .4s, transform .4s, visibility .4s;
}

.news-list .hover-box .read-more {
	display: inline-block;
	vertical-align: top;
}

.news-list h3,
.news-list .h3 {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	margin: 0 0 25px;
	font-size: 20px;
}

.news-list h3 a,
.news-list .h3 a {
	color: inherit;
	text-decoration: none;
}

.news-list .meta {
	font-size: 0;
	line-height: 0;
}

.news-list .meta li {
	padding: 0;
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #012843;
	padding: 0 0 3px;
	text-transform: uppercase;
}

.news-list .meta li:before {
	display: none;
}

.news-list .meta li .fa {
	color: #e02e2e;
	margin: 0 4px 0 0;
}

.news-list .meta li a {
	color: inherit;
	text-decoration: none;
}

.news-list .meta li a:hover {
	color: #e02e2e;
}

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

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

#footer .btn-paid:hover,
.btn-paid:hover {
	background: #012843;
	color: #fff;
	border-color: #012843;
}

.home #wrapper {
	padding-top: 0;
}

.home .container {
	max-width: 1258px;
}

.home .top-section.section-75vh {
	height: auto;
}

.blog-box {
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}

.blog-box + .blog-box {
	padding-top: 43px;
}

.blog-box figure {
	margin-bottom: 19px;
}

.blog-box .btn {
	display: block;
}

.petition-page {
	background: #f7f7f7;
}

.petition-page .top-section {
	height: auto;
}

.petition-page .top-section .section-hold {
	height: 100%;
}

.petition-page .top-section .container {
	padding-top: 23px;
	padding-bottom: 23px;
}

.petition-page .top-section .center-block {
	margin: 0 auto;
}

.petition-page .top-section .title-h1 {
	padding-top: 0;
	padding-bottom: 26px;
}

.petition-page .about-boxes .info p {
	margin-bottom: 21px;
}

.petition-main {
	max-width: 1085px;
	overflow: hidden;
}

.petition-main .petition-block {
	margin: 0;
}

.petition-main #content:only-child {
	width: 100% !important;
}

.petition-main #content:only-child .petition-block {
	max-width: 940px;
	margin: 0 auto;
}

.petition-main #content:only-child .petition-block .frame {
	max-width: 582px;
	margin: 0 auto;
	padding-bottom: 44px;
	padding-top: 26px;
}

.petition-block {
	background: #fff;
	padding: 0 17px;
}

.petition-block .heading-panel {
	font-weight: 600;
	color: #fff;
	background: url(./images/bg-heading-panel.png) repeat;
	padding: 10px 10px 10px 16px;
	margin: 0 -20px 29px;
	text-align: left;
	font-size: 13px;
}

.petition-block .heading-panel .right-section {
	float: right;
	background: #e02e2e;
	margin: -10px;
	padding: 10px 15px;
	width: 140px;
	text-align: right;
}

.petition-block .frame {
	padding-bottom: 44px;
}

.petition-block .frame img {
	vertical-align: top;
	width: 100%;
}

.info-box {
	background: #fff;
	padding: 49px 24px;
	margin-bottom: 37px;
}

.info-box h3 {
	color: #e02e2e;
	font-style: normal;
	font-family: "proxima_nova_alt";
	font-weight: 900;
	letter-spacing: -1px;
}

.info-box h6 {
	color: #012843;
	font-weight: 600;
	margin-bottom: 2px;
}

.info-box .top-panel {
	background: #012843;
	margin: -49px -24px 35px;
	padding: 9px 20px;
	color: #fff;
	text-transform: uppercase;
}

.info-box .amount {
	color: #e02e2e;
	font-size: 31px;
	line-height: 33px;
	display: block;
	font-weight: 900;
}

.info-box .more-link:hover {
	color: #012843;
}

.popup-section .container {
	max-width: 785px;
}

.visual {
	padding: 22px 0 62px;
}

.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: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	text-decoration: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-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;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("./images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("./images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 768px) {
	.jcf-select .jcf-select-text {
		font-size: 18px;
	}

	body {
		font-size: 18px;
		line-height: 1.445;
	}

	ul {
		margin-bottom: 35px;
	}

	ul > li {
		padding-bottom: 6px;
		padding-left: 14px;
	}

	ul > li:before {
		top: 12px;
	}

	figure {
		width: 100%;
	}

	figure figcaption {
		font-size: 12px;
		line-height: 18px;
		font-style: italic;
		color: #8b8b8b;
		max-width: 750px;
		margin: 0 auto;
	}

	figure.alignright,
	figure.alignleft {
		width: 40% !important;
	}

	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 16px;
		min-width: 180px;
		padding: 0 25px;
		height: 55px;
		line-height: 55px;
	}

	.btn-border {
		box-shadow: inset 0 0 0 4px #012843;
	}

	.btn-border:hover {
		box-shadow: inset 0 0 0 4px #012843;
	}

	.cvc-content,
	#content {
		float: left;
		width: 64%;
		margin-top: 52px;
	}

	.cvc-sidebar,
	#sidebar {
		float: right;
		width: 32.5%;
		margin-top: 52px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.alignleft {
		float: left;
		margin: 0 37px 4px 0;
	}

	.alignright {
		float: right;
		margin: 0 0 4px 37px;
	}

	.size-full {
		margin: 0;
		width: 100%;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		line-height: 1.11em;
	}

	h1,
	.h1 {
		font-size: 36px;
		margin-bottom: 9px;
	}

	h2,
	.h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}

	h3,
	.h3 {
		font-size: 22px;
		margin-bottom: 14px;
	}

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

	h5,
	.h5 {
		font-size: 18px;
		margin-bottom: 19px;
	}

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

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

	.sub-menu a {
		font-size: 20px;
		line-height: 23px;
		padding: 20px;
	}

	.top-section {
		height: 510px;
	}

	.top-section .section-hold {
		height: calc(100% - 163px);
	}

	.top-section .container {
		padding: 0 15px;
	}

	.top-section.section-25vh {
		position: relative;
		height: calc(25vh + 161px);
		overflow: hidden;
	}

	.top-section.section-25vh .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.top-section.section-25vh .center-block .title-h1 span {
		margin-bottom: 0;
	}

	.top-section.section-25vh .title-h1 {
		padding: 0;
	}

	.top-section.section-50vh {
		position: relative;
		height: calc(50vh + 76px);
		overflow: hidden;
	}

	.top-section.section-50vh .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.top-section.section-75vh {
		position: relative;
		height: calc(75vh + 76px);
		overflow: hidden;
	}

	.top-section.section-75vh .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.top-section.section-100vh {
		position: relative;
		height: 100vh;
		overflow: hidden;
	}

	.top-section .center-block {
		width: 678px;
	}

	.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 .logo {
		width: auto;
	}

	.top-section .btn {
		box-shadow: inset 0 0 0 2px #fff;
	}

	.top-section .btn-play {
		height: 55px;
		line-height: 45px;
	}

	.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 {
		margin: 0 12%;
		padding: 26px 0 36px;
	}

	.donate-list {
		margin: 0;
	}

	.donate-list li {
		padding-bottom: 39px;
	}

	.donate-list a sup {
		font-size: 26px;
		line-height: 35px;
	}

	.events-list {
		padding: 66px 0 46px;
	}

	.events-list li {
		margin-bottom: 32px;
		position: relative;
		padding: 14px 0 0 127px;
	}

	.events-list li:last-child {
		margin-bottom: 0;
	}

	.events-list time {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}

	.events-list h2 {
		font-size: 31px;
		line-height: 36px;
	}

	.events-list h2 em {
		font-size: 22px;
		line-height: 25px;
		margin-top: 0;
	}

	.events-list .btn {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		min-width: 182px;
	}

	.events-list p {
		margin-bottom: 23px;
	}

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

	div.cycle-gallery div.slideshow {
		min-height: 340px;
	}

	.about-boxes .video {
		min-height: 340px;
	}

	.slick-slider {
		padding: 0 63px;
	}

	.slick-arrow.slick-next,
	.slick-arrow.slick-prev {
		width: 35px;
		height: 35px;
	}

	.slick-arrow.slick-next:before,
	.slick-arrow.slick-prev:before {
		width: 12px;
		height: 12px;
	}

	.header-panel .logo {
		width: 168px;
	}

	.header-panel-color .nav-opener,
	.header-panel.fixed-position .nav-opener {
		margin-top: 10px;
	}

	.header-panel.fixed-position .nav-opener {
		margin-top: 5px;
	}

	.header-panel.fixed-position .logo {
		width: 168px;
	}

	#footer .container {
		padding: 0 15px;
	}

	.bottom-bar .copyright {
		text-align: left;
		display: inline-block;
	}

	.bottom-bar .copyright p,
	.bottom-bar .copyright ul {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.bottom-bar .by-box {
		text-align: right;
		float: right;
	}

	.bg-stretch {
		background-position: 0 0;
	}

	.container {
		margin: 0 auto;
	}

	.title-h1 {
		font-size: 45px;
		line-height: 55px;
		padding: 32px 0 31px;
	}

	.title-h1 span {
		margin-bottom: 22px;
	}

	.title-h2 {
		font-size: 36px;
		line-height: 40px;
		padding: 32px 0 31px;
	}

	.title-h2 span {
		margin-bottom: 22px;
		font-size: 16px;
		line-height: 19px;
	}

	hr {
		margin: 50px 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;
	}

	.inner-color #content {
		padding: 34px 42px;
		margin: 52px 0 0;
	}

	.news-list .slide {
		padding: 0 15px;
	}

	.news-list .box .text-wrap {
		padding: 20px 30px 30px;
	}

	.news-list .read-more {
		color: #539bd7;
		border: 1px solid #539bd7;
		border-width: 0 0 1px;
		display: none;
	}

	.news-list .hover-box {
		display: block;
	}

	.news-list h3,
	.news-list .h3 {
		font-size: 26px;
	}

	.news-list .meta li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 5px 5px;
	}

	.social-feed {
		font-size: 34px;
		line-height: 1.12;
	}

	.social-feed .author {
		font-size: 14px;
	}

	.home .top-section.section-75vh {
		position: relative;
		height: calc(75vh + 166px);
		overflow: hidden;
	}

	.home .top-section.section-75vh .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.home .header-panel .logo {
		width: auto;
	}

	.home .header-panel.fixed-position .logo {
		width: 168px;
	}

	.blog-box {
		padding: 68px 0 45px;
	}

	.blog-box p {
		margin-bottom: 33px;
	}

	.blog-box .btn {
		width: auto;
		margin: 0;
		display: inline-block;
	}

	.petition-page .top-section {
		height: 587px;
	}

	.petition-page .top-section .container {
		padding-top: 62px;
		padding-bottom: 85px;
		display: block;
	}

	.petition-main {
		padding: 0 20px;
		margin: -82px auto 0;
	}

	.petition-main #content {
		float: left;
		width: 60%;
		margin: 0 0 70px;
	}

	.petition-main #sidebar {
		float: right;
		width: 32.5%;
		margin: 0 0 70px 20px;
	}

	.petition-main #content:only-child .petition-block {
		padding: 0 76px;
		text-align: center;
	}

	.petition-main #content:only-child .petition-block .heading-panel {
		margin: 0 -76px 29px;
	}

	.petition-main #content:only-child .petition-block .frame {
		padding-bottom: 142px;
	}

	.petition-block {
		padding: 0 40px;
	}

	.petition-block .heading-panel {
		margin: 0 -40px 41px;
		font-size: 16px;
	}

	.petition-block .heading-panel .right-section {
		width: 200px;
		padding: 10px 10px 10px 16px;
	}

	.petition-block .frame {
		padding-bottom: 142px;
	}

	.info-box .amount {
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	.btn-red {
		display: inline-block;
	}

	#nav {
		width: auto;
		position: static;
		font-size: 16px;
		line-height: 19px;
		text-align: left;
		padding: 9px 0 0;
		float: right;
		width: 79%;
	}

	#nav .drop {
		max-height: 1000px;
		position: static;
		background: none;
		overflow: visible;
		float: right;
		-webkit-transition: none;
		transition: none;
	}

	#nav .btn-contribute {
		display: inline-block;
		vertical-align: middle;
		padding: 12px 17px 8px;
		margin-left: 41px;
	}

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

	.nav-menu .hover a {
		background: none;
	}

	.nav-menu ul {
		top: 100%;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
		min-width: 160px;
		text-align: left;
		padding-top: 19px;
		opacity: 0;
	}

	.nav-menu ul:before {
		content: " ";
		clear: both;
		position: absolute;
		top: 19px;
		left: 0;
		bottom: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 0 7px rgba(0, 0, 0, .4);
	}

	.nav-menu ul ul {
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		padding-top: 0;
		top: 0;
		z-index: 1;
	}

	.nav-menu ul ul:after {
		display: none;
	}

	.nav-menu ul ul li:first-child {
		padding-top: 15px;
	}

	.nav-menu ul ul li:last-child {
		padding-bottom: 15px;
	}

	.nav-menu ul li {
		background: #fff;
		padding: 1px 4px;
	}

	.nav-menu ul li:first-child {
		padding-top: 15px;
	}

	.nav-menu ul li:last-child {
		padding-bottom: 15px;
	}

	.nav-menu ul a {
		color: #012843;
		font-weight: 400;
		text-transform: none;
		font-family: "proxima_nova_alt_rg";
		font-style: normal;
		padding: 4px 14px;
		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-left: 47px;
		margin: 5px 0 5px 47px;
	}

	.nav-menu > li:first-child {
		margin-left: 0;
	}

	.nav-menu > li > ul:after {
		content: " ";
		clear: both;
		position: absolute;
		top: 9px;
		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 #fff;
		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;
	}

	.nav-close,
	.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;
	}

	.top-section {
		height: 470px;
	}

	.top-section .section-hold {
		height: calc(100% - 76px);
	}

	.top-section .container {
		padding: 20px 170px;
		max-width: 1400px;
		margin: 0 auto;
		position: static;
		height: calc(100% - 115px);
		margin-top: 115px;
	}

	.top-section .container.align-right {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.top-section.section-25vh {
		position: relative;
		height: calc(25vh + 76px);
		overflow: hidden;
	}

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

	.donate-list a {
		width: 150px;
		height: 150px;
		border: 10px solid #589ed8;
		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;
	}

	div.cycle-gallery div.mask {
		float: left;
		width: 50%;
	}

	div.cycle-gallery div.cycle-slideset div.slide {
		float: left;
		padding: 50px 80px;
	}

	div.cycle-gallery div.slideshow {
		float: right;
		width: 50%;
		min-height: 317px;
	}

	div.cycle-gallery .go-to {
		position: absolute;
		left: 0;
		bottom: 10px;
		z-index: 10;
		overflow: hidden;
		padding: 18px 0 0 143px;
	}

	.about-boxes .video {
		float: left;
		width: 50%;
		min-height: 340px;
	}

	.about-boxes .info {
		float: right;
		width: 50%;
		padding: 80px;
	}

	#header .social-list {
		display: none;
	}

	.header-panel #header {
		max-width: 1130px;
		padding: 15px 25px;
		margin: 0 auto;
	}

	.header-panel .logo {
		float: left;
		margin: 0;
	}

	.header-panel.fixed-position #header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.header-panel.fixed-position #nav {
		padding-top: 9px;
	}

	.footer-bar .col {
		padding: 5px 0;
	}

	.footer-bar {
		padding: 23px 0 33px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-bar .col {
		width: 25%;
	}

	.footer-bar .col.social-col {
		width: 17%;
		text-align: right;
	}

	.footer-bar .col.logo-col {
		width: 23%;
		text-align: left;
	}

	.footer-bar .col.logo-col a {
		display: block;
		margin-top: 5px;
	}

	.footer-bar .col.logo-col img {
		width: 169px;
		height: 61px;
	}

	.footer-bar .col.nav-col {
		width: 60%;
	}

	.footer-bar .col.btn-col {
		width: 100%;
		text-align: center;
		padding: 27px 0 14px;
	}

	.footer-nav ul {
		margin: 0 -20px;
	}

	.footer-nav ul li {
		font-size: 15px;
		margin: 5px 20px;
	}

	.bottom-bar {
		font-size: 11px;
	}

	.bottom-bar .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.bottom-bar .container:before,
	.bottom-bar .container:after {
		display: none;
	}

	.bottom-bar .by-box img {
		height: 28px;
		width: auto;
	}

	.load-more {
		display: block;
	}

	.category-category-name {
		padding: 68px 0 45px;
	}

	.title-h1 {
		font-size: 66px;
		line-height: 70px;
		padding: 32px 0 31px;
	}

	.story-list .box {
		width: 250px;
		height: 250px;
		font-size: 19px;
		line-height: 23px;
	}

	.home .top-section .center-block {
		height: auto;
		width: 834px;
	}

	.home .top-section .sign-up-container {
		padding: 0;
	}

	.home .top-section.section-100vh .section-hold {
		height: calc(100% - 166px);
	}

	.home .top-section.section-50vh .section-hold {
		height: calc(100% - 166px);
	}

	.home .header-panel #header {
		padding: 21px 25px;
	}

	.home #nav-main ul a {
		height: 170px;
		font-size: 20px;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home #nav-main ul a img {
		display: block;
		float: none;
		height: auto;
		margin: 0 auto 15px;
		max-width: 100%;
		width: auto;
		height: 54px;
	}

	.home #nav-main ul a i {
		margin-right: 10px;
		font-size: 52px;
		margin-bottom: 15px;
	}

	.home #nav {
		padding: 23px 0 0;
	}

	.petition-page .about-boxes .info {
		padding-top: 107px;
	}

	.petition-block .heading-panel .right-section {
		width: 280px;
	}

	.info-box .amount {
		font-size: 36px;
		line-height: 40px;
	}
}

@media (min-width: 1200px) {
	.items-list {
		margin: 0 -100px 23px;
	}

	.donate-list {
		margin: 0 10%;
	}

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

	.petition-main {
		padding: 0;
	}

	.petition-main #content {
		width: 64%;
	}

	.petition-main #sidebar {
		float: right;
		width: 350px;
		margin: 0 0 70px 20px;
	}
}

@media (min-width: 1410px) {
	div.cycle-gallery div.cycle-slideset div.slide {
		padding: 117px 105px 78px 143px;
	}

	div.cycle-gallery div.slideshow {
		min-height: 437px;
	}

	.about-boxes .video {
		min-height: 440px;
	}

	.about-boxes .info {
		padding: 129px 103px 80px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
		height: 315px;
	}

	div.cycle-gallery .btn-prev,
	div.cycle-gallery .btn-next {
		width: 35px;
		height: 35px;
	}

	.about-boxes .video .play-video {
		width: 69px;
		height: 69px;
		border-width: 2px;
	}

	.about-boxes .video .play-video:after {
		border-top: 16px solid transparent;
		border-left: 22px solid #fff;
		border-bottom: 16px solid transparent;
	}

	.section-container.blue-section,
	.blue-section {
		padding: 71px 0;
	}

	.btn-back {
		bottom: 15px;
	}
}

@media (max-width: 767px) {
	.jcf-select .jcf-select-opener:after {
		top: 19px;
	}

	blockquote {
		font-size: 17px;
		line-height: 20px;
		padding: 24px 0 25px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.sub-menu {
		margin: 34px 0;
	}

	.social-list {
		margin-bottom: 54px;
	}

	.add-info-list {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.add-info-list li {
		display: block;
		padding-bottom: 1px;
	}

	.add-info-list li:before {
		display: none !important;
	}

	.intro-text {
		font-size: 17px;
		line-height: 21px;
		padding: 30px 0;
		margin-bottom: 39px;
	}

	.intro-text.light-blue-intro-text {
		padding: 21px 0 24px;
		margin-bottom: 0;
	}

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

	.title-h1 span:after {
		width: 120px;
		margin-left: -60px;
	}

	.title-h2 span:after {
		width: 120px;
		margin-left: -60px;
	}

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

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

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

