/*! 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 #000;
	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;
	padding: 0; 
}*/

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

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

[class^="icon-"],
[class*=" icon-"],
.read-more: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-search:before {
	content: "\e900";
}

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

.icon-chevron-circle-left:before {
	content: "\e902";
}

.icon-chevron-circle-right:before {
	content: "\e903";
}

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

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

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

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

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

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

.icon-multiarrow:before {
	content: "\e90a";
}

.icon-papers:before {
	content: "\e90b";
}

.icon-share:before {
	content: "\e90c";
}

.icon-usa:before {
	content: "\e90d";
}

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

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

.icon-feed:before {
	content: "\f09e";
}

.icon-rss:before {
	content: "\f09e";
}

.icon-google:before {
	content: "\f0d5";
}

.icon-youtube:before {
	content: "\f167";
}

.icon-arrow-right:before {
	content: "\f178";
}

/* Slick slider styles */

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

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

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

.lightbox-slider .slick-track,
.lightbox-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.slick-hidden {
	display: none;
}

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.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: .87;
	-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-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	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 {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* 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 {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

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

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.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 {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.social-networks,
.main-nav,
.drop-list,
.address-list,
.footer-nav,
.picto-list,
.filter-list,
.twit-info,
.share-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #575757;
	background: #fff;
	font: 14px/1.429 "Lato", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Maven Pro", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

h2,
.h2 {
	font-size: 18px;
	font-weight: 600;
}

h3,
.h3 {
	font-size: 17px;
	line-height: 1;
}

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

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

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

p {
	margin: 0 0 1em;
}

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

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

/*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 #575757;
	padding: .4em .7em;
	min-width: 90px;
}

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

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

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

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

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

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

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

.page-header {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	z-index: 10;
}

.page-header:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -999px;
	right: -999px;
	z-index: -3;
	background-color: #fff;
	box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, .5);
}

.page-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.fixed-position .page-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-animation: header-appear .5s ease-in-out;
	animation: header-appear .5s ease-in-out;
}

.logo {
	display: block;
	font-size: 9px;
	line-height: 1;
	margin-left: -15px;
	font-weight: 400;
}

.logo .visual {
	width: 110px;
	display: inline-block;
	vertical-align: top;
}

.logo .visual img {
	display: block;
	width: 100%;
}

.logo .text-block {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: -12px;
}

.logo .title {
	display: block;
}

.logo .name {
	font-family: "Maven Pro", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 900;
	font-size: 28px;
	line-height: .8;
	text-transform: uppercase;
	display: block;
	color: #22427b;
}

.logo .district {
	display: block;
}

.logo .number {
	font-size: 11px;
	font-weight: 900;
	color: #22427b;
}

.logo a {
	color: #575757;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.alt-logo {
	display: none;
}

.alt-logo img {
	width: 100%;
	max-width: 200px;
	display: block;
}

.burger-button {
	display: block;
	position: relative;
	z-index: 4;
	width: 30px;
	height: 20px;
	margin: 0 20px;
	color: #22427b;
	text-decoration: none;
}

.burger-button:before {
	content: "";
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	background-color: currentColor;
	border-radius: 2px;
}

.burger-button:after {
	content: "";
	top: 16px;
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	background-color: currentColor;
	border-radius: 2px;
}

.burger-button:hover {
	text-decoration: none;
	color: #22427b;
}

.burger-button span {
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: currentColor;
	border-radius: 2px;
}

.burger-block .social-wrapper {
	display: none;
}

.burger-block .social-networks {
	font-size: 22px;
}

.burger-block .social-networks a {
	background-color: #22427b;
	color: #fff;
	width: 44px;
	height: 44px;
}

.burger-block .search-panel .form-close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 18px;
	font-weight: 700;
}

.burger-block .search-panel .input-container {
	max-width: 400px;
	margin: 0 auto;
}

.burger-block .search-panel input[type="text"],
.burger-block .search-panel input[type="search"] {
	border-color: #575757;
	color: gray;
}

.burger-block .search-panel input[type="text"]::-webkit-input-placeholder,
.burger-block .search-panel input[type="search"]::-webkit-input-placeholder {
	color: gray;
}

.burger-block .search-panel input[type="text"]::-moz-placeholder,
.burger-block .search-panel input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: gray;
}

.burger-block .search-panel input[type="text"]:-moz-placeholder,
.burger-block .search-panel input[type="search"]:-moz-placeholder {
	color: gray;
}

.burger-block .search-panel input[type="text"]:-ms-input-placeholder,
.burger-block .search-panel input[type="search"]:-ms-input-placeholder {
	color: gray;
}

.burger-block .search-panel input[type="text"].placeholder,
.burger-block .search-panel input[type="search"].placeholder {
	color: gray;
}

.burger-block .search-panel input[type="text"]:focus,
.burger-block .search-panel input[type="search"]:focus {
	border-color: #f3d34f;
}

.burger-block .search-panel input[type="submit"],
.burger-block .search-panel button[type="submit"] {
	background-color: #575757;
	border-color: #575757;
	color: #fff;
}

.form-active .burger-block .search-panel {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.burger-block .form-opener {
	display: block;
	font-size: 26px;
	line-height: 1;
	margin-right: 20px;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
}

.social-networks li {
	margin-left: 3px;
}

.social-networks a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	border-radius: 50%;
	display: block;
	width: 34px;
	height: 34px;
	position: relative;
	text-decoration: none;
	background-color: #f3d34f;
	color: #22427b;
}

.social-networks a:hover {
	opacity: .8;
}

.social-networks a [class*="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 20px;
	background-color: #22427b;
	color: #fff;
	text-align: center;
	max-height: calc(100vh - 66px);
	overflow-y: auto;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

.nav-drop .drop-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 24px;
}

.nav-drop .social-wrapper {
	margin-bottom: 5px;
}

.nav-drop .nav-opener {
	text-decoration: none;
	color: #f3d34f;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.search-form input[type="text"],
.search-form input[type="search"] {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	border: 1px solid #fff;
	border-right: 0;
	background-color: transparent;
	color: #fff;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -.025em;
	padding: 5px 10px;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
}

.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #fff;
}

.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.search-form input[type="text"].placeholder,
.search-form input[type="search"].placeholder {
	color: #fff;
}

.search-form input[type="text"]:focus,
.search-form input[type="search"]:focus {
	outline: none;
	border-color: #f3d34f;
}

.search-form .input-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.search-form input[type="submit"],
.search-form button[type="submit"] {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #22427b;
	background-color: #f3d34f;
	border: 1px solid #f3d34f;
	font-size: 18px;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.search-form input[type="submit"]:hover,
.search-form button[type="submit"]:hover {
	opacity: .7;
}

.main-nav {
	font-size: 24px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	padding-bottom: 20px;
}

.main-nav .menu-item {
	padding: 2px 0;
}

.main-nav .menu-item.current > a {
	color: #f3d34f;
}

.main-nav .menu-item.current > a:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.main-nav a {
	color: #fff;
}

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

.drop-list {
	font-size: 18px;
	font-weight: 400;
	padding: 10px 0 8px;
}

.drop-list li {
	padding: 4px 0;
}

.drop-list li.current > a {
	color: #f3d34f;
}

.drop-list a {
	-webkit-transition: color .3s ease-in-out, font-weight .3s ease-in-out;
	transition: color .3s ease-in-out, font-weight .3s ease-in-out;
}

.drop-list a:hover {
	font-weight: 700;
}

.page-footer {
	position: relative;
	z-index: 3;
	color: #fff;
	padding: 60px 5px 25px;
	text-align: center;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.page-footer .decorated-heading {
	padding: 9px 4px;
}

.page-footer .decorated-inner {
	padding: 20px 12px 23px;
}

.page-footer .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.page-footer .bg:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .5) 100%);
}

.page-footer .container {
	max-width: 740px;
}

.address-list {
	margin: 40px 0 50px;
	line-height: 1.715;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .46);
}

.address-list li {
	margin-bottom: 25px;
}

.address-list address {
	display: block;
	font-style: normal;
	padding: 0;
	margin: 0;
}

.address-list address span {
	display: block;
}

.address-list .title {
	display: block;
	font-family: "Maven Pro", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

.address-list a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: inherit;
}

.address-list a:hover {
	color: inherit;
	opacity: .7;
}

.footer-nav {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .46);
	font-weight: 700;
	letter-spacing: -.025em;
}

.footer-nav li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 10px;
}

.footer-nav li:after {
	content: "|";
	display: inline-block;
	margin-left: 7px;
}

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

.footer-nav a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: inherit;
}

.footer-nav a:hover {
	opacity: .7;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}

body {
	background-color: #000;
}

main {
	position: relative;
	z-index: 2;
}

.container {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px;
}

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

.main-row {
	margin: 0 -16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column {
	padding: 0 16px;
	width: 100%;
	max-width: 602px;
	margin: 0 auto 55px;
}

.column-sm {
	width: 100%;
	max-width: 400px;
	padding: 0 16px;
}

.decorated-heading {
	padding: 11px 4px;
	margin-bottom: 7px;
	text-transform: uppercase;
	background-color: #22427b;
	text-align: center;
	color: #fff;
}

.decorated-heading h1,
.decorated-heading h2,
.decorated-heading h3,
.decorated-heading h4,
.decorated-heading h5,
.decorated-heading h6 {
	margin-bottom: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .025em;
}

.decorated-inner {
	border: 2px solid #f3d34f;
	padding: 16px 12px 12px;
	width: 100%;
}

.btn-holder {
	text-align: center;
	padding-top: 20px;
}

.btn {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	color: #22427b;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	letter-spacing: -.025em;
	font-weight: 600;
	padding: 16px 46px;
	border: 2px solid currentColor;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.btn:hover {
	background-color:  #22427b;
	border-color:  #22427b;
	color: #fff;
}

.btn:hover [class*="icon-"] {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.btn [class*="icon"] {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-bottom: 2px;
	font-size: .786em;
}

.btn.btn-fill {
	background-color: #22427b;
	border-color: #22427b;
	color: #fff;
}

.btn.btn-fill:hover {
	background-color: rgba(34, 66, 123, .5);
}

.btn.btn-fill-secondary {
	background-color: #f3d34f;
	border-color: #f3d34f;
	color: #fff;
}

.btn.btn-fill-secondary:hover {
	background-color: rgba(243, 211, 79, .5);
}

.btn.btn-sm {
	font-size: 14px;
	padding: 10px 18px;
	min-width: 150px;
}

.primary {
	color: #22427b;
}

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

.content-section .page-title {
	font-family: "Maven Pro", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #22427b;
	letter-spacing: -.025em;
}

.pageTitle {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #22427b;
	font-size: 20px;
}

#issue-list {
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}

#issue-list li {
    display: inline-block;
    list-style: none;
    text-align: center;
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
    margin: 5px;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: -.025em;
}

#issue-list li a {
    background-color: transparent;
    text-decoration: none;
    border: 2px solid #22427b;
    color: #22427b;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    font-size: 20px;
    padding: 40px 10px;
    box-sizing: border-box;
    display: block;
}

#issue-list li a:hover {
	background-color: #22427b;
	color: #fff;
}

.read-more {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	text-decoration: none;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.read-more:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-bottom: 2px;
	font-size: .786em;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.read-more:hover {
	opacity: .8;
	color: #22427b;
}

.read-more:hover:after {
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox {
	max-width: 100%;
}

.crumb-section {
	background: #e5e5e5;
	padding: 5px 0;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.03em;
	color: #575757;
	font-weight: 300;
	font-size: 14px;
	text-transform: capitalize;
}

.crumb-section a {
	color: #575757;
}

.crumb-section .current {
	font-weight: 600;
}

.visual-section.internal {
	min-height: 420px;
}

.visual-section.internal a {
	color: #fff;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.visual-section.internal .container {
	position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visual-section.internal .bg:before {
	content: none;
}

.visual-section {
	position: relative;
	padding: 49px 0 45px;
	font-size: 13px;
	line-height: 1.385;
	color: #fff;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
}

.visual-section p {
	max-width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}

.visual-section:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -5;
	background-color: #22427b;
}

.visual-section .decorated-heading {
	background-color: rgba(0, 0, 0, .4);
	margin-left: -10px;
	margin-right: -10px;
	padding: 7px 4px;
}

.visual-section .decorated-inner {
	padding: 17px 12px 20px;
}

.visual-section .container {
	padding: 0 10px;
}

.visual-section .btn {
	color: #fff;
	padding-left: 35px;
	padding-right: 35px;
}

.visual-section .btn:hover {
	background: #f3d34f;
	border-color: #f3d34f;
}

.visual-section .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.visual-section .bg:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .25);
}

#contentHolder {
	font: 14px/1.429 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.02em;
	margin: 0 0 60px;
}

#contentHolder a {
	text-decoration: underline;
}

#aspnetForm {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

.required {
	color: #aa0000;
	font-size: 18px
}

.picto-list {
	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-top: 17px;
	padding: 0 25px;
}

.picto-list li {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 21px;
}

.picto-list .picto-holder {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	font-size: 44px;
	margin-bottom: 0;
}

.picto-list .picto-holder [class*="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.picto-list .picto-holder .icon-house {
	font-size: 50px;
}

.picto-list .picto-holder .icon-usa {
	font-size: 24px;
}

.picto-list .picto-holder .icon-flag {
	font-size: 32px;
}

.picto-list .title {
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.25;
}

.picto-list a {
	color: #fff;
	text-decoration: none;
}

.picto-list a:hover .picto-holder {
	background-color: #f3d34f;
	border-color: #f3d34f;
}

.filter-list {
	text-transform: none;
	font-weight: 400;
}

.filter-list li {
	display: inline-block;
	margin-right: 6px;
}

.filter-list li:last-child {
	margin-right: 0;
}

.filter-list li.active {
	font-weight: 700;
}

.filter-list li.active a {
	text-decoration: underline;
}

.filter-list a {
	color: #fff;
}

.filter-list a:hover {
	color: #fff;
	text-decoration: underline;
}

.filtration {
	font-size: 13px;
	letter-spacing: .025em;
	text-align: left;
	padding: 10px 0 0 7px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.filtration .title {
	font-weight: 400;
	display: block;
	color: #f3d34f;
	font-size: 12px;
	line-height: 1.25;
}

.tab {
	width: 100%;
}

#tab-1 .twitter-post.post-2,
#tab-1 .twitter-post.post-3 {
	display: none;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.twitter-post {
	text-align: center;
	padding: 25px 15px 10px;
	margin-bottom: 10px;
	background-color: #e5e5e5;
	position: relative;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.twitter-post .category-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	font-size: 22px;
}

.twitter-post .image-holder {
	max-width: 100px;
	margin: 0 auto 18px;
	border-radius: 50%;
}

.twitter-header {
	margin-bottom: 18px;
}

.twit-info {
	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;
	font-size: .857em;
}

.twit-info li {
	margin-right: 5px;
}

.twit-info li:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: currentColor;
}

.twit-info li:last-child:after {
	content: none;
}

.post {
	position: relative;
	margin-bottom: 5px;
}

.press-post {
	padding: 25px 0 10px;
	line-height: 1.429;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.share-list .stButton {
	margin: 0 !important;
	position: absolute;
}

.stButton .stLarge {
    background-image:none !important;
    margin-left: -25px;
    height: 25px !important;
}

.share-list li [class*="icon-"] {
	color: #22427b;
}

.share-list li .icon-share {
	color: #fff;
}

.share-list {
	display: none;
}

.share-list li:first-child {
	font-size: 28px;
	background-color: #22427b;
	color: #fff;
	margin-bottom: 15px;
	padding: 8px;
}

.share-list a {
	text-decoration: none;
}

.post-time {
	display: block;
	color: #22427b;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 5px;
	letter-spacing: -.025em;
}

.category-icon {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #22427b;
	color: #fff;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 17px;
}

.category-icon [class*="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.post-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4px;
}

.post-heading h2,
.post-heading .h2 {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.video-post {
	margin-bottom: 50px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.video-post .play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	max-width: 41px;
}

.video-post .video-holder {
	position: relative;
	margin-bottom: 23px;
}

.video-post .category-icon {
	width: 45px;
	height: 45px;
	font-size: 22px;
}

.video-post .post-heading {
	margin-bottom: 14px;
}

.video-post img {
	vertical-align: top;
}

.post-content {
	width: 100%;
}

.gallery-post {
	position: relative;
}

.gallery-post .category-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	font-size: 22px;
}

.slide-light-box img {
	display: block;
	width: 100%;
}

.slide-light-box .slick-arrow {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 32px;
	color: rgba(255, 255, 255, .8);
	z-index: 5;
}

.slide-light-box .slick-arrow:hover {
	color: rgba(255, 255, 255, .5);
}

.slide-light-box .slick-arrow:focus,
.slide-light-box .slick-arrow:active {
	outline: none;
}

.slide-light-box .slick-prev {
	left: 0;
}

.slide-light-box .slick-next {
	right: 0;
}

.slide-light-box .slide {
	position: relative;
}

.slide-light-box .common-icon {
	display:none;
	font-size: 38px;
	color: rgba(255, 255, 255, .8);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, .35);
}

.widget-list {
	padding: 0 5px;
}

.widget {
	border: 2px solid #22427b;
	margin-bottom: 17px;
	line-height: 1.715;
	padding: 30px 15px 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	min-height: 230px;
	font-size: 14px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.widget .img-holder {
	margin-bottom: 25px;
}

.widget .img-holder img {
	display: block;
	width: 100%;
}

.widget .img-holder.auto img {
	width: auto;
}

.widget .img-holder.wide {
	margin-left: -15px;
	margin-right: -15px;
}

.widget h3 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
}

.widget h3.white {
	color: #fff;
	margin-bottom: 5px;
}

.widget p {
	margin-bottom: 20px;
}

.widget .icon-debt {
	font-size: 60px;
	line-height: 1;
	color: #22427b;
}

.widget .title {
	display: block;
	font-weight: 600;
	font-size: 18px;
}

.widget .value {
	font-weight: 800;
	display: block;
	color: #22427b;
	font-size: 24px;
	line-height: 1.25;
}

.widget .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	margin-bottom: 15px;
	margin-right: -7px;
}

.widget .heading h3 {
	line-height: 1.25;
}

.widget .heading img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.widget.centered {
	text-align: left;
	padding-left: 25%;
	padding-right: 15%;
}

.widget.p-sm {
	padding: 15px;
}

.widget.widget-sm {
	min-height: 130px;
	padding: 5px;
}

.widget.widget-lg {
	min-height: 320px;
}

.widget-left {
	text-align: left;
	padding-top: 12px;
	padding-bottom: 25px;
	line-height: 1.429;
}

.widget-left h3 {
	max-width: 70%;
}

.widget-left p {
	max-width: 50%;
}

.subscribe-form {
	margin-left: -10px;
	margin-right: -10px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 12px 12px;
	margin-bottom: 10px;
}

@media (min-width: 480px) {
	.address-list {
		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;
	}

	.address-list li {
		width: 50%;
		padding: 0 10px;
	}

	.picto-list li {
		width: 33.333%;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}

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

	.visual-section.internal .decorated-heading h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 24px;
		letter-spacing: .025em;
	}

	.page-header .container {
		padding: 0 30px;
	}

	.logo {
		font-size: 18px;
		margin-left: -50px;
	}

	.logo .visual {
		width: 222px;
	}

	.logo .text-block {
		margin-left: -20px;
		padding-top: 4px;
	}

	.logo .title {
		font-size: 19px;
	}

	.logo .name {
		font-size: 56px;
	}

	.logo .number {
		font-size: 21px;
	}

	.burger-button {
		margin: 0 3px 0 auto;
	}

	.burger-block {
		padding-bottom: 4px;
	}

	.burger-block .social-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 15px;
	}

	.burger-block .search-panel {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-110%);
		-ms-transform: translateY(-110%);
		transform: translateY(-110%);
		z-index: 11;
		background-color: #e5e5e5;
		padding: 25px 15px;
	}

	.nav-drop {
		left: auto;
		width: 370px;
		padding: 30px 70px 15px 15px;
		text-align: right;
	}

	.nav-drop .social-networks {
		display: none;
	}

	.nav-drop .search-holder {
		display: none;
	}

	.nav-drop .social-wrapper {
		position: absolute;
		top: 10px;
		left: 13px;
	}

	.main-nav .menu-item {
		padding: 1px 0 2px;
	}

	.page-footer .decorated-heading {
		padding: 8px;
		display: inline-block;
		vertical-align: top;
	}

	.page-footer .decorated-inner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.visual-section.internal .decorated-inner {
    padding-left: 40px;
    padding-right: 40px;
}

	.address-list {
		margin: 15px 0 35px;
		padding: 0 50px;
		font-size: 18px;
	}

	.address-list .title {
		font-size: 24px;
	}

	.footer-nav {
		font-size: 18px;
	}

	.column {
		margin-bottom: 30px;
	}

	.column-sm {
		width: 50%;
		max-width: 50%;
	}

	.decorated-heading {
		padding: 10px 9px;
	}

	.decorated-heading.filter-heading .decorated-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 19px 12px 20px 18px;
	}

	.btn-holder {
		padding-top: 10px;
	}

	.visual-section {
		font-size: 18px;
		line-height: 1.5;
		padding: 49px 50px 54px;
	}

	.visual-section .decorated-heading {
		margin-left: 10px;
		margin-right: 10px;
		padding: 11px 4px;
	}

	.picto-list {
		margin-left: -55px;
		margin-right: -50px;
		margin-top: 50px;
		margin-bottom: 10px;
	}

	.picto-list li {
		width: 16.666%;
	}

	.filtration {
		padding-top: 2px;
	}

	.twitter-post .category-icon {
		width: 70px;
		height: 70px;
		font-size: 32px;
	}

	.twitter-post .image-holder {
		max-width: 140px;
		margin-bottom: 10px;
	}

	.twit-info {
		font-size: .875em;
	}

	.press-post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 1.5;
	}

	.press-post p {
		margin-bottom: 10px;
	}

	.share-block {
		padding-bottom: 28px;
	}

	.share-list:before {
		height: 0;
		width: 0;
		border-bottom: 17px solid transparent;
		border-right: 14px solid #e5e5e5;
		border-top: 17px solid transparent;
		content: "";
		position: absolute;
		right: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.share-list {
		display: block;
		background-color: #e5e5e5;
		font-size: 22px;
		line-height: 1;
		text-align: center;
		position: relative;
		margin-left: 25px;
		height: 100%;
	}

	.share-list li {
		padding: 11px 8px;
	}

	.post-time {
		font-size: 18px;
	}

	.category-icon {
		width: 70px;
		height: 70px;
		font-size: 32px;
	}

	.video-post {
		margin-bottom: 39px;
	}

	.video-post .play {
		max-width: 84px;
	}

	.video-post .video-holder {
		margin-bottom: 30px;
	}

	.video-post .category-icon {
		width: 70px;
		height: 70px;
		font-size: 32px;
	}

	.gallery-post .category-icon {
		width: 70px;
		height: 70px;
		font-size: 32px;
	}

	.slide-light-box {
		margin-bottom: 20px;
	}

	.slide-light-box .slick-arrow {
		font-size: 50px;
	}

	.slide-light-box .common-icon {
		font-size: 80px;
	}

	.widget-list {
		padding: 0 16px;
		max-width: 602px;
		margin: 35px auto 0;
	}

	.widget-list .column-sm {
		margin-bottom: 10px;
	}

	.widget {
		min-height: 227px;
		margin-bottom: 15px;
	}

	.widget .img-holder {
		margin-bottom: 20px;
	}

	.widget h3 {
		line-height: 1;
	}

	.widget.centered {
		padding-top: 22px;
	}

	.widget.widget-sm {
		padding-bottom: 4px;
	}

	.widget-left {
		padding-top: 15px;
	}

	.widget-left h3 {
		line-height: 1.25;
	}

	.widget-left p {
		margin-bottom: 12px;
	}
}

@media (min-width: 1024px) and (max-width: 1349px) {
	.fixed-position .page-header .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.fixed-position .main-nav .menu-item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.widget .icon-debt {
		font-size: 72px;
	}

	.widget .title {
		font-size: 16px;
	}

	.widget .value {
		font-size: 18px;
	}

	.widget .heading img {
		max-width: 100px;
		height: auto;
	}

	.widget.centered {
		padding-left: 15%;
	}

	.widget-left h3 {
		max-width: 95%;
	}

	.widget-left p {
		max-width: 70%;
	}
}

@media (min-width: 1024px) {
	.fixed-position .page-header {
		padding: 15px 0 0;
	}

	.logo {
		margin-left: -30px;
		position: relative;
	}

	.fixed-position .logo .visual {
		display: none;
	}

	.logo .text-block {
		position: absolute;
		left: 100%;
		top: 4px;
		margin-left: -25px;
	}

	.fixed-position .logo .text-block {
		position: static;
		margin-left: 140px;
		padding-top: 0;
	}

	.fixed-position .logo .title {
		font-size: 12px;
	}

	.fixed-position .logo .name {
		font-size: 40px;
	}

	.fixed-position .logo .name .fixed-decor {
		color: #575757;
		font-weight: 400;
		margin-right: -5px;
	}

	.fixed-position .logo .district {
		display: none;
	}

	.fixed-position .logo {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.fixed-position .alt-logo {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 114px;
		display: block;
	}

	.burger-button {
		display: none;
	}

	.burger-block {
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.fixed-position .burger-block {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.nav-drop {
		padding: 0;
		width: 100%;
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		background-color: transparent;
		color: inherit;
		-ms-flex-item-align: end;
		align-self: flex-end;
		margin-left: -32px;
		margin-right: -32px;
		overflow: visible;
		text-align: left;
	}

	.fixed-position .nav-drop {
		margin-top: 10px;
		margin-left: 0;
		margin-right: 0;
	}

	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		font-size: 17px;
	}

	.main-nav .menu-item {
		padding: 7px 10px;
		position: relative;
	}

	.main-nav .menu-item.current > a {
		color: #575757;
	}

	.main-nav .menu-item.hover .slide {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main-nav .menu-item.hover > a:before {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.main-nav .menu-item.hover > a {
		color: #575757;
	}

	.main-nav .menu-item > a:before {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		content: "";
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 2px;
		background-color: #f3d34f;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	.main-nav .menu-item > a:hover:before {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.main-nav .menu-item > a:hover {
		color: #575757;
	}

	.main-nav .menu-item > a {
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

	.main-nav .slide {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		opacity: 0;
		visibility: hidden;
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		min-width: 255px;
		padding: 20px 25px;
		font-size: 15px;
		text-align: left;
	}

	.main-nav a {
		color: #575757;
	}

	.fixed-position .main-nav {
		font-size: 14px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.nav-opener {
		display: none !important;
	}

	.drop-list {
		padding: 0;
		font-size: 15px;
	}

	.drop-list li.current > a {
		font-weight: 700;
	}

	.column:only-child {
		width: 100%;
		max-width: 100%;
	}

	.column {
		width: 50%;
		max-width: 50%;
		margin: 0 0 65px;
	}

	.column-sm {
		width: 25%;
	}

	.content-section {
		padding-top: 55px;
	}

	.visual-section {
		font-size: 22px;
		line-height: 1.25;
	}

	.visual-section .decorated-heading {
		display: inline-block;
		vertical-align: top;
		padding: 11px 7px;
	}

	.visual-section .decorated-inner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.picto-list {
		margin-left: -30px;
		margin-right: -30px;
	}

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

	.picto-list .picto-holder {
		width: 134px;
		height: 134px;
		font-size: 78px;
		margin-bottom: 7px;
	}

	.picto-list .picto-holder .icon-house {
		font-size: 84px;
	}

	.picto-list .picto-holder .icon-usa {
		font-size: 44px;
	}

	.picto-list .picto-holder .icon-flag {
		font-size: 54px;
	}

	.picto-list .picto-holder .icon-meeting {
		font-size: 60px;
	}

	.picto-list .title {
		font-size: 18px;
	}

	.press-post:last-of-type {
		padding-bottom: 0;
	}

	.share-block {
		padding-bottom: 15px;
	}

	.widget-list {
		max-width: 960px;
	}
}

@media (min-width: 1350px) {
	.fixed-position .page-header .container {
		max-width: 1450px;
		position: relative;
	}

	.fixed-position .page-header {
		padding: 0;
	}

	.logo {
		font-size: 27px;
	}

	.logo .visual {
		width: 375px;
	}

	.logo .text-block {
		top: 35px;
	}

	.fixed-position .logo .text-block {
		margin-left: 140px;
	}

	.logo .title {
		font-size: 29px;
	}

	.logo .name {
		font-size: 86px;
	}

	.logo .number {
		font-size: 32px;
	}

	.fixed-position .logo {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.alt-logo {
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 160px;
	}

	.burger-block {
		top: 25px;
		right: 200px;
	}

	.fixed-position .burger-block .social-wrapper {
		margin-bottom: 0;
	}

	.fixed-position .burger-block {
		position: static;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.nav-drop {
		margin-left: -32px;
		margin-right: -32px;
	}

	.fixed-position .nav-drop {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		width: auto;
		margin-top: 0;
	}

	.main-nav .menu-item {
		padding: 17px 15px;
	}

	.fixed-position .main-nav .menu-item {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.fixed-position .main-nav {
		font-size: 15px;
	}

	.picto-list li {
		padding: 0 20px;
	}

	.widget-list {
		max-width: 100%;
		padding: 0;
	}

	.widget {
		min-height: 228px;
	}

	.widget.widget-lg {
		min-height: 323px;
	}
}

@media (min-width: 1600px) {
	.fixed-position .logo .title {
		font-size: 15px;
	}

	.fixed-position .logo .name {
		font-size: 48px;
	}

	.alt-logo {
		width: 225px;
	}

	.burger-block {
		right: 265px;
	}

	.main-nav .menu-item {
		padding: 17px 18px;
	}
}

@media (max-width: 1023px) {
	.main-nav .menu-item.has-drop-down > a:before {
		content: "+";
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		margin-bottom: 3px;
		min-width: 15px;
		text-align: center;
	}

	.main-nav .menu-item.has-drop-down.active > a:before {
		content: "-";
		margin-bottom: 5px;
	}

	#issue-list li {
		width: 100% !important;
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.visual-section.internal .container {
		width: 80%;
	}

	.visual-section .bg {
		background-position: 20% 100%;
	}

	.visual-section.internal {
    min-height: 350px;
	}

	#issue-list li a {
		font-size: 16px;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes header-appear {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	10% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes header-appear {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	10% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

