/*! 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?brmv3a");
	src: url("../fonts/icomoon.eot?brmv3a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?brmv3a") format("truetype"), url("../fonts/icomoon.woff?brmv3a") format("woff"), url("../fonts/icomoon.svg?brmv3a#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.read-more:before,
.footer-list li:before,
.news-item time:before {
	/* 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-angle-double-down:before {
	content: "";
}

.icon-angle-double-up:before {
	content: "";
}

.icon-angle-double-right:before {
	content: "";
}

.icon-angle-double-left:before {
	content: "";
}

.icon-datepicker:before {
	content: "";
}

.icon-datepicker-time:before {
	content: "";
}

.icon-youtube.circle:before {
	content: "";
}

.icon-arrow_right:before {
	content: "";
}

.icon-arrow_left:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-dots:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-reply:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-twitter.circle:before {
	content: "";
}

.icon-instagram.circle:before {
	content: "";
}

.icon-facebook.circle:before {
	content: "";
}

.icon-arrow:before {
	content: "";
}

/* 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;
}

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-bg,
.fancybox-inner,
.fancybox-outer,
.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-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	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-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	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;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	-webkit-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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	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;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	-webkit-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-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.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;
}

.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:link,
.fancybox-button:visited {
	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;
}

.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

.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;
}

.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;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

.fancybox-caption {
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -44px;
	z-index: -1;
}

.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;
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 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;
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.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: translateZ(0);
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	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;
}

.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: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.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: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.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: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.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;
}

.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;
	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:link,
.fancybox-share__button:visited {
	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;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	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: 50%;
	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;
}

.social-list,
.main-menu,
.main-menu .drop ul,
.footer-list,
.footer-link-list,
.slick-slider .slick-dots,
.twitter-list,
.events-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.content-section: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,
#aspnetForm,
#search-area {
	color: #555;
	background: #fff;
	font: 16px/1.6 "EB Garamond", "Times New Roman", "Times", "Baskerville", "Georgia", 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: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 42px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #cfb300;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #0971ce;
}

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: #333;
}

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;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	padding: 0 25px;
	margin: 0 auto;
	max-width: 800px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

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;
}

a:hover {
	color: #0971ce;
}

h3,
.h3,
h2,
.h2,
h1,
.h1 {
	display: block;
}

h1,
.h1 {
	line-height: 1;
	font-weight: 900;
	margin: 0 0 14px;
}

h2,
.h2 {
	line-height: 1;
	font-weight: 900;
}

h3,
.h3 {
	line-height: 1.2;
	margin-bottom: 12px;
	font-weight: 800;
}

h4,
.h4 {
	line-height: 1.2;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 22px;
	margin: 0 -5px;
}

.social-list.rounded {
	font-size: 50px;
	color: #fff;
	line-height: 1;
	margin: 0 -7px 17px;
}

.social-list.rounded li {
	padding: 0 7px;
}

.social-list.rounded a {
	color: inherit;
}

.social-list.rounded a:hover {
	color: #cfb300;
}

.social-list li {
	padding: 0 5px;
}

.social-list a {
	color: #0971ce;
	text-decoration: none;
}

.social-list a:hover {
	color: #46a3f7;
}

.text-center {
	text-align: center;
}

.section-heading {
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 192px 0;
	margin-bottom: 40px;
	text-align: center;
}

.section-heading h2,
.section-heading .h2 {
	font-weight: 600;
	margin: 0;
}

.section-heading h2 mark,
.section-heading .h2 mark {
	background: none;
	color: inherit;
	font-weight: 800;
}

.section-heading .decore-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 700;
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	padding: 17px 42px;
	margin: 0;
	color: #fff;
	background: #0971ce;
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	border: none;
	outline: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	text-align: center;
}

.btn:after {
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	content: "";
	left: 0;
	right: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	border-radius: 6px;
	background: #07569d;
}

.btn:hover {
	color: #fff;
}

.btn:hover:after {
	right: 0;
}

.btn.btn-outline {
	background: transparent;
	border: 2px solid #fff;
}

.btn.btn-outline:after {
	background: rgba(255, 255, 255, .4);
}

.btn.btn-lg {
	min-width: 270px;
	text-align: center;
	padding: 19px 20px;
}

.read-more {
	font: 800 16px/1.2 "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	padding-right: 20px;
	text-decoration: none;
	padding-right: 18px;
}

.read-more:before {
	content: "";
	position: absolute;
	font-size: 11px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.read-more:hover {
	color: #0971ce;
}

.base-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 -8px;
}

.base-layout .column {
	width: 100%;
	padding: 0 8px;
	position: relative;
}

.base-section {
	padding: 0 0 130px;
	background: #fff;
}

.decore-circle {
	width: 422px;
	height: 422px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 50%;
	overflow: hidden;
}

.btn-holder {
	padding: 36px 0 0;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper:before {
	opacity: 0;
	visibility: hidden;
}

.nav-active #wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	z-index: 5;
	opacity: 1;
	visibility: visible;
}

#header {
	-webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	position: relative;
	z-index: 20;
	background: #fff;
	box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, .16) inset;
	padding: 4px 0 8px;
}

.header-fixed #header {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
}

#header > .container, #live .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	max-width: 100%;
}

#header .social-list a {
	color: #cfb300;
}

#header .logo {
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out;
	width: 174px;
	height: 87px;
}

#header .logo a {
	display: block;
}

#header .logo img {
	max-height: 100%;
}

#header .contact-btn {
	font-size: 16px;
	padding: 9px 23px 7px;
}

.nav-open-btn {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	position: relative;
}

.nav-open-btn:before,
.nav-open-btn: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;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	height: 4px;
	background: #0971ce;
	border-radius: 2px;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 16px;
}

.nav-open-btn span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 8px;
	right: 0;
	left: 0;
	height: 4px;
	background: #0971ce;
	border-radius: 2px;
	text-indent: -9999px;
}

.nav-close-btn {
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	font-size: 30px;
	top: 35px;
	right: 26px;
	color: #fff;
}

.nav-close-btn:hover {
	color: #cfb300;
}

.search-active .nav-drop {
	opacity: 1;
	visibility: hidden;
}

.main-menu {
	color: #fff;
	line-height: 1.1;
	font-weight: 800;
	font: 800 28px/1.1 "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.main-menu > li {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: relative;
	margin: 0 0 30px;
}

.main-menu > li.hover {
	color: #cfb300;
}

.main-menu > li.hover > a {
	color: inherit;
}

.main-menu > li.active a {
	color: #cfb300;
}

.main-menu > li > a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	position: relative;
	display: inline-block;
}

.main-menu > li > a:before {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.main-menu > li > a.has-drop-down-a:before,
.main-menu > li > 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;
}

.main-menu a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
}

.main-menu .drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	opacity: 0;
	max-height: 0;
	font: 600 18px/1.1 "EB Garamond", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: capitalize;
	display: block;
	color: #fff;
}

.main-menu .drop ul li {
	margin-bottom: 10px;
}

.main-menu .drop ul li:last-child {
	margin-bottom: 0;
}

.main-menu .drop ul li.active {
	color: #cfb300;
}

.main-menu .hover > .drop {
	max-height: 500px;
	z-index: 2;
}

.search-opener-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -55px;
	width: 104px;
	overflow: hidden;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: 104px;
	height: 104px;
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	background: #0971ce;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0;
}

.search-open-btn:hover {
	color: #ccc;
}

.search-open-btn [class^="icon-"] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 18%;
}

.search-close-btn {
	color: #fff;
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	position: absolute;
	z-index: 99;
	right: 30px;
	top: 94px;
}

.search-close-btn:hover {
	color: #ccc;
}

.search {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: fixed;
	background-color: rgba(9, 113, 206, .9);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	min-height: 100vh;
	padding: 110px 30px;
	margin: 0;
	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;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	color: #cfb300;
}

.search-active .search {
	opacity: 1;
	visibility: visible;
}

.search input[type=search],
.search input[type=text] {
	border: 3px solid #fff;
	color: #fff;
	background: none;
	height: 38px;
	font-size: 22px;
	padding: 8px 52px 9px 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-weight: 500;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #cfb300;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #cfb300;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #cfb300;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #cfb300;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #cfb300;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: 0;
	background: transparent;
	width: 48px;
	font-size: 24px;
	line-height: 1;
	padding: 0 6px;
	color: #fff;
	border: 2px solid #fff;
	border-left: none;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	color: #ffe436;
}

.search button[type=submit]:focus,
.search input[type=submit]:focus {
	outline: none;
}

.search .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search form {
	width: 100%;
}

#footer {
	padding: 112px 0 80px;
	color: #fff;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

#footer .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .img-holder {
	position: relative;
	width: 268px;
	margin: 0 auto 48px;
}

#footer .img-holder .img-wrapper {
	width: 268px;
	height: 268px;
	overflow: hidden;
	border-radius: 50%;
}

#footer .img-holder .img-text {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	color: #fff;
	background: rgba(23, 50, 75, .9);
	position: absolute;
	bottom: -23px;
	left: auto;
	right: 0;
	overflow: hidden;
	padding: 30px 10px 30px 20px;
	font-size: 10px;
	line-height: 1.2;
}

#footer .img-holder .img-text .person-info {
	font-weight: 600;
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
}

#footer .img-holder .img-text .name {
	display: block;
	font-weight: 800;
	font-size: 16px;
}

.footer-block {
	margin-bottom: 35px;
}

address {
	font-style: normal;
}

.address-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.42;
	margin-bottom: 13px;
}

.address-item:last-child {
	margin-bottom: 0;
}

.address-item .title {
	display: block;
	min-width: 60px;
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
	margin-right: 13px;
}

.address-item a {
	color: inherit;
}

.address-item a:hover {
	color: #cfb300;
}

.footer-list {
	font-size: 14px;
	font-weight: 600;
}

.footer-list li {
	padding-left: 12px;
	position: relative;
	margin-bottom: 10px;
}

.footer-list li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-list li:last-child {
	margin-bottom: 0;
}

.footer-list a {
	color: inherit;
}

.footer-list a:hover {
	color: #cfb300;
}

.footer-link-list {
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: 800;
	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;
	margin: 0 -10px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.footer-link-list li {
	padding: 0 10px;
	margin-bottom: 7px;
	position: relative;
}

.footer-link-list li:before {
	content: "";
	width: 2px;
	height: 11px;
	background: currentColor;
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-link-list li:last-child {
	margin-bottom: auto;
}

.footer-link-list li:last-child:before {
	display: none;
}

.footer-link-list a {
	color: inherit;
}

.footer-link-list a:hover {
	color: #cfb300;
}

.footer-form {
	margin-bottom: 12px;
}

.footer-form label {
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
}

.footer-form .input-wrapper {
	position: relative;
}

.footer-form .input-wrapper input {
	width: 100%;
	padding-right: 45px;
	height: 40px;
	color: #333;
}

.footer-form button[type="submit"] {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	background: #cfb300;
	border: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	width: 40px;
	font-size: 26px;
	padding: 0;
	margin: 0;
}

.footer-form button[type="submit"]:hover {
	background: #39f;
}

.footer-form button[type="submit"] [class^="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.intro-section {
	position: relative;
	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;
	padding: 20px 0;
}

.intro-section:before {
	content: "";
	display: block;
	min-height: 360px;
	width: 0;
}

.intro-section .intro-content:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .35);
	z-index: -1;
}

.intro-section .intro-content {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro-section .intro-content .container {
	width: 100%;
}

.intro-section .slideshow,
.intro-section .slick-list,
.intro-section .slide,
.intro-section .slick-track,
.intro-section .slide-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.intro-section .slide-bg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.intro-section .intro-content {
	z-index: 10;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	padding: 0 0 58px;
}

.intro-section .intro-content p {
	margin: 0 0 26px;
}

.intro-section .intro-content h1,
.intro-section .intro-content p {
	text-shadow: 2px 1px 5px #333;
}

.latest-news {
	position: relative;
}

.latest-news .slick-dots {
	position: absolute;
	z-index: 3;
	top: -160px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.news-item {
	padding: 0 10px 0 0;
}

.news-item .title {
	display: block;
	color: #555;
	font: 700 24px/1 "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 16px;
}

.news-item .title a {
	color: #555;
}

.news-item .title a:hover {
	color: #888;
}

.news-item time {
	color: #0971ce;
	font: 800 14px/1.72 "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-left: 36px;
	position: relative;
	margin: 0 0 16px;
	display: block;
}

.news-item time:before {
	content: "";
	position: absolute;
	font-size: 24px;
	line-height: 1;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-item p {
	margin: 0 0 18px;
}

.slick-slider .slick-dots {
	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;
}

.slick-slider .slick-dots li {
	margin: 0 3px;
}

.slick-slider .slick-dots li.slick-active button {
	background: #cfb300;
}

.slick-slider .slick-dots button {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
}

.social-section {
	padding: 76px 0 0;
	position: relative;
	z-index: 1;
	background: #fff;
}

.social-section .social-list {
	font-size: 44px;
	padding: 18px 0 0;
}

.social-section .social-list a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #cfb300;
}

.social-section .social-list a:hover {
	opacity: .8;
}

.social-section .decore-circle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.social-section .section-heading {
	color: #0971ce;
	margin: 0 0 0;
	padding: 0;
}

.twitter-widget {
	margin: 0 0 2rem;
}

.twitter-list li {
	margin: 0 0 50px;
}

.twitter-post p {
	margin: 0 0 10px;
}

.twitter-post .twitter-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 5px;
}

.twitter-post .twitter-heading .time {
	display: inline-block;
	vertical-align: top;
	padding-left: 13px;
	margin-left: 11px;
	position: relative;
}

.twitter-post .twitter-heading .time:before {
	width: 4px;
	height: 4px;
	content: "";
	background: #555;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

.twitter-post .twitter-footer {
	font-size: 14px;
	margin: 0 -16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.twitter-post .twitter-footer a {
	padding: 0 16px;
	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;
}

.twitter-post .twitter-footer [class^="icon-"] {
	font-size: 16px;
	margin-right: 2px;
}

.twitter-post .icon-twitter {
	color: #0971ce;
	font-size: 26px;
	line-height: 1;
	margin-right: 12px;
}

.youtube-block {
	text-align: center;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.4;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding: 80px 20px;
}

.youtube-block .img-holder {
	position: relative;
	width: 100%;
	margin: 0 0 7px;
}

.youtube-block .img-holder .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.youtube-block .btn-holder {
	padding: 16px 0 0;
}

.events-section {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
	padding: 0 0 88px;
	position: relative;
	z-index: 1;
}

.events-section .section-heading {
	color: #fff;
}

.events-section .btn-holder {
	padding: 20px 0 0;
}

.events-section h3 {
	font-weight: 400;
	margin: 30px 0 85px;
}

.events-list {
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	line-height: 1;
	margin-left: 3px;
}

.events-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 27px;
}

.events-list a {
	color: #fff;
}

.events-list a:hover {
	color: #cfb300;
}

.event-date {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #cfb300;
	margin-right: 22px;
}

.event-date [class^="icon-"] {
	font-size: 60px;
}

.event-date .date,
.event-date .month {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
}

.event-date .month {
	font-size: 10px;
	bottom: 6%;
	text-transform: uppercase;
}

.event-date .date {
	top: 41%;
	font-size: 20px;
	line-height: 1.1;
}

.datepicker-holder.internal {
	position: relative;
	transform: none;
	-webkit-transform: none;
	background: #f5f5f5;
	width: 100%;
	top: 0;
	left: 0;
	margin: 30px 0 20px;
	display:block;
}

.datepicker-holder.internal .ui-datepicker-title {
	color: #0971ce;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
   	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.datepicker-holder.internal .ui-datepicker .date-match .ui-state-default {
	color: #fff;
}

.datepicker-holder.internal .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.datepicker-holder.internal .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    background: #006ed1;
    color: #fff;
    font-weight: 800;
    padding: 0 10px;
    font-size: 20px;
    font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.datepicker-holder.internal .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.datepicker-holder.internal .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
	background: #d0b400;
}

.datepicker-holder {
	position: relative;
	z-index: 3;
	background: rgba(0, 0, 0, .25);
}

.datepicker-holder .ui-datepicker {
	border-radius: 0;
	background: none;
	border: none;
	color: inherit;
	width: 100%;
	padding: 0;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header {
	background: none;
	border: none;
	color: inherit;
	font-size: 24px;
	padding: 0;
	margin: 0 0 30px;
	position: relative;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	width: 260px;
	margin: 0 auto;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	position: absolute;
	top: 0;
	color: inherit;
	text-align: center;
	border: 1px solid transparent;
	cursor: pointer;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
	text-decoration: none;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
	background: none;
	font-weight: 700;
	border-color: #fff;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 60px;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
	background: none;
	font-weight: 700;
	border-color: #fff;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	content: "<";
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 60px;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
	background: none;
	font-weight: 700;
	border-color: #fff;
}

.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	content: ">";
}

.datepicker-holder .ui-datepicker .ui-datepicker-calendar {
	width: 100%;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
}

.datepicker-holder .ui-datepicker .ui-datepicker-calendar thead {
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 800;
}

.datepicker-holder .ui-datepicker .ui-datepicker-calendar th {
	padding: 3px 3px 4px;
}

.datepicker-holder .ui-datepicker .ui-state-default {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	color: inherit;
	text-align: center;
	padding: 5px;
}

.datepicker-holder .ui-datepicker .ui-state-default:hover,
.datepicker-holder .ui-datepicker .ui-state-default.ui-state-active,
.datepicker-holder .ui-datepicker .ui-state-default.ui-state-highlight.ui-state-active,
.datepicker-holder .ui-datepicker .date-match .ui-state-default {
	background: #cfb300;
	border-radius: 50%;
}

.datepicker-holder .ui-datepicker .ui-state-default.ui-state-highinherit {
	background: none;
	color: #fff;
}

.datepicker-holder .ui-datepicker .ui-icon {
	background-image: none;
}

.hero-section {
	position:relative;
	min-height: 450px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-size: cover;
	overflow-y: hidden;
}

.hero-section .container {
    position: relative;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align: center;
    align-items:center;
}

.hero-section:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .35);
}

.hero-section .section-heading {
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0;
}

.hero-section .section-heading h1 {
	text-align: center;
	margin: 0 auto;
	text-transform: capitalize;
	font-size: 50px;
	padding: 10px 0;
}

.hero-section .section-heading h1 a {
	color: #fff;
	pointer-events: none;
  	cursor: default;
}

.breadcrumbs {
	font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #f5f5f5;
	padding: 12px 0;
	color: #6c6d70;
	font-size: 14px;
	text-transform: capitalize;
}

.breadcrumbs a {
	text-decoration: none;
	color: #6c6d70;
}

.breadcrumbs .current {
	font-weight:bold;
	color: #cfb300;
}

.content-section {
	padding: 50px 0 130px;
}

.main-column,
.sidebar {
	float:left;
}

.main-column {
	width: 72%;
	padding: 0 30px 0 0;
}

.main-column h2 {
	color: #0971ce;
	font-weight: 600;
	font-size: 42px;
	line-height: 1em;
}

.sidebar {
	width: 28%;
}

.sidebar .side-box {
	background: #f5f5f5;
	padding: 25px;
	margin: 0 0 30px;
}

.sidebar h3 {
	color: #0971ce;
	font-size: 24px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.sidebar .navi ul {
	font-size: 18px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar .navi ul li {
	padding: 0 0 10px;
}

.sidebar .navi ul li:before {
    content: "\00BB";
    padding: 0 10px 0 0;
    color: #cfb300;
}

.sidebar .navi ul li a {
	color: #555555;
}

.sidebar .navi ul li a:hover {
	font-weight: 600;
}

.sidebar .news-item {
	margin: 0 0 30px;
}

.sidebar .news-item:last-child {
	margin: 0;
}

.sidebar .news-item .title {
	font-size: 20px;
	margin: 0 0 10px;
}

.sidebar .news-item time {
	font-size: 14px;
	margin: 0 0 2px;
}

.sidebar .news-item time:before {
    font-size: 28px;
}

.sidebar .news-item .read-more {
	font-size: 13px;
}

#live {
	background: #ff1e11;
}

#live p {
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}

#live a {
	font-weight: bold;
}

#live a:hover {
	color: #ccc;
}

#live > .container {
	justify-content: center;
}

.buffer #newsfilterlist li a {
	font-size: 18px;
}

.buffer a.issues-item {
    color: #fff;
    background: #8429a9;
    border-color: transparent;
    font-family: "Muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1em;
}

.inputText {
    width: 100%;
}

/*Survey phone fields, overwriting inline fixed widths*/

