/*! 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-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?m6luli");
	src: url("../fonts/icomoon.eot?m6luli#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?m6luli") format("truetype"), url("../fonts/icomoon.woff?m6luli") format("woff"), url("../fonts/icomoon.svg?m6luli#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.slick-arrow:before,
.content-nav ul .nav-links.prev:before,
.content-nav ul .nav-links.next:after,
.content-article .img-holder .lightbox:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pin:before {
	content: "\e909";
}

.icon-close2:before {
	content: "\e900";
}

.icon-instagram:before {
	content: "\e901";
}

.icon-arrow01-r:before {
	content: "\e902";
}

.icon-arrow01-l:before {
	content: "\e908";
}

.icon-arrow-l:before {
	content: "\e903";
}

.icon-arrow-r:before {
	content: "\e904";
}

.icon-close:before {
	content: "\e905";
}

.icon-facebook:before {
	content: "\e906";
}

.icon-twitter:before {
	content: "\e907";
}

.icon-youtube:before {
	content: "\e90a";
}
.icon-calendar:before {
	content: "\e953";
}

.articles-list,
.navbar .main-nav,
.navbar .main-nav ul,
.header-list,
.header-list .add-drop ul,
.credits,
.footer-list,
.content-nav ul,
.social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.navbar:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 15px/1.57 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #adc63e;
}

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: "Knockout";
	src: url("../fonts/Knockout-HTF28-JuniorFeatherwt.woff") format("woff"), url("../fonts/Knockout-HTF28-JuniorFeatherwt.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Knockout";
	src: url("../fonts/Knockout-HTF48-Featherweight.woff") format("woff"), url("../fonts/Knockout-HTF48-Featherweight.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Knockout";
	src: url("../fonts/Knockout-HTF49-Liteweight.woff") format("woff"), url("../fonts/Knockout-HTF49-Liteweight.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Knockout";
	src: url("../fonts/Knockout-HTF50-Welterweight.woff") format("woff"), url("../fonts/Knockout-HTF50-Welterweight.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "minion";
	src: url("../fonts/MinionPro-Regular.woff") format("woff"), url("../fonts/MinionPro-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.light .slick-prev:before, .light .slick-next:before{
	color:#8a8989;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: .75;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

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

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

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

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

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

.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_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_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/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_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* 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!*/

.articles-section {
	max-width: 1230px;
	margin: 0 auto;
	padding: 40px 0 70px;
}

.articles-section .section-heading {
	margin: 0 0 -32px;
	position: relative;
	z-index: 1;
}

.articles-section h1,
.articles-section .h1 {
	font-size: 34px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin: 0 0 5px;
}

.articles-section h1 strong,
.articles-section .h1 strong {
	color: #d63975;
}

.articles-section h1 a,
.articles-section .h1 a {
	color: #4dace9;
}

.articles-section h1 a:hover,
.articles-section .h1 a:hover {
	color: #1a89d0;
}

.articles-section h1 [class*=icon-],
.articles-section .h1 [class*=icon-] {
	font-size: 20px;
	position: relative;
	top: -4px;
	color: #000;
}

.articles-list {
	margin: 0 -5px -10px;
}

.articles-list li {
	padding: 0 5px 10px;
}

.articles-list li.w-100 {
	width: 100%;
}

.article-preview {
	display: block;
	position: relative;
}

.article-preview:hover:before {
	opacity: 0;
	visibility: hidden;
}

.article-preview:hover img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: none;
	-webkit-filter: none;
}

.article-preview:hover .grayscale-fix img.grayscale {
	visibility: visible !important;
	position: relative;
}

.article-preview:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

.article-preview img,
.article-preview .grayscale-fix {
	-webkit-transition: filter .3s ease-in-out;
	transition: filter .3s ease-in-out;
	width: 100%;
	vertical-align: top;
}

.article-preview img.grayscale {
	display: block;
	height: auto;
}

