/*! 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;
	color: #000;
	font: 300 16px/1.45 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: #121212;
}

/* 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 {
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out;
  text-decoration: none;
}

/**
 * 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 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;
	max-width: 100%;
}

/**
 * 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;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bd202e;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bd202e;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bd202e;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bd202e;
}

.social-slider .metadata,
.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hfdp9l');
  src:  url('../fonts/icomoon.eot?hfdp9l#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hfdp9l') format('truetype'),
    url('../fonts/icomoon.woff?hfdp9l') format('woff'),
    url('../fonts/icomoon.svg?hfdp9l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"],
.fancybox-prev span,
.fancybox-next span,
.image-collage-section .grid-item > a: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-controller-play:before {
  content: "\e90a";
}
.icon-add:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-twitter-circle:before {
  content: "\e90f";
}
.icon-facebook-circle:before {
  content: "\e910";
}
.icon-twitter:before {
  content: "\e912";
}
.icon-up:before {
  content: "\e916";
}
.icon-add1:before {
  content: "\e904";
}


/* Slick slider styles */

.collage-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;
}

.collage-slider .slick-track,
.collage-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	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 {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
}

.slick-arrow .hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.slide-holder {
	-webkit-box-shadow: 0 2px 9px 3px rgba(50,52,64,.1);
    -moz-box-shadow: 0 2px 9px 3px rgba(50,52,64,.1);
    box-shadow: 0 2px 9px 3px rgba(50,52,64,.1);
  position: relative;
}

.main-slideshow .slick-arrow {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 40px;
  height: 70px;
  position: absolute;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.hidden {
	display: none;
}

.main-slideshow .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.main-slideshow .slick-arrow.slick-prev {
  left: 40px;
}

.main-slideshow .slick-arrow.slick-next {
  right: 0;
}

.main-slideshow .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-slideshow .item:after {
  content: '';
  display: block;
  width: 0;
  min-height: 700px;
}

.main-slideshow .inner {
  width: 100%;
  background-size: cover;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 30px;
  position: relative;
}

.main-slideshow .inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(67%, rgba(0, 0, 0, 0.89)), to(#000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 67%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.8) 5%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,0.9) 100%);
    opacity: .65;
 }

.main-slideshow .content-holder {
  position: relative;
  z-index: 1;
  padding: 6px 0 6px 20px;
  border-left: 1px solid #777;
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 1px 7px #444;
}

/*Retina graphics!*/

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-weight: 900;
	margin: 0 0 .5em;
	color: #c0de0a;
	text-transform: none;
	font-family: acumin-pro-wide, sans-serif;
	text-transform: uppercase;
}

a {
	color: #c0de0a;
}

a:hover {
	color: #1789eb;
}

h1,
.h1 {
	font-size: 45px;
	text-align: left;
	margin: 0 0 30px;
	position:relative;
}


h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

.social-networks {
	font-size: 36px;
}

.social-networks a {
	padding-right: 10px;
}

.social-networks a:hover {
	color: #bd202e;
}

#main {
	position: relative;
	overflow: hidden;
}

.holder {
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
}

.holder:after {
  content: '';
  display: block;
  clear: both; 
}

#wrapper {
	width: 100%;
	position: relative;
	z-index: 10;
}

#wrapper.pop-active {
	-webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.wrap2 {
	overflow: hidden;
}

#header {
    -webkit-transition: background .3s ease-in-out, padding .3s ease-in-out, right .3s ease-in-out, left .3s ease-in-out;
    transition: background .3s ease-in-out, padding .3s ease-in-out, right .3s ease-in-out, left .3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100px;
    z-index: 9999;
}

.on-fixed #header {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    padding: 0;
}

.logo-holder {
	position: fixed;
	left: 100px;
	top: 25px;
}

.nav-drop .logo-holder {
	display:none;
}

.nav-active .nav-drop .logo-holder {
	display:block;
}

.nav-drop {
	position: fixed;
	background: #ffffff;
	top: 0;
	bottom: 0;
	padding-top: 100px;
	left: -50%;
	width: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: right;
	z-index: 99;
}

.nav-drop h1 {
	text-align:center;
}

#nav,
.social-holder {
	position: relative;
}

.social-holder {
	padding: 10px 0 0 100px;
	font-size: 22px;
}

.social-holder .social-icon {
	font-size: 42px;
	position: relative;
	top: 13px;
	left: 10px;
}

#nav a {
	display: block;
	color: #000247;
	font-family: acumin-pro-wide, sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1em;
	font-weight: 900;
	padding: 20px 20px 20px 100px;
}

