/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

.accordion,
.accordion > li > ul,
.two-columns .side-nav > li > ul,
.side-nav,
#nav > ul,
#nav > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header: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: #171717;
	background: #fff;
	font: 16px/1.5 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

h1,
.h1 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 26px;
}

h2,
.h2 {
	font-size: 28px;
	line-height: 1.286;
	color: #cd7a11;
	font-weight: 400;
	margin: 0 0 18px;
}

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

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

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

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

p {
	margin: 0 0 15px;
}

a {
	color: #cd7a11;
}

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 #999;
	padding: .4em .7em;
}

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

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

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

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

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

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

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

html {
	height: 100%;
}

body {
	min-width: 320px;
	height: 100%;
	font-size: 20px;
	line-height: 1.3;
	background: -webkit-linear-gradient(top, #001c39 0%, #226cb6 100%);
	background: linear-gradient(to bottom, #001c39 0%, #226cb6 100%);
}

a {
	-webkit-transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear, width .3s linear, height .3s linear;
	transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear, width .3s linear, height .3s linear;
	text-decoration: none;
}

a:before,
a:after {
	-webkit-transition: color .3s linear, background .3s linear, border .3s linear,  opacity .3s linear, -webkit-transform .3s linear, margin .3s linear;
	transition: color .3s linear, background .3s linear, border .3s linear,  opacity .3s linear, transform .3s linear, margin .3s linear;
}

blockquote {
	font: 24px/1.333 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #032553;
	margin: 0 0 50px 5px;
}

blockquote p {
	padding: 0 0 5px 30px;
	border: 1px solid #036;
	border-width: 0 0 0 1px;
	margin: 0 0 11px !important;
}

blockquote cite {
	display: block;
	font: 16px/1.5 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #171717;
	padding: 0 0 0 30px;
}

blockquote cite a {
	color: inherit;
	text-decoration: none;
}

blockquote cite a:hover {
	color: #cd7a11;
}

* {
	outline: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.section.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

#fullpage .section {
	width: 100%;
}

.inner-page #fullpage {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.iScrollIndicator {
	visibility: hidden;
}

.current-section {
	position: static !important;
}

#fullpage {
	left: 0;
	top: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 1s linear, visibility 1s linear;
	transition: opacity 1s linear, visibility 1s linear;
}

.fp-tableCell {
	height: 100% !important;
}

.fp-tableCell .fp-scrollable {
	height: 100% !important;
	position: relative;
	overflow: hidden;
}

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

.bg-stretch {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.logo {
	float: left;
	width: 167px;
}

#header {
	position: fixed;
	padding: 10px 18px 4px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 20;
	min-height: 61px;
}

#header .logo.alt-style {
	width: 233px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: 0;
}

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