.article-preview .event-details {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.article-preview.large .event-details time small,
.article-preview.large .event-details .time small {
	display: inline;
}

.event-details {
	background-color: rgba(77, 172, 233, .77);
	position: relative;
	z-index: 1;
	margin-top: auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.event-details:after {
	content: "";
	display: block;
	width: 0;
	min-height: 119px;
}

.event-details .date-holder {
	background-color: rgba(0, 0, 0, .8);
	width: 80px;
	padding: 11px;
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.event-details .date-holder:before {
	content: "";
	position: absolute;
	width: 17px;
	right: -17px;
	top: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 50%, transparent 50%);
	background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 50%, transparent 50%);
}

.event-details .title-holder {
	width: calc(100% - 80px);
	padding: 11px 15px 11px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.event-details .title {
	display: block;
	font-family: "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: .89;
	text-transform: uppercase;
	color: #fff;
}

.event-details .title small {
	display: block;
	font-size: 20px;
	margin: 6px 0 0;
}

.event-details time,
.event-details .time {
	display: block;
	color: #4dace9;
	text-transform: uppercase;
	font-size: 40px;
	line-height: .8;
	letter-spacing: 2px;
	font-family: "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-align: center;
}

.event-details time span,
.event-details .time span {
	color: #fff;
}

.event-details time small,
.event-details .time small {
	font-size: 25px;
	display: block;
}

.intro .event-details {
	background-color: #4dace9;
}

.intro .event-details .date-holder {
	width: 115px;
	background-color: #000;
}

.intro .event-details .date-holder:before {
	background-image: -webkit-linear-gradient(left top, #000 0%, #000 50%, transparent 50%);
	background-image: linear-gradient(to right bottom, #000 0%, #000 50%, transparent 50%);
}

.intro .event-details time span,
.intro .event-details .time span {
	display: block;
	color: inherit;
}

.intro .event-details time small,
.intro .event-details .time small {
	color: #fff;
	display: block;
}

.intro .event-details .title-holder {
	width: calc(100% - 115px);
}

.intro .img-holder {
	position: relative;
}

.intro {
	position: relative;
}

.intro .description {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}

.intro img {
	display: block;
	width: 100%;
	height: auto;
}

.intro .slide {
	vertical-align: top;
}

.donate-link {
	font: 700 18px/1 "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 17px 23px 14px 46px;
	letter-spacing: 1px;
	color: #000;
}

.donate-link:hover:after {
	opacity: 1;
}

.donate-link:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	background: #fff;
	top: 0;
	bottom: 0;
	right: -20px;
	left: 8px;
	position: absolute;
	z-index: -1;
	-webkit-transform: skew(-9deg);
	-ms-transform: skew(-9deg);
	transform: skew(-9deg);
	opacity: .9;
}

.cta-article {
	font-family: "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}

.cta-article.watch a:hover .category {
	color: #000;
	background: #60abdd;
}

.cta-article.watch .category {
	color: #60abdd;
}

.cta-article.watch .title {
	background: #60abdd;
}

.cta-article.learn-more a:hover .category {
	color: #000;
	background: #e16d46;
}

.cta-article.learn-more .category {
	color: #e16d46;
}

.cta-article.learn-more .title {
	background: #e16d46;
}

.cta-article.shop a:hover .category {
	color: #000;
	background: #adc63e;
}

.cta-article.shop .category {
	color: #adc63e;
}

.cta-article.shop .title {
	background: #adc63e;
}

.cta-article a {
	display: block;
	position: relative;
	color: #000;
}

.cta-article a:hover {
	color: #000;
}

.cta-article .img-holder {
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 75%;
}

.cta-article .category {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	position: absolute;
	left: 50%;
	top: -14px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 2px;
	font-size: 18px;
	background: #fff;
	text-transform: uppercase;
	padding: 2px 15px 0;
	min-width: 161px;
}

.cta-article .title {
	display: block;
	padding: 16px 12px 12px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 3px;
}

.partners-gallery {
	text-align: center;
	padding: 0 35px;
}

.partners-gallery img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.partners-gallery .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.partners-gallery .slick-track:after,
.partners-gallery .slick-track:before {
	display: none;
}

.partners-gallery .slick-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto !important;
}

.slick-arrow {
	width: 40px;
	height: 40px;
}

.slick-prev {
	left: -5px;
}

.slick-prev:before {
	content: "\e903";
}

.slick-next {
	right: -5px;
}

.slick-next:before {
	content: "\e904";
}

#header {
	background: #adc63e;
	padding: 35px 0;
	position: relative;
	z-index: 9;
}

.fixed-position #header {
	-webkit-animation: showBar ease .5s;
	animation: showBar ease .5s;
}

#header .container {
	max-width: 1199px;
	position: relative;
}

