/*! 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;
  font-weight: bold;
}

.footer-container a {
  font-weight: normal;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #11375f;
	background: #fff;
	font: 24px/1.6 "DINWebPro","Arial","Helvetica Neue","Helvetica",sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}

ul li {
	list-style: none;
	list-style-position: outside;
}

.main-column .span8 ul li {position: relative;padding-left: 20px;line-height: 1.5;margin-bottom: 5px;}
.main-column .span8 ul li:after {content: '';background: #7cacc0;width: 5px;height: 5px;position: absolute;left: 0;top: 12px;}
.main-column .span8 .hs-fieldtype-booleancheckbox ul li {padding-left: 0;}
.main-column .span8 .hs-fieldtype-booleancheckbox ul li:after {display: none;}
.main-column .span8 .hs-menu-wrapper ul li {margin: 0;padding: 0;list-style: none;list-style-position: outside;}
.main-column .span8 .hs-menu-wrapper ul li:after {display: none;}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 48px;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 20px;
}

h2,
.h2 {
	font-size: 42px;
	line-height: 1;
	margin: 0 0 11px;
  font-weight: 400;
  color: #282828;
}

h3,
.h3 {
	font-size: 24px;
}

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #7cacc0;
	text-decoration: none;
	-webkit-transition: color .3s, background .3s, opacity .3s;
	transition: color .3s, background .3s, opacity .3s;
}

a:hover {
	text-decoration: none;
	color: #f7d45e;
}

.horizontal-padding,
.banner-block .text-block,
.text-section,
.news-section,
#footer {
	padding-left: 50px;
	padding-right: 50px;
}

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 #1d2c3c;
	padding: 5px 10px;
	font: 300 20px/22px "DINWebPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 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 {
	color: #1d2c3c;
}

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

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

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

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

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

textarea,
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url],
input[type=number] {
	-webkit-border-radius: 0;
	outline: none;
	box-shadow: none !important;
}

.search-form {
	width: 100%;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	padding: 0 0 10px 38px;
	margin: 0;
}

.search-form input[type="search"] {
	display: block;
	width: 100%;
	background: none;
	color: #fff;
	border: none;
	height: 50px;
}

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

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

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

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

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

.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #11375f;
	border: 1px solid #11375f;
	padding: 12px 30px 16px;
	min-width: 200px;
	text-align: center;
	position: relative;
	-webkit-transition: color .3s, border-color .3s;
	transition: color .3s, border-color .3s;
}

.btn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	bottom: 0;
	background: #11375f;
	z-index: -1;
	content: "";
	-webkit-transition: width .3s;
	transition: width .3s;
}

.btn:hover {
	color: #fff;
}

.btn:hover:before {
	width: 80%;
}

.btn.white {
	color: #fff;
	border-color: #fff;
}

.btn.white:before {
	background: #7cacc0;
}

.btn.white:hover {
	border-color: #7cacc0;
}

/* Updated Default Button Style */
#hs_cos_wrapper_widget_1634228040269, 
#hs_cos_wrapper_widget_1634242676919, 
#hs_cos_wrapper_widget_1634243256359, 
#hs_cos_wrapper_widget_1634243809632 {
    border-color: #7cacc0 !important;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    display: block !important;
    margin-top: 0px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    width: fit-content;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
}

.header-menu {
	padding-right: 0;
}

.header-holder {
	background: #fff;
	padding: 15px 0 25px 60px;
	box-shadow: 0 1px 1px rgba(1, 1, 1, .08);
	position: relative;
}

.header-holder .hs_cos_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.logo-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.logo-block .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo {
	width: 300px;
	height: 57px;
	margin: 0;
  float: left;
}

.logo a {
	display: block;
	height: 100%;
}

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

.logo-text {
	font-weight: 300;
	font-size: 30px;
	line-height: 1;
	color: #7cacc0;
}

.logo .span4 {
	width: 100% !important;
}

.nav-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

#nav {
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
}

#nav .main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#nav .main-nav > li {
	padding: 0 13px;
}

#nav .main-nav > li > span {
	position: relative;
	display: block;
	padding-top: 12px;
}

#nav .main-nav > li > span:before {
	position: absolute;
	bottom: 100%;
	left: 25px;
	right: -25px;
	height: 45px;
	-webkit-transform: skew(-46deg);
	-ms-transform: skew(-46deg);
	transform: skew(-46deg);
	content: "";
}

#nav .main-nav > li > span > a {
	color: #818486;
	position: relative;
}

#nav .main-nav > li > span > a:hover {
	color: #7cacc0;
}

#nav .main-nav > li.active > span:before {
	background: #ebebeb;
}

#nav .main-nav > li:hover .drop,
#nav .main-nav > li.hover .drop {
	opacity: 1;
	visibility: visible;
}

#nav .main-nav > li:hover > span:before,
#nav .main-nav > li.hover > span:before {
	background: #ebebeb;
}

#nav .main-nav a svg {
	display: none;
}

#nav .drop {
	opacity: 0;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	position: absolute;
	top: 100%;
	margin: -25px 0 0;
	left: -130px;
	right: 314px;
	z-index: 500;
	padding: 25px 0 0;
}

#nav .drop-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

#nav .drop-holder:before {
	display: block;
	min-height: 314px;
	content: "";
}

#nav .sub-list {
	margin: 0 -11px 0 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}

#nav .sub-list:after {
	display: block;
	content: "";
	clear: both;
}

#nav .sub-list li {
	padding: 0 11px 0 0;
	max-width: 38%;
	min-width: 22%;
	float: left;
}

#nav .sub-list a {
	color: #7cacc0;
}

#nav .sub-list a:hover {
	color: #f7d45e;
}

#nav .sub-list ul {
	padding: 14px 0 0;
	font-size: 16px;
	font-weight: 300;
	display: block;
}

#nav .sub-list ul li {
	padding: 0 0 14px;
	width: 100%;
	float: none;
	min-width: 100%;
	max-width: 100%;
}

#nav .sub-list ul li.active a {
	color: #f7d45e;
}

