a:hover {
  color: #0092B2;
}

h4{
  font-weight: 400;
}

@font-face {
	font-family: "SS BlackTie-Regular";
	src: url("../fonts/ss-black-tie-regular.eot");
	src: url("../fonts/ss-black-tie-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ss-black-tie-regular.woff") format("woff"), url("../fonts/ss-black-tie-regular.ttf") format("truetype"), url("../fonts/ss-black-tie-regular.svg#BlackTie-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* 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-arrow-left:before {
	content: "\e904";
}

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

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

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

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

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

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

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

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

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

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

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

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

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

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

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

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

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

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

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

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

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

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

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

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

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

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

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

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

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

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

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

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

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

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

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

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

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

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

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

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

/* Styling for Small-Screen Devices */

/* Share */

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

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

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

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Slick slider styles */

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

.bloquote-slider .slick-track,
.bloquote-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;
}

.about .about-holder .people-list,
.about .bloquote-slider .slick-dots,
.director-list,
.intro-slider .slick-dots,
.drop .menu-list,
.sub-menu,
.sub-menu .dropdown-sub-menu,
.social-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;
}

body {
	line-height: 1.714285714;
}

h3 {
	font-weight: 400;
}

a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}

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

.bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	background-position: center;
}

.decor-top,
.decor-bottom {
	position: relative;
}

.decor-top:before,
.decor-bottom:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: .5rem;
	background-image: url("../images/border-decor.svg");
	background-position: 50% 0;
	background-repeat: repeat-x;
	z-index: 0;
}

.decor-bottom:before {
	top: 100%;
	bottom: auto;
}

.btn {
	white-space: normal;
}

.btn.btn-success {
	-webkit-transition: background-color .15s linear, border-color .15s linear;
	transition: background-color .15s linear, border-color .15s linear;
	background-color: #a0cf67;
	border-color: #a0cf67;
	box-shadow: none !important;
}

.btn.btn-success:hover {
	background-color: #89b454;
	border-color: #89b454;
}

.btn.btn-success:focus,
.btn.btn-success:active {
	background-color: #90bb5d !important;
	border-color: #90bb5d !important;
}

.about {
	padding: 0;
}

.about .about-holder {
	background-color: #c1e7f0;
}

.about .about-holder .people-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 80rem;
	margin: 0 auto 3.125rem;
}

.about .about-holder .people-list li {
	width: 50%;
}

.about .about-holder .people-list li img {
	width: 100%;
}

.about .bloquote-slider {
	max-width: 45.9375rem;
	margin: 0 auto;
}

.about .bloquote-slider .slick-list {
	margin: 0 -.625rem;
}

.about .bloquote-slider blockquote {
	text-align: center;
	line-height: 1.4;
	font-size: 1.25rem;
	font-family: "Ideal Sans A", "Ideal Sans B";
	color: #5f6062;
	padding: 0;
	padding: 0 .625rem;
}

.about .bloquote-slider blockquote:before {
	display: none;
}

.about .bloquote-slider blockquote cite {
	font-family: "Ideal Sans A", "Ideal Sans B";
	font-weight: 300;
	font-style: normal;
	letter-spacing: .2px;
	font-size: .875rem;
}

.about .bloquote-slider blockquote cite:before {
	content: "-";
	margin-right: .4375rem;
}

.about .bloquote-slider blockquote p {
	margin-bottom: .25rem;
}

.about .bloquote-slider blockquote p:before {
	content: "\201C";
}

.about .bloquote-slider blockquote p:after {
	content: "\201D";
}

.about .bloquote-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;
	margin-top: .9375rem;
	padding-bottom: 1.25rem;
}

.about .bloquote-slider .slick-dots li {
	margin: 0 .1875rem;
}

.about .bloquote-slider .slick-dots li.slick-active button {
	opacity: 1;
}

.about .bloquote-slider .slick-dots button {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	padding: 0;
	width: .625rem;
	height: .625rem;
	border: none;
	line-height: normal;
	font-size: 0;
	background-color: #0092b2;
	border-radius: 50%;
	opacity: .35;
	outline: none;
	cursor: pointer;
}

.about .bloquote-slider .slick-dots button:hover {
	opacity: 1;
}

.intro-article {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 20rem;
	padding: 1.0625rem 0 2.1875rem;
	position: relative;
}

.intro-article:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #000;
	opacity: .5;
	z-index: 0;
}

.intro-article .container {
	position: relative;
	z-index: 2;
}

.intro-article .subheading-decor {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .2px;
	margin-bottom: 8.3125rem;
}

.intro-article .subheading-decor:after {
	background-color: #fff;
	bottom: -.625rem;
	width: 1.25rem;
}

.intro-article h1 {
	font-weight: 400;
	color: #fff;
	line-height: 1.25;
	letter-spacing: .2px;
	font-size: 1.5rem;
	text-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .15);
}

.article-main {
	padding: 3.125rem 0 1.1875rem;
}

.article-main .content.letter {
	padding-top: 2.875rem;
	padding-bottom: 2.9375rem;
}

.article-main .content.letter .img-holder {
	margin: 0 -.9375rem 1.5625rem -.9375rem;
}

.article-main .content .subtitle {
	font-weight: 400;
	font-family: "Ideal Sans A", "Ideal Sans B";
	display: block;
	margin-bottom: .625rem;
	font-size: 1.125rem;
}

.article-main .content h1 {
	font-size: 1.75rem;
	line-height: 1.5;
	margin-bottom: 1.4375rem;
}

.article-main .content .text-content {
	margin: -1.25rem 0 0 -.9375rem;
	background-color: #fff;
	padding: 1.1875rem 1.25rem 0 .9375rem;
	line-height: 1.625;
}

.article-main .content .text-content .more {
	color: #0092b2;
	display: block;
	font-size: 1.375rem;
	font-weight: 400;
	padding: .1875rem 0 0 .1875rem;
	letter-spacing: -.4px;
	font-family: "Ideal Sans A", "Ideal Sans B";
}

.article-main .content .text-content .more i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	vertical-align: middle;
	font-size: 1.75rem;
}

.article-main .content p {
	margin-bottom: 1.5rem;
}

.article-main .content blockquote {
	margin-bottom: .875rem;
}

.article-main .content blockquote p {
	margin-bottom: .625rem;
}

.article-main .content .additional-info {
	margin: 0 -1.25rem 1.125rem 0;
}

.article-main .content .additional-info p {
	margin-bottom: 0;
}

.article-main .content .img-holder {
	margin: 0 -2.1875rem 1.5625rem -.9375rem;
}

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

.article-main .content > picture {
	margin: 0 0 .8125rem;
	display: block;
}

.additional-info {
	background-color: #e5f4f8;
	padding: 1.75rem 1.25rem 2.375rem 1.25rem;
	color: #0092b2;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: .9375rem;
}

.additional-info .avatar-holder {
	overflow: hidden;
	width: 5.625rem;
	height: 5.625rem;
	border-radius: 50%;
	margin: 0 auto 1.125rem;
	text-align: center;
}

.additional-info .text-holder p {
	margin-bottom: 0;
}

blockquote {
	position: relative;
	padding: 0 0 0 1.5rem;
	color: #00824d;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.5;
}

blockquote:before {
	content: "";
	position: absolute;
	left: 0;
	top: .4375rem;
	bottom: .4375rem;
	width: .25rem;
	background-color: #00824d;
	opacity: .6;
}

.article-pagination-holder {
	background-color: #c1e7f0;
}

.article-pagination-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.article-pagination-holder .bg-stretch {
	z-index: 1;
}

.article-pagination-holder .article-pagination {
	margin: 0 -.9375rem;
	font-size: 1.25rem;
	line-height: 1.625;
	letter-spacing: -.1px;
	width: 1000%;
	position: relative;
}

