/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

.buffer #news-search { 
	margin: 20px 0 40px; 
}

/* Popup Design */ 
#modal {
  margin:0;
  padding:0;
  background: #063760;
  width: 550px;
  height: 360px;
  border: 7px solid #fff;
  font-size: 24px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

#modal input {
	border: none;
	text-transform: none;
	font-weight:bold;
	padding: 10px;
	height:48px;
	margin-bottom: 5px;
	font-size: 14px;
	min-width: 280px;
	float:left;
	color: #333;
}

#modal button {
	border: none;
	float: left;
	height:48px;
	font-size: 24px;
}

#modal h1 {
	color: #b30000;
}

#modal p {
	color: #fff;
	font-size: 20px;
  line-height: 22px;
  margin: 20px 0;
  position: relative;
  z-index: 3;
}

#modal .logo img {
	max-width: 350px;
}

#modal .text {
	position: relative;
	z-index: 1;
}

#modal .icon-arrow-right {
	line-height: 2;
}

#modal .intro-form-wrap {
	display: flex;
}

#modal .intro-form {
	max-width: 380px;
	margin: 0 auto 20px;
	display: inline-flex;
}

#modal .social-list {
	display: block;
	margin: 0 auto;
}

#modal .social-list li {
	display: inline;
	padding: 0 10px;
	font-size: 30px;
}

#modal .social-list li a {
	color: #fff;
}

#modal button {
	background-color: #8dc5e6;
	line-height: 1rem;
}

.closer { 
  position: absolute;
  top: -45px;
	right: 0px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}
  
.closer:hover {
  color: #8dc5e6;
}

#all {
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}

.subhead-titler {
	font-size: 20px;
	font-style: italic;
}

/*End Popup*/


/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*td,
th {
	padding: 0;
}*/

.social-list,
.main-menu,
.main-menu .drop ul,
.footer-list,
.openclose-tabset,
.statistics-bar-list,
.slick-dots {
	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,
#aspnetForm {
	color: #000;
	background: #fff;
	font: 16px/1.7 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#aspnetForm select {
	max-width: 500px;
}

#aspnetForm input[name*=AddressZip] {
	min-width: 70px;
}

#aspnetForm input[name*=AddressZipPlus4] {
	min-width: 42px;
}

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: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 55px;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 30px;
}

h4,
.h4 {
	font-size: 23px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 18px;
}

.div {
	display: block;
}

p {
	margin: 0 0 1em;
}

a {
	color: #063760;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 11px 15px;
}

.buffer input[type="text"],
.buffer input[type="tel"],
.buffer input[type="email"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer textarea {
	height: unset;
	padding: 10px 0;
	border: 1px solid grey;
	margin: 5px 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #444;
}

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: #444;
}

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: #444;
}

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: #444;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #444;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?kbvmhd');
  src:  url('../fonts/icomoon.eot?kbvmhd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?kbvmhd') format('truetype'),
    url('../fonts/icomoon.woff?kbvmhd') format('woff'),
    url('../fonts/icomoon.svg?kbvmhd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.image-collage-section .grid-item > a:after,
.statistics-bar-opener:after,
.subscribe-opener: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-youtube:before {
  content: "\e901";
}
.icon-flickr:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-add:before {
  content: "\e906";
}
.icon-chevron-right:before {
  content: "\e907";
}
.icon-chevron-left:before {
  content: "\e908";
}
.icon-chevron-down:before {
  content: "\e909";
}
.icon-chevron-up:before {
  content: "\e90a";
}
.icon-mail:before {
  content: "\e90b";
}
.icon-mic:before {
  content: "\e90c";
}
.icon-folder:before {
  content: "\e90d";
}
.icon-money:before {
  content: "\e90e";
}


/* Slick slider styles */

.collage-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.collage-slider .slick-track,
.collage-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

.section-heading {
	text-align: center;
	margin-bottom: 20px;
	padding: 0 33px;
	line-height: 1.11;
}

.section-heading .sub-heading {
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #063760;
	font-size: 18px;
}

.section-heading h1,
.section-heading .h1,
.section-heading h2,
.section-heading .h2,
.section-heading h3,
.section-heading .h3,
.section-heading h4,
.section-heading .h4,
.section-heading h5,
.section-heading .h5,
.section-heading h6,
.section-heading .h6 {
	margin-bottom: 0;
	color: #063760;
	line-height: 1.1;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active,
.search-active {
	overflow: hidden !important;
}

.heading {
	-webkit-transition: background-color .6s ease-in-out, padding .6s ease-in-out;
	transition: background-color .6s ease-in-out, padding .6s ease-in-out;
	position: relative;
	z-index: 999;
	padding: 20px 0 24px;
	background: #063760;
}

.heading.header-fixed {
	width: 100% !important;
	background: #063760;
	z-index: 1004;
}

.search-active .heading {
	z-index: 1004;
}

.nav-active .heading {
	background-color: #063760;
}

.heading > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 16px;
}

.heading .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: calc(100% - 204px);
}