#header .help-link {
	color: #000;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	font: 700 20px/1.1 "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	right: 64px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -2px;
	letter-spacing: 1px;
}

#header .help-link:hover {
	color: #fff;
}

.navbar .drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	overflow: hidden;
	overflow-y: auto;
	background: #adc63e;
	padding: 50px 15px 15px;
	text-align: center;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.nav-active .navbar .drop {
	opacity: 1;
	visibility: visible;
	height: 100vh;
}

.navbar .inner-logo {
	width: 220px;
	display: block;
	margin: 0 auto 35px;
}

.navbar .inner-logo a {
	display: block;
}

.navbar .inner-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.navbar .close {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 20px;
	right: 10px;
}

.navbar .close:after,
.navbar .close:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 40px;
	height: 3px;
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	right: -8px;
	background: #fff;
}

.navbar .close:before {
	-webkit-transform: rotate(51deg);
	-ms-transform: rotate(51deg);
	transform: rotate(51deg);
}

.navbar .close:after {
	-webkit-transform: rotate(-51deg);
	-ms-transform: rotate(-51deg);
	transform: rotate(-51deg);
}

.navbar .close:hover:after,
.navbar .close:hover:before {
	background: #000;
}

.navbar .main-nav {
	text-transform: uppercase;
	font: 700 30px/1.1 "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 4px;
}

.navbar .main-nav > li {
	margin: 0 0 24px;
}

.navbar .main-nav > li.active > a {
	color: #000;
}

.navbar .main-nav > li.active > a.has-drop-down-a:after,
.navbar .main-nav > li.active > a.has-drop-down-a:before {
	background: #000;
}

.navbar .main-nav li.acc-active a.has-drop-down-a:after {
	-webkit-transform: translate(0, -50%) rotate(0);
	-ms-transform: translate(0, -50%) rotate(0);
	transform: translate(0, -50%) rotate(0);
}

.navbar .main-nav a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.navbar .main-nav a:hover {
	color: #000;
}

.navbar .main-nav a:hover.has-drop-down-a:before,
.navbar .main-nav a:hover.has-drop-down-a:after {
	background: #000;
}

.navbar .main-nav a.has-drop-down-a {
	position: relative;
}

.navbar .main-nav a.has-drop-down-a:before,
.navbar .main-nav a.has-drop-down-a:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 14px;
	height: 3px;
	content: "";
	position: absolute;
	right: -22px;
	top: 50%;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -2px;
}

.navbar .main-nav a.has-drop-down-a:after {
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}

.navbar .main-nav:hover {
	color: #000;
}

.navbar .main-nav ul {
	font-size: 25px;
	padding: 30px 0 0;
}

.navbar .main-nav ul li {
	margin: 0 0 15px;
}

.navbar .second-drop {
	overflow: hidden;
}

.nav-opener {
	width: 31px;
	height: 28px;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -3px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 6px;
	margin-top: -2px;
	-webkit-transition: .3s ease 0s;
	transition: .3s ease 0s;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
	top: 0;
	margin: 0;
}

.nav-opener:after {
	top: 100%;
	margin-top: -5px;
}

.header-list {
	line-height: 1.1;
	text-transform: uppercase;
	font: 700 20px/1.1 "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.header-list li.hover a {
	color: #fff;
}