.article-pagination-holder .article-pagination.prev a:hover:before {
	background-color: #22924b;
}

.article-pagination-holder .article-pagination a {
	color: #fff;
	display: block;
	font-size: 1.125rem;
	height: 100%;
	position: relative;
}

.article-pagination-holder .article-pagination a:before {
	-webkit-transition: background-color .15s linear, opacity .15s linear;
	transition: background-color .15s linear, opacity .15s linear;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: #000;
	opacity: .4;
}

.article-pagination-holder .article-pagination a:hover:before {
	opacity: .6;
	background-color: #00b6de;
}

.article-pagination-holder .article-pagination a .content-holder {
	padding: .9375rem .9375rem 1.1875rem .9375rem;
}

.article-pagination-holder .article-pagination .h1 {
	font-size: 1.375rem;
	letter-spacing: .25px;
	line-height: 1.25;
	font-weight: 400;
	text-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .2);
	margin-bottom: 1.4375rem;
	position: relative;
	z-index: 1;
}

.article-pagination-holder .article-pagination .text-holder {
	position: relative;
	z-index: 1;
}

.article-pagination-holder .article-pagination .subheading-decor {
	color: #fff;
	margin-bottom: 9.8125rem;
	font-size: 1rem;
	position: relative;
	z-index: 1;
}

.article-pagination-holder .article-pagination .subheading-decor:after {
	background-color: #fff;
	bottom: -.8125rem;
	width: 1.25rem;
}

.directors {
	margin-top: 3.125rem;
	padding-top: 2.875rem;
	padding-bottom: 1.875rem;
}

.directors .subtitle {
	font-weight: 500;
	font-family: "Ideal Sans A", "Ideal Sans B";
	display: block;
	font-size: 1.125rem;
	margin-bottom: .5rem;
}

.directors h1 {
	font-size: 1.75rem;
	line-height: 1.3;
	margin-bottom: 2.4375rem;
}

.directors .list-holder {
	padding-top: 1.25rem;
	margin-bottom: 1.375rem;
}

.directors .list-holder h2 {
	font-family: "Ideal Sans A", "Ideal Sans B";
	color: #0092b2;
	font-weight: 500;
	font-size: 1.125rem;
	letter-spacing: .25px;
	margin-bottom: 1rem;
}

.directors .list-holder .director-list {
	padding-top: 1.125rem;
	border-top: .0625rem solid #dedede;
	margin-bottom: -.125rem;
}

.director-list {
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.director-list li {
	margin-bottom: .125rem;
	width: 100%;
}

.heading-block {
	text-align: center;
	margin-bottom: 1.9375rem;
}

.heading-block .subheading {
	font-size: .875rem;
	font-weight: 300;
	margin-bottom: .25rem;
	letter-spacing: .25px;
}

.heading-block.head-info {
	text-align: left;
	line-height: 1.625;
	margin-bottom: 2.875rem;
}

.heading-block.head-info h2 {
	font-size: 1.75rem;
	margin-bottom: 1.75rem;
}

.heading-block.head-info .subheading {
	font-size: 1.125rem;
	margin-bottom: .5rem;
}

.heading-block.head-info .subheading:after {
	bottom: -.75rem;
}

.info-block h6 {
	font-size: 1.25rem;
	color: #0092b2;
	margin-bottom: .875rem;
	font-weight: 500;
	font-family: "Ideal Sans A", "Ideal Sans B";
	text-transform: uppercase;
}

.info-block .img-holder {
	min-height: 17.5rem;
	background: #fff;
	/* padding: 1.25rem 1.375rem 1.875rem; */
	text-align: center;
}

.info-block .img-holder img {
	max-width: 100%;
}

.subheading {
	font-weight: 400;
	font-family: "Ideal Sans A", "Ideal Sans B";
	display: block;
	font-size: 1.375rem;
	letter-spacing: .25px;
}

.subheading-decor {
	color: #00824d;
	text-transform: capitalize;
	position: relative;
	font-family: "Ideal Sans A", "Ideal Sans B";
	letter-spacing: .5;
	display: inline-block;
	vertical-align: top;
	letter-spacing: .2px;
	font-size: 1rem;
}

.subheading-decor:after {
	content: "";
	position: absolute;
	bottom: -.6875rem;
	left: 0;
	width: 1.5rem;
	height: .25rem;
	background: #cee4af;
}

.slick-arrow {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	font-size: 0;
	border: none;
	background: transparent;
	position: absolute;
	top: 50%;
	left: .5rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	z-index: 1;
	display: none !important;
	opacity: .7;
	cursor: pointer;
}

.slick-arrow:focus,
.slick-arrow:hover {
	outline: none;
	opacity: 1;
}

.slick-arrow:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	content: "◅";
	font-family: "SS BlackTie-Regular","icomoon";
	color: #fff;
	font-size: 2.25rem;
}

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

.slick-arrow.slick-next:before {
	content: "▻";
}

.intro-slider .slick-slide {
	position: static;
}

.intro-slider .slick-slide .bg-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.intro-slider .slick-slide .bg-slide:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}

.intro-slider .bg-holder {
	position: relative;
	width: 100%;
	padding: 8.25rem 0 .4375rem;
	min-height: 20rem;
}

.intro-slider .intro-holder {
	margin-bottom: .9375rem;
}

.intro-slider .intro-holder .subheading {
	margin-bottom: .1875rem;
}

.intro-slider .intro-holder h1 {
	font-size: 1.5rem;
	font-weight: 400;
}

.intro-slider .inner-block {
	font-weight: 400;
	line-height: 1.7142857;
	padding-top: 1rem;
}

.intro-slider .inner-block p {
	margin-bottom: 1.0625rem;
}

.intro-slider .inner-block .btn {
	width: 100%;
	padding: .5625rem .625rem;
}

.intro-slider .slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.intro-slider .slick-dots li {
	margin: 0 .1875rem;
	display: inline-block;
	vertical-align: top;
}

.intro-slider .slick-dots li.slick-active button {
	opacity: .75;
}

.intro-slider .slick-dots button {
	cursor: pointer;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	padding: 0;
	width: .625rem;
	height: .625rem;
	border: none;
	line-height: normal;
	font-size: 0;
	background-color: #fff;
	border-radius: 50%;
	opacity: .35;
	outline: none;
}

.intro-slider .slick-dots button:hover {
	opacity: .75;
}

.intro-slider .slick-arrow button {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.bg-video-holder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: -1;
}

.bg-video-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.bg-video-holder .bg-stretch {
	z-index: -1;
}

.video-active .bg-video {
	opacity: 1;
}

.dropdown .dropdown-toggle {
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
	background: #ededed;
	color: #5f6062;
	border-color: #ddd;
	padding-right: 3.25rem;
	padding-left: 1.4375rem;
	font-size: 1rem;
	position: relative;
	letter-spacing: .4px;
}

.dropdown .dropdown-toggle:after {
	right: 1rem;
	margin-left: 0;
	top: 1.375rem;
	position: absolute;
	vertical-align: 0;
	border-width: .375rem;
}

.dropdown .dropdown-toggle:before {
	display: inline-block;
	position: absolute;
	content: "";
	right: 1rem;
	top: .8125rem;
	border-bottom: .375rem solid;
	border-right: .375rem solid transparent;
	border-top: 0;
	border-left: .375rem solid transparent;
}

.dropdown .dropdown-toggle.btn-secondary:focus,
.dropdown .dropdown-toggle.btn-secondary:not(:disabled):not(.disabled):active:focus,
.dropdown .dropdown-toggle.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}