.heading .logo {
	width: 198px;
	display: block;
	margin: 0 0 0 6px;
}

.heading .logo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.heading .contact-btn {
	font-size: 16px;
	padding: 9px 23px 7px;
}

.social-list {
	color: #fff;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.social-list li {
	padding: 0 9px;
}

.social-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
}

.social-list a:hover {
	color: #8dc5e6;
}

.nav-open-btn {
	width: 29px;
	height: 20px;
	position: relative;
	display: block;
	margin: 11px 0 0 0;
}

.nav-open-btn:before,
.nav-open-btn:after,
.nav-open-btn span:after {
	content: "";
}

.nav-open-btn:before,
.nav-open-btn:after,
.nav-open-btn span,
.nav-open-btn span:after {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background-color: #fff;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 17px;
	height: 3px;
}

.nav-open-btn span:after {
	top: 7px;
}

.nav-open-btn span {
	top: 5px;
	height: 3px;
	text-indent: -9999px;
}

.nav-active .nav-open-btn span {
	opacity: 0;
}

.nav-active .nav-open-btn:before,
.nav-active .nav-open-btn:after {
	top: 4px;
	-webkit-transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s, -webkit-transform .3s ease .3s;
	height: 3px;
}

.nav-active .nav-open-btn:before {
	-webkit-transform: rotateZ(45deg) scale(1.05);
	-ms-transform: rotate(45deg) scale(1.05);
	transform: rotateZ(45deg) scale(1.05);
}

.nav-active .nav-open-btn:after {
	-webkit-transform: rotateZ(-45deg) scale(1.05);
	-ms-transform: rotate(-45deg) scale(1.05);
	transform: rotateZ(-45deg) scale(1.05);
}

.main-menu {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.main-menu > li {
	position: relative;
	margin: 0 0 28px;
}

.main-menu > li > a {
	position: relative;
	text-transform: uppercase;
}

.main-menu > li.hover > a {
	color: #8dc5e6;
}

.main-menu > li.hover > .has-drop-down-a {
	z-index: 3;
}

.main-menu a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
}

.main-menu .drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	opacity: 0;
	max-height: 0;
	font-size: 16px;
	text-transform: none;
	display: block;
	font-weight: 400;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.main-menu .hover > .drop {
	opacity: 1 !important;
	z-index: 2;
}

.main-menu .hover > .drop li:last-child {
	margin-bottom: 0;
}

.search-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
}

.search-active .search-drop {
	opacity: 1;
	visibility: visible;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
}

.search-open-btn:hover {
	color: #8dc5e6;
}

.nav-block-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.search-close-btn {
	text-decoration: none;
	color: #063760;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	font-style: normal;
	position: absolute;
	right: 30px;
	top: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -1px;
}

.search-close-btn:hover {
	color: #063760;
}

.search {
	width: 100%;
	position: relative;
	max-width: 700px;
	margin: 0 auto 40px;
}

.search input[type=search],
.search input[type=text] {
	border: none;
	border-bottom: 1px solid #063760;
	color: #595d63;
	height: 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	width: calc(100% - 40px);
	background-color: transparent;
	color: #063760;
	padding: 7px 50px 7px 7px;
	font-size: 23px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	font-style: italic;
	color: #595d63;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	font-style: italic;
	color: #595d63;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	font-style: italic;
	color: #595d63;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	font-style: italic;
	color: #595d63;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	font-style: italic;
	color: #595d63;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: 0;
	background: none;
	width: 40px;
	height: 40px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	padding: 0;
	color: #063760;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	color: #39f;
}

.search button[type=submit]:focus,
.search input[type=submit]:focus {
	outline: none;
}

.search .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search form {
	width: 100%;
}

.content-section .section-heading {
	max-width:1100px;
	margin: -300px auto 40px;
	position: relative;
	z-index: 4;
	text-transform: capitalize;
}

.content-section .section-heading a {
	color: #fff;
	text-decoration: none;
}

#title {
	text-transform: uppercase;
}

.content-section h2 {
	color: #063760;
}

.containing-block .container {
	max-width: 1100px;
	padding: 60px;
	background-color: white;
	z-index: 4;
	position: relative;
}

.footer {
	text-align: center;
	padding: 64px 0 41px;
}

.footer.bg-blue {
	color: #fff;
}

.footer .container {
	max-width: 665px;
}

.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3,
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6 {
	color: #8dc5e6;
	margin-bottom: 10px;
}

.footer address {
	font-style: normal;
	line-height: 1.9;
}

.footer address a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: inherit;
	text-decoration: none;
}

.bg-blue {
	background: #063760;
}

.footer-block {
	margin-bottom: 47px;
}

.footer-block:last-child {
	margin-bottom: 0;
}

.footer-block .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 15px;
	font-size: 23px;
}

.footer-logo {
	display: block;
	width: 95px;
	padding-top: 25px;
	margin: 0 auto 30px;
}