#nav .sub-list ul li:hover > ul,
#nav .sub-list ul li.hover > ul {
	display: block;
}

#nav .sub-list ul ul {
	padding: 15px 50px 0 5px;
	font-size: 14px;
	width: 400px;
	display: none;
}

#nav .sub-list ul ul li {
	padding: 0 0 8px;
}

.social-share {
	padding-bottom: 11px !important;
}

.discover-col {
	width: 1041px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.discover-col .text-block {
	padding: 88px 10px 10px 190px;
	color: #fff;
	line-height: 24px;
	font-size: 18px;
	position: relative;
	z-index: 600;
	width: 470px;
}

.discover-col .image-holder {
	width: 313px;
	position: absolute;
	top: 0;
	right: 300px;
	height: 600px;
	z-index: 501;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}

.discover-col .image-holder span {
	position: relative;
	height: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
}

.discover-col .image-holder span:before {
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	background: url('https://2478981.fs1.hubspotusercontent-na1.net/hub/2478981/hubfs/2018%20TGS/img9.jpg') no-repeat;
	background-size: 100% auto;
	left: -75%;
	right: -130%;
	content: "";
}

.discover-col .image-holder:after {
	top: 50px;
	position: absolute;
	left: -9999px;
	right: 100%;
	bottom: 0;
	background: #11375f;
	content: "";
}

.discover-col p {
	margin: 0 0 30px;
}

.menu-holder {
	min-width: 42.5%;
	margin: 0 0 0 57.5%;
	background: rgba(255, 255, 255, .95);
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	position: relative;
}

.menu-holder .holder {
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	padding: 34px 170px 70px 30px;
	height: 100%;
	position: relative;
	z-index: 600;
}

.menu-holder:before {
	position: absolute;
	top: 0;
	right: 0;
	left: -9999px;
	bottom: 0;
	box-shadow: 5px 5px 7px rgba(1, 1, 1, .39);
	content: "";
}

.menu-holder:after {
	top: 0;
	position: absolute;
	left: -9999px;
	right: 100%;
	margin: 0 -1px 0 0;
	bottom: 0;
	background: rgba(255, 255, 255, .95);
	content: "";
}

.buttons-header {
	background: #11375f;
	font-size: 28px;
	line-height: 1;
	min-width: 160px;
	height: 100px;
	padding: 25px 38px 25px 10px;
	margin: -15px -53px -25px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	-webkit-transition: background .3s;
	transition: background .3s;
	position: relative;
}

.buttons-header:hover {
	background: #7cacc0;
}

.buttons-header.search-active {
	background: #7cacc0;
}

.buttons-header.search-active .search-popup {
	width: 881px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.search-popup {
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s;
	position: absolute;
	top: 0;
	background: #7cacc0;
	right: 100%;
	bottom: 0;
	z-index: 10;
	margin: 0 -1px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.btn-search {
	color: #fff;
}

.btn-search svg {
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
}

.btn-search:hover {
	color: #fff;
}

.nav-opener {
	margin: 0 0 5px 17px;
	width: 30px;
	height: 16px;
	display: none;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	position: relative;
	z-index: 50;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	-webkit-transition: top .2s ease 0s, background .2s ease 0s, -webkit-transform .2s ease 0s;
	transition: top .2s ease 0s, background .2s ease 0s, -webkit-transform .2s ease 0s;
	transition: top .2s ease 0s, transform .2s ease 0s, background .2s ease 0s;
	transition: top .2s ease 0s, transform .2s ease 0s, background .2s ease 0s, -webkit-transform .2s ease 0s;
	content: "";
}

.nav-opener:before {
	content: "";
	top: 14px;
}

.nav-opener:after {
	content: "";
	top: 7px;
}

.social-row {
	position: absolute;
	top: 100%;
	left: -25px;
	background: rgba(255, 255, 255, .85);
	padding: 9px 34px 12px 120px;
	-webkit-transform: skew(-46deg);
	-ms-transform: skew(-46deg);
	transform: skew(-46deg);
	-webkit-transition: background .3s;
	transition: background .3s;
	z-index: 501;
}

.social-row .menu {
	display: none;
}

.social-row .menu a {
	color: #18222d;
}

.social-row .menu li {
	padding-bottom: 6px;
}

.social-row:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 98px;
	background: #7cacc0;
	content: "";
}

.social-row:hover {
	background: white;
}

.social-networks {
	font-size: 28px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: skew(46deg);
	-ms-transform: skew(46deg);
	transform: skew(46deg);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-networks li {
	padding: 0 15px !important;
}

.social-networks a {
	color: #7cacc0;
}

.social-networks a:hover {
	color: #f7d45e;
}

.nav-active .nav-opener span {
	display: none;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	transform: rotate(34deg);
	top: 7px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-34deg);
	-ms-transform: rotate(-34deg);
	transform: rotate(-34deg);
	top: 7px;
}

.banner-block {
	position: relative;
	display: block;
}

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

.banner-block h1 {
	margin: 0 0 38px;
}

.banner-block .image-holder {
	width: 100%;
	overflow: hidden;
}

.banner-block .image-holder .center-image {
	float: left;
	left: 50%;
	position: relative;
	min-width: 1443px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner-block .text-block {
	position: absolute;
	top: 50%;
	margin: 60px 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 5;
	color: #fff;
}

.banner-block .text-block .btn {
	margin: 0 0 0 21px;
}

.banner-block .text-block .btn:first-child {
	margin: 0;
}

.banner-block .buttons-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-block:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(0, 0, 0, .3);
	content: "";
}

.banner-block:after {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-bottom: 290px solid rgba(255, 255, 255, .16);
	border-left: 290px solid transparent;
	content: "";
}

.banner-block.explore-active .blocks-section {
	width: 100%;
  position: absolute!important;
  /*top: 0;*/
	opacity: 1;
	visibility: visible;
}

.text-section {
	display: block;
	margin: 0 auto;
	max-width: 1390px;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
}

.text-section p {
	margin: 0 0 21px;
}

.features-section {
	margin: 0 0 1px;
}

.features-section .columns-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	position: relative;
}

.features-section .columns-holder:before {
	display: block;
	min-height: 577px;
	content: "";
}

.features-section .column {
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	position: relative;
	z-index: 1;
}

.features-section .column .holder {
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	position: relative;
	width: 100%;
	z-index: 3;
}

.features-section .column:before {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	content: "";
}

.features-section .column-left {
	width: 22%;
	z-index: 4;
}

.features-section .column-left:before {
	background: #e5f4fc;
	right: 0;
	left: -300px;
}

.features-section .column-left .holder {
	padding: 63px 0;
	-webkit-transform: skew(45deg) translateX(-81px);
	-ms-transform: skew(45deg) translateX(-81px);
	transform: skew(45deg) translateX(-81px);
}

.features-section .column-center {
	color: #fff;
	width: 62.8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.features-section .column-center .holder {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 63px 200px;
}

.features-section .column-center:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(24, 34, 45, .75);
	content: "";
}

.features-section .column-center:before {
	background: url(https://2478981.fs1.hubspotusercontent-na1.net/hubfs/2478981/2018%20TGS/img2.jpg?t=1532103336216) no-repeat;
	background-size: cover;
	right: -12%;
	left: -12%;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
}

.features-section .column-right {
	width: 22%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: right;
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
}

.features-section .column-right:before {
	background: #671a55;
	left: 0;
	right: -300px;
}

.features-section .column-right .holder {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-transform: skew(45deg) translateX(52px);
	-ms-transform: skew(45deg) translateX(52px);
	transform: skew(45deg) translateX(52px);
	padding: 0;
	padding-right: 2vw;
	padding-bottom: 2vw;
}
.features-section .column-right .holder h2 {
	padding-left: 125px;
}

.features-section .column-right .btn {
	color: #fff;
	border-color: #fff;
}

.features-section .column-right .btn:before {
	background: #fff;
}

.features-section .column-right .btn:hover {
	border-color: #fff;
	color: #671a55;
}
.features-section .column .holder h2 {
	font-size: 32px;
}

.features-section .title {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 0 2px;
}

.features-section .title time {
	font-weight: 300;
}

.features-section h2 {
	font-weight: 300;
	margin: 0 0 18px;
	line-height: 1.1;
}

li.aw-icon-social {
    float: left;
    margin: 0 6px;
    background: #fff;
  color: #14385f
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    width: 50px;
    height: 50px;
}

@media (max-width: 1800px) {
	.features-section .column-left ,
	.features-section .column-right {
		width: 25%;
	}
	
	.features-section .column-center {
		width: 50%;
	}
}

@media (max-width: 1366px) {
	.features-section .column-right .holder {
		padding: 40px 25px;
	}
}

.location-section {
	position: relative;
}

.cols-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 0 1px;
}

.cols-holder:before,
.cols-holder:after {
	display: none;
}

.cols-holder .column {
	position: relative;
	margin: 0;
	float: none;
	width: calc(100% + 2.127659574%);
}

.cols-holder .column .hs_cos_wrapper {
	display: block;
}

.cols-holder .column:first-child .text-block {
	padding: 20px 30px;
}

.cols-holder .column:first-child .link-block {
	border-right: 1px solid #fff;
	margin-left: -32%;
}

.cols-holder .column:first-child .link-block .image {
	left: -25%;
	right: -25%;
}

.cols-holder .column:first-child .link-block:before {
	background: rgba(23, 171, 171, .85);
}

.cols-holder .column:first-child .link-block:hover:before {
	background: rgba(23, 171, 171, .6);
}

.cols-holder .column:last-child .text-block {
	padding: 20px 30px;
}

.cols-holder .column:last-child h2 svg {
	margin: 0 0 0 6px;
}

.cols-holder .column:last-child .link-block {
	margin-right: -32%;
}

.cols-holder .column:last-child .link-block .image {
	left: -25%;
	right: -40%;
}

.cols-holder .column:last-child .link-block:before {
	background: rgba(17, 55, 95, .85);
}

.cols-holder .column:last-child .link-block:hover:before {
	background: rgba(17, 55, 95, .6);
}

.cols-holder .image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
}