.dropdown .dropdown-menu {
	min-width: 17.8125rem;
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown .dropdown-menu .dropdown-item {
	font-size: 1rem;
}

.card {
	-webkit-transition: box-shadow .15s linear;
	transition: box-shadow .15s linear;
	background: #fff;
	height: 100%;
	font-size: 1rem;
}

.card:hover .img-holder:before {
	opacity: .6;
}

.card:hover .card-body h4 {
	color: #0092b2;
}

.card.green .img-holder:before {
	background-color: #22924b;
}

.card.green:hover .card-body h4 {
	color: #22924b;
}

.card .img-holder {
	position: relative;
	display: inline-block;
}

.card .img-holder:before {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #0092b2;
	opacity: 0;
}

.card .subheading-decor {
	letter-spacing: .2px;
	font-size: .875rem;
	margin-bottom: 1.5rem;
}

.card .card-body {
	max-width: 95%;
	margin-top: -1.75rem;
	padding: 1.0625rem 0 1.5625rem 1.25rem;
	background: #fff !important;
	line-height: 1.7142857;
	position: relative;
}

.card .card-body h4 {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	margin-bottom: .6875rem;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: .25px;
}

.card .card-body .link {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	color: #0092b2;
}

.card .card-body .link:hover {
	color: #00b6de;
}

.intro-section {
	min-height: 23.4375rem;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 9.9375rem 0 2.5rem;
}

.intro-section.decor-bottom:before {
	display: none;
}

.intro-section .dropdown {
	display: none;
}

.intro-section .dropdown .btn-success {
	-webkit-transition: color .15s linear, background-color .15s linear, border-color .15s linear;
	transition: color .15s linear, background-color .15s linear, border-color .15s linear;
}

.intro-section .dropdown .dropdown-item {
	-webkit-transition: background-color .15s linear, color .15s linear;
	transition: background-color .15s linear, color .15s linear;
}

.intro-section .subheading {
	display: inline-block;
	vertical-align: top;
	text-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .15);
}

.icon-bottom {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	position: absolute;
	width: 3rem;
	height: 3rem;
	left: 50%;
	bottom: 2.5625rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: rgba(255, 255, 255, .4);
}

.icon-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .6875rem;
}

.icon-bottom:after {
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: .1875rem solid rgba(255, 255, 255, .4);
	border-radius: 50%;
}

.icon-bottom:hover {
	color: rgba(255, 255, 255, .85);
}

.icon-bottom:hover:after {
	border-color: rgba(255, 255, 255, .85);
}

.intro-holder {
	color: #fff;
}

.intro-holder h1 {
	font-weight: 400;
	text-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .15);
	text-transform: capitalize;
	font-family: "Ideal Sans A", "Ideal Sans B";
}

.intro-holder .subheading {
	margin-bottom: 0;
}

.statement-section h3 {
	margin-bottom: 1.1875rem;
}

.statement-section .subheading-decor {
	font-size: .875rem;
	margin-bottom: 1.875rem;
}

.statement-section .article {
	position: relative;
	margin-bottom: 1.5625rem;
	background: #fff;
	padding-top: 1.1875rem;
	margin-top: -1.125rem;
}

.statement-section .article:before {
	content: "";
	position: absolute;
	left: -624.9375rem;
	top: 0;
	width: 624.9375rem;
	height: 100%;
	background: #fff;
}

.statement-section .article p {
	margin-bottom: 1.5625rem;
}

.statement-section .article .btn-success {
	width: 100%;
}

.statement-section .popup-holder {
	padding: 2.5rem 1.875rem .125rem;
	background: #e5f4f8;
	color: #0092b2;
	max-width: 23.75rem;
	margin: 0 auto;
}

.statement-section .popup-holder img {
	max-width: 100%;
	box-shadow: 0 .1875rem .25rem rgba(95, 96, 98, .1);
}

.statement-section .popup-holder .img-holder {
	position: relative;
	margin-bottom: 1.375rem;
	text-align: center;
}

.statement-section .popup-play {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	width: 3.625rem;
	height: 3.625rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #fff;
	opacity: .7;
}

.statement-section .popup-play:before {
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-20%, -50%);
	-ms-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	border: .9375rem solid transparent;
	border-left: 1.125rem solid #5f6062;
}

.statement-section .popup-play:hover {
	opacity: 1;
}

.statement-section .popup-play:hover:before {
	border-left-color: #0092b2;
}

.card-holder [class*="col-"] {
	padding: 0;
}

.card-holder a {
	color: #5f6062;
}

.card-holder img {
	width: 100%;
}

.slider-section {
	padding-top: 3.125rem;
	padding-bottom: .9375rem;
}

.slider-section.decor-bottom:before {
	display: none;
}

.card-section {
	padding: 2rem 0;
	background: #fff;
}

.card-section.card-list {
	padding: 0;
	z-index: 2;
}

.card-section.card-list .card {
	box-shadow: none;
}

.card-section.card-list .card .card-body {
	padding-left: .9375rem;
	padding: .9375rem .9375rem 3.8125rem .9375rem;
}

.card-section.card-list .card .card-body h4 {
	line-height: 1.27272727;
	font-size: 1.25rem;
}

.card-section.card-list .container {
	background: #fff;
	position: relative;
	padding-top: .875rem;
}

.card-section.card-list .subheading-decor {
	margin-bottom: 1.625rem;
}

.card-section .inner-color {
	color: #0092b2;
	margin-bottom: 2.125rem;
	font-size: 1.125rem;
	text-align: center;
}

.card-section .inner-color .icon {
	position: relative;
}

.card-section .inner-color .icon:before {
	-webkit-transform: rotate(90deg) translate(-39%, -50%);
	-ms-transform: rotate(90deg) translate(-39%, -50%);
	transform: rotate(90deg) translate(-39%, -50%);
	position: absolute;
	top: 50%;
	right: -.9375rem;
	font-size: 1.875rem;
}

.events-section {
	padding: 5.9375rem 0 1.1875rem;
}

.events-section .card-item {
	margin-bottom: 1.5625rem;
}

.events-section .text-block {
	padding-top: .625rem;
}

.events-section .text-block a {
	color: #5f6062;
}

.events-section .text-block a:hover h4 {
	color: #0092b2;
}

.events-section .text-block .subheading-decor {
	margin-bottom: 1.375rem;
}

.events-section .text-block h4 {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	margin-bottom: 1.5625rem;
	font-size: 1.25rem;
	letter-spacing: .25px;
	font-weight: 400;
}

.events-section .info-block h6 {
	/* letter-spacing: .5px; */
}