.header-list li.hover .add-drop {
	opacity: 1;
	visibility: visible;
}

.header-list a {
	text-decoration: none;
	color: #000;
}

.header-list a:hover {
	color: #fff;
}

.header-list .add-drop ul li {
	position: relative;
	z-index: 2;
	padding: 0 0 22px;
}

.header-list .add-drop ul a:hover {
	color: #000;
}

.logo {
	position: absolute;
	left: 15px;
	top: -35px;
	overflow: hidden;
	padding-bottom: 40px;
}

.logo:after {
	content: "";
	left: -10px;
	right: 0;
	bottom: 17px;
	position: absolute;
	height: 100px;
	background: #000;
	-webkit-transform: skew(7deg, 7deg);
	-ms-transform: skew(7deg, 7deg);
	transform: skew(7deg, 7deg);
}

.logo a {
	width: 120px;
	height: 84px;
	/*height:70px;*/
	display: block;
	background: #000;
	position: relative;
	z-index: 4;
	padding: 20px 20px 0;
	/*padding:10px 30px 0;*/
}

.logo a:after {
	content: "";
	left: -10px;
	right: 0;
	bottom: -24px;
	position: absolute;
	height: 100px;
	-webkit-transform: skew(7deg, 7deg);
	-ms-transform: skew(7deg, 7deg);
	transform: skew(7deg, 7deg);
}

#footer {
	background: #adc63e;
	font: 700 16px/1.1 "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #667521;
	padding: 66px 0 30px;
}

#footer .container {
	position: relative;
}

#footer .footer-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 25px;
}

#footer .footer-row .col {
	width: 50%;
	padding: 0 15px 30px;
}

.copyright {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}

.copyright address {
	font-style: normal;
}

.copyright address a {
	color: #dce6b8;
}

.copyright address a:hover {
	color: #fff;
}

.copyright .email-link {
	color: inherit;
}

.footer-title {
	font: 16px/1.1 "minion", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 10px;
	color: #000;
}

.credits,
.footer-list {
	text-transform: uppercase;
	font: 700 16px/1.1 "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	letter-spacing: 2px;
}

.credits li,
.footer-list li {
	margin-bottom: 10px;
}

.credits a,
.footer-list a {
	color: #dce6b8;
}

.credits a:hover,
.footer-list a:hover {
	color: #fff;
}

.credits {
	color: #dce6b8;
	margin: 0 0 10px;
}

.credits dt {
	display: block;
}

.credits dd {
	margin: 0;
}

.link-subscribe {
	font: 16px/1.1 "minion", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.link-subscribe:hover {
	color: #dce6b8;
}

.footer-logo {
	background: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 166px;
	top: -107px;
	padding: 18px 24px;
}

.footer-logo a {
	display: block;
}

body.nav-active {
	overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-weight: 700;
	font-family: "Knockout", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #8ca130;
}

h2,
.h2 {
	font-size: 36px;
	line-height: 1.2;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#main {
	padding-bottom: 56px;
}

.container {
	padding: 0 15px;
	max-width: 1108px;
	margin: 0 auto;
}

.content-section {
	padding: 60px 0 45px;
}

.gray-bg {
	background: #ccc;
}

.dark-bg {
	background: #221f20;
	color: #fff;
}

.section-heading {
	position: relative;
	text-align: center;
	color: #000;
	margin: -95px 0 37px;
}

.section-heading h2 {
	text-transform: uppercase;
	min-width: 266px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 7px 5px;
}

.section-heading h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
}

.white-box {
	background: #f5f5f5;
	width: 100%;
	position: relative;
}

.socials-section .section-heading {
	position: relative;
	text-align: center;
	margin: -95px 0 87px;
}

.social-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 85px;
}

.social-item [class*="icon-"] {
	position: absolute;
	left: 50%;
	top: -50px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #898989;
	font-size: 36px;
}

.social-item a {
	display: block;
	padding: 15px;
}