.cols-holder .link-block {
	float: left;
	width: calc(100% + 32%);
	height: 540px;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: 300;
	position: relative;
	overflow: hidden;
}

.cols-holder .link-block:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: background .3s;
	transition: background .3s;
	content: "";
}

.cols-holder .text-block {
	z-index: 3;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	color: #fff;
	left: 0;
	pointer-events: none;
}

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

.cols-holder .image-holder {
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
}

.cols-holder p {
	margin: 0;
}

.cols-holder h2 {
	margin: 0 0 9px;
}

.cols-holder h2 svg {
	margin: 0 6px 0 0;
}

.carousel-section {
	display: block;
	padding-top: 72px;
	padding-bottom: 99px;
	background: url('https://2478981.fs1.hubspotusercontent-na1.net/hub/2478981/hubfs/bg-block.jpg?t=1532103336216&width=1920&name=bg-block.jpg') no-repeat;
	background-size: cover;
	margin: 0 0 1px;
  float: left;
  width: 100%;
}
.news-section {
	padding-top: 75px;
	padding-bottom: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	margin: 0 0 1px;
}

.news-section .description-block {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 3px;
}

.news-section .title-block {
	width: 24%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 0 140px;
	position: relative;
	padding: 20px 10px 20px 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-section .title-block:before {
	position: absolute;
	left: 0;
	right: -400px;
	top: -75px;
	bottom: -55px;
	z-index: -1;
	background: #1d2c3c;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	content: "";
}

.news-section .holder {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	z-index: 2;
}

.news-section .btn.white:hover {
	border-color: #7cacc0;
}

.news-section h2 {
	color: #fff;
	margin: 0 0 20px;
}

.news-list {
	font-size: 18px;
	line-height: 20px;
	margin: 0 -25px -60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-list li {
	padding: 0 25px;
	width: 33.3%;
	margin: 0 0 64px;
}

.news-list .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.news-list .date {
	width: 63px;
	padding: 1px 10px 0 0;
	margin: 0 23px 0 0;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-list .date:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #ddd;
	content: "";
}

.news-list .date .day-num {
	font-size: 34px;
	display: block;
	padding: 3px 0 0;
}

.news-list .text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.news-list p {
	margin: 0;
}

.slideshow {
	position: relative;
	color: #fff;
	line-height: 1.5;
	margin: 86px 0 0;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 50%;
	width: 875px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	top: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow p {
	margin: 0 0 25px;
}

.slideshow .title {
	display: block;
}

.slideshow .pagination {
	position: absolute;
	top: -86px;
	left: 0;
	right: 0;
	z-index: 3;
}

.slideshow .pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slideshow .pagination ul li {
	padding: 0 15px;
}

.slideshow .pagination ul li.active a {
	background: #7cacc0;
	border-color: #7cacc0;
}

.slideshow .pagination ul a {
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 56px;
	text-align: center;
	font-size: 31px;
}

.slideshow .pagination ul a:hover {
	background: #7cacc0;
	border-color: #7cacc0;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	position: absolute;
	top: 50%;
	left: 160px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #7cacc0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	margin-top: -38px;
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	color: #fff;
}

.slideshow .btn-next {
	left: auto;
	right: 160px;
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.location-popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 78%;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	bottom: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.location-popup .text-description {
	width: 65%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 20px 115px 20px 60px;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	font-size: 18px;
	line-height: 30px;
	position: relative;
	z-index: 6;
}

.location-popup p {
	margin: 0 0 20px;
}

.location-popup .h1 {
	margin: 0 0 10px;
}

.location-popup .subtitle {
	display: block;
	font-size: 24px;
	padding: 0 0 12px;
}

.location-popup .visual {
	width: 55%;
	position: relative;
	margin: 0 -18.5% 0 0;
}

.location-popup .visual .wrap {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.location-popup .visual .wrap span {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	background-size: cover;
	position: absolute;
	left: -45%;
	overflow: hidden;
	right: -45%;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.location-popup .visual:before {
	position: absolute;
	top: 0;
	left: -9999px;
	right: 100%;
	background: #ededed;
	bottom: 0;
	content: "";
}

.location-active .location-popup {
	opacity: 1;
	visibility: visible;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.location-section .popup-holder.covered .link-block:before {
	background: #7cacc0;
}

.location-section .popup-holder.covered .text-block {
	top: auto;
	left: 30px;
	bottom: -3px;
	text-align: left;
}

.location-section .popup-holder.covered .text-block p {
	display: none;
}

.popup-holder.location-active {
	position: static;

	width: 100% !important;
}

.popup-holder:first-child.location-active + .popup-holder .text-block {
	top: auto;
	right: 30px;
	bottom: -3px;
	text-align: right;
}

.popup-holder:first-child.location-active + .popup-holder .text-block p {
	display: none;
}

.popup-holder:first-child.location-active .text-block {
	max-width: 70%;
}

.popup-holder:last-child .location-popup {
	left: auto;
	right: 0;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
}

.popup-holder:last-child .location-popup .visual {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 0 -18.5%;
}

.popup-holder:last-child .location-popup .visual span {
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}

.popup-holder:last-child .location-popup .visual:before {
	left: 100%;
	right: -9999px;
}

.popup-holder:last-child .location-popup .text-description {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 20px 60px 20px 115px;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	text-align: right;
}

.popup-holder:last-child.location-active .text-block {
	max-width: 70%;
	left: auto !important;
	right: 0 !important;
}

.blocks-section {
	position: absolute;
	z-index: 5;
	top: 101px;
	left: 0;
	width: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: width .3s, opacity .3s, visibility .3s;
	transition: width .3s, opacity .3s, visibility .3s;
	bottom: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.blocks-section .col {
	position: relative;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
	border-left: 1px solid #fff;
	-webkit-transition: width 500ms ease;
	transition: width 500ms ease;
}

.blocks-section .col:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(24, 34, 45, .75);
	-webkit-transition: background .3s;
	transition: background .3s;
	content: "";
}

.blocks-section .col .image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	background-size: cover;
	position: absolute;
	left: -300px;
	right: -300px;
	top: 0;
	z-index: -1;
	height: 600px;
}

.blocks-section .col .col-content {
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	position: relative;
	z-index: 3;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
	margin: 0 auto;
	width: 70%;
}

.blocks-section .col:first-child {
	overflow: visible;
}

.blocks-section .col:first-child .image {
	left: -350px;
}

.blocks-section .col:first-child:before {
	left: -45%;
}

.blocks-section .col:first-child .col-content {
	width: 75%;
}

.blocks-section .col:last-child {
	width: 45%;
	margin-right: -20%;
	padding-right: 20%;
}

/*.blocks-section .col:last-child.hover {
	width: 50%;
}

.blocks-section .col.hover {
	width: 30%;
}*/

.blocks-section .col.hover:before {
	background: rgba(24, 34, 45, .5);
}

.blocks-section .btn svg {
	display: none;
}

.blocks-section h2 {
	color: #fff;
	margin: 0 0 19px;
	font-weight: 300;
}

#footer {
  float: left;
  width: 100%;
	position: relative;
	padding-top: 22px;
	padding-bottom: 20px;
}

#footer .span12 {
	min-height: 10px;
}


.footer-holder {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
li.aw-icon-social i.fa {
    color: #14385f;
}

.help-link {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}

.help-link svg {
	margin: 0 0 0 4px;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 12px;
	line-height: 1;
	color: #606163;
	margin: 0 -8px 0 0;
}

.menu li {
	padding: 0 8px 0 0;
}

.menu li:before {
	margin: 0 6px 0 0;
	content: "|";
}

.menu li:first-child:before {
	display: none;
}

.menu li.active a {
	color: #7cacc0;
}

.menu a {
	color: #606163;
}

.menu a:hover {
	color: #7cacc0;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1900px) {
	.location-popup .visual {
		width: 63%;
		margin: 0 -28% 0 0;
	}

	.location-popup {
		width: 75%;
	}

	.popup-holder:last-child .location-popup .visual {
		margin: 0 0 0 -28%;
	}
}

@media (max-width: 1880px) {
	#nav .sub-list ul {
		font-size: 15px;
	}

	.discover-col .text-block {
		padding: 88px 10px 10px 140px;
	}

	.discover-col .image-holder {
		width: 280px;
		right: 340px;
	}

	.discover-col {
		width: 930px;
	}

	.menu-holder .holder {
		padding-bottom: 66px;
	}

	.menu-holder {
		width: 47.5%;
		margin: 0 0 0 52.5%;
	}
}

@media (max-width: 1770px) {
	#nav .sub-list li {
		width: 33.3%;
		min-width: 10px;
		max-width: 33.3%;
	}

	.discover-col {
		display: none;
	}

	.menu-holder .holder {
		padding: 70px 200px 20px 190px;
	}

	.menu-holder {
		margin: 0;
		width: 100%;
		min-width: 10px;
	}
}

@media (max-width: 1700px) {
	.features-section .column-left .holder {
		padding: 20px 0;
	}

	.features-section .column-center .holder {
		padding: 20px 100px;
	}

	.features-section .column-right .holder {
		padding: 20px 14px 20px 0;
	}

	.features-section h2 {
		font-size: 24px;
	}

	.cols-holder .column:first-child .link-block .image {
		left: -35%;
		right: -35%;
	}

	.cols-holder .column:first-child .link-block {
		margin-left: -55%;
	}

	.cols-holder .column:last-child .link-block {
		margin-right: -55%;
	}

	.cols-holder .link-block {
		width: 155%;
	}
}

@media (max-width: 1500px) {

	.logo-text {
		font-size: 22px;
	}

	#nav .main-nav > li {
		padding: 0 7px;
	}

	.blocks-section .col .col-content {
		width: 80%;
	}

	.blocks-section .col:first-child .col-content {
		width: 85%;
	}

	.blocks-section h2 {
		font-size: 30px;
	}
}

@media (max-width: 1300px) {
  .logo-block .span8 {
  	width: 220px;
  	margin-left: 5px;
	}
  
	#header {
		position: relative;
	}

	#nav .main-nav > li > span:before {
		display: none;
	}

	#nav .main-nav > li > span > a {
		display: block;
		width: 100%;
		color: #fff;
		padding: 16px 80px 18px 18px;
		background: #7cacc0;
	}

	#nav .main-nav > li > span {
		padding-top: 0;
	}

	#nav .main-nav > li.active > span:before {
		background: none;
	}

	#nav .main-nav > li.hover .drop {
		display: block;
	}

	#nav .main-nav > li.hover > span:before {
		background: none;
	}

	#nav .main-nav > li {
		padding: 0;
		border-bottom: 1px solid #fff;
	}

	#nav .main-nav {
		display: block;
		border-top: 1px solid #fff;
	}

	#nav .main-nav li.hover > a.has-drop-down-a:before {
		content: "-";
	}

	#nav .main-nav li.hover > span > a.has-drop-down-a:before {
		content: "-";
	}

	#nav .main-nav li.active > a,
	#nav .main-nav li.active > span > a {
		background: #f7d45e;
		color: #fff !important;
	}

	#nav .main-nav li > a.has-drop-down-a svg,
	#nav .main-nav li > span > a.has-drop-down-a svg {
		right: 66px;
		font-size: 20px;
	}

	#nav .main-nav li.has-drop-down > a:before,
	#nav .main-nav li.has-drop-down > span > a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		font-size: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 51px;
		padding: 15px 0 0;
		text-align: center;
		border-left: 1px solid #fff;
		content: "+";
	}

	#nav .main-nav a svg {
		display: block;
		position: absolute;
		top: 16px;
		right: 20px;
		font-size: 20px;
	}

	#nav .main-nav a:hover {
		background: #f7d45e !important;
		color: #fff !important;
	}

	#nav .main-nav {
		padding: 0 0 24px;
	}

	#nav .drop {
		opacity: 1;
		visibility: visible;
		display: none;
		position: static;
		margin: 0;
		padding: 0;
	}

	#nav .drop-holder:before {
		display: none;
	}

	#nav .drop-holder {
		display: block;
	}


	#nav .sub-list li:last-child {
		border-bottom: none;
	}

	#nav .sub-list li {
		width: 100%;
		max-width: 100%;
		padding: 0;
		float: none;
		border-bottom: 1px solid #fff;
	}

	#nav .sub-list > li.hover > ul {
		display: block;
	}

	#nav .sub-list a.has-drop-down-a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		font-size: 20px;
		width: 51px;
		padding: 15px 0 0;
		text-align: center;
		border-left: 1px solid #fff;
		content: "+";
	}

	#nav .sub-list a {
		display: block;
		width: 100%;
		color: #fff;
		padding: 16px 80px 18px 18px;
		background: #18222d;
		position: relative;
	}

	#nav .sub-list ul li {
		padding: 0;
		border-bottom: 1px solid #fff;
	}

	#nav .sub-list ul ul li:after {
		position: absolute;
		top: 7px;
		left: 0;
		background: #7cacc0;
		width: 3px;
		height: 3px;
		content: "";
	}

	#nav .sub-list ul ul li.active > a {
		color: #f7d45e !important;
	}

	#nav .sub-list ul ul li:last-child {
		padding-bottom: 10px;
	}

	#nav .sub-list ul ul li {
		padding: 0 0 26px 13px;
		position: relative;
		border: none;
	}

	#nav .sub-list ul ul a:after,
	#nav .sub-list ul ul a:before {
		display: none;
	}

	#nav .sub-list ul ul a:hover {
		background: none !important;
		color: #f7d45e !important;
	}

	#nav .sub-list ul ul a {
		display: inline;
		padding: 0;
		background: none !important;
		color: #fff !important;
	}

	#nav .sub-list ul ul {
		text-transform: none;
		font-size: 16px;
		padding: 15px;
		width: 100%;
		background: #11375f;
	}

	#nav .sub-list ul a {
		background: #11375f;
	}

	#nav .sub-list ul {
		padding: 0;
		font-size: 16px;
		border-top: 1px solid #fff;
		display: none;
	}

	#nav .sub-list {
		display: block;
		margin: 0;
		font-weight: normal;
		font-size: 16px;
		border-top: 1px solid #fff;
	}

	#nav {
		position: fixed;
		top: 100px;
		left: 0;
		right: 0;
		height: calc(100vh - 100px);
		overflow: auto;
		visibility: hidden;
		z-index: 500;
		opacity: 0;
		-webkit-transition: visibility .3s, opacity .3s;
		transition: visibility .3s, opacity .3s;
		background: #fff;
		font-size: 16px;
		text-transform: uppercase;
		padding: 0 0 50px;
	}

	.menu-holder .holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		height: auto;
		padding: 0;
	}

	.menu-holder:before {
		box-shadow: none;
	}

	.menu-holder:after {
		display: block;
	}

	.menu-holder {
		background: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.buttons-header {
		padding: 25px 69px 25px 46px;
	}

	.search-popup {
		margin: 0 -11px 0 0;
	}

	.nav-opener {
		display: block;
	}

	.social-row .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 14px;
		text-transform: none;
	}

	.social-row:before {
		display: none;
	}

	.social-row {
		position: static;
		background: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		box-shadow: none;
		padding: 0 20px 20px;
	}

	.social-networks {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0 0 31px;
	}

	.nav-active #nav {
		opacity: 1;
		visibility: visible;
	}

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

	.banner-block .text-block {
		margin: 0;
	}

	.features-section .columns-holder {
		width: auto;
		margin: 0 -16%;
	}

	.features-section .column-left .holder {
		padding: 20px 0 20px 16%;
		-webkit-transform: skew(45deg) translateX(-43px);
		-ms-transform: skew(45deg) translateX(-43px);
		transform: skew(45deg) translateX(-43px);
	}

	.features-section .column-left {
		width: 33.3%;
	}

	.features-section .column-center .holder {
		padding: 20px 0 20px 16%;
	}

	.features-section .column-center {
		width: 33.3%;
	}

	.features-section .column-right .holder {
		padding: 20px 16% 20px 5%;
		-webkit-transform: skew(45deg);
		-ms-transform: skew(45deg);
		transform: skew(45deg);
	}

	.features-section .column-right {
		width: 33.3%;
	}

	.news-section .description-block {
		padding: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.news-section .title-block:before {
		display: none;
	}

	.news-section .title-block {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 0 37px;
		margin: 0;
	}

	.news-section .holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		width: 100%;
	}

	.news-section .btn.white:before {
		background: #11375f;
	}

	.news-section .btn.white:hover {
		border-color: #11375f;
		color: #fff;
	}

	.news-section .btn.white {
		color: #11375f;
		border-color: #11375f;
	}

	.news-section h2 {
		color: #11375f;
	}

	.news-section {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 28px;
		padding-bottom: 42px;
	}

	.news-list .date {
		width: 65px;
		padding: 3px 10px 0 0;
	}

	.news-list {
		font-size: 16px;
	}
	
	.post-title a {
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
    }

	.slideshow .btn-prev,
	.slideshow .btn-next {
		left: 20px;
	}

	.slideshow .btn-next {
		left: auto;
		right: 20px;
	}

	.location-popup .text-description {
		font-size: 16px;
		padding: 20px 115px 20px 30px;
		line-height: 20px;
	}

	.location-popup .visual .wrap span {
		left: -55%;
		right: -55%;
	}

	.location-popup .visual {
		width: 70%;
		margin: 0 -35% 0 0;
	}

	.location-section .popup-holder.covered .text-block {
		bottom: -50px;
		left: -10px;
	}

	.popup-holder:first-child.location-active + .popup-holder .text-block {
		bottom: -50px;
		right: -10px;
	}

	.popup-holder:last-child .location-popup .visual {
		margin: 0 0 0 -35%;
	}

	.popup-holder:last-child .location-popup .text-description {
		padding: 20px 30px 20px 115px;
	}

	.blocks-section .col .image {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		right: 0;
	}

	.blocks-section .col .col-content {
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 20px;
	}

	.blocks-section .col:first-child .image {
		left: 0;
	}

	.blocks-section .col:first-child:before {
		left: 0;
	}

	.blocks-section .col:first-child .col-content {
		width: 100%;
	}

	.blocks-section .col:first-child {
		overflow: hidden;
	}

	

	.blocks-section .col:last-child {
		width: 50%;
		padding-right: 0;
		margin-right: 0;
	}

	

	.blocks-section .col {
		width: 50%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-bottom: 1px solid #fff;
	}

	.blocks-section {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		top: 0;
		border-top: 1px solid #fff;
	}
}