.events-section .card-slider {
	position: relative;
	padding: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.events-section .card-slider .slick-slide .bg-stretch {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 75%;
	position: static;
}

.events-section .card-slider .slick-arrow {
	left: .625rem;
	display: block !important;
}

.events-section .card-slider .slick-arrow.slick-next {
	left: auto;
	right: .625rem;
}

.events-section .card-slider .slick-arrow:before {
	font-size: 1.25rem;
}

.financing-section {
	padding: 5.9375rem 0 0;
}

.financing-section .img-holder {
	margin-bottom: .625rem;
}

.financing-section .info-block h6 {
	border-bottom: .0625rem solid #dedede;
	padding-bottom: 1rem;
	margin-bottom: .6875rem;
}

.table {
	line-height: 1.4;
	margin-bottom: 0;
}

.table:before {
	content: "";
	position: absolute;
	left: 58.6%;
	top: 0;
	width: 20.7%;
	height: 100%;
	background-color: transparent;
	pointer-events: none;
	box-shadow: .3125rem .625rem .625rem rgba(0, 0, 0, .1);
}

.table thead th {
	border-bottom: none;
	background-color: #0092b2;
	color: #fff;
	border: .0625rem solid #0092b2;
	font-size: 1.375rem;
	padding: .375rem .625rem .375rem 1.875rem;
}

.table thead th:first-child {
	background-color: transparent;
	border: none;
}

.table thead th:last-child {
	border: .0625rem solid #00b6de;
	background-color: #00b6de;
}

.table th,
.table td {
	border-top: none;
}

.table tbody tr {
	border-bottom: .0625rem solid #dedede;
}

.table tbody tr:first-child {
	border-top: .0625rem solid #dedede;
}

.table tbody tr.sm-row {
	background-color: #f5f5f5;
	color: #00824d;
}

.table tbody tr.sm-row td {
	font-weight: 600;
	padding: 1rem 1.25rem 1.0625rem 1.875rem;
}

.table tbody tr.sm-row td:before {
	color: #5f6062;
}

.table tbody tr.percent td {
	padding: 1.125rem 1.25rem .9375rem 1.875rem;
}

.table tbody td {
	width: 20.7%;
	border-right: .0625rem solid #dedede;
	padding: 1.1875rem 1.25rem 1.875rem 1.875rem;
}

.table tbody td:first-child {
	border-left: .0625rem solid #dedede;
	font-size: 1rem;
	width: 58.6%;
	padding-right: 6.875rem;
}

.table tbody td strong {
	display: block;
	font-family: "Ideal Sans A", "Ideal Sans B";
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: 500;
}

.table tbody td span {
	font-size: 1.125rem;
}

.fancybox-slide {
	padding: 2.75rem .9375rem;
}

.article-main.article-second .intro-article {
	min-height: 21.875rem;
	color: #fff;
	padding: 1.0625rem 0 .75rem;
}

.article-main.article-second .intro-article .text-holder {
	font-size: 1.25rem;
	line-height: 1.625;
}

.article-main.article-second .intro-article .icon-bottom {
	display: none;
}

.article-main.article-second .intro-article .subheading-decor {
	margin-bottom: 6.75rem;
}

.article-main.article-second .intro-article h1 {
	margin-bottom: 1.0625rem;
}

.article-main.article-second .content {
	padding-top: 14px;
}

.article-main.article-second .content .text-content {
	font-size: 16px;
	margin: 0 -.9375rem;
	padding: 17px 15px 0;
	line-height: 1.65;
}

.article-main.article-second .content .text-content h3 {
	font-weight: 400;
	font-size: 1.25rem;
	letter-spacing: .25px;
	margin-bottom: 29px;
}

.bg-blockquote {
	position: relative;
	z-index: 1;
	background-color: #e5f4f8;
}

.bg-blockquote .bg-stretch {
	position: relative;
	min-height: 15rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
}

.bg-blockquote .bg-stretch:before {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(81, 81, 81, .02) 50%, rgba(84, 84, 84, 0) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .6) 0%, rgba(81, 81, 81, .02) 50%, rgba(84, 84, 84, 0) 100%);
}

.bg-blockquote .container {
	position: relative;
	z-index: 1;
}

.bg-blockquote .text-holder {
	margin: 0 -.9375rem;
}

.bg-blockquote blockquote {
	color: #0092b2;
	background-color: #e5f4f8;
	padding: 1.8125rem .9375rem 2rem;
	line-height: 1.5;
	margin-bottom: .6875rem !important;
}

.bg-blockquote blockquote:before {
	left: 0;
	right: 0;
	bottom: 100%;
	height: .5rem;
	background-image: url("../images/border-decor.svg");
	background-position: 50% 0;
	background-repeat: repeat-x;
	z-index: 0;
	width: auto;
	top: 0;
	opacity: 1;
}

.bg-blockquote blockquote p {
	margin-bottom: 1.875rem !important;
}

.bg-blockquote blockquote cite {
	font-style: normal;
	display: block;
	line-height: 1;
}

.bg-blockquote blockquote span {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .3px;
}

.bg-pacient {
	position: relative;
	min-height: 15rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0 1.4375rem;
	padding: .625rem 0 .3125rem;
	background-color: #e5f4f8;
}

.bg-pacient .bg-stretch {
	background-position: center;
	z-index: 1;
}

.bg-pacient .bg-stretch:before {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(81, 81, 81, .02) 50%, rgba(84, 84, 84, 0) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .6) 0%, rgba(81, 81, 81, .02) 50%, rgba(84, 84, 84, 0) 100%);
}

.bg-pacient .container {
	position: relative;
	z-index: 1;
}

.bg-pacient .text-content {
	background-color: transparent !important;
	color: #fff;
	line-height: 1 !important;
	padding-bottom: 0 !important;
}

.bg-pacient .name {
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0;
	margin-bottom: .3125rem;
}

.bg-pacient address {
	font-size: .875rem;
	letter-spacing: .1px;
}

.notification-box {
	background-color: #e5f4f8;
	padding: 2.3125rem .9375rem .8125rem;
	margin: 2.0625rem 0 2.5625rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #0092b2;
}

#header {
	position: absolute;
	width: 100%;
	z-index: 5;
	left: 0;
	right: 0;
	top: 0;
}

.no-sub-header .sub-header {
	display: none;
}

.main-header {
	padding: .4375rem 0;
	position: relative;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .08);
	background-color: #fff;
	z-index: 2;
}

.main-header .logo img {
	width: 3.0625rem;
}

.main-header .share {
	font-size: .9375rem;
	font-weight: 300;
	min-width: auto;
	padding: 0;
	font-family: "Ideal Sans A", "Ideal Sans B";
	border: none;
	box-shadow: none !important;
}

.main-header .share:hover {
	background-color: transparent;
	color: #00b6de;
}

.main-header .nav-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #5f6062;
	font-size: .875rem;
	letter-spacing: .32px;
	font-weight: 400;
	font-family: "Ideal Sans A", "Ideal Sans B";
	text-transform: uppercase;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-header .nav-opener:hover .burger:before,
.main-header .nav-opener:hover .burger:after,
.main-header .nav-opener:hover .burger span {
	background-color: #00b6de;
}	

.main-header .nav-opener:hover span {
	color: #00b6de;
	transition: all .15s linear;
}	

.main-header .nav-opener .burger {
	position: relative;
	overflow: hidden;
	height: 1.0625rem;
	width: 1.3125rem;
	margin-right: .875rem;
}