.footer-logo img {
	width: 100%;
}

.footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -7px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-list li {
	padding: 0 7px;
	position: relative;
}

.footer-list li:last-child:after {
	content: none;
}

.footer-list li:after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 6px;
	width: 2px;
	right: -1px;
	background: #fff;
}

.footer-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: inherit;
	text-decoration: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	padding: 11px 15px;
	width: 100%;
	background: #fff;
	color: #737373;
	height: 43px;
}

.buffer input[type="text"],
.buffer input[type="tel"],
.buffer input[type="email"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer textarea {
	height: unset;
	padding: 10px 0;
	border: 1px solid grey;
	margin: 5px 0;
}

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;
}

.buffer button,
.buffer input[type="button"],
.buffer input[type="submit"] {
	background: #8dc5e6;
    color: #fff;
    border: 0;
    padding: 11px 15px;
    font-weight: 700;
    -webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}


.buffer button:hover,
.buffer input[type="button"]:hover,
.buffer input[type="submit"]:hover {
	background: #063760;
}

.subscribe-form button,
.subscribe-form input[type="button"],
.subscribe-form input[type="submit"] {
	background: #8dc5e6;
	color: #fff;
	border: 0;
	padding: 11px 15px;
	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;
	font-weight: 700;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tab-section {
	padding: 66px 0 53px;
}

.tab-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.tab-link [class^="icon-"] {
	margin-left: 8px;
	font-size: 12px;
}

.tab-slide {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.tab-slide.open-close-tabset-active {
	opacity: 1;
	visibility: visible;
}

.tab-open-close {
	position: relative;
	margin-bottom: 30px;
	z-index: 3;
}

.tab-open-close-opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	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;
	padding: 25px 30px;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	color: #737373;
	line-height: 1;
	text-decoration: none;
	background: #e9e9e9;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.tab-open-close-opener [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;
	font-size: 22px;
}

.tab-open-close-active .tab-open-close-opener [class^="icon-"] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tab-open-close-slide {
	position: absolute;
	background: #e9e9e9;
	left: 0;
	right: 0;
	top: 100%;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 2;
}

.tab-open-close-slide .inner-slide {
	padding: 10px 30px 20px;
	font-size: 17px;
	font-weight: 600;
	max-height: 300px;
    overflow: scroll;
}

.openclose-tabset li {
	margin-bottom: 5px;
}

.openclose-tabset li:last-child {
	margin-bottom: 0;
}

.openclose-tabset a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: inherit;
	text-decoration: none;
}

.openclose-tabset a.open-close-tabset-active {
	color: #8dc5e6;
}

.inner-tab {
	min-height: 274px;
}

.inner-tab h3 {
	font-size: 24px;
	color: #063760;
}

.inner-tab .text-holder {
	margin-bottom: 65px;
}

.inner-tab .text-holder p {
	margin: 0 0 20px;
}

.image-collage-section {
	padding: 30px 0 23px;
}

.slider-nav .slick-arrow {
	padding: 0 9px;
}

.slick-arrow {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	padding: 0;
	border: 0;
	background: transparent;
	color: #737373;
	font-size: 17px;
}

.image-collage-section .grid-item {
	width: 320px;
	height: 320px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.image-collage-section .grid-item > a {
	width: 320px;
	height: 320px;
	position: relative;
	display: block;
	z-index: 3;
}

.image-collage-section .grid-item > a:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	background: rgba(141, 197, 230, .85);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.image-collage-section .grid-item > a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "\e906";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 52px;
	color: #fff;
	z-index: 2;
}