.overlay-wrapper {
	background: -webkit-linear-gradient(top, #001c39 0%, #226cb6 100%);
	background: linear-gradient(to bottom, #001c39 0%, #226cb6 100%);
	color: #fff;
	text-align: center;
	z-index: 10;
	-webkit-transition: -webkit-transform 1.5s ease;
	transition: transform 1.5s ease;
	padding: 31px 0 35px;
}

.overlay-wrapper .holder {
	max-width: 882px;
	padding: 0 20px;
	margin: 0 auto;
}

.overlay-wrapper .overlay-content {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.overlay-wrapper .info-wrap {
	text-align: left;
	border: 1px solid #fff;
	border-width: 0 0 1px;
	padding: 0 0 15px;
}

.overlay-wrapper .info-wrap.active .read-more:after {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	margin: -8px 0 0;
}

.overlay-wrapper .info-wrap .read-more {
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding: 0 20px 0 0;
	position: relative;
}

.overlay-wrapper .info-wrap .read-more:after {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font: 18px/1 "FontAwesome";
}

.overlay-wrapper .info-wrap .read-more:hover {
	color: #cd7a11;
}

.overlay-wrapper .info-wrap .slide {
	padding: 17px 0 8px;
}

.overlay-collapsed #header .logo,
body.alignleft #header .logo {
	left: 97px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.category {
	width: 100%;
	-webkit-transition: opacity 1s linear, visibility 1s linear;
	transition: opacity 1s linear, visibility 1s linear;
}

.category.current-section {
	opacity: 1;
	visibility: visible;
	z-index: 21;
}

.outer-container {
	padding: 61px 0 0;
}

.scroll-block {
	display: none;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.scroll-block .title {
	display: block;
	margin: 0 0 15px;
}

.scroll-link {
	width: 24px;
	height: 42px;
	margin: 0 auto;
	display: block;
	position: relative;
	color: #fff;
}

.scroll-link:hover {
	opacity: .7;
}

.scroll-link:hover:after {
	-webkit-animation: slide-down .3s linear 0s infinite;
	animation: slide-down .3s linear 0s infinite;
}

.scroll-link:after {
	content: "\f107";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font: 26px/1 "FontAwesome";
	margin: -5px 0 0;
}

.flex-boxes .flex-box {
	position: relative;
}

.flex-boxes .flex-box.bg-stretch:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 50, 102, .6);
	z-index: 1;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.flex-boxes .flex-box.bg-stretch.content-active:after {
	background: rgba(0, 51, 102, .8);
}

.flex-boxes .flex-box.content-active .hidden-content {
	height: auto;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	opacity: 1;
	visibility: visible;
	padding: 10px 0 0;
}

.flex-boxes .flex-box.content-active h1 {
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.flex-boxes .flex-box .content-wrap {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: 600;
	padding: 20px;
}

.flex-boxes .flex-box .content-wrap h1 {
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: -webkit-transform 1.5s ease;
	transition: transform 1.5s ease;
}

.flex-boxes .flex-box .content-wrap h1 a {
	color: inherit;
	text-decoration: none;
}

.flex-boxes .flex-box .content-wrap h1 a:hover {
	color: #cd7a11;
}

.flex-boxes .flex-box .content-wrap p {
	margin: 0 0 10px;
}

.flex-boxes .flex-box .content-wrap a {
	color: #fff;
}

.flex-boxes .flex-box .content-wrap a:hover {
	opacity: .7;
}

.flex-boxes .flex-box .hidden-content {
	display: block !important;
	height: 0;
	overflow: auto;
	-webkit-transition: -webkit-transform 1.5s ease, opacity 1.5s ease, visibility 1.5s ease;
	transition: transform 1.5s ease, opacity 1.5s ease, visibility 1.5s ease;
	opacity: 0;
	visibility: hidden;
}

.flex-boxes .flex-box .read-more {
	display: none;
	color: #fff;
	font: 500 16px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	position: absolute;
	bottom: 120px;
}

.flex-boxes .flex-box .read-more:hover:after {
	margin: 0 0 0 60px;
}

.flex-boxes .flex-box .read-more:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-arrow.svg) no-repeat;
	width: 32px;
	height: 20px;
	margin: 0 0 0 14px;
	-webkit-transition: margin 1.5s ease;
	transition: margin 1.5s ease;
}

.accordion {
	margin: 0 0 31px;
}

.accordion > li {
	border: 1px solid #fff;
	border-width: 0 0 1px;
}

.accordion > li.active > a {
	font-weight: 900;
	color: #fff !important;
}

.accordion > li.active > a > span:after {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	margin: -8px 0 0;
}

.accordion > li > a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 15px 20px 15px 0;
	position: relative;
	-webkit-transition: none;
	transition: none;
}

.accordion > li > a:hover {
	opacity: .7;
}

.accordion > li > a > span {
	display: block;
	position: relative;
}

.accordion > li > a > span:after {
	content: "\f107";
	position: absolute;
	right: -20px;
	bottom: 2px;
	font: 16px/1 "FontAwesome";
}

.accordion > li > ul > li {
	margin: 0 0 20px;
}

.accordion > li > ul > li > a {
	color: #fff;
	text-decoration: none;
}

.accordion > li > ul > li > a:hover {
	opacity: .7;
}

.two-columns .navigation-block {
	left: 0;
	top: 61px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: #036;
	color: #fff;
	position: fixed;
	display: block;
	width: 100%;
	z-index: 20;
	overflow-y: auto;
}

.two-columns .navigation-block .logo {
	display: none;
}

.two-columns .side-nav > li {
	display: none;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.two-columns .side-nav > li.main-link {
	display: block;
}

.two-columns .side-nav > li.main-link.active a.link-opener:after {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	margin-top: -2px;
}

.two-columns .side-nav > li > a {
	display: inline-block;
	vertical-align: top;
}

.two-columns .side-nav > li > a:hover {
	color: #cd7a11;
}

.two-columns .side-nav > li > a:hover:after {
	margin-left: 16px;
}

.two-columns .side-nav > li > a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-arrow.svg) no-repeat;
	width: 32px;
	height: 20px;
	margin: 0 0 0 14px;
	-webkit-transition: margin .3s ease;
	transition: margin .3s ease;
}