.nav-active .main-header .nav-opener .burger span {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.nav-active .main-header .nav-opener .burger:before,
.nav-active .main-header .nav-opener .burger:after {
	top: 50%;
	left: 5%;
	right: 5%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .main-header .nav-opener .burger:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-header .nav-opener .burger span,
.main-header .nav-opener .burger:before,
.main-header .nav-opener .burger:after {
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	background-color: #5f6062;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	top: 50%;
}

.main-header .nav-opener .burger span {
	margin-top: -.0625rem;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.main-header .nav-opener .burger:before,
.main-header .nav-opener .burger:after {
	content: "";
	top: 0;
}

.main-header .nav-opener .burger:after {
	top: auto;
	bottom: 0;
}

.header-holder {
	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;
}

.drop {
	position: absolute;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .8s cubic-bezier(.53, .27, .62, .38);
	transition: height .8s cubic-bezier(.53, .27, .62, .38);
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
}

.nav-active .drop {
	height: calc(100vh - 3.125rem);
}

.drop .drop-animate {
	background-color: #fff;
	overflow: auto;
	height: 0;
	-webkit-transition: height .8s cubic-bezier(.53, .27, .62, .38);
	transition: height .8s cubic-bezier(.53, .27, .62, .38);
}

.nav-active .drop .drop-animate {
	height: 100%;
}

.drop .drop-animate.no-scroll {
	overflow-y: hidden;
}

.drop .drop-heading {
	padding: 1.4375rem 0 1.875rem;
}

.drop h1 {
	color: #a7a7a7;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 0;
	letter-spacing: .2px;
	font-size: 1.25rem;
}

.drop .drop-logo {
	display: none;
}

.drop .menu-list {
	position: relative;
	z-index: 1;
	padding-bottom: 7.8125rem;
}

.drop .menu-list li {
	margin-bottom: .4375rem;
}

.drop .menu-list li a:hover {
	color: #0092b2;
}

.drop .menu-list .sub-menu {
	padding-top: .375rem;
	padding-left: .875rem;
}

.drop .menu-list .sub-menu a {
	font-family: "Source Sans Pro", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", -apple-system;
}

.drop .menu-list .sub-menu li {
	margin-bottom: 0;
}

.drop .menu-list .sub-menu li:first-child {
	margin-bottom: 0;
}

.drop .card {
	-webkit-transition: box-shadow .15s linear, -webkit-transform .15s linear;
	transition: box-shadow .15s linear, -webkit-transform .15s linear;
	transition: transform .15s linear, box-shadow .15s linear;
	transition: transform .15s linear, box-shadow .15s linear, -webkit-transform .15s linear;
	height: 100%;
	box-shadow: none;
}

.drop .card h4 {
	margin-bottom: 0;
	color: #5f6062;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .25px;
}

.drop .card .card-body {
	max-width: none;
	margin-top: 0;
	padding: 0;
}

.drop .card .subheading-decor {
	display: none;
}

.sub-menu a {
	font-size: 1rem;
	font-weight: 500;
	display: block;
	color: #5f6062;
	position: relative;
	padding: .1875rem 0 .125rem;
	font-family: "Ideal Sans A", "Ideal Sans B";
}

.sub-menu a:hover {
	color: #fff;
}

.sub-menu a:hover:before {
	opacity: 1;
}

.sub-menu a:before {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	content: "";
	position: absolute;
}

.sub-menu > li:hover a:before {
	visibility: visible;
}

.sub-menu > li:hover .dropdown-sub-menu {
	opacity: 1;
	visibility: visible;
}

.sub-menu .dropdown-sub-menu {
	-webkit-transition: opacity .15s linear, visibility .15s linear;
	transition: opacity .15s linear, visibility .15s linear;
}

.sub-menu .dropdown-sub-menu a {
	-webkit-transition: background-color .15s linear, color .15s linear;
	transition: background-color .15s linear, color .15s linear;
}

.sub-menu .dropdown-sub-menu a:before {
	display: none;
}

.nav-active {
	position: fixed;
	overflow: hidden;
	width: 100%;
}

.sub-header .sub-logo {
	width: 5.4375rem;
	display: block;
}

.sub-header .sub-logo img {
	max-width: 100%;
}

.sub-header .logo-holder {
	padding: 1.25rem 0 0;
}

.sub-header .sub-nav {
	display: none;
}

.article-header .main-header {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .08);
}

.article-header .sub-header {
	display: none;
}

.article-header .sub-header .sub-menu > li:last-child {
	padding-right: 0;
}

.article-header .sub-header .sub-menu > li:last-child:before {
	right: 0;
}

.article-header .sub-header .sub-menu > li:before {
	-webkit-transition: opacity .15s linear, background-color .15s linear, visibility .15s linear;
	transition: opacity .15s linear, background-color .15s linear, visibility .15s linear;
	content: "";
	position: absolute;
	bottom: -2.1875rem;
	left: 1rem;
	right: 1rem;
	height: .25rem;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}

.article-header .sub-header .sub-menu > li > a {
	color: #fff;
}

.article-header .sub-header .sub-menu > li > a:hover {
	color: #fff;
}

.article-header .sub-header .sub-menu > li > a:hover:after {
	border-color: #fff transparent transparent transparent;
}

.article-header .sub-header .sub-menu > li > a:after {
	color: #fff;
}

.article-header .sub-header .sub-menu > li.active:before {
	opacity: 1;
	visibility: visible;
}

.article-header .sub-header .sub-menu > li:hover:before {
	opacity: 1;
	visibility: visible;
	background-color: #00b6de;
}

#footer {
	padding: 4.25rem 0 2.5rem 0;
}

#footer .logo {
	width: 13.3125rem;
	margin: 0 auto 2.5rem;
	display: block;
}

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

.social-list li {
	margin: 0 .3125rem .625rem;
}

.social-list a {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 50%;
	background-color: #22924b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-list a:hover {
	background-color: #00b6de;
}

.social-list a i {
	font-size: 1.75rem;
	color: #fff;
}

.social-list a i.icon-twitter {
	font-size: 1.5rem;
}

.copyright {
	display: block;
	margin-top: 1.3125rem;
	font-size: .875rem;
	color: #787878;
	font-family: "Ideal Sans A", "Ideal Sans B";
	font-weight: 300;
	text-align: center;
}

.copyright a {
	color: #787878;
}

.copyright a:hover {
	color: #00b6de;
}

body {
	min-width: 320px;
}