#nav a:hover {
	background: #000247;
	color: #fff;
}

.sticky-nav {
	right: auto;
    left: 0;
    top: 0;
    width: 40px;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
    background-color: #fff;
    color: #1a1a1a;
    position: fixed;
    z-index: 999;
    border-right: 1px solid #000;
}

.nav-opener {
  display: inline-block;
  position:fixed;
  left: 32px;
  z-index:999;
  top: 7px;
  text-align: right;
	transform: rotate(-90deg) translateY(-60px);
	transform-origin: 100% 100%;
	font-weight: 900;
	color: #000247;
	text-transform: uppercase;
	font-family: acumin-pro-wide, sans-serif;
}

.nav-opener .menu-icon {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 30px;
  background: #000;
}

.side-push {
	overflow: hidden;
	position: relative;
}

.side-push.nav-active .nav-drop {
	left: 0;
}

#mission {
	padding: 30px 0 100px;
	color: #fff;
}

.lined {
	border-left: 1px solid #777;
	padding-left: 30px;
}

.mission-holder {
  margin: 60px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

.title-text,
.body-text {
	position: relative;
  flex: 0 0 auto;
}

#mission .title-text {
	width: 50%;
}

#mission .body-text {
  width: calc(50% - 31px);
  border-left: 1px solid #fff;
  padding-left: 30px;
}

#about {
	padding: 60px 0;
	background: #fff;
	color: #000;
}

#about h1 {
	color: #000247;
}

#membership {
	padding: 80px 0 100px;
}

.member-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.member-list .col {
    width: calc(25% - 15px);
    box-sizing: border-box;
    flex: 0 0 auto;
}

.member-list .caption {
	position: relative;
}

.member-list .caption:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #58585d;
    pointer-events: none;
}

.member-list h2 {
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
}

.member-list h3 {
	color: #95959b;
	font-size: 20px;
}

.member-list .headshot {
	padding-right: 20px;
}

.member-list .headshot img {
    display: block;
    width: 100%;
    height: auto;
}

.member-list .btn {
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 30px;
	font-weight:bold;
	font-size: 14px;
}

.member-list .btn:hover {
	background: #fff;
	color: #000;
}
}

#list-bg {
	background-image: url(../images/helicopter.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	position: relative;
	min-height: 300px;
}

#list-bg .title {
	text-align:center;
	padding: 200px 0;
}

#list-bg:after {
	content: "";
	-webkit-box-shadow: 0 54px 85px -50px #000000;
	   -moz-box-shadow: 0 54px 85px -50px #000000;
	        box-shadow: 0 54px 85px -50px #000000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

#list-section .content-hold {
	width: 100%;
	background: #fff;
	padding: 40px 20px;
	position: relative;
	text-align:center;
	display: table;
	z-index: 999;
	box-sizing: border-box;
}

#list-section .content-hold h1 {
	color: #bd202e;
	text-align: center;
	font-size: 46px;
	line-height: 46px;
}

#list-section .content-hold h1 span {
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0;
	display:block;
	text-transform: uppercase;
	font-weight: 400;
	color: #bd202e;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
}

#list-section .content-hold a {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .04em;
}

#list-section .content-hold a:hover {
	color: #bd202e;
}

.full-list {
	margin: 70px 0 0;
}

.main-members {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    text-align:left;
    padding: 0;
    list-style: none;
    margin: 0;
}

.main-members li a {
	color: #fff;
}

.main-members li a:hover {
	color: #c0de0a;
}

.main-members li {
	margin: 0 0 10px;
	line-height: 1.2em;
}

.main-members li .creds {
	color: #95959b;
	font-size: 13px;
	font-weight: bold;
}

#news-block {
	background: #fff;
	padding: 60px 0 90px;
}

#news-block h1 {
	color: #000247;
}

.news-hold {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}

.news-hold .news-item {
  width: calc(33% - 25px);
  box-sizing: border-box;
  flex: 0 0 auto;
}