.two-columns .side-nav > li a {
	text-indent: 0;
	background: none !important;
	width: auto !important;
	height: auto !important;
	border-radius: 0;
	color: #fff;
}

.two-columns .side-nav > li a:hover {
	color: #cd7a11;
	opacity: 1;
}

.two-columns .side-nav > li a.link-opener {
	display: inline-block;
	vertical-align: top;
}

.two-columns .side-nav > li a.link-opener:after {
	content: "\f107";
	font: 16px/1 "FontAwesome";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.two-columns .side-nav > li h1 {
	margin: 0;
	text-align: center;
	padding: 12px;
}

.two-columns .side-nav > li > ul {
	padding: 18px 18px 3px;
}

.two-columns .side-nav > li > ul.accordion > li {
	margin: 0;
}

.two-columns .side-nav > li > ul.accordion > li > a:hover {
	color: #fff;
}

.two-columns .side-nav > li > ul.accordion > li > ul > li > a:hover {
	color: #fff;
}

.two-columns .side-nav > li > ul > li {
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.2;
	margin-bottom: 30px;
}

.two-columns #content {
	background: #f2f2f2;
	padding: 160px 20px 30px;
	overflow: hidden;
}

.two-columns #content [id^="section"] {
	margin: 0 0 30px;
}

.two-columns #content h1 {
	margin-bottom: 38px;
}

.title-line {
	display: none;
	border: 1px solid #1e1e1e;
	border-width: 0 0 1px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 0 13px;
	margin: 0 0 58px;
	overflow: hidden;
}

.media-wrap {
	margin: 0 0 70px;
}

.media-wrap p {
	margin: 0 0 33px;
}

.media-wrap video {
	width: 100%;
	height: auto;
}

.media-wrap .plyr--video:hover .plyr__play-large {
	background: #cd7a11;
}

.media-wrap .plyr__video-wrapper {
	background: none !important;
}

.media-wrap .plyr__play-large {
	background: #d88d12;
	border-style: none;
	width: 45px;
	height: 45px;
	padding: 0;
	box-shadow: 0 2px 4px rgba(146, 146, 146, .5);
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.media-wrap .plyr__play-large svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 0;
	width: 0;
	border-bottom: 14px solid transparent;
	border-left: 16px solid #fff;
	border-top: 14px solid transparent;
	margin: 0 0 0 2px;
}

.media-wrap .plyr--video .plyr__controls button.tab-focus:focus,
.media-wrap .plyr--video .plyr__controls button:hover {
	background: #d88d12;
}

.media-wrap .plyr__progress--played,
.media-wrap .plyr__volume--display {
	color: #d88d12;
}

.media-wrap .plyr--video .plyr__controls {
	background: none;
}

.btn-prev {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #d88d12;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 8px;
	box-shadow: 0 2px 4px rgba(146, 146, 146, .5);
	display: none;
	z-index: 22;
}

.btn-prev:hover {
	background: #cd7a11;
}

.btn-prev:after {
	content: "\f104";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font: 36px/1 "FontAwesome";
	color: #fff;
	margin: -1px 0 0 -1px;
}

.navigation-block {
	display: none;
}

.navigation-block.pagination .side-nav li a {
	font-size: 0;
	line-height: 0;
}

.navigation-block.pagination .side-nav li a:hover span {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 1;
}

.navigation-block.pagination .side-nav li a.anchor-active span {
	padding-top: 5px;
}

.navigation-block.pagination .side-nav li a span {
	position: absolute;
	text-transform: uppercase;
	right: 0;
	top: 1px;
	color: #fff;
	letter-spacing: .01em;
	padding: 2px 0 0 12px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform: translateX(120%);
	-ms-transform: translateX(120%);
	transform: translateX(120%);
}

.navigation-block.pagination .side-nav li.active a span {
	padding-top: 5px;
}