.social-item a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.social-item img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: block;
	width: 100%;
	height: auto;
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

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

.twocol-section .container {
	max-width: 1145px;
}

.twocol-content .content:only-child {
	padding-right: 0;
	width: 100%;
}

.twocol-content .aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 auto 50px;
	max-width: 410px;
}

.calendar {
	padding: 5px 0 10px;
}

.calendar table {
	width: 100%;
	table-layout: fixed;
}

.calendar table td {
	padding: 6px;
}

.calendar table thead th {
	text-transform: uppercase;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.calendar table .hover a:after {
	opacity: 1;
	visibility: visible;
}

.calendar table .selected a {
	background: #60abdd;
	color: #fff;
}

.calendar table a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #d9d9d9;
	color: #fff;
	position: relative;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.calendar table a:hover:after {
	opacity: 1;
	visibility: visible;
}

.calendar table a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "+";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	background: #60abdd;
	border-radius: 50%;
	font: 20px/1 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	padding: 7px 1px 0 1px;
}

/* aside styles */

.aside h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
	color: #60abdd;
}

.aside mark {
	background: none;
	color: #60abdd;
}

.aside-block {
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 13px;
	margin: 0 0 14px;
	color: #545454;
}

.aside-block:last-child {
	border: none;
}

.aside-block .block-title {
	display: block;
	margin: 0 0 17px;
}

.aside-block .block-title:only-child {
	margin: 0;
}

.aside-block p {
	margin: 0;
}

.aside-block .map-placeholder {
	margin-bottom: 12px;
}

.aside-block .map-placeholder img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* form styles */

input:not([type="submit"]),
input:not([type="reset"]) {
	background: #f5f5f5;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 4px 10px;
	border: none;
}

input:not([type="submit"])::-webkit-input-placeholder,
input:not([type="reset"])::-webkit-input-placeholder {
	color: #9e9e9e;
}

input:not([type="submit"])::-moz-placeholder,
input:not([type="reset"])::-moz-placeholder {
	opacity: 1;
	color: #9e9e9e;
}

input:not([type="submit"]):-moz-placeholder,
input:not([type="reset"]):-moz-placeholder {
	color: #9e9e9e;
}

input:not([type="submit"]):-ms-input-placeholder,
input:not([type="reset"]):-ms-input-placeholder {
	color: #9e9e9e;
}

input:not([type="submit"]).placeholder,
input:not([type="reset"]).placeholder {
	color: #9e9e9e;
}

input:not([type="submit"]):focus,
input:not([type="reset"]):focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.main-slider:not(.slick-initialized) .slide img {
	opacity: 0;
}

.content-nav {
	margin-bottom: 30px;
}

.content-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #8a8989;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 -15px;
	font-weight: 300;
}

.content-nav ul li {
	padding: 0 15px;
	position: relative;
}

.content-nav ul li:last-child:after {
	content: none;
}

.content-nav ul li:after {
	position: absolute;
	content: "";
	top: 4px;
	bottom: 4px;
	width: 2px;
	background-color: #8a8989;
	right: 0;
}

.content-nav ul .nav-links {
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-nav ul .nav-links.prev:before,
.content-nav ul .nav-links.next:after {
	font-size: 12px;
	color: #60abdd;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.content-nav ul .nav-links.prev:before {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "\e908";
	margin-right: 10px;
}

.content-nav ul .nav-links.next:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "\e902";
	margin-left: 10px;
}

.content-nav ul .nav-links:hover {
	color: #60abdd;
}