@media (min-width: 576px) {
	body {
		font-size: 1rem;
		line-height: 1.625;
	}

	.about .about-holder .people-list li {
		width: 25%;
	}

	.info-block h6 {
		padding-bottom: .875rem;
		border-bottom: .0625rem solid #dedede;
		margin-bottom: 2.5625rem;
		letter-spacing: -.1px;
	}

	.card:hover {
		box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .32);
	}

	.card {
		box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .16);
	}

	.card img {
		margin: 0;
	}

	.intro-section {
		padding: 6.25rem 0 2.5rem;
	}

	.intro-section .subheading {
		font-size: 1.5rem;
	}

	.intro-holder h1 {
		font-size: 3rem;
	}

	.statement-section .article {
		font-size: 1rem;
	}

	.card-holder [class*="col-"] {
		padding: 0 .625rem 1.25rem;
	}

	.card-section .inner-color {
		font-size: 1.375rem;
	}

	.events-section .card-slider {
		padding: 0 .9375rem;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 1.125rem;
	}

	h3 {
		font-size: 2.125rem;
	}

	h2 {
		font-size: 2.25rem;
	}

	.btn {
		padding: .5625rem .9375rem;
		min-width: 8rem;
		font-size: 1.0625rem;
	}

	.about {
		padding: .125rem 0 0;
	}

	.about .about-holder .people-list {
		margin: 0 auto 6.25rem;
	}

	.about .bloquote-slider blockquote {
		font-size: 1.75rem;
		padding: 0 1.25rem;
	}

	.about .bloquote-slider blockquote cite {
		font-size: 1rem;
	}

	.about .bloquote-slider .slick-dots {
		margin-top: 6.125rem;
		padding-bottom: 1.8125rem;
	}

	.intro-article {
		padding: 1.3125rem 0 4.6875rem;
		min-height: 25rem;
	}

	.intro-article .subheading-decor {
		font-size: 1rem;
		margin-bottom: 9.375rem;
	}

	.intro-article h1 {
		font-size: 2.5rem;
	}

	.article-main .content.letter {
		padding-top: 5.3125rem;
		padding-bottom: 2.9375rem;
	}

	.article-main .content.letter .img-holder {
		margin: 0 -1.5rem 3.25rem -1.9375rem;
	}

	.article-main .content .subtitle {
		font-size: 1.375rem;
		letter-spacing: .25px;
		margin-bottom: -.0625rem;
	}

	.article-main .content h1 {
		font-size: 2.25rem;
		margin-bottom: 2.0625rem;
	}

	.article-main .content .text-content {
		margin: -3.75rem 0 0 0;
		padding: 2.1875rem 1.875rem 1.875rem 1.875rem;
	}

	.article-main .content .text-content .more {
		font-size: 1.375rem;
		padding: .9375rem 0 0 0;
		padding-left: 0;
		padding-top: .9375rem;
	}

	.article-main .content p {
		margin-bottom: 1.9375rem;
	}

	.article-main .content blockquote {
		margin-bottom: 1.75rem;
	}

	.article-main .content blockquote p {
		margin-bottom: .9375rem;
	}

	.article-main .content .additional-info {
		margin: 0 -1.5rem 2.6875rem -1.9375rem;
	}

	.article-main .content .img-holder {
		padding-top: 1.5625rem;
		margin: 0 -1.5rem 3.25rem -1.9375rem;
	}

	.article-main .content > picture {
		margin: 1.8125rem 0 .6875rem;
	}

	.additional-info {
		padding: 1.375rem 2.25rem 1.4375rem 1.625rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1rem;
		margin-bottom: 2.6875rem;
		line-height: 1.625;
	}

	.additional-info .avatar-holder {
		margin: 0;
	}

	.additional-info .text-holder {
		width: calc(100% - 5.625rem);
		padding-left: 1.875rem;
	}

	blockquote {
		font-size: 1.25rem;
		line-height: 1.625;
		padding: 0 1.4375rem 0 .9375rem;
		padding-left: 1.4375rem;
	}

	.article-pagination-holder .article-pagination a .content-holder {
		padding: 1.25rem 3.125rem;
	}

	.article-pagination-holder .article-pagination .h1 {
		font-size: 2.25rem;
		line-height: 1.23;
	}

	.article-pagination-holder .article-pagination .subheading-decor {
		margin-bottom: 6.25rem;
	}

	.directors .subtitle {
		font-size: 1.25rem;
		margin-bottom: -.0625rem;
	}

	.directors h1 {
		font-size: 2.25rem;
		margin-bottom: 2.75rem;
	}

	.directors .list-holder {
		padding-top: 2.875rem;
		margin-bottom: 0;
	}

	.directors .list-holder h2 {
		font-size: 1.25rem;
		font-family: "Ideal Sans A", "Ideal Sans B";
		letter-spacing: .25px;
		margin-bottom: .9375rem;
	}

	.director-list {
		font-size: 1rem;
	}

	.director-list li {
		width: 31%;
		margin-bottom: .0625rem;
	}

	.heading-block {
		margin-bottom: 3.625rem;
	}

	.heading-block .subheading {
		margin-bottom: .6875rem;
		font-size: 1rem;
		font-weight: 300;
		letter-spacing: .25px;
	}

	.heading-block.head-info {
		font-size: 1.125rem;
		margin-bottom: 3.1875rem;
		padding-top: .5rem;
	}

	.heading-block.head-info h2 {
		font-size: 2.25rem;
		margin-bottom: 3.125rem;
		line-height: 1;
	}

	.heading-block.head-info .subheading {
		font-size: 1.375rem;
		margin-bottom: .6875rem;
		line-height: 1;
	}

	.info-block .img-holder {
		padding: 1.25rem 1.25rem 1.25rem 5.9375rem;
		text-align: left;
	}

	.subheading {
		font-size: 1.375rem;
		font-weight: 400;
		letter-spacing: .25px;
		margin-bottom: -.0625rem;
	}

	.subheading-decor:after {
		bottom: -.4375rem;
	}

	.intro-slider .slick-slide {
		min-height: 28.125rem;
		position: relative;
		padding: 7.5rem 0 4.375rem;
	}

	.intro-slider .bg-holder {
		position: static;
		padding: 0;
		min-height: auto;
	}

	.intro-slider .intro-holder {
		margin-bottom: 2.1875rem;
	}

	.intro-slider .intro-holder .subheading {
		margin-bottom: .75rem;
	}

	.intro-slider .intro-holder h1 {
		font-size: 2.5rem;
		line-height: 1.25;
		margin-bottom: 0;
	}

	.intro-slider .inner-block {
		color: #fff;
		font-size: 1.25rem;
		line-height: 1.363636;
		padding-top: 0;
	}

	.intro-slider .inner-block p {
		margin-bottom: 2.3125rem;
	}

	.intro-slider .inner-block .btn {
		width: auto;
	}

	.intro-slider .slick-dots {
		top: auto !important;
		bottom: 3.375rem;
	}

	.card {
		font-size: 1rem;
	}

	.card .card-body {
		margin-top: -1.25rem;
		line-height: 1.625;
	}

	.intro-section {
		min-height: 28.125rem;
	}

	.intro-section.decor-bottom:before {
		display: block;
	}

	.intro-section .dropdown {
		display: block;
	}

	.intro-section .dropdown .btn-success:hover,
	.intro-section .dropdown .btn-success:active,
	.intro-section .dropdown .btn-success:focus {
		background-color: #22924b !important;
		border-color: #22924b !important;
		box-shadow: none !important;
		color: #fff !important;
	}

	.intro-section .subheading {
		font-size: 1.75rem;
	}

	.icon-bottom {
		width: 3.5rem;
		height: 3.5rem;
	}

	.intro-holder h1 {
		font-size: 4.0625rem;
		margin-bottom: 1.3125rem;
	}

	.intro-holder .subheading {
		margin-bottom: -.3125rem;
	}

	.statement-section {
		padding-bottom: 2.5rem;
		padding-top: .5rem;
	}

	.statement-section h3 {
		margin-bottom: 1.0rem;
	}

	.statement-section .subheading-decor {
		margin-bottom: 1.5rem;
	}

	.statement-section .article {
		font-size: 1.125rem;
		line-height: 1.625;
		padding-top: 2.8125rem;
		margin-top: -2.1875rem;
		margin-bottom: 1.25rem;
		padding-right: .9375rem;
	}

	.statement-section .article p {
		margin-bottom: 2.25rem;
	}

	.statement-section .article .btn-success {
		width: auto;
	}

	.statement-section .popup-col {
		padding: 0;
		margin-left: -.9375rem;
	}

	.statement-section .popup-holder {
		padding: 2.5rem 1.875rem 1.9375rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.625;
	}

	.slider-section.decor-bottom:before {
		display: block;
	}

	.card-section {
		padding: 4.375rem 0 2.8125rem;
	}

	.card-section.card-list {
		padding: 0 0 2.375rem;
	}

	.card-section.card-list .card .card-body {
		margin-top: -1.8125rem;
		padding: .9375rem 2.1875rem 1.5625rem 0;
	}

	.card-section.card-list .card .card-body h4 {
		font-size: 1.375rem;
	}

	.card-section.card-list .container {
		margin-top: -1.75rem;
		padding-top: 2rem;
	}

	.card-section .inner-color .icon:before {
		font-size: 2.125rem;
		right: -1.375rem;
	}

	.card-section .inner-color {
		text-align: left;
		padding-left: 1.875rem;
		margin-bottom: 2.625rem;
	}

	.events-section .text-block {
		padding-top: 0;
		font-size: 1.125rem;
	}

	.events-section .text-block h4 {
		font-size: 1.375rem;
		font-weight: 400;
	}

	.events-section .info-block h6 {
		padding-bottom: 1.0625rem;
		margin-bottom: 2.5625rem;
	}

	.financing-section .head-info {
		margin-bottom: 4.0625rem;
	}

	.financing-section .info-block h6 {
		margin-bottom: .6875rem;
		font-size: 1.375rem;
	}

	.table {
		position: relative;
		margin-bottom: 1rem;
	}

	.fancybox-slide {
		padding: 2.75rem;
	}

	.article-main.article-second .intro-article {
		min-height: 31.25rem;
	}

	.article-main.article-second .intro-article .icon-bottom {
		bottom: 1.25rem;
		z-index: 1;
		display: block;
	}

	.article-main.article-second .intro-article .subheading-decor {
		margin-bottom: 9.375rem;
	}

	.article-main.article-second .content {
		padding-top: 50px;
	}

	.article-main.article-second .content .text-content {
		letter-spacing: .6px;
		font-size: 18px;
		margin: 0;
		padding: 0 0 2.1875rem;
		line-height: 1.8;
		letter-spacing: normal;
	}

	.article-main.article-second .content .text-content h3 {
		font-size: 20px;
	}

	.bg-blockquote .bg-stretch {
		min-height: 25rem;
	}

	.bg-pacient {
		min-height: 25rem;
	}

	.bg-pacient .name {
		font-size: 1.25rem;
		margin-bottom: .375rem;
		letter-spacing: .6px;
	}

	.bg-pacient address {
		font-size: 1rem;
		letter-spacing: -.8px;
	}

	.notification-box {
		padding: 1.75rem 2.5rem .125rem 1.8125rem;
		margin-bottom: 1.625rem;
		margin-top: 3.125rem;
	}

	#footer .logo {
		margin: .75rem 0 0;
	}

	.social-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

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

	.copyright {
		text-align: left;
		margin-top: 1.4375rem;
	}
}