.navigation-block .nav-arrow {
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 12px;
	position: relative;
	color: #7099c2;
	opacity: 1;
	visibility: visible;
}

.navigation-block .nav-arrow:hover {
	color: #fff;
}

.navigation-block .nav-arrow:before {
	content: "";
	position: absolute;
	font: 36px/1 "FontAwesome";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.navigation-block .nav-arrow.prev {
	margin: 0 0 28px;
}

.navigation-block .nav-arrow.prev:before {
	content: "\f106";
}

.navigation-block .nav-arrow.prev.anchor-active,
.navigation-block .nav-arrow.prev.disabled {
	opacity: 0;
	visibility: hidden;
}

.navigation-block .nav-arrow.next {
	margin: 24px 0 0;
}

.navigation-block .nav-arrow.next:before {
	content: "\f107";
}

.navigation-block .nav-arrow.next.anchor-active,
.navigation-block .nav-arrow.next.disabled {
	opacity: 0;
	visibility: hidden;
}

.side-nav li {
	width: 100%;
	margin: 0 0 14px;
	position: relative;
}

.side-nav li:last-child {
	margin-bottom: 0;
}

.side-nav li a {
	text-decoration: none;
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 50%;
	background: #7099c2;
	margin: 0 auto;
}

.side-nav li a:hover {
	background: #fff;
	font-weight: 900;
	opacity: 1;
}

.side-nav li a.anchor-active {
	width: 20px;
	height: 20px;
	background: #fff;
}

.side-nav li.active > a {
	width: 20px;
	height: 20px;
	background: #fff;
}

#nav {
	position: fixed;
	top: 61px;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear, visibility .3s linear;
	transition: opacity .3s linear, transform .3s linear, visibility .3s linear;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	background: #036;
	opacity: 0;
	visibility: hidden;
	z-index: 21;
}

#nav > ul {
	height: calc(100vh - 61px);
	overflow: auto;
}

#nav > ul > li {
	font: 26px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: capitalize;
	border: 1px solid #7099c2;
}

#nav > ul > li span {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear;
	transition: opacity .3s linear, transform .3s linear;
}

#nav > ul > li + li {
	border-width: 0 1px 1px;
}

#nav > ul > li:first-child span {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

#nav > ul > li:nth-child(2) span {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

#nav > ul > li:nth-child(3) span {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

#nav > ul > li:nth-child(4) span {
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
}

#nav > ul > li:nth-child(4) span {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

#nav > ul > li.item-active > ul {
	-webkit-animation: slide-left .25s linear forwards;
	animation: slide-left .25s linear forwards;
}

#nav > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 22px 40px 22px 18px;
	position: relative;
}

#nav > ul > li > a:before {
	content: "\f105";
	position: absolute;
	right: 22px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font: 18px/1 "FontAwesome";
	-webkit-transition: right .3s linear;
	transition: right .3s linear;
}

#nav > ul > li > a:hover:before {
	right: 20px;
}

#nav > ul > li > ul {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #036;
	overflow-y: auto;
	z-index: 1;
	-webkit-animation: slide-right .25s linear forwards;
	animation: slide-right .25s linear forwards;
}

#nav > ul > li > ul.accordion > li {
	border-style: none;
	margin: 0;
}

#nav > ul > li > ul.accordion > li.nav-title {
	margin: 0;
}

#nav > ul > li > ul.accordion > li.active + li > a {
	border-width: 1px;
}

#nav > ul > li > ul.accordion > li.active > a > span:after {
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	margin: 0;
}

#nav > ul > li > ul.accordion > li + li > a {
	border-width: 0 1px 1px;
}

#nav > ul > li > ul.accordion > li > a {
	padding: 26px 36px 26px 18px;
	border: 1px solid #7099c2;
}

#nav > ul > li > ul.accordion > li > a > span:after {
	content: "\f105";
	bottom: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: -14px;
	font-size: 18px;
}

#nav > ul > li > ul.accordion > li > ul {
	padding: 30px 18px;
}

#nav > ul > li > ul.accordion > li > ul > li {
	margin: 0 0 30px;
}

#nav > ul > li > ul.accordion > li > ul > li:last-of-type {
	margin: 0;
}

#nav > ul > li > ul > li {
	color: #fff;
	text-transform: none;
	font: 600 20px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px;
}