.content-nav ul .nav-links:hover.prev:before {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

.content-nav ul .nav-links:hover.next:after {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.content-nav ul .nav-links span {
	text-transform: uppercase;
	padding-right: 5px;
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #8a8989;
	margin: 0 -5px;
	font-size: 20px;
}

.social li {
	padding: 0 5px;
	margin-bottom: 5px;
}

.social a {
	color: inherit;
}

.social a:hover {
	color: #60abdd;
}

.twocol-section h1,
.twocol-section .h1,
.twocol-section h2,
.twocol-section .h2 {
	color: #60abdd;
	font-weight: 500;
}

.twocol-section h2,
.twocol-section .h2 {
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: 0;
}

.content-article {
	margin-bottom: 50px;
}

.content-article .img-holder {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.content-article .img-holder .lightbox {
	display: block;
	position: relative;
}

.content-article .img-holder .lightbox:hover:after {
	color: rgba(96, 171, 221, .6);
}

.content-article .img-holder .lightbox:after {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	content: "\e90a";
	color: rgba(255, 255, 255, .6);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 0 0 40px rgba(255, 255, 255, .5);
	z-index: 3;
	font-size: 120px;
}

.content-article .img-holder img {
	width: 100%;
}

.article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.article-info .cite-link {
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}

.article-info .cite-link:hover {
	color: #60abdd;
}

.title-holder .picnic{
	margin-left:-40px;
	margin-right:25px;
	width:250px;
	height:80px;
}

@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_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_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 480px) {
	.event-details .date-holder {
		width: 95px;
	}

	.event-details .title-holder {
		width: calc(100% - 95px);
	}

	.intro .event-details .date-holder {
		width: 140px;
	}

	.intro .event-details .title-holder {
		width: calc(100% - 140px);
	}

	.content-nav ul {
		margin: 0 -30px;
		font-size: 20px;
	}

	.content-nav ul li {
		padding: 0 30px;
	}

	.content-nav ul .nav-links.prev:before,
	.content-nav ul .nav-links.next:after {
		font-size: 18px;
	}

	.content-nav ul .nav-links.prev:before {
		margin-right: 20px;
	}

	.content-nav ul .nav-links.next:after {
		margin-left: 20px;
	}
}

@media (min-width: 640px) {
	.articles-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.articles-list li {
		width: 50%;
	}

	.cta-article .title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.three-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -10px -20px;
	}

	.three-cols .col {
		width: 50%;
		margin: 0;
		padding: 0 10px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.social-item {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.articles-section h1,
	.articles-section .h1 {
		font-size: 44px;
	}

	.articles-section h1 [class*=icon-],
	.articles-section .h1 [class*=icon-] {
		font-size: 26px;
	}

	.article-preview.large {
		height: 360px;
		overflow: hidden;
	}

	.article-preview.large .event-details .date-holder {
		width: 270px;
	}

	.article-preview.large .event-details .title-holder {
		padding: 11px 15px 11px 46px;
		width: calc(100% - 270px);
	}

	.article-preview.large .event-details .title {
		font-size: 60px;
		letter-spacing: 4px;
	}

	.article-preview.large .event-details .title small {
		font-size: 40px;
	}

	.article-preview.large .event-details time,
	.article-preview.large .event-details .time {
		font-size: 58px;
	}

	.article-preview.large .event-details time small,
	.article-preview.large .event-details .time small {
		font-size: 58px;
		display: inline;
	}

	.event-details .title-holder {
		padding: 11px 15px 11px 40px;
	}

	.event-details .title {
		font-size: 36px;
	}

	.event-details .title small {
		font-size: 28px;
	}

	.event-details time,
	.event-details .time {
		font-size: 60px;
	}

	.event-details time small,
	.event-details .time small {
		font-size: 35px;
	}

	.intro .event-details:after {
		min-height: 168px;
	}

	.intro .event-details .date-holder {
		width: 213px;
	}

	.intro .event-details time,
	.intro .event-details .time {
		font-size: 55px;
	}

	.intro .event-details .title-holder {
		width: calc(100% - 213px);
		padding-left: 80px;
	}

	.intro .event-details .title {
		font-size: 76px;
	}

	.intro .event-details .title small {
		font-size: 56px;
	}

	.donate-link {
		font-size: 29px;
	}

	.cta-article {
		margin-bottom: 45px;
	}

	.cta-article .category {
		font-size: 22px;
	}

	.cta-article .title {
		font-size: 22px;
	}

	.partners-gallery {
		margin-bottom: -4px;
	}

	.slick-arrow:before {
		font-size: 35px;
	}

	#header .help-link {
		right: 74px;
	}

	.navbar {
		padding: 0 178px 0 19px;
	}

	.navbar .inner-logo {
		margin: 0 auto 70px;
		width: 390px;
	}

	.navbar .close {
		width: 38px;
		height: 55px;
		top: 56px;
		right: 36px;
	}

	.navbar .close:after,
	.navbar .close:before {
		width: 71px;
		height: 3px;
		left: -8px;
		right: -8px;
	}

	.navbar .main-nav {
		letter-spacing: 6px;
	}

	.header-list {
		letter-spacing: -.4px;
		float: left;
		margin: 0 -10px;
		font-size: 30px;
		line-height: 31px;
	}

	.header-list.right-nav {
		float: right;
	}

	.header-list li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 1px;
		padding: 0 10px;
		position: relative;
	}

	.header-list .add-drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		left: 0;
		width: 185px;
		padding-bottom: 40px;
		overflow: hidden;
		text-align: center;
		opacity: 0;
		visibility: hidden;
	}

	.header-list .add-drop:after {
		content: "";
		left: -10px;
		right: 0;
		bottom: 17px;
		position: absolute;
		height: 100px;
		background: #adc63e;
		-webkit-transform: skew(7deg, 7deg);
		-ms-transform: skew(7deg, 7deg);
		transform: skew(7deg, 7deg);
	}

	.header-list .add-drop ul {
		background: #adc63e;
		overflow: hidden;
		padding: 48px 5px 8px;
		margin: 0;
	}

	.header-list .add-drop ul a {
		color: #fff;
	}

	.logo a {
		width: 160px;
		height: 92px;
		padding: 19px 31px 0;
	}

	#footer {
		padding: 109px 0 56px;
		font-size: 20px;
	}

	#footer .footer-row {
		margin: 0 -15px 30px;
	}

	#footer .footer-row .col {
		width: 33.33%;
	}

	.copyright {
		text-align: left;
	}

	.footer-title {
		font-size: 26px;
		margin-bottom: 29px;
	}

	.credits,
	.footer-list {
		font-size: 20px;
	}

	.credits li,
	.footer-list li {
		margin-bottom: 12px;
	}

	.link-subscribe {
		font-size: 19px;
	}

	.footer-logo {
		padding: 20px 43px;
		width: 266px;
		top: -179px;
	}

	body {
		font-size: 16px;
	}

	h2,
	.h2 {
		font-size: 47px;
		letter-spacing: 4px;
	}

	#main {
		padding-bottom: 73px;
	}

	.container {
		padding: 0 20px;
	}

	.content-section {
		padding: 75px 0 45px;
	}

	.section-heading {
		margin: -121px 0 38px;
	}

	.section-heading h2 span {
		font-size: 27px;
		margin-bottom: -5px;
	}

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

	.three-cols .col {
		width: 33.33%;
		padding: 0 15px 30px;
	}

	.socials-section .section-heading {
		margin: -121px 0 107px;
	}

	.social-item [class*="icon-"] {
		font-size: 46px;
		top: -65px;
	}

	.social-item a {
		padding: 20px 18px;
	}

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

	.twocol-content {
		padding-top: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.twocol-content .content {
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		padding-right: 50px;
	}

	.twocol-content .aside {
		width: 310px;
		margin-right: 0;
	}

	.calendar table a {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.calendar table a:after {
		padding: 10px 1px 0 3px;
	}

	.aside h3 {
		font-size: 36px;
	}

	.aside-block .social {
		font-size: 30px;
	}

	input:not([type="submit"]),
	input:not([type="reset"]) {
		height: 60px;
		font-size: 24px;
		line-height: 28px;
	}

	.content-nav ul .nav-links.prev:before,
	.content-nav ul .nav-links.next:after {
		font-size: 30px;
	}

	.social {
		font-size: 30px;
	}

	.article-info .cite-link {
		font-size: 26px;
	}
}

@media (min-width: 992px) {
	.title-holder .picnic{
		margin-left:-40px;
		margin-right:25px;
		width:250px;
		height:80px;
	}
	.articles-section h1,
	.articles-section .h1 {
		font-size: 54px;
	}

	.articles-section h1 [class*=icon-],
	.articles-section .h1 [class*=icon-] {
		font-size: 30px;
		top: -5px;
	}

	.articles-list li {
		width: 33.33%;
	}

	.cta-article .category {
		font-size: 32px;
	}

	.cta-article .title {
		font-size: 24px;
	}

	#header {
		padding: 24px 0 20px;
	}

	.navbar {
		padding: 0 178px 0 19px;
	}

	.navbar .main-nav {
		font-size: 60px;
	}

	.navbar .main-nav a.has-drop-down-a:before,
	.navbar .main-nav a.has-drop-down-a:after {
		width: 22px;
		height: 6px;
		right: -39px;
		width: 22px;
		height: 6px;
		margin-top: 0;
	}

	.navbar .main-nav ul {
		font-size: 50px;
		padding: 30px 0 0;
	}

	.navbar .main-nav ul li {
		margin: 0 0 30px;
	}

	.logo {
		margin: 0 0 0 -88px;
		top: -24px;
		left: 50%;
	}

	#footer {
		font-size: 28px;
	}

	.credits,
	.footer-list {
		font-size: 28px;
	}

	.link-subscribe {
		font-size: 24px;
	}

	body {
		font-size: 28px;
	}

	.container {
		padding: 0 32px;
	}

	.three-cols {
		margin: 0 -32px -60px;
	}

	.three-cols .col {
		padding: 0 32px 60px;
	}

	.social-item [class*="icon-"] {
		font-size: 50px;
		top: -75px;
	}

	.social-item a {
		padding: 31px 29px;
	}

	.twocol-content .content {
		padding-right: 100px;
	}

	.twocol-content .aside {
		padding-top: 7px;
		width: 410px;
	}

	.aside-block {
		font-size: 24px;
		line-height: 32px;
	}

	.aside-block .social {
		font-size: 50px;
	}

	.content-nav ul {
		font-size: 28px;
		margin: 0 -50px;
	}

	.content-nav ul li {
		padding: 0 50px;
	}

	.twocol-section h2,
	.twocol-section .h2 {
		font-size: 56px;
	}
}