@media (max-width: 1024px) {
	h1,
	.h1 {
		line-height: 1.2;
		font-size: 40px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	.horizontal-padding,
	.banner-block .text-block,
	.text-section,
	.news-section,
	#footer {
		padding-left: 30px;
		padding-right: 30px;
	}

	.btn {
		font-size: 18px;
		min-width: 180px;
	}

	.header-holder .hs_cos_wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-holder {
		padding: 0 0 0 29px;
	}

	.logo-block {
		padding: 0 0 10px;
	}
  
	#nav {
		top: 80px;
		height: calc(100vh - 80px);
	}

	.buttons-header.search-active .search-popup {
		width: 240px;
	}

	.buttons-header {
		margin: 0 -40px 0 40px;
		height: 80px;
	}

	.btn-search {
		font-size: 22px;
		position: relative;
		z-index: 50;
	}

	.banner-block h1 {
		margin: 0 0 27px;
	}

	.banner-block:after {
		display: none;
	}

	.text-section h2 {
		margin: 0 0 16px;
    color: #7cacc0;
    font-weight: 700;
	}

	.text-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.features-section .columns-holder:before {
		min-height: 10px;
	}

	.features-section .columns-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
	}

	.features-section .column .holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.features-section .column {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-left: none !important;
		border-right: none !important;
		border-bottom: 1px solid #fff;
	}

	.features-section .column-left:before {
		left: 0;
	}

	.features-section .column-left .holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 43px 20px 55px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.features-section .column-left {
		width: 100%;
		text-align: center;
	}

	.features-section .column-center .holder {
		padding: 43px 20px 55px;
	}

	.features-section .column-center:before {
		left: 0;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.features-section .column-center {
		width: 100%;
	}

	.features-section .column-right:before {
		right: 0;
	}

	.features-section .column-right .holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 43px 20px 55px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.features-section .column-right {
		width: 100%;
		text-align: center;
		line-height: 1.4;
	}

	.features-section .title {
		padding: 0 0 1px;
	}

	.features-section h2 {
		font-size: 30px;
		margin: 0 0 22px;
	}

	.features-section p {
		margin: 0 0 21px;
	}

	.features-section {
		margin: 0;
	}

	.cols-holder .column:first-child .text-block {
		text-align: left;
		padding: 31px 30px 35px;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.cols-holder .column:last-child .text-block {
		text-align: right;
		top: auto;
		padding: 20px 30px 35px;
		bottom: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.cols-holder .link-block {
		font-size: 20px;
		height: 362px;
	}

	.cols-holder .text-block {
		line-height: 1.3;
	}

	.cols-holder img {
		height: 362px;
		width: auto;
	}

	.cols-holder h2 svg {
		margin: 0;
	}

	.cols-holder h2 {
		font-size: 30px;
		margin: 0 0 5px;
	}

	.carousel-section {
		padding-bottom: 91px;
		margin: 0;
	}

	.slideshow .slide {
		width: 630px;
	}

	.slideshow p {
		margin: 0 0 29px;
	}

	.slideshow .pagination {
		top: -90px;
	}

	.slideshow {
		line-height: 1.2;
		margin: 90px 0 0;
	}

	.location-popup .text-description {
		width: 73%;
		padding: 20px 73px 20px 30px;
	}

	.location-popup p {
		margin: 0 0 35px;
	}

	.location-popup .h1 {
		font-size: 36px;
		margin: 0 0 4px;
	}

	.location-popup .subtitle {
		font-size: 18px;
		padding: 0 0 9px;
	}

	.location-popup .visual {
		width: 60%;
		margin: 0 -29% 0 0;
	}

	.location-popup {
		width: 82%;
	}

	.location-section .popup-holder.covered .text-block h2 {
		font-size: 19px;
	}

	.location-section .popup-holder.covered .text-block {
		left: -25px !important;
		bottom: -19px !important;
		top: auto;
	}

	.popup-holder:first-child.location-active + .popup-holder .text-block h2 {
		font-size: 19px;
	}

	.popup-holder:first-child.location-active + .popup-holder .text-block {
		right: -25px;
		bottom: -19px;
	}

	.popup-holder:last-child .location-popup .visual {
		margin: 0 0 0 -29%;
	}

	.popup-holder:last-child .location-popup .text-description {
		padding: 20px 30px 20px 73px;
	}

	.blocks-section h2 {
		font-weight: normal;
		margin: 0 0 23px;
	}


	.footer-holder {
		padding: 0 6px 0 36px;
	}

	body {
		line-height: 1.4;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	.horizontal-padding,
	.banner-block .text-block,
	.text-section,
	.news-section {
		padding-left: 20px;
		padding-right: 20px;
	}
  	#footer {
		padding-left: 4px;
		padding-right: 0px;
	}
  
  .banner-block .text-block {
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
  }

	.search-form {
		padding: 0 0 10px 60px;
	}

	.btn {
		font-size: 16px;
		padding: 16px 30px;
	}

	.logo-text {
		display: none;
	}

	.buttons-header.search-active .search-popup {
		width: 266px;
	}

	.buttons-header {
		padding: 25px 58px 25px 47px;
	}

	.search-popup {
		margin: 0 -39px 0 0;
	}

	.banner-block h1 {
		margin: 0 0 26px;
	}

	.banner-block .image-holder .center-image {
		min-width: 1203px;
	}

	.banner-block .text-block .btn:first-child {
		margin: 0 0 10px;
	}

	.banner-block .text-block .btn {
		margin: 0 5px 20px 5px;
	}

	.banner-block .buttons-group {
		max-width: 360px;
		margin: 0 auto;
	}

	.text-section p {
		margin: 0 0 19px;
	}

	.text-section h2 {
		font-size: 30px;
	}

	.text-section {
		padding: 20px;
	}

	.features-section .column:last-child {
		border-bottom: none;
	}

	.features-section .column-left .holder {
		padding: 35px 20px 45px;
	}

	.features-section .column-center .holder {
		padding: 35px 20px 45px;
	}

	.features-section .column-right .holder {
		padding: 35px 20px 45px;
	}

	.features-section .column-right {
		font-size: 16px;
		line-height: 1.3;
	}

	.features-section .title {
		font-size: 14px;
		padding: 0;
	}

	.features-section h2 {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 16px;
	}

	.features-section p {
		margin: 0 0 18px;
	}

	.cols-holder .column:first-child .text-block {
		padding: 33px 20px;
		right: -65px;
	}

	.cols-holder .column:first-child h2 svg {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.cols-holder .column:first-child .link-block .image {
		right: -50%;
		left: 0;
	}

	.cols-holder .column:first-child .link-block:hover:before {
		background: #7cacc0;
	}

	.cols-holder .column:first-child .link-block {
		margin-left: -115%;
		border-right: 0;
	}

	.cols-holder .column:last-child .text-block {
		padding: 33px 20px;
		left: -65px;
	}

	.cols-holder .column:last-child h2 svg {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 14px 0 0;
	}

	.cols-holder .column:last-child h2 span {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.cols-holder .column:last-child h2 {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.cols-holder .column:last-child .link-block .image {
		left: -50%;
		right: -10%;
	}

	.cols-holder .column:last-child .link-block:hover:before {
		background: #11375f;
	}

	.cols-holder .column:last-child .link-block {
		margin-right: -115%;
	}

	.cols-holder .column {
		width: 50%;
	}

	.cols-holder .link-block {
		font-size: 16px;
		width: 215%;
	}

	.cols-holder .text-block {
		font-size: 16px;
	}

	.cols-holder img {
		max-width: none;
	}

	.cols-holder h2 svg {
		margin: 0 14px 0 0;
	}

	.cols-holder h2 {
		font-size: 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.cols-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: #ededed;
	}


	.carousel-section {
		padding-top: 46px;
		padding-bottom: 43px;
	}

	.slideshow .slide {
		width: 100%;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.slideshow p {
		margin: 0 0 34px;
	}

	.slideshow .pagination ul li {
		padding: 0 8px;
	}

	.slideshow .pagination ul a {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 28px;
	}

	.slideshow .pagination {
		top: -77px;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		left: -40px;
		margin-top: -42px;
	}

	.slideshow .btn-next {
		left: auto;
		right: -40px;
	}

	.slideshow {
		margin: 77px 52px 0;
		font-size: 16px;
		line-height: 1.3;
	}

	.location-popup .text-description {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 32px 20px;
	}

	.location-popup p {
		margin: 0 0 19px;
	}

	.location-popup .h1 {
		display: none;
	}

	.location-popup .subtitle {
		display: none;
	}

	.location-popup .visual .wrap span {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: inherit;
	}

	.location-popup .visual:before {
		display: none;
	}

	.location-popup .visual {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		height: 362px;
	}

	.location-popup {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		display: none;
		background: none;
		margin-bottom: -146px;
		background: #ededed;
	}

	.location-section .popup-holder.covered .text-block p {
		display: block;
	}

	.location-section .popup-holder.covered .text-block {
		right: -65px;
		left: 0 !important;
		bottom: auto !important;
	}

	.popup-holder.location-active + .popup-holder {
		width: 100%;
	}

	.popup-holder:first-child.location-active + .popup-holder .text-block p {
		display: block;
	}

	.popup-holder:first-child.location-active + .popup-holder .text-block {
		max-width: 71%;
		left: auto;
		right: 0;
		bottom: 0;
	}

	.popup-holder:first-child.location-active + .popup-holder .link-block {
		width: 110% !important;
		margin-left: 50% !important;
		margin-right: 0 !important;
	}

	.popup-holder:first-child.location-active .link-block:before {
		background: #7cacc0;
	}

	.popup-holder:first-child.location-active .link-block {
		width: 110% !important;
		margin-left: -60% !important;
		margin-bottom: -362px;
	}

	.popup-holder:last-child .location-popup .visual span {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.popup-holder:last-child .location-popup .visual {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0;
	}

	.popup-holder:last-child .location-popup .text-description {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 32px 20px;
		text-align: left;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.popup-holder:last-child .location-popup {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.popup-holder:last-child.location-active .link-block:before {
		background: rgba(17, 55, 95, .85);
	}

	.popup-holder:last-child.location-active .link-block {
		width: 110% !important;
		margin-right: 0 !important;
		margin-left: 49%;
	}

	.popup-holder:last-child.location-active .location-popup {
		margin-top: -362px;
	}

	.blocks-section .col .image {
		height: auto;
		bottom: 0;
	}

	.blocks-section .col .col-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.blocks-section .col:last-child.hover {
		width: 100%;
	}

	.blocks-section .col:last-child {
		width: 100%;
	}

	

	.blocks-section .col {
		width: 100%;
		border-left: none;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.blocks-section .btn span {
		display: none;
	}

	.blocks-section .btn svg {
		display: block;
	}

	.blocks-section .btn:hover:before {
		width: 0;
	}

	.blocks-section .btn:hover {
		color: #7cacc0;
	}

	.blocks-section .btn {
		min-width: 1px;
		border: none;
		padding: 0;
		font-size: 0;
	}

	.blocks-section h2 {
		font-size: 24px;
		margin: 0;
	}

	.blocks-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}


	.footer-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}

	.menu {
		display: none;
	}

	body {
		font-size: 24px;
		line-height: 24px;
	}
  
  .home-banner.banner-block.explore-active .blocks-section {position: absolute !important;}
  .banner-block.explore-active .blocks-section {position: relative !important;}
  .footer-holder img {
    max-width: 75px;
}
  li.aw-icon-social {
    float: left;
    margin: 1px 6px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    width: 35px;
    height: 35px;
}
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .features-section h2 {font-size: 18px;}
  .features-section p {font-size: 15px;}
}

@media screen and (max-width: 1300px) {
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {background-color: transparent!important;}
}

ul.topic_list li {display: none;}
ul.topic_list li:first-child {display: block;}

body.pace-running:before {content:''; position: fixed; width: 100%; height: 100%; background-color: #ffffff; z-index: 99999; overflow-y: hidden;}
.pace, .pace .pace-progress, .pace .pace-activity {z-index: 99999;}
.pace .pace-activity:before {top: 7px!important;left: 5px!important;height: 30px!important;width: 20px!important;border-width: 5px!important;}
.addthis_inline_share_toolbox {display: inline-flex;position: relative;top: -5px;}
.addthis-wrap {display: inline-block;padding-left: 20px;}

@media screen and (max-width: 525px) {
.addthis-wrap {display: block;padding-top: 20px;padding-left: 0;}
}


.carousel-section {
  padding-top: 35px !important;
  padding-bottom: 10px !important;
}

.carousel-section > .slideshow > .pagination > ul > li > a {
  background-color: RGBA(0, 171, 172, 0) !important;
  border: 1px solid #fff !important;
}

.carousel-section > .slideshow > .pagination > ul > li > a:hover {
  background-color: RGBA(0, 171, 172, 1) !important;
}

.home .aw-col-feature {
  width: 100% !important;
}


/*AW UTILS ETC */
.aw-text-white {
  color: #fff !important;
}

@media (max-width: 600px) {
  .logo {
    width: 275px;
  }
}