#nav > ul > li > ul > li.list-back {
	margin: 0;
	border-style: none;
}

#nav > ul > li > ul > li.list-back > a {
	padding: 26px 26px 26px 44px;
	border: 1px solid #7099c2;
	position: relative;
	color: #fff;
}

#nav > ul > li > ul > li.list-back > a:before {
	content: "\f104";
	position: absolute;
	left: 18px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font: 18px/1 "FontAwesome";
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
}

#nav > ul > li > ul > li.list-back > a:hover:before {
	left: 16px;
}

#nav > ul > li > ul > li.nav-title {
	padding: 21px 18px;
	border: 1px solid #7099c2;
	border-width: 0 1px 1px;
	font: 26px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: capitalize;
	margin: 0 0 21px;
}

#nav > ul > li > ul > li.active > a,
#nav > ul > li > ul > li > a:hover {
	color: #cd7a11;
}

#nav > ul > li > ul > li > a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 10px 18px;
}

.nav-opener {
	font-size: 0;
	line-height: 0;
	float: right;
	width: 28px;
	height: 18px;
	position: relative;
	margin: 12px 0 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;
	background: #036;
	height: 3px;
	margin: -1px 0 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 50%;
}

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

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 49%;
}

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

.nav-active #nav {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear, visibility .3s linear;
	transition: opacity .3s linear, transform .3s linear, visibility .3s linear;
}

.nav-active #nav > ul > li span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear;
	transition: opacity .3s linear, transform .3s linear;
}

.nav-active #nav > ul > li:first-child span {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.nav-active #nav > ul > li:nth-child(2) span {
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
}