@media (min-width: 992px) {
	.about .about-holder .people-list li {
		width: 12.5%;
	}

	.intro-article {
		padding: 1.3125rem 0 9.0625rem;
		min-height: 32.5rem;
	}

	.intro-article .subheading-decor {
		margin-bottom: 12.1875rem;
	}

	.intro-article h1 {
		font-size: 2.5rem;
		line-height: 1.25;
		letter-spacing: .25px;
	}

	.article-main {
		padding: 10rem 0 0;
	}

	.article-main .content .text-content {
		margin: -7.6875rem 0 0 0;
		padding: 5.4375rem 5.5rem 2.1875rem 6rem;
	}

	.article-pagination-holder .container {
		max-width: 120rem;
		padding: 0;
	}

	.article-pagination-holder .article-pagination {
		width: 50%;
		margin: 0;
	}

	.article-pagination-holder .article-pagination.prev a .content-holder {
		margin: 0 0 0 auto;
	}

	.article-pagination-holder .article-pagination a .content-holder {
		padding: 1.25rem 1.875rem;
		max-width: 40rem;
		margin: 0 auto 0 0;
	}

	.article-pagination-holder .article-pagination .subheading-decor {
		margin-bottom: 9.375rem;
	}

	.directors {
		margin-top: 10rem;
		padding-top: 5.3125rem;
		padding-bottom: 6.9375rem;
	}

	.slick-arrow {
		display: block !important;
	}

	.intro-slider .slick-slide {
		min-height: 46.25rem;
		padding: 11.875rem 0 10.8125rem;
	}

	.card .card-body {
		max-width: 81%;
	}

	.intro-section {
		min-height: 49.9375rem;
		padding: 18.25rem 0 5.75rem;
	}

	.intro-section .subheading {
		font-size: 2rem;
	}

	.icon-bottom {
		bottom: 4.8125rem;
	}

	.intro-holder h1 {
		font-size: 4.875rem;
	}

	.statement-section .article {
		padding-right: 3.875rem;
	}

	.card-holder [class*="col-"] {
		padding: 0 .9375rem 1.625rem;
	}

	.slider-section {
		padding-bottom: 0;
		padding-top: 3.75rem;
	}

	.events-section {
		padding: 15.25rem 0 4.375rem;
	}

	.events-section .text-block {
		padding-left: .8125rem;
		padding-top: 1rem;
	}

	.events-section .card-slider .slick-arrow {
		left: 2.1875rem;
	}

	.events-section .card-slider .slick-arrow.slick-next {
		right: 2.625rem;
	}

	.financing-section {
		padding: 15.3125rem 0 4.5rem;
	}

	.article-main.article-second .intro-article {
		padding: 1.3125rem 0 7.1875rem;
		min-height: 46.1875rem;
	}

	.article-main.article-second .intro-article .text-holder {
		font-size: 1.375rem;
	}

	.article-main.article-second .intro-article .icon-bottom {
		bottom: 3.125rem;
	}

	.article-main.article-second .intro-article .subheading-decor {
		margin-bottom: 12rem;
	}

	.article-main.article-second .intro-article h1 {
		letter-spacing: -.2px;
		margin-bottom: 1.875rem;
	}

	.article-main.article-second .content {
		padding-top: 91px;
	}

	.article-main.article-second .content .text-content h3 {
		letter-spacing: .6px;
		margin-bottom: 38px;
	}

	.bg-blockquote {
		min-height: 37.5rem;
		padding: 7.375rem 0 3.125rem;
		margin: 0 0 2.4375rem;
	}

	.bg-blockquote .bg-stretch {
		position: absolute;
		min-height: auto;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		max-width: 120rem;
		margin: 0 auto;
	}

	.bg-blockquote .text-holder {
		margin: 0;
	}

	.bg-blockquote blockquote {
		background-color: rgba(0, 0, 0, .5);
		color: #fff;
		margin: 0 .625rem 0 -1.9375rem !important;
		padding: 4.3125rem 2rem 3.0625rem 1.875rem;
		line-height: 1.625;
	}

	.bg-blockquote blockquote p {
		margin-bottom: 1.625rem !important;
	}

	.bg-pacient {
		min-height: 37.5rem;
		margin: 0 0 4.8125rem;
		padding: .9375rem 0 2.875rem;
	}

	.bg-pacient .bg-stretch {
		margin: 0 auto;
		max-width: 120rem;
	}

	.main-header {
		box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .08);
		padding: .75rem 0;
	}

	.main-header .logo span {
		font-size: .9375rem;
		font-weight: 300;
		letter-spacing: .3px;
		color: #969696;
		font-family: "Ideal Sans A", "Ideal Sans B";
	}

	.main-header .share {
		min-width: 6rem;
		padding: .375rem .625rem;
		border: .0625rem solid #0092b2;
	}

	.main-header .share:hover {
		background-color: #00b6de;
		border: .0625rem solid #00b6de;
		color: #fff;
	}

	.main-header .nav-opener .burger {
		height: 1.3125rem;
		width: 1.625rem;
	}

	.nav-active .drop {
		height: calc(100vh - 3.75rem);
	}

	.drop .drop-heading {
		padding: 2.9375rem 0 3.875rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.drop h1 {
		width: calc(100% - 10rem);
		font-size: 1.75rem;
	}

	.drop .drop-logo {
		width: 10rem;
		display: block;
	}

	.drop .menu-list {
		margin: 0 -.9375rem;
		padding-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.drop .menu-list li {
		width: 50%;
		padding: 0 .9375rem;
		margin-bottom: 1.875rem;
	}

	.drop .menu-list .sub-menu {
		display: none;
	}

	.drop .card {
		box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .16);
	}

	.drop .card:hover {
		box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .32);
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	.drop .card h4 {
		letter-spacing: .25px;
		font-size: 1.25rem;
		font-weight: 400;
	}

	.drop .card img {
		max-width: 100%;
		width: 100%;
	}

	.drop .card .card-body {
		padding: .6875rem 1.25rem 1.6875rem;
	}

	.drop .card .subheading-decor {
		margin-bottom: 1rem;
		display: block;
	}

	.sub-menu {
		padding-top: 2.3125rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.sub-menu a {
		color: #fff;
		padding: 0;
		font-size: 1.0625rem;
		font-weight: 300;
		letter-spacing: .15px;
	}

	.sub-menu a:hover:after {
		border-color: #fff transparent transparent transparent;
	}

	.sub-menu a:before {
		top: 100%;
		left: -1.5625rem;
		right: 0;
		height: 1.0625rem;
		background-color: transparent;
		opacity: 0;
		visibility: hidden;
	}

	.sub-menu a:after {
		-webkit-transition: border-color .15s linear;
		transition: border-color .15s linear;
		content: "";
		position: absolute;
		top: .875rem;
		left: -1.25rem;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .375rem .3125rem 0 .3125rem;
		border-color: #fff transparent transparent transparent;
	}

	.sub-menu a:only-child:after,
	.sub-menu a:only-child:before {
		display: none;
	}

	.sub-menu > li {
		padding: 0 1.0625rem 0 1rem;
		position: relative;
	}

	.sub-menu > li:last-child {
		padding-right: 0;
	}

	.sub-menu .dropdown-sub-menu {
		position: absolute;
		left: -1.125rem;
		z-index: 1;
		top: 151%;
		min-width: 17.8125rem;
		opacity: 0;
		visibility: hidden;
		border-radius: .1875rem;
		background-color: #fff;
		box-shadow: .125rem .375rem .75rem rgba(0, 0, 0, .3);
		padding: 1.125rem 0 1.5625rem;
	}

	.sub-menu .dropdown-sub-menu a {
		color: #5f6062;
		padding: .1875rem .625rem .1875rem 1.9375rem;
		letter-spacing: 0;
		font-weight: 300;
	}

	.sub-menu .dropdown-sub-menu a:hover {
		background-color: #e5f7fb;
		color: #0092b2;
	}

	.sub-header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.sub-header .sub-logo {
		width: 7.1875rem;
	}

	.sub-header .logo-holder {
		padding: 2.1875rem 0 0;
	}

	.sub-header .sub-nav {
		display: block;
		width: calc(100% - 7.1875rem);
	}

	.article-header .sub-header {
		display: block;
		background-color: #0092b2;
	}

	.article-header .sub-header .logo-holder {
		background-color: #fff;
		padding: 0;
	}

	.article-header .sub-header .logo-holder a {
		padding: 1.875rem 0 1.375rem;
		text-align: center;
		display: block;
		width: 100%;
	}

	.article-header .sub-header .logo-holder .sub-logo {
		display: block;
		width: 10.0625rem;
	}

	.article-header .sub-header .sub-nav {
		width: calc(100% - 10.0625rem);
	}

	.article-header .sub-header .sub-menu > li {
		margin-bottom: 2.1875rem;
	}

	.article-header.white .sub-header {
		background-color: #fff;
	}

	.article-header.white .sub-menu > li > a {
		color: #0092b2;
	}

	.article-header.white .sub-menu > li > a:hover {
		color: #00B6DE;
	}

	.article-header.white .sub-menu > li > a:hover:after {
		border-color: #00B6DE transparent transparent transparent;
	}

	.article-header.white .sub-menu > li > a:after {
		border-color: #0092b2 transparent transparent transparent;
	}

	.article-header.white .sub-menu > li.active > a {
		color: #00824d;
	}

	.article-header.white .sub-menu > li.active > a:after {
		border-color: #00824d transparent transparent transparent;
	}

	.article-header.white .sub-menu > li.active:before {
		background-color: #22924b;
	}

	#footer {
		padding: 3.3125rem 0 2.5rem;
	}
}