.image-collage-section .grid-item img {
	/*max-width: 100%;
	max-height: 100%;*/
	min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.statistics-bar {
	background: #fff;
	padding: 20px 0 20px;
}

.statistics-bar-wrap {
	position: relative;
	z-index: 4;
}

.statistics-bar-wrap.active .statistics-bar-opener {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.statistics-bar-list {
	/*max-width: 296px;*/
	margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.statistics-bar-list li {
	margin: 0 0 20px;
	width: 50%;
	overflow: hidden;
	page-break-inside: avoid;
}

.statistics-bar-item {
	font-size: 17px;
	line-height: 1.5;
	padding: 0 5px;
}

.statistics-bar-item a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: block;
	color: #063760;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

/*.statistics-bar-item a:hover {
	opacity: .6;
}*/

.statistics-bar-item .wrap-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.statistics-bar-item .icon-holder {
	width: 70px;
	height: 70px;
	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;
	font-size: 50px;
	margin: 0 0 7px;
	position: relative;
}

.statistics-bar-item .title {
	width: calc(100% - 83px);
	font-weight: 400;
	font-size: 14px;
}

.statistics-bar-item mark {
	display: block;
	color: #8dc5e6;
	font-size: 28px;
	line-height: 1.1;
	background: transparent;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 4px;
	font-weight: 700;
}

.statistics-bar-opener {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: -19px;
	right: 16px;
	z-index: 1000;
	background: #fff;
	color: #063760;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	opacity: 1;
	visibility: visible;
}

.statistics-bar-opener:after {
	content: "\e909";
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.nav-active .statistics-bar-opener {
	z-index: 998;
}

.statistics-bar-opener .search-active {
	opacity: 0;
	visibility: hidden;
}

.announcement-section {
	text-align: center;
	background-color: #063760;
	color: #fff;
}

.announcement-section a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	padding: 2rem;
	transition: all 0.3s ease-in-out;
}

.announcement-section a:hover {
	text-decoration: underline;
	background-color: #8dc5e6;
}

.news-section {
	padding: 52px 0 43px;
}

.news-section .container {
	max-width: 1342px;
}

.news-item {
	color: #8dc5e6;
}

.news-item a {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	text-decoration: none;
	color: inherit;
	padding: 12px;
	display: block;
}

.news-item a:hover {
	background-color: #e8e8e8;
}

.news-item h6,
.news-item .h6 {
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #063760;
	line-height: 1.556;
	margin: 0 0 34px;
}

.news-item .category,
.news-item time,
.news-item .time {
	display: block;
	font-size: 14px;
	line-height: 1.3;
}

.news-item .category {
	font-weight: 600;
	text-transform: uppercase;
}

.news-item time,
.news-item .time {
	font-weight: 500;
	font-style: italic;
}

.news-slider-holder {
	position: relative;
}

.news-slider {
	margin: 0 0 15px;
}

.news-slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-slider-nav .slick-arrow {
	color: #8dc5e6;
	font-size: 18px;
	line-height: 1;
	margin: 0 7px;
	background: transparent;
}

.success-section {
	padding: 42px 0;
}

.success-section .section-heading {
	margin: 0 0 30px;
}

blockquote,
.blockquote {
	margin: 0;
	font-size: 18px;
	line-height: 1.62;
	font-style: normal;
}

blockquote q,
blockquote .q,
.blockquote q,
.blockquote .q {
	display: block;
	font-style: italic;
	color: #063760;
	margin: 0 0 45px;
}

blockquote q:before,
blockquote .q:before,
.blockquote q:before,
.blockquote .q:before {
	content: "\"";
}

blockquote q:after,
blockquote .q:after,
.blockquote q:after,
.blockquote .q:after {
	content: "\"";
}

blockquote cite,
blockquote .cite,
.blockquote cite,
.blockquote .cite {
	display: block;
	color: #8dc5e6;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.438;
	text-transform: uppercase;
	font-style: normal;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.success-text-slider {
	margin: 0 0 36px;
}

.success-slider-dots {
	margin: 0 0 52px;
}

.success-img-slider img {
	width: 100%;
}

.slick-dots {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	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;
	margin: 0 -8px;
}

.slick-dots li {
	padding: 0 8px;
}

.slick-dots li.slick-active button {
	background-color: #808080;
}

.slick-dots li button {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #cecece;
	padding: 0;
	border: 0;
}

.slick-dots li button:hover {
	background-color: #808080;
}

.main-intro {
	background-size: cover;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
	color: #fff;
	padding: 140px 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -77px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.main-intro:before {
	content: "";
	display: block;
	width: 0;
	height: calc(100vh - 198px);
	min-height: 400px;
}

.int .main-intro:before {
	height: unset;
    
}

.overlay {
	position: relative;
	z-index: -1;
}

.overlay:after {
	z-index: 99;
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 13%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.45) 10%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0) 100%);
}

.main-intro:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .15);
}

.main-intro > .container {
	width: 100%;
}

.main-intro .btn {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #8dc5e6;
	padding: 10px 15px;
	text-decoration: none;
}

.main-intro .btn:hover {
	background: #063760;
}

.main-intro .scroll-to {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 5px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	text-decoration: none;
	color: #fff;
	font-size: 21px;
}

.main-intro .scroll-to:hover {
	color: #8dc5e6;
}

.main-intro .section-heading {
	text-align: left;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.1px;
	padding: 0 9px;
	margin-bottom: 49px;
	max-width: 320px;
}

.main-intro h1,
.main-intro .h1 {
	font-size: 28px;
	line-height: 1.14;
	color: #fff;
	margin: 0 0 11px;
	font-weight: 400;
}

.main-intro .subtitle {
	display: block;
	margin: 0 0 34px;
}

.main-intro-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.subscribe-form {
	position: relative;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	padding-right: 60px;
}

.subscribe-form button,
.subscribe-form input[type="button"],
.subscribe-form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	text-transform: uppercase;
}

.subscribe-fixed-block {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 99;
}

.subscribe-fixed-block .text-holder {
	background: #707070;
	padding: 30px;
}