input[name*=AreaCode],
input[name*=Exchange] {
	min-width: 50px;
}

input[name*=Extension] {
	min-width: 75px;
}

#news-search .search-title, 
#news-search .search-phrase,
h3.newsie-titler {
	font-size: 1em !important;
}

.member-list {
    display: block;
    text-align: center;
    width: 100%;
}

.member-list .member-item {
	display: inline-block;
    box-sizing: border-box;
    padding: 10px 10px 35px;
    width: 24%;
    vertical-align: top;
    text-align: center;
    position: relative;
    top: 0px;
    line-height: 24px;
}

.member-list .member-item img{
	width:  200px;
	height:  200px;
	object-fit: cover;
	object-position: 50% 0;
	margin:  0 auto 10px;
	display: block;
	border: 1px solid #888888;
	padding:  10px;
}

.member-list .member-item img.middle {
	object-position:  50% 40%;
}

.member-item a {
	font-weight: bold;
}

.member-item .creds {
	font-size: 14px;
	display: block;
	color:  #0971ce;
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}

	h1,
	.h1 {
		font-size: 55px;
	}

	h2,
	.h2 {
		line-height: 1.2;
		font-size: 42px;
		letter-spacing: -.7px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	.social-list.rounded {
		font-size: 53px;
	}

	.section-heading {
		color: #0971ce;
		text-align: left;
		margin-bottom: 40px;
		padding: 0;
	}

	.section-heading .decore-circle {
		left: 100%;
		top: 0;
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		transform: translate(0, -25%);
	}

	.btn {
		padding: 17px 52px;
	}

	.btn.btn-lg {
		font-size: 18px;
		min-width: 298px;
		padding: 27px 20px;
	}

	.read-more {
		font-size: 18px;
	}

	.base-layout {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.base-layout .column {
		width: 64%;
	}

	.base-layout.alt-revers {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.base-section {
		padding: 66px 0 87px;
	}

	.decore-circle {
		width: 684px;
		height: 684px;
	}

	#header > .container, #live > .container {
		max-width: 100%;
		padding: 0 35px;
	}

	#header .social-list {
		margin-right: 52px;
	}

	#header .social-list a {
		color: #0971ce;
	}

	#header .social-list a:hover {
		color: #cfb300;
	}

	#header .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: calc(100% - 210px);
		padding: 12px 65px 0 0;
	}

	#header .logo {
		width: 210px;
		height: 105px;
	}

	#header .contact-btn {
		margin: 0 0 0 25px;
	}

	.main-menu {
		font-size: 50px;
	}

	.main-menu > li {
		margin: 0 0 25px;
	}

	.search-opener-holder {
		width: 133px;
	}

	.search-open-btn {
		width: 133px;
		height: 133px;
		top: -10px;
		font-size: 22px;
	}

	.search-open-btn [class^="icon-"] {
		left: 25%;
	}

	.search input[type=search],
	.search input[type=text] {
		height: 50px;
	}

	#footer {
		padding: 150px 0 100px;
	}

	#footer .social-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#footer .img-holder {
		position: absolute;
		top: -12px;
		right: -36px;
		left: auto;
		width: auto;
		margin-bottom: 0;
	}

	#footer .img-holder .img-wrapper {
		width: 320px;
		height: 320px;
	}

	#footer .img-holder .img-text {
		width: 160px;
		height: 160px;
		right: -5px;
		bottom: -33px;
		font-size: 12px;
		padding: 33px 10px 30px 23px;
	}

	#footer .img-holder .img-text .person-info {
		font-size: 15px;
		margin-bottom: 10px;
	}

	#footer .img-holder .img-text .name {
		font-size: 20px;
	}

	.footer-holder {
		position: relative;
	}

	.footer-block {
		width: 50%;
		margin-bottom: 52px;
	}

	.footer-block h3,
	.footer-block .h3 {
		margin-bottom: 22px;
	}

	.address-item {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.address-item .title {
		min-width: 70px;
		margin-right: 15px;
	}

	.footer-list {
		font-size: 16px;
	}

	.footer-link-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-form {
		margin-bottom: 60px;
	}

	.footer-form label {
		font-size: 22px;
	}

	.footer-form .input-wrapper {
		width: 370px;
	}

	.intro-section:before {
		min-height: 450px;
	}

	.intro-section .intro-content {
		font-size: 28px;
		padding: 0 0 40px;
	}

	.intro-section .intro-content p {
		margin: 0 0 20px;
	}

	.latest-news .slick-dots {
		top: -80px;
		right: 20px;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}

	.latest-news .section-heading {
		padding: 0 114px 0 0;
	}

	.news-item .title {
		font-size: 28px;
	}

	.slick-slider .slick-dots button {
		border-color: #0971ce;
	}

	.social-section {
		padding: 66px 0 40px;
	}

	.twitter-list {
		padding-right: 20px;
	}

	.twitter-list li {
		margin: 0 0 34px;
	}

	.twitter-post .twitter-heading {
		font-size: 14px;
	}

	.youtube-block {
		padding: 30px 0 0;
		z-index: 3;
		position: absolute;
		top: 50%;
		left: calc((((100vw - 800px) / 2) + 100%) / 2 + 20px);
		max-width: 274px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.events-section {
		padding: 112px 0 104px;
	}

	.events-section .section-heading {
		margin: 0 0 48px;
	}

	.events-section .alt-revers .decore-circle {
		left: auto;
		right: calc(100% + 16px);
	}

	.events-list li {
		margin: 0 0 28px;
	}

	.event-date {
		margin: -6px 23px 0 0;
	}

	.datepicker-holder {
		position: absolute;
		top: 50%;
		right: 25vw;
		-webkit-transform: translate(50%, -46%);
		-ms-transform: translate(50%, -46%);
		transform: translate(50%, -46%);
		width: 350px;
		padding: 8px 0 0;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-header {
		margin: 0 0 14px;
	}

	.datepicker-holder .ui-datepicker .ui-state-default {
		padding: .2em;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.base-layout .column:last-child {
		width: 36%;
	}

	.hide-tablet-only {
		display: none;
	}

	.nav-active .main-menu {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.events-section .alt-revers .column {
		width: 50%;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.main-menu > li > a.has-drop-down-a:before,
	.main-menu > li > a.has-drop-down-a:after {
		width: 16px;
		height: 4px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1220px;
	}

	body {
		font-size: 20px;
	}

	.intro-content h1 {
		font-size: 65px;
	}

	h1,
	.h1 {
		font-size: 60px;
		margin: 0 0 33px;
	}

	h2,
	.h2 {
		font-size: 50px;
		letter-spacing: -1.5px;
	}

	h3,
	.h3 {
		font-size: 36px;
	}

	h4,
	.h4 {
		font-size: 26px;
	}

	.social-list.rounded {
		font-size: 64px;
		margin: 0 -8px;
	}

	.social-list.rounded li {
		padding: 0 8px;
	}

	.section-heading {
		margin-bottom: 20px;
	}

	.section-heading .decore-circle {
		-webkit-transform: translate(0, -14%);
		-ms-transform: translate(0, -14%);
		transform: translate(0, -14%);
	}

	.read-more {
		font-size: 24px;
		padding-right: 26px;
	}

	.read-more:before {
		font-size: 14px;
	}

	.base-layout .column {
		width: 50%;
	}

	.decore-circle {
		width: 800px;
		height: 800px;
	}

	#header > .container, #live > .container {
		max-width: 1596px;
		padding: 0 80px;
	}

	#header .social-list {
		padding: 0;
		margin: 0;
		position: relative;
	}

	#header .holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 8px 0 0 0;
	}

	.nav-open-btn {
		display: none;
		margin: 0;
	}

	.nav-close-btn {
		display: none;
	}

	.main-menu {
		color: #888;
		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;
		font-size: 14px;
	}

	.main-menu > li {
		margin: 0 6px;
	}

	.main-menu > li.hover {
		color: #0971ce;
	}

	.main-menu > li.hover > a:before {
		background: #cfb300;
	}

	.main-menu > li.active a {
		color: #0971ce;
	}

	.main-menu > li.active a:before {
		background: #cfb300;
	}

	.main-menu > li > a {
		vertical-align: top;
		padding: 4px 0 6px;
	}

	.main-menu > li > a:before {
		content: "";
		width: 33px;
		height: 33px;
		border-radius: 50%;
		z-index: -1;
		position: absolute;
		left: -6px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 58px;
		left: 0;
		width: 198px;
		max-height: none;
		display: none;
		text-align: left;
		color: #555;
		background-color: rgba(255, 255, 255, .8);
		padding: 21px 16px 15px;
	}

	.main-menu .drop:before {
		content: "";
		width: 100%;
		position: absolute;
		top: -40px;
		left: 0;
		height: 42px;
	}

	.main-menu .drop ul li {
		padding: 9px 10px;
	}

	.main-menu .drop ul li.active {
		color: #0971ce;
	}

	.main-menu .drop ul a:hover {
		color: #0971ce;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.search input[type=search],
	.search input[type=text] {
		padding: 8px 20px 8px 8px;
	}

	.search form {
		max-width: 700px;
	}

	#footer .img-holder {
		right: 0;
		top: 0;
	}

	.footer-holder {
		padding-right: 33.3333%;
	}

	.footer-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.footer-bottom .footer-link-list {
		padding-top: 20px;
	}

	.footer-block {
		padding-right: 20px;
	}

	.footer-form {
		margin: 0 20px 15px 0;
	}

	.footer-form .input-wrapper {
		width: auto;
	}

	.intro-section:before {
		min-height: 100%;
		padding-top: 42%;
	}

	.intro-section .intro-content .container {
		font-size: 36px;
		max-width: 968px;
	}

	.intro-section .intro-content p {
		margin: 0 0 38px;
	}

	.latest-news .slick-dots {
		top: -74px;
		right: 36px;
	}

	.news-item .title {
		font-size: 30px;
	}

	.news-item time {
		font-size: 18px;
		padding-left: 44px;
	}

	.news-item time:before {
		font-size: 30px;
	}

	.social-section .social-list {
		font-size: 58px;
		padding: 0;
	}

	.social-section .section-heading {
		padding: 0 0 50px;
	}

	.twitter-list {
		padding-right: 40px;
	}

	.twitter-list li {
		margin: 0 0 40px;
	}

	.twitter-post {
		font-size: 22px;
		line-height: 1.37;
	}

	.twitter-post .twitter-heading {
		font-size: 16px;
	}

	.youtube-block {
		left: 25vw;
		font-size: 24px;
		line-height: 1.25;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.youtube-block .img-holder {
		margin: 0 0 15px;
	}

	.youtube-block .btn-holder {
		padding: 33px 0 0;
	}

	.events-section {
		padding: 74px 0 104px;
	}

	.events-list li {
		margin: 0 0 56px;
	}

	.datepicker-holder {
		width: 422px;
	}
}

@media (min-width: 1200px) {
	.base-section {
		padding: 98px 0 176px;
	}

	#header .holder {
		max-width: calc(100% - 240px);
		padding: 8px 12px 0 0;
	}

	#header .logo {
		width: 240px;
		height: 120px;
	}

	.main-menu {
		font-size: 16px;
	}

	.main-menu .drop {
		top: 65px;
	}

	.nav-bar {
		margin: 4px 39px 0 0;
	}

	.search-open-btn {
		top: 0;
	}

	#footer {
		padding: 100px 0 200px;
	}

	#footer .img-holder {
		right: 14px;
		top: 44px;
	}

	#footer .img-holder .img-wrapper {
		width: 382px;
		height: 382px;
	}

	#footer .img-holder .img-text {
		width: 188px;
		height: 188px;
		font-size: 15px;
		padding: 41px 10px 30px 25px;
	}

	#footer .img-holder .img-text .person-info {
		font-size: 18px;
	}

	#footer .img-holder .img-text .name {
		font-size: 26px;
	}

	.footer-top {
		margin: 0 -10px;
	}

	.footer-top .footer-block {
		padding: 0 10px;
	}

	.footer-block {
		padding: 0;
		margin-bottom: 56px;
	}

	.footer-block h3,
	.footer-block .h3 {
		margin-bottom: 60px;
	}

	.address-item {
		font-size: 18px;
	}

	.address-item .title {
		min-width: 80px;
		margin-right: 9px;
	}

	.footer-list {
		font-size: 18px;
	}

	.footer-link-list {
		font-size: 14px;
		margin: 0 -12px;
	}

	.footer-link-list li {
		padding: 0 12px;
	}

	.footer-form {
		margin: 0 32px 17px 0;
	}

	.footer-form label {
		font-size: 24px;
	}

	.footer-form .input-wrapper {
		width: 370px;
	}

	.social-section .social-list {
		margin: 0 -7px;
	}

	.social-section .social-list li {
		padding: 0 7px;
	}

	.youtube-block {
		padding: 100px 0 0;
		left: 28vw;
		max-width: 460px;
	}

	.events-section .btn-holder {
		padding: 0;
	}

	.events-list {
		font-size: 30px;
	}

	.event-date [class^="icon-"] {
		font-size: 90px;
	}

	.event-date .month {
		bottom: 11%;
		font-size: 14px;
	}

	.event-date .date {
		font-size: 30px;
	}

	.datepicker-holder {
		width: 560px;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-header {
		font-size: 30px;
		margin: 0 0 30px;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
		left: 40px;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
		left: 97px;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
		right: 40px;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
		right: 97px;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-calendar {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 52px;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-calendar thead {
		font-size: 22px;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-calendar th {
		padding: 3px 3px 15px;
	}

	.datepicker-holder .ui-datepicker .ui-datepicker-calendar td {
		padding: 0 14px 16px;
	}
}

@media (min-width: 1400px) {
	.section-heading .decore-circle {
		-webkit-transform: translate(0, -20%);
		-ms-transform: translate(0, -20%);
		transform: translate(0, -20%);
	}

	.decore-circle {
		padding: 84%;
	}

	#header > .container, #live > .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-menu > li {
		margin: 0 20px;
	}

	.social-section {
		padding: 104px 0 120px;
	}

	.events-section {
		padding: 129px 0 87px;
	}
}

@media (max-width: 1399px) {
	.main-menu > li:last-child .drop {
		left: auto;
		right: 0;
	}
}

@media (max-width: 1023px) {
	.main-column,
	.sidebar {
		float:none;
		width: 100%;
	}

	.main-column {
		padding: 0 0 40px;
	}

	.hero-section .section-heading h1 {
		font-size: 42px;
	}

	.hero-section,
	.hero-section .container {
		min-height: 360px;
	}

	.btn.btn-outline {
		padding: 13px 32px;
		min-width: auto;
	}

	#header .inner {
		overflow-y: auto;
		height: 100%;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 85px);
		padding: 128px 30px 30px;
		background: #0971ce;
		position: absolute;
		z-index: 99;
		top: 95px;
		opacity: 0;
		visibility: hidden;
		left: 0;
		right: 0;
	}

	.main-menu > li.hover .has-drop-down-a:after {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.main-menu > li > a.has-drop-down-a {
		padding: 0 55px 0 22px;
	}

	.main-menu > li > a.has-drop-down-a:before,
	.main-menu > li > a.has-drop-down-a:after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 32px;
		width: 12px;
		height: 2px;
		background: #fff;
		margin: 0 0 0 11px;
	}

	.main-menu > li > a.has-drop-down-a:after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .drop ul li {
		margin-bottom: 22px;
	}

	.main-menu .hover > .drop {
		padding: 11px 21px 1px;
		visibility: visible;
		opacity: 1;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.events-section > .container {
		max-width: 716px;
	}
}

@media (max-width: 767px) {

	.member-list .member-item { 
		width:  49%;
	}
	.base-layout.revers {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.btn-holder {
		text-align: center;
	}

	#header .social-list {
		position: absolute;
		z-index: 99;
		top: 124px;
		left: 16px;
		opacity: 0;
		visibility: hidden;
	}

	.nav-active #header .social-list {
		opacity: 1;
		visibility: visible;
	}

	#header .holder > .search {
		display: none;
	}

	#header .holder > .options .search-open-btn {
		display: none;
	}

	.nav-open-btn {
		position: absolute;
		top: 33px;
		right: 62px;
	}

	.nav-drop {
		height: calc(100vh - 85px);
		padding: 112px 24px 30px;
		top: 81px;
	}

	.nav-bar {
		overflow: hidden;
	}

	.search button[type=submit],
	.search input[type=submit] {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		border-left: 1px solid #cfb300;
	}

	.search .search-wrap {
		position: relative;
	}

	.nav-active .social-list {
		opacity: 1;
		visibility: visible;
	}

	.latest-news .section-heading {
		margin-top: -88px;
	}

	.social-section .social-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.social-section .decore-circle {
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}

	.social-section .youtube-block {
		margin-bottom: -80px;
	}

	.social-section .youtube-block img {
		max-width: 250px;
	}

	.events-section .section-heading {
		margin: -105px 0 10px;
	}

	.datepicker-holder {
		display: none;
	}
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}

	.intro-section .intro-content h1 {
		font-size: 2rem;
	}
}

@media (max-height: 576px) {
	.fancybox-caption {
		padding: 12px;
	}

	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