@media (min-width: 1200px) {
	.cta-article .title {
		font-size: 32px;
	}

	.header-list {
		margin: 0 -34px;
	}

	.header-list li {
		padding: 0 34px;
	}

	.logo {
		margin: 0 0 0 -64px;
	}
}

@media (max-width: 991px) {
	.header-list {
		display: none;
	}
}

@media (max-width: 767px) {
	.logo:after {
		background: none;
	}

	.logo a {
		height:70px;
		padding:10px 30px 0;
	}

	.title-holder .picnic{
		margin-left:0;
		margin-right:25px;
		height:60px;
	}
	.title-holder .picnic img{
		width:180px;
		margin-left:0;
	}
	.articles-section .section-heading {
		margin: 0;
	}

	.article-preview.large .event-details time,
	.article-preview.large .event-details .time {
		font-size: 34px;
	}

	.article-preview.large .event-details time span,
	.article-preview.large .event-details .time span {
		display: block;
	}

	.intro img {
		width: 140%;
		margin-left: -20%;
		max-width: none;
	}

	#footer .footer-row .col:last-child {
		width: 100%;
	}
}

@media (max-width: 639px) {
	.cta-article .title {
		height: auto !important;
	}

	.three-cols .col {
		max-width: 320px;
		margin: 0 auto;
	}

	.socials-section .three-cols {
		margin-bottom: -85px;
	}
}

@media (max-width: 479px) {
	.intro img {
		width: 150%;
		margin-left: -25%;
	}
}

@-webkit-keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