@media (min-width: 1200px) {
	.article-pagination-holder .article-pagination a .content-holder {
		padding: 1.8125rem 5.75rem 5.4375rem 5.3125rem;
	}

	.article-pagination-holder .article-pagination .subheading-decor {
		margin-bottom: 13.125rem;
	}

	.slick-arrow {
		left: 1.25rem;
	}

	.slick-arrow:before {
		font-size: 2.25rem;
	}

	.slick-arrow.slick-next {
		right: 1.25rem;
	}

	.card-section.card-list .container {
		padding-left: 0;
		padding-right: 0;
		max-width: 69.375rem;
	}

	.bg-blockquote blockquote {
		margin: 0 4.0625rem 0 -1.9375rem;
	}

	.drop .menu-list li {
		width: 33.33%;
	}
}

@media (max-width: 991px) {
	.js-card-holder .column {
		width: 50%;
	}

	.table:before {
		left: 50%;
		width: 25%;
	}

	.table thead th {
		padding: .375rem .9375rem;
		font-size: 1.25rem;
	}

	.table tbody tr.sm-row td {
		padding: .9375rem;
	}

	.table tbody tr.percent td {
		padding: .9375rem;
	}

	.table tbody td {
		padding: .9375rem;
		width: 25%;
	}

	.table tbody td:first-child {
		width: 50%;
		padding-right: 1.25rem;
	}

	.main-header .share:active,
	.main-header .share:focus {
		background-color: transparent !important;
		color: #22924b !important;
	}

	.drop .menu-list li:first-child {
		margin-bottom: .8125rem;
	}

	.drop .card:hover .card-body h4 {
		color: #0092b2;
	}

	.drop .card img {
		display: none;
	}

	.sub-menu a:before {
		left: -2.1875rem;
		top: 0;
		right: -.9375rem;
		bottom: 0;
		background-color: #e5f7fb;
		opacity: 0;
		z-index: -1;
	}
}

@media (max-width: 767px) {
	.intro-article.decor-bottom:before {
		display: none;
	}

	.heading-block h2 {
		line-height: 1.3;
		margin-bottom: .3125rem;
	}

	.financing-section .heading-block {
		margin-bottom: 2.25rem;
	}

	.financing-section .heading-block h2 {
		margin-bottom: 2.5rem;
	}

	.table:before {
		display: none;
	}

	.table thead {
		display: none;
	}

	.table tbody tr {
		overflow: hidden;
	}

	.table tbody tr:last-child {
		border-bottom: none;
	}

	.table tbody tr.sm-row td {
		padding: .75rem .9375rem 1.4375rem;
	}

	.table tbody tr.sm-row td:first-child {
		padding: 1.625rem .9375rem .375rem;
	}

	.table tbody tr.sm-row td strong {
		font-size: 1rem;
		font-weight: 500;
	}

	.table tbody tr.percent td:first-child {
		padding: 1.375rem .9375rem .375rem;
	}

	.table tbody td {
		width: 50%;
		float: left;
		border-right: none;
		font-size: 1.125rem;
		padding: .75rem .9375rem 1.4375rem;
	}

	.table tbody td:before {
		content: attr(data-label);
		display: block;
		font-weight: 700;
	}

	.table tbody td:first-child {
		width: 100%;
		border-left: none;
		padding-right: .9375rem;
		padding: 1.5625rem .9375rem 0;
	}

	.table tbody td strong {
		font-size: 1rem;
	}

	.table tbody td span {
		font-size: .875rem;
	}

	.article-main.article-second .intro-article.decor-bottom:before {
		display: block;
	}

	.drop .card h4 span {
		display: none;
	}
}

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

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

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 575px) {
	.js-card-holder .column {
		width: 100%;
	}

	.table-col {
		padding: 0;
	}
}

@media all and (max-height: 576px) {
	.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;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.slick-slide p.caption {
  position: absolute;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Source Sans Pro", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", -apple-system;
  line-height: 1.35;
  display: block;
  overflow-wrap: break-word;
  z-index:1;
  width: inherit;
  bottom: 0;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.slick-slide .bg-stretch:after {
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(0,0,0,.02);
}

.sub-menu > li:before {
  -webkit-transition: opacity .15s linear, background-color .15s linear, visibility .15s linear;
  transition: opacity .15s linear, background-color .15s linear, visibility .15s linear;
  content: "";
  position: absolute;
  bottom: -2.1875rem;
  left: 1rem;
  right: 1rem;
  height: .25rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.sub-menu > li:hover:before {
opacity: 1;
visibility: visible;
background-color: #00b6de;
}

.sub-menu > li:last-child:before {
  right:0;
}

.sub-menu > li.active:hover:before {
opacity: 1;
visibility: visible;
background-color: #fff;
}