.news-item {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: block;
  position: relative;
  padding: 110px 38px 54px;
  color: #010d10;
  -webkit-box-shadow: 0 22px 34px rgba(18, 18, 43, 0.14);
  box-shadow: 0 22px 34px rgba(18, 18, 43, 0.14);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.news-item h3 {
	font-size: 20px;
	font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: none;
	margin: 0 0 40px;
}

.news-item h3 a {
	color: #000247;
}

.news-item h3 a:hover {
	color: #95959b;
}

.news-item .date-holder {
	position: absolute;
	top: 0;
	left: 0;
	background: #000247;
	color: #fff;
	padding: 20px 10px;
	text-transform: uppercase;
	font-family: acumin-pro-wide, sans-serif;
	font-size: 35px;
	line-height: 25px;
}

.news-item .date-holder .month {
	display: block;
	font-size: 20px;
	letter-spacing: .1em;
}

.news-item .catagory {
	font-family: acumin-pro-wide, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 10px;
	letter-spacing: .15em;
}

.news-item .catagory a {
	color: #1789eb;
}

.news-item .catagory a:hover {
	text-decoration: underline;
}

.news-item .btn {
    background: #c0de0a;
    color: #000247;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 30px;
    font-weight: bold;
    font-size: 14px;
}

.news-item .btn:hover {
	background: #000247;
	color: #fff;
}

#photo-section {
	position: relative;
}

#photo-section .image-wrap {
	float: left;
  width: 20%;
  min-height: 220px;
  box-sizing: border-box;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat:no-repeat;
}

#gallery {
    padding: 10px 0 0;
    display: block;
}

#tweets {
	background: #c0de0a;
	padding: 90px 0;
}

#tweets .text a {
	text-decoration: underline;
}

.social-section .icon-holder {
	text-align: center;
	margin: 0 auto 55px;
	max-width: 75px;
	color: #000;
}

.social-section .slider-holder {
	padding: 0 0 0 40px;
	border-left: 1px solid #000;
}

.social-slider .slick-dots {
	padding: 31px 0 0;
}

.social-slider .item {
	color: #1789eb;
	font-family:;
	font-size: 20px;
	line-height: 1.5em;
	color: #000;
}

.social-slider .item .text a:not([class]):not([id]) {
	color: #1789eb;
}

.social-slider .item .text a:not([class]):not([id]):hover {
	text-decoration: underline;
}

.social-slider .metadata {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 12px;
	color: #000247;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	font-family: acumin-pro-wide, sans-serif;
}

.social-slider .metadata li {
	padding: 0 10px 10px;
}

.social-slider .metadata a {
	color: inherit;
}

.social-slider .metadata a:hover {
	color: #1789eb;
}

.slick-dots {
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -9px;
}

.slick-dots li {
	padding: 0 9px;
}

.slick-dots li.slick-active button {
	background-color: #000247;
}

.slick-dots li button {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 11px;
	height: 11px;
	padding: 0;
	border: 0;
	background-color: #868686;
	border-radius: 50%;
}

.slick-dots li button:hover {
	background-color: #2699fb;
}

#video-block {
  min-height: 500px;
  padding: 50px 0px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#video-block:after {
  content: '';
  background: rgba(0, 0, 0, 40%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
}

#video-block span {
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #fff;
  z-index: 99;
  background: rgba(0, 0, 0, 0.71);
  border-radius: 30px;
  padding: 15px 30px;
}

#video-block span:hover {
	background: #c0de0a;
}

.icon-controller-play:before {
  left: 7px;
  position: relative;
}

#photo-block .container {
	padding: 0 0 0 41px;
}

.image-collage-section .grid-item {
	width: auto;
	height: 250px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.image-collage-section .grid-item > a {
	width: auto;
	height: 250px;
	position: relative;
	display: block;
	z-index: 3;
}

.image-collage-section .grid-item > a: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: "";
  background:rgba(192, 222, 10, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.image-collage-section .grid-item > 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: "\e904";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 52px;
  color: #fff;
  z-index: 2;
}

.image-collage-section .grid-item img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

footer {
	position: relative;
	padding: 40px 0;
}

.footer-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    color: #95959b;
}

.footer-block .col {
    width: calc(40% - 15px);
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    padding: 30px;
}

.footer-block .col.mini {
	width: 20%;
}

.footer-block .col:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #58585d;
    pointer-events: none;
}

.footer-block .social-icon {
	font-size: 42px;
}

.footer-block .title {
	color: #fff;
	font-weight: 900;
}

.footer-block a.title:hover {
	color: #c0de0a;
}