.nav-active #nav > ul > li:nth-child(3) span {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.nav-active #nav > ul > li:nth-child(4) span {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.nav-active #nav > ul > li:nth-child(4) span {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	body {
		font-size: 16px;
		padding: 30px;
		line-height: 1.2;
		background: #fff;
	}

	body:before,
	body:after {
		content: "";
		position: fixed;
		top: 0;
		width: 100%;
		height: 30px;
		background: #fff;
		z-index: 1001;
	}

	body:after {
		top: auto;
		bottom: 0;
	}

	#wrapper {
		height: 100%;
	}

	.section {
		width: 100%;
	}

	#fullpage .section {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100% !important;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 1s linear, visibility 1s linear;
		transition: opacity 1s linear, visibility 1s linear;
	}

	#fullpage .section.active {
		opacity: 1;
		visibility: visible;
	}

	.inner-page #header .logo {
		opacity: 0;
		visibility: hidden;
		display: none;
	}

	.fullpage {
		margin-top: -30px !important;
	}

	.fullpage .section {
		height: 100vh;
		overflow: hidden;
	}

	.fullpage .section .section-content {
		padding: 80px 0;
		overflow: hidden;
	}

	.fullpage .section .section-content > div {
		overflow: hidden;
	}

	.logo {
		width: 175px;
		margin: 0 auto;
		-webkit-transition: -webkit-transform 1.5s ease;
		transition: transform 1.5s ease;
		float: none;
	}

	.fp-viewing-section1 #header .logo,
	.alignleft #header .logo {
		opacity: 1;
		visibility: visible;
	}

	#header {
		position: static;
		background: none;
		padding: 0;
		min-height: 0;
	}

	#header .logo {
		position: fixed;
		top: 54px;
		-webkit-transform: translateX(100vw) translateX(-50vw) translateX(-135px);
		-ms-transform: translateX(100vw) translateX(-50vw) translateX(-135px);
		transform: translateX(100vw) translateX(-50vw) translateX(-135px);
		z-index: 21;
		opacity: 1;
		visibility: visible;
		-webkit-transition: -webkit-transform .5s linear;
		transition: transform .5s linear;
		opacity: 0;
		visibility: hidden;
	}

	#header .logo.alt-style {
		width: 175px;
		display: none;
	}

	.overlay-wrapper {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 120px;
	}

	.overlay-wrapper .holder {
		padding: 0 40px;
	}

	.overlay-wrapper .info-wrap {
		text-align: center;
		border-style: none;
		padding: 0;
	}

	.overlay-wrapper .info-wrap .read-more {
		display: none;
	}

	.overlay-wrapper .info-wrap .slide {
		padding: 0;
	}

	.overlay-wrapper .info-wrap .slide.js-slide-hidden {
		position: static !important;
	}

	.outer-container {
		position: relative;
		width: 100%;
		padding: 0;
	}

	.outer-container [id^="section"].active,
	.outer-container [id^="section"].section-active {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		opacity: 1 !important;
		-webkit-transition: -webkit-transform 1s linear, opacity 1s linear;
		transition: transform 1s linear, opacity 1s linear;
	}

	.outer-container [id^="section"].before {
		-webkit-transform: translateY(-100%) scale(.8);
		-ms-transform: translateY(-100%) scale(.8);
		transform: translateY(-100%) scale(.8);
		opacity: 0;
	}

	.outer-container [id^="section"].after {
		-webkit-transform: translateY(100%) scale(.8);
		-ms-transform: translateY(100%) scale(.8);
		transform: translateY(100%) scale(.8);
		opacity: 0;
		will-change: transform;
	}

	.outer-container .inner-container {
		height: 100%;
	}

	.big-text {
		display: block;
		font: 500 22px/1.545 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 27px;
	}

	.scroll-block {
		text-align: center;
		display: block;
		padding: 5px 0;
	}

	.flex-boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		height: 100%;
	}

	.flex-boxes .flex-box {
		width: 33.33%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.flex-boxes .flex-box.content-active .hidden-content {
		padding-top: 0;
	}

	.flex-boxes .flex-box.content-active h1 {
		-webkit-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		transform: translate(0, -20px);
	}

	.flex-boxes .flex-box .content-wrap {
		max-width: 440px;
		padding: 140px 20px 100px 40px;
	}

	.flex-boxes .flex-box .content-wrap h1 {
		margin: 0 0 30px;
		text-align: left;
	}

	.flex-boxes .flex-box .content-wrap p {
		margin: 0 0 30px;
	}

	.flex-boxes .flex-box .hidden-content {
		max-height: calc(100vh - 60px - 146px - 78px - 100px - 20px);
	}

	.flex-boxes .flex-box .read-more {
		display: block;
		bottom: 60px;
	}

	.accordion > li.list-back,
	.accordion > li.nav-title {
		display: none !important;
	}

	.accordion > li > ul > li.active > a {
		font-weight: 900;
	}

	.accordion > li > ul > li:last-of-type {
		margin-bottom: 15px;
	}

	.two-columns .navigation-block {
		top: 30px;
		bottom: 30px;
		left: 30px;
		width: 300px;
		padding: 30px;
	}

	.two-columns .navigation-block .logo {
		display: block;
		margin: 0;
		-webkit-transition: none;
		transition: none;
	}

	.two-columns .side-nav {
		margin: 32px auto 0;
		max-width: 240px;
	}

	.two-columns .side-nav > li {
		display: block;
		margin-bottom: 21px;
	}

	.two-columns .side-nav > li.main-link {
		cursor: text;
		padding: 27px 0;
	}

	.two-columns .side-nav > li a.link-opener {
		pointer-events: none;
		cursor: default;
	}

	.two-columns .side-nav > li a.link-opener:after {
		display: none;
	}

	.two-columns .side-nav > li h1 {
		text-align: left;
		padding: 0;
		margin: 0 0 24px;
	}

	.two-columns .side-nav > li > ul {
		padding: 0;
	}

	.two-columns .side-nav > li > ul.js-slide-hidden {
		position: static !important;
	}

	.two-columns .side-nav > li > ul.accordion > li > ul > li {
		line-height: 1.5;
	}

	.two-columns .side-nav > li > ul > li > ul {
		padding: 4px 0 0;
	}

	.two-columns #content {
		width: calc(100% - 300px);
		margin: 0 0 0 auto;
		padding: 0 30px;
	}

	.title-line {
		display: block;
		padding-top: 40px;
	}

	.media-wrap .plyr__play-large {
		width: 65px;
		height: 65px;
	}

	.media-wrap .plyr__play-large svg {
		height: 0;
		width: 0;
		border-bottom: 19px solid transparent;
		border-left: 26px solid #fff;
		border-top: 19px solid transparent;
	}

	.btn-prev {
		display: block;
	}

	.navigation-block {
		position: fixed;
		left: 40px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		z-index: 2;
		display: block;
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .5s linear, visibility .5s linear;
		transition: opacity .5s linear, visibility .5s linear;
	}

	.inner-page .category .navigation-block {
		opacity: 1;
		visibility: visible;
	}

	.side-nav li.active > a {
		font-weight: 900;
	}

	#nav {
		position: static;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		height: auto;
		display: none;
	}

	#nav > ul > li > ul.accordion > li > a {
		padding-right: 26px;
	}

	#nav > ul > li > ul.accordion > li > a > span:after {
		right: -3px;
	}

	.nav-opener {
		display: none;
	}

	.nav-active {
		overflow: auto;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.outer-container [id^="section"] {
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: visible;
	}

	.outer-container [id^="section"] + [id^="section"] .logo {
		left: 97px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (min-width: 1024px) {
	.flex-boxes .flex-box.content-active .hidden-content {
		padding-top: 5px;
	}

	.flex-boxes .flex-box .content-wrap {
		padding-left: 70px;
	}

	.flex-boxes .flex-box .read-more:hover:after {
		margin: 0 0 0 100px;
	}

	.two-columns .navigation-block {
		width: 350px;
	}

	.two-columns .side-nav {
		max-width: 260px;
		padding: 0 5px 0 0;
	}

	.two-columns .side-nav > li h1 {
		margin-bottom: 26px;
	}

	.two-columns .side-nav > li > ul > li > ul {
		padding-top: 7px;
	}

	.two-columns #content {
		width: calc(100% - 350px);
		padding: 0 52px 80px;
	}

	.two-columns #content h1 {
		margin-bottom: 43px;
	}

	.two-columns #content h2 + .media-wrap {
		margin-top: 34px;
	}

	.title-line {
		padding-top: 30px;
	}

	.navigation-block {
		left: 60px;
	}
}