.subscribe-slide {
	-webkit-transition: -webkit-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: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
	position: fixed;
	bottom: 30%;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.subscribe-slide .subscribe-form input[type="email"] {
	padding: 10px 40px 10px 10px;
  height: 60px;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  color: #444;
}

.subscribe-slide .subscribe-form button {
	background: #A8A8A8;
	width: 80px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
}

.subscribe-slide .subscribe-form button:hover {
	background: #8dc5e6;
}

.subscribe-slide p {
	color: #fff;
	font-size: 1.2em;
}

.popup-active .subscribe-slide {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	position: relative;
	opacity: 1;
	visibility: visible;
}

.subscribe-opener {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	background: #707070;
	display: none;
	vertical-align: top;
	padding: 20px;
	line-height: 1;
	color: #fff !important;
	font-size: 30px;
	text-decoration: none;
	right: 70px;
	top: 72px;
	position: absolute;
}

.subscribe-opener.initial {
	position: absolute;
	display: inline-block;
	right: 0;
	top: initial;
	bottom: 50%;
}

.subscribe-opener:hover {
	background: #063760;
}

.popup-active .subscribe-opener {
	display:none;
}

.popup-active .subscribe-opener.popped {
	z-index: 5;
	display: inline-block;
	position: relative;
	right: 70px;
	top: 72px;
}

.popup-active .subscribe-opener.popped:hover {
	background: #063760 !important;
}

.subscribe-opener:after {
	content: "";
}

@media (min-width: 768px) {
	.base-section .container {
		max-width: 598px;
	}

	.container {
		max-width: 750px;
	}

	.section-heading {
		text-align-last: left;
		margin-bottom: 46px;
		padding: 0;
	}

	.heading {
		padding: 51px 0 20px;
		background: transparent;
	}

	.heading.header-fixed {
		padding: 25px 0;
	}

	.heading.header-fixed .logo {
		width: 244px;
	}

	.heading > .container {
		padding: 0 36px;
		max-width: 100%;
	}

	.heading .holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% - 339px);
	}

	.heading .logo {
		width: 335px;
		margin: 0 0 0 4px;
	}

	.heading .contact-btn {
		margin: 0 0 0 25px;
	}

	.social-list {
		margin: 0 -14px;
		font-size: 32px;
	}

	.social-list li {
		padding: 0 14px;
	}

	.nav-open-btn {
		width: 49px;
		height: 33px;
		margin: 9px 0 0 0;
	}

	.nav-open-btn:before,
	.nav-open-btn:after,
	.nav-open-btn span,
	.nav-open-btn span:after {
		height: 3px;
	}

	.nav-open-btn:after {
		top: 28px;
	}

	.nav-open-btn span:after {
		top: 9px;
	}

	.nav-open-btn span {
		top: 10px;
	}

	.nav-active .nav-open-btn:before,
	.nav-active .nav-open-btn:after {
		top: 14px;
	}

	.search-active .nav-drop {
		opacity: 1;
	}

	.main-menu {
		font-size: 40px;
	}

	.main-menu > li {
		margin: 0 0 40px;
	}

	.main-menu .drop {
		font-size: 20px;
	}

	.search-open-btn {
		font-size: 40px;
	}

	.search-close-btn {
		font-size: 40px;
		right: 44px;
		top: 50px;
	}

	.search input[type=search],
	.search input[type=text] {
		height: 50px;
		padding: 7px 50px 7px 7px;
	}

	.search input[type=search]::-webkit-input-placeholder,
	.search input[type=text]::-webkit-input-placeholder {
		font-size: 20px;
		line-height: 1.6;
	}

	.search input[type=search]::-moz-placeholder,
	.search input[type=text]::-moz-placeholder {
		font-size: 20px;
		line-height: 1.6;
	}

	.search input[type=search]:-moz-placeholder,
	.search input[type=text]:-moz-placeholder {
		font-size: 20px;
		line-height: 1.6;
	}

	.search input[type=search]:-ms-input-placeholder,
	.search input[type=text]:-ms-input-placeholder {
		font-size: 20px;
		line-height: 1.6;
	}

	.search input[type=search].placeholder,
	.search input[type=text].placeholder {
		font-size: 20px;
		line-height: 1.6;
	}

	.search button[type=submit],
	.search input[type=submit] {
		width: 50px;
		height: 50px;
	}

	.footer {
		text-align-last: left;
		padding: 83px 0 41px;
	}

	.footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.footer-block {
		width: 33.333%;
		padding: 0 20px;
	}

	.footer-block.lg {
		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;
		width: 100%;
	}

	.footer-block .social-list {
		margin: 0 -9px 10px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.footer-block .social-list li {
		padding: 0 9px;
	}

	.footer-logo {
		margin: 0;
		padding: 0;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		height: 83px;
		padding: 30px 28px;
		font-size: 20px;
		line-height: 1.2;
	}

	.buffer input[type="text"],
	.buffer input[type="tel"],
	.buffer input[type="email"],
	.buffer input[type="search"],
	.buffer input[type="password"],
	.buffer textarea {
		height: unset;
		padding: 10px 0;
		border: 1px solid grey;
		margin: 5px 0;
	}

	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 {
		font-size: 14px;
		line-height: 1.6;
	}

	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 {
		font-size: 14px;
		line-height: 1.6;
	}

	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 {
		font-size: 14px;
		line-height: 1.6;
	}

	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 {
		font-size: 14px;
		line-height: 1.6;
	}

	input[type="text"].placeholder,
	input[type="tel"].placeholder,
	input[type="email"].placeholder,
	input[type="search"].placeholder,
	input[type="password"].placeholder,
	textarea.placeholder {
		font-size: 14px;
		line-height: 1.6;
	}

	.tab-open-close {
		margin-bottom: 40px;
	}

	.tab-open-close-opener {
		font-size: 18px;
		padding: 25px 40px 25px 30px;
	}

	.inner-tab .text-holder {
		font-size: 17px;
		line-height: 1.65;
		margin-bottom: 37px;
	}

	.inner-tab .text-holder p {
		margin-bottom: 32px;
	}

	.image-collage-section {
		position: relative;
		/*max-width: 768px;*/
		padding: 45px 0 52px;
		margin: 0 auto;
		z-index: 2;
	}

	.image-collage-section .grid {
		max-width: 1440px;
		margin: 0 auto;
	}

	.image-collage-section .grid-item {
		width: 50%;
		height: auto;
		margin: 0;
		padding: 6px;
	}


	.image-collage-section .grid-item.image-8,
	.image-collage-section .grid-item.image-9 {
		width: 33%;
	}

	.image-collage-section .grid-item.image-5,
	.image-collage-section .grid-item.image-7 {
		width: 25%;
	}

	.image-collage-section .grid-item.image-2 {
		padding-top: 146px;
	}

	.image-collage-section .grid-item > a {
		width: auto;
		height: auto;
		/*width: 100%;
		height: 100%;*/
	}

	.image-collage-section .grid-item > a:hover:after {
		opacity: 1;
		visibility: visible;
	}

	.image-collage-section .grid-item > a:hover:before {
		opacity: 1;
		visibility: visible;
	}

	.statistics-bar {
		background: #063760;
		padding: 50px 0 22px;
	}

	.statistics-bar-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 636px;
	}

	.statistics-bar-list li {
		margin: 0 0 44px;
		width: 50%;
	}

	.statistics-bar-item mark {
		font-size: 37px;
	}

	.statistics-bar-item .title {
		font-size: 16px;
	}

	.statistics-bar-list li.order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.statistics-bar-list li.order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.statistics-bar-item {
		padding: 0 24px;
	}

	.statistics-bar-item a {
		color: #fff;
	}

	.statistics-bar-item .icon-holder {
		width: 80px;
		height: 80px;
		font-size: 58px;
	}

	.statistics-bar-item .title {
		width: calc(100% - 91px);
	}

	.statistics-bar-opener {
		width: 49px;
		height: 30px;
		background: #063760;
		color: #fff;
		right: 36px;
		bottom: -26px;
	}

	.news-section {
		padding: 46px 0 33px;
	}

	.news-item a {
		padding: 45px 33px 38px;
	}

	.news-item h6,
	.news-item .h6 {
		margin: 0 0 19px;
	}

	.news-slider-holder {
		padding: 0 35px;
	}

	.news-slider {
		margin: 0;
	}

	.news-slider .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.news-slider .slick-track:before,
	.news-slider .slick-track:after {
		display: none;
	}

	.news-slider .slick-slide {
		float: none;
		height: auto;
	}

	.news-slider .news-item {
		height: 100%;
	}

	.news-slider .news-item a {
		height: 100%;
	}

	.news-slider-nav {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 12px;
		right: 12px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.news-slider-nav .slick-arrow {
		margin: 0;
	}

	.success-section {
		padding: 32px 0;
	}

	.success-section .section-heading {
		margin: 0 0 38px;
		text-align: left;
	}

	blockquote,
	.blockquote {
		font-size: 23px;
		line-height: 1.435;
		letter-spacing: .1px;
	}

	blockquote q,
	blockquote .q,
	.blockquote q,
	.blockquote .q {
		margin: 0 0 38px;
	}

	blockquote cite,
	blockquote .cite,
	.blockquote cite,
	.blockquote .cite {
		font-size: 18px;
		line-height: 1.389;
	}

	.success-text-slider {
		margin: 0 0 85px;
	}

	.success-slider-dots {
		margin: 0 0 67px;
	}

	.success-slider-dots .slick-dots {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.main-intro {
		margin-top: -126px;
	}

	.main-intro > .container {
		max-width: 636px;
	}

	.main-intro .scroll-to {
		bottom: 20px;
		font-size: 26px;
	}

	.main-intro .section-heading {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 173px;
		max-width: 100%;
	}

	.main-intro h1,
	.main-intro .h1 {
		line-height: .95;
		font-size: 63px;
		margin: 0 0 17px;
		letter-spacing: .7px;
	}

	.main-intro .subtitle {
		margin: 0 0 18px;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"] {
		padding-right: 120px;
	}

	.subscribe-form button,
	.subscribe-form input[type="button"],
	.subscribe-form input[type="submit"] {
		width: 112px;
		text-align: center;
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-active .main-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 1023px) and (min-width: 1200px) {
	.news-item a {
		padding: 20px;
	}
}

@media (max-width: 1100px) {
	.content-section .section-heading {
		margin-left: 60px;
		padding: 0;
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.base-section .container {
		max-width: 1200px;
	}

	.container {
		max-width: 1210px;
	}

	.heading {
		padding: 0 0 20px;
		top: 10px;
	}

	.heading.header-fixed {
		padding: 20px 0;
	}

	.heading > .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1504px;
	}

	.heading .options {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.social-list {
		font-size: 18px;
		margin: 0 -8px;
	}

	.social-list li {
		padding: 0 8px;
	}

	.nav-open-btn {
		display: none;
	}

	.nav-drop .social-list {
		display: none;
	}

	.main-menu {
		font-size: 13px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.header-fixed .main-menu {
		color: #fff;
	}

	.main-menu > li {
		margin: 0;
	}

	.main-menu > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 10px;
	}

	.main-menu > li.hover > a {
		color: #063760;
		background-color: white;
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 100%;
		font-size: 15px;
		left: 0;
		width: 200px;
		max-height: none;
		display: none;
		text-align: left;
		background-color: #fff;
		color: #063760;
		padding: 20px 0 10px;
	}

	.main-menu .drop ul li {
		margin: 0 0 0;
		padding: 10px;
	}

	.main-menu .drop ul li:last-child {
		margin-bottom: 0;
	}

	.main-menu .drop ul li.hover {
		background-color: rgba(168, 168, 168, .4);
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.search-open-btn {
		font-size: 24px;
		margin-left: 34px;
	}

	.nav-block-holder .search-open-btn {
		display: none;
	}

	.search input[type=search],
	.search input[type=text] {
		height: 60px;
		border-width: 1px;
	}

	.search button[type=submit],
	.search input[type=submit] {
		width: 60px;
		height: 60px;
		border-width: 2px;
	}

	.footer {
		padding: 70px 0 60px;
	}

	.footer .container {
		max-width: 1380px;
	}

	.footer address a:hover {
		color: #8dc5e6;
	}

	.footer-holder {
		padding: 0 0 0 110px;
		position: relative;
		z-index: 3;
	}

	.footer-block {
		width: auto;
		margin: 0;
	}

	.footer-block.lg {
		width: auto;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto;
	}

	.footer-logo {
		position: absolute;
		left: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
	}

	.footer-list a:hover {
		color: #8dc5e6;
	}

	.tab-link:hover {
		color: #39f;
	}

	.tab-open-close-opener:hover {
		color: #8dc5e6;
	}

	.openclose-tabset a:hover {
		color: #8dc5e6;
	}

	.inner-tab .text-holder {
		-webkit-column-count: 2;
		column-count: 2;
		overflow: hidden;
		-webkit-column-gap: 60px;
		column-gap: 60px;
	}

	.inner-tab .text-holder p {
		margin-bottom: 10px;
	}

	.image-collage-section .slick-arrow:hover {
		color: #39f;
	}

	.image-collage-section .grid-item {
		width: 33%;
	}

	.image-collage-section .grid-item.image-5,
	.image-collage-section .grid-item.image-7 {
		width: 12.5%;
	}

	.image-collage-section .grid-item.image-3 {
		padding-top: 108px;
	}

	.statistics-bar-opener {
		right: 26px;
	}

	.statistics-bar {
		padding: 20px 0;
	}

	.statistics-bar-wrap .container,
	.statistics-bar-list {
		max-width: 100%;
	}

	.statistics-bar-item .wrap-box {
		justify-content: space-around;
		align-items: flex-start;
	}

	.statistics-bar-list li {
		width: 25%;
		margin: 0;
		padding: 0;
	}

	.statistics-bar-item .icon-holder {
		font-size: 24px;
		width: 30px;
		height: 30px;
	}

	.statistics-bar-item .title {
		font-size: 12px;
		width: calc(100% - 40px);
	}

	.statistics-bar-item mark {
		display: inline;
		font-size: 24px;
	}


	.news-section {
		padding: 46px 0;
	}

	.news-slider-holder {
		padding: 0 25px;
	}

	.news-slider-nav {
		left: 0;
		right: 0;
	}

	.success-section {
		padding: 45px 0;
	}

	.success-section .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.success-section .holder .left-col {
		width: 50%;
		padding: 15px 40px 15px 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.success-section .holder .right-col {
		width: calc((100vw - 50%) - ((100vw - 100%) / 2));
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.success-slider-dots {
		margin: 0;
	}

	.main-intro {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: -123px;
		background-position: 40% 50%;
	}

	.main-intro:before {
		min-height: 500px;
		height: calc(100vh - 196px);
	}

	.int .main-intro:before {
		height: unset;
	}

	.main-intro > .container {
		max-width: 100%;
	}

	.main-intro .scroll-to {
		bottom: 10px;
	}

	.main-intro .section-heading {
		max-width: 610px;
		margin-left: 30%;
		margin-bottom: 88px;
	}

	.main-intro .subtitle {
		padding-right: 100px;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
	.nav-drop {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}

	.main-menu > li:nth-last-child(2) .drop,
	.main-menu > li:nth-last-child(1) .drop {
		left: auto;
		right: 0;
	}
}

@media (min-width: 1200px) {
	.heading .options {
		margin: 0 -10px 0 0;
	}

	.main-menu > li > a {
		padding: 13px 10px;
	}

	.main-menu .drop {
		width: 250px;
	}

	.main-menu .drop ul li {
		padding: 12px 26px;
	}

	.nav-wrap {
		margin-left: 25px;
	}

	.footer-holder {
		padding: 0 0 0 180px;
		margin: 0 -30px;
	}

	.footer-block {
		padding: 0 30px;
	}

	.footer-logo {
		width: 110px;
		left: 40px;
	}

	.statistics-bar-opener {
		right: 13px;
	}

	.statistics-bar-list {
		max-width: none;
		margin: 0 -10px;
	}

	.statistics-bar-list li {
		width: 25%;
	}

	.statistics-bar-item {
		padding: 0 10px;
	}

	.news-item a {
		padding: 45px 33px 40px;
	}

	.success-section .holder .left-col {
		width: 54.7%;
		padding: 82px 100px 15px 0;
	}

	.success-section .holder .right-col {
		width: calc((100vw - 54.7%) - ((100vw - 100%) / 2));
	}

	.main-intro {
		margin-top: -129px;
	}

	.main-intro .section-heading {
		margin-left: 44.7%;
	}
}

@media (min-width: 1440px) {
	.heading .holder {
		max-width: none;
		width: calc(100% - 339px);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-holder {
		margin: 0 -40px;
	}

	.footer-block {
		padding: 0 40px;
	}

	.image-collage-section .grid-item {
		width: 25%;
	}

	.image-collage-section .grid-item.image-8,
	.image-collage-section .grid-item.image-9 {
		width: 20%;
	}

	.news-slider-holder {
		padding: 0;
	}

	.news-slider-nav {
		left: -38px;
		right: -38px;
	}

	.main-intro {
		margin-top: -116px;
	}
}

@media (min-width: 1522px) {
	.statistics-bar-opener {
		right: calc((100% - 1480px) / 2);
	}
}

@media (max-width: 1023px) {
	.heading .options {
		display: none;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 100%);
		height: calc((var(--vh, 1vh) * 100) - 100%);
		background: #063760;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		width: 100vw;
		left: 0;
		padding: 47px 65px;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.nav-drop .inner {
		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: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .hover > .drop {
		visibility: visible;
		max-height: 500px;
		padding: 36px 23px 12px;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 21px;
	}
}

@media (max-width: 767px) {
	.heading .holder > .search {
		display: none;
	}

	.nav-drop {
		padding: 34px 22px 30px 28px;
	}

	.main-menu .hover > .drop {
		padding: 28px 15px 3px;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 14px;
	}

	.image-collage-section .collage-slider {
		opacity: 0;
		visibility: hidden;
	}

	.image-collage-section .collage-slider.slick-initialized {
		opacity: 1;
		visibility: visible;
	}

	.image-collage-section .slider-nav {
		padding: 30px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.image-collage-section .grid-item img {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.statistics-bar-list li:last-child {
		margin: 0;
	}

	.statistics-bar-item .title br {
		display: none;
	}

	.main-intro .section-heading br {
		display: none;
	}

	.subscribe-fixed-block {
		width: 100%
	}

	.popup-active .subscribe-opener.popped {
    z-index: 5;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0px;
	}

		/*Mobile popup styles*/
	#modal {
		min-width: 360px;
		width: 100%;
		height: auto;
		background-size: auto;
		background-position: 75% 100%;
	}

	#modal p {
		font-size: 18px;
	}

	#modal input {
		min-width: auto;
	}

	#modal img {
		width: 100%;
	}

	/*End mobile popup*/
}

@media (max-width: 639px) {
	.success-text-slider {
		padding: 0 12px;
	}

	.success-img-slider {
		margin: 0 -20px;
	}

	.statistics-bar-item .icon-holder {
		font-size: 36px;
	}

	.statistics-bar-item mark {
		font-size: 16px;
	}

	.statistics-bar-item .title {
		font-size: 12px;
	}

	.statistics-bar .container {
		padding: 0px 10px;
	}

	.containing-block .container {
		padding: 60px 30px;
	}

	.content-section .section-heading {
		margin-left: 30px;
	}

	.section-heading h1 {
		font-size: 40px;
	}

	#aspnetForm select {
		max-width: 320px;
	}
}

@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 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;
	}
}

@media (max-width: 330px) {

	#modal {
		min-width: 90vw;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