@media (min-width: 768px) {

	.social-section .twitter-feed {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
	}

	.social-section .icon-holder {
		width: 250px;
		max-width: none;
		margin: 0 50px 0 0;
		text-align: center;
	}

	.social-section .slider-holder {
		width: calc(100% - 290px);
	}

	.social-slider .slick-dots {
		padding: 19px 0 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.main-members {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	}

	.news-card {
		padding: 30px 40px 65px;
	}

	.news-card: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;
		background: rgba(255, 255, 255, .7);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.news-card:before {
		content: "";
		position: absolute;
		top: -29px;
		bottom: -39px;
		left: -4px;
		right: -4px;
		background: #fff;
		box-shadow: 0 30px 50px 0 rgba(40, 42, 46, .1);
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		z-index: -1;
	}

	.news-title {
		font-size: 20px;
		line-height: 1.4;
	}

	.date-list {
	  letter-spacing: .08em;
	}

	.image-collage-section {
		position: relative;
		margin: 0 auto;
		z-index: 2;
	}

	.image-collage-section .grid {
		max-width: 1440px;
		margin: 0 auto;
		padding: 3px 0;
	}

	.image-collage-section .grid-item {
		width: 50%;
		height: auto;
		margin: 0;
		padding: 3px;
		box-sizing: border-box;
	}

	.image-collage-section .grid-item > a {
		width: auto;
		height: 250px;
		/*width: 100%;
		height: 100%;*/
	}

	.image-collage-section .grid-item > a:hover:after {
		opacity: 1;
		visibility: visible;
	}

	.image-collage-section .grid-item > a:hover:before {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 1024px) {

	.image-collage-section .slick-arrow:hover {
		color: #39f;
	}

	.image-collage-section .grid-item {
		width: 25%;
	}

	#mission-section .left-block {
    font-size: 18px;
    position: absolute;
    top: 18%;
    width: 40%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 60px 50px;
	}

	#mission-section .image-block {
		float:right;
		width: 60%;
		max-width: 100%;
		min-height:450px;
	}

	#mission-section .left-caption {
		position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 10px;
    width: 40%;
    box-sizing: border-box;
	}

	.main-members {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	}

	.vertical-headline h1 {
		left: 15%;
	}
}


@media (min-width: 1600px) {


}

@media (max-width: 1023px) {
	.intro-video:after {
	  min-height: 600px; 
	}

	h1, 
	.h1 {
		font-size: 34px;
		line-height: 1em;
	}

	.member-list .col {
		width: calc(50% - 15px);
		margin: 0 0 60px;
	}

	.news-hold .news-item {
		width: calc(50% - 25px);
	}

	.news-hold .news-item:last-child {
		display: none;
	}
}

@media (max-width: 767px) {

	.container {
		padding: 0 30px;
	}

	.main-slideshow .content-holder {
		font-size: 15px;
	}

	.main-slideshow .content-holder p {
		margin: 0;
		padding: 0;
	}

	.mission-holder {
		margin: 40px 0 60px;
	}

	#photo-block .container {
		padding: 0;
	}

	#video-block {
		min-height: 250px;
		background-attachment: initial;
	}

	#video-block span {
		font-size: 50px;
		border-radius: 15px;
	}

	.sticky-nav {
		background: transparent;
		border: none;
	}

	.logo-holder {
		left: 30px;
	}

	.nav-drop {
		width: 100%;
		right: auto;
		left: -100%;
	}

	.nav-opener {
		color: #000;
    background: #c0de0a;
    padding: 10px;
		transform: none;
		top: 25px;
		right: 30px;
		left: auto;
		font-size: 12px;
	}

	.nav-opener:hover {
		color: #fff;
	}

	#nav a {
		padding: 20px 30px;
		font-size: 26px;
	}

	.social-holder {
		padding: 0 0 0 30px;
	}

	#main .logo {
    width: 160px;
    padding: 10px;
	}

	#header.fixed-position .orig-box .mini-logo {
    display: block;
	}

	.main-slideshow .item:after {
		min-height: 400px;
	}

	#mission .title-text,
	#mission .body-text {
		width: 100%;
		border: 0;
		padding: 0;
	}

	.member-list .col {
		width: 100%;
	}

	.member-list .caption:after {
    content: none;
	}

	.image-collage-section .grid-item,
	.image-collage-section .grid-item > a {
		height: 300px;
	}

	.image-collage-section .collage-slider {
		opacity: 0;
		visibility: hidden;
	}

	.image-collage-section .slider-nav button {
		padding: 0 10px;
	}

	.image-collage-section .collage-slider.slick-initialized {
		opacity: 1;
		visibility: visible;
	}

	.image-collage-section .slider-nav {
		padding: 30px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.image-collage-section .grid-item img {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.news-hold .news-item {
		width: 100%;
		margin: 0 0 50px;
	}

	.footer-block .col,
	.footer-block .col.mini {
		width: 100%;
		padding: 15px 30px;
	}
}

@media (max-width: 560px) {
	.logo-holder {
		width: 180px;
	}

	.on-fixed #header {
		min-height: 85px;
	}

	.main-slideshow .item:after {
		min-height: 300px;
	}

	h1,
	.h1 {
		font-size: 28px;
	}

	.main-members {
		column-count: 1;
	}
}