@media (min-width: 1300px) {
	h1,
	.h1 {
		font-size: 40px;
		line-height: 1.188;
		margin-bottom: 28px;
	}

	body {
		padding: 47px;
		line-height: 1.5;
	}

	body:before,
	body:after {
		height: 47px;
	}

	#header .logo {
		top: 101px;
	}

	.overlay-wrapper {
		padding-top: 164px;
	}

	.scroll-block {
		padding: 30px 0;
	}

	.flex-boxes .flex-box .content-wrap {
		padding: 150px 80px 150px 110px;
	}

	.flex-boxes .flex-box .content-wrap h1 {
		margin: 0 0 50px;
	}

	.flex-boxes .flex-box .hidden-content {
		max-height: calc(100vh - 94px - 187px - 107px - 150px - 20px);
	}

	.flex-boxes .flex-box .read-more {
		bottom: 120px;
	}

	.two-columns .navigation-block {
		top: 47px;
		bottom: 47px;
		left: 47px;
		width: 496px;
		padding: 50px;
	}

	.two-columns #content {
		width: calc(100% - 496px);
		padding: 0 122px 84px 92px;
	}

	.title-line {
		padding-top: 34px;
	}

	.btn-prev {
		left: 26px;
	}

	.navigation-block {
		left: 99px;
	}
}

@media (min-width: 1600px) {
	.scroll-block {
		padding: 79px 0 67px;
	}
}

@media (max-width: 767px) {
	.overlay-wrapper .info-wrap .slide p:last-of-type {
		margin: 0;
	}

	.flex-boxes .flex-box .content-wrap p:last-of-type {
		margin: 0;
	}

	.two-columns .side-nav > li.main-link > ul {
		max-height: calc(100vh - 121px);
		overflow: auto;
	}

	.two-columns .side-nav > li > ul.accordion > li:last-of-type {
		border-style: none;
	}

	.two-columns .side-nav > li > ul.accordion > li > ul > li:last-child {
		margin-bottom: 20px;
	}

	.side-nav li a.anchor-active {
		font-weight: 900;
	}

	.main-link-active {
		overflow: hidden;
	}
}

@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		display: none;
	}
}

@keyframes slide-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		display: none;
	}
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		display: block;
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		display: block;
	}
}

@-webkit-keyframes slide-down {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	100% {
		-webkit-transform: translate(-50%, 2px);
		transform: translate(-50%, 2px);
		display: block;
	}
}

@keyframes slide-down {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	100% {
		-webkit-transform: translate(-50%, 2px);
		transform: translate(-50%, 2px);
		display: block;
	}
}
