@charset "UTF-8";

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1,
.hp-section-1 h2 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*-- Mixin --*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	box-sizing: border-box; font-size: 18px;
}

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

body {
	background: #fff;
}

body,
button,
input,
select,
textarea {
	color: #444;
	font-family: "OpenSans-Regular", OpenSans-Regular, Open Sans, Arial, sans-serif;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
.hp-section-1 h2,
h2,
h3,
.hp-section-3 .heading,
.sample-investments .lg-text,
.transaction-cards .lg-text,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 27px 0;
}

h1 a,
.hp-section-1 h2 a,
h2 a,
h3 a,
.hp-section-3 .heading a,
.sample-investments .lg-text a,
.transaction-cards .lg-text a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
.hp-section-1 h2 a:hover,
h1 a:active,
.hp-section-1 h2 a:active,
h1 a:focus,
.hp-section-1 h2 a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
.hp-section-3 .heading a:hover,
.sample-investments .lg-text a:hover,
.transaction-cards .lg-text a:hover,
h3 a:active,
.hp-section-3 .heading a:active,
.sample-investments .lg-text a:active,
.transaction-cards .lg-text a:active,
h3 a:focus,
.hp-section-3 .heading a:focus,
.sample-investments .lg-text a:focus,
.transaction-cards .lg-text a:focus,
h4 a:hover,
h4 a:active,
h4 a:focus,
h5 a:hover,
h5 a:active,
h5 a:focus,
h6 a:hover,
h6 a:active,
h6 a:focus {
	color: inherit;
	text-decoration: underline;
}

h1,
.hp-section-1 h2 {
	color: #12618c;
	font-size: 60px;
	font-size: 3.33333rem;
	line-height: 1.1;
}

h2 {
	color: #12618c;
	font-size: 42px;
	font-size: 2.33333rem;
	line-height: 1.2;
}

h3,
.hp-section-3 .heading,
.sample-investments .lg-text,
.transaction-cards .lg-text {
	font-size: 26px;
	font-size: 1.44444rem;
	line-height: 1.3;
}

h4 {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
	color: #0b7bbf;
	font-style: italic;
	padding: 0 1.5em;
}

q:before,
q:after {
	content: "";
}

q {
	quotes: "" "";
}

address {
	margin: 0 0 1.5em;
	font-style: normal;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr {
	background-color: #999;
	border: 0;
	height: 3px;
	margin: 3em 0;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li {
	margin: 0 0 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img,
video,
iframe {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background 0.2s linear;
	width: auto;
	-o-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	border: none;
	background: #f98e03;
	color: #fff;
	font-weight: 400;
	padding: 20px 40px 20px 40px;
	margin: 30px 0;
	max-width: 350px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #fdb04c;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: outline 0.2s ease-out;
	-o-transition: outline 0.2s ease-out;
	-webkit-transition: outline 0.2s ease-out;
	transition: outline 0.2s ease-out;
	color: #999;
	border: 1px solid #999;
	outline: 2px solid transparent;
	padding: 3px;
	margin: 0.25em 0 0.5em;
	width: 100%;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
textarea:-moz-placeholder {
	/* color: #e1e1e1; */
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
	/* color: #e1e1e1; */
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* color: #e1e1e1; */
	color: #999;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* color: #e1e1e1; */
	color: #999;
}
'
input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:active,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="number"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="range"]:hover,
input[type="range"]:active,
input[type="range"]:focus,
input[type="date"]:hover,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:hover,
input[type="time"]:active,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="color"]:hover,
input[type="color"]:active,
input[type="color"]:focus,
textarea:hover,
textarea:active,
textarea:focus {
	color: #444;
	outline: 2px solid #fdb04c;
}

select {
	border: 1px solid #999;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #0b7bbf;
	font-weight: 700;
	text-decoration: underline;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

a img {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

a:hover,
a:focus,
a:active {
	color: #f8971d;
}

a:hover img,
a:focus img,
a:active img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.lg-container,
.md-container,
.sm-container {
	max-width: 92%;
	margin: 0 auto;
}

.lg-container {
	width: 1170px;
}

.md-container {
	width: 960px;
}

.sm-container {
	width: 670px;
}

.grid {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-content: stretch;
	-ms-align-content: stretch;
	-o-align-content: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.5em auto;
}

.grid--around {
	justify-content: space-around;
}

.col-two,
.col-three,
.col-four,
.col-one-third,
.col-two-third,
.col-one-fourth,
.col-three-fourth,
.col-five,
.col-six {
	margin-bottom: 1.5em;
}

.col-two {
	width: 50%;
}

.col-three,
.col-one-third {
	width: 33.33333%;
}

.col-two-third {
	width: 66.66667%;
}

.col-three-fourth {
	width: 75%;
}

.col-four,
.col-one-fourth {
	width: 25%;
}

.col-five {
	width: 20%;
}

.col-six {
	width: 16.66667%;
}

.gutter {
	padding: 0 3%;
}

.gutter-half {
	padding: 0 1.5%;
}

.text-center {
	text-align: center;
}

/*--------------------------------------------------------------
# Module Classes
--------------------------------------------------------------*/
a.button-1,
.button-1 {
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	background: #f98e03;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	padding: 1em 2.5em;
}

a.button-1:hover,
a.button-1:active,
a.button-1:focus,
.button-1:hover,
.button-1:active,
.button-1:focus {
	background: #fdb04c;
}

a.button-2,
.button-2 {
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto; 
	*zoom: 1;
	display: inline;
	background: #999;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	padding: 1em 2.5em;
}

a.button-2:hover,
a.button-2:active,
a.button-2:focus,
.button-2:hover,
.button-2:active,
.button-2:focus {
	background: #bfbfbf;
}

.lower-navigation {
	background-color: #12618c;
	padding-top: 0.5em;
}

.lower-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.lower-navigation li {
	margin: 0;
	padding: 0.5em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.lower-navigation a {
	color: #fff;
	text-decoration: none;
}

.lower-navigation a:hover,
.lower-navigation a:active,
.lower-navigation a:focus {
	color: #f98e03;
}

.testimonial blockquote {
	font-style: normal;
	color: #444;
	margin: 0;
	padding: 0;
}

.testimonial p:first-of-type:before {
	font-family: Georgia, serif;
	content: "\201C";
	font-size: 150%;
	line-height: 0.75;
	margin-right: 0.25em;
	color: #999;
}

.testimonial p:last-of-type:after {
	font-family: Georgia, serif;
	content: "\201D";
	font-size: 150%;
	line-height: 0.75;
	margin-left: 0.25em;
	color: #999;
}

.testimonial figcaption {
	text-align: right;
	color: #999;
	font-weight: 700;
}

.testimonial figcaption:before {
	content: "— ";
}

/*--------------------------------------------------------------
# Post / Comment Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero section
--------------------------------------------------------------*/

body.home #hero-content {
    position: absolute;
    top: 45vh;
    width: 100%;
    text-align: right;
}

body.home #hero-content .light-title {
    font-size: 40px;
}

@media only screen and ( max-width: 560px ) {

    body.home #hero-content .light-title {
        font-size: 37px;
    }

}

body.home #hero-content .light-title,
body.home #hero-content .subtitle {
    color: #fff;
    text-shadow: 1px 1px 10px rgb(0 0 0 / 66%);
}

body.home #hero-content .subtitle {
	text-align: right;
}

body.home #hero-content .buttons-box {
    justify-content: flex-end;
}

body.home #hero-content .buttons-box .button {
    float: right;
    margin-left: 40px;
}

body.home #hero-content .buttons-box .button a {
    min-width: 145px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.site-content {
	margin-top: 110px;
}

.home .site-content {
	margin: 0;
}

.site-header {
	background-color: #18202f;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.js .home .site-header.transparent {
	background: transparent;
}

.js.no-opacity .home .site-header.transparent {
	background: #18202f;
}

.site-header.hidden {
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.site-branding {
	float: left;
}

.header-navs {
	float: right;
}

.site-title {
	margin: 0.75em 0;
	line-height: 0.8;
	font-size: 18px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Modernizr Fallbacks
--------------------------------------------------------------*/
.no-flexbox .row {
	display: block;
}

.no-flexbox .column {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-bottom: 1.5em;
}

.no-flexbox .col-two,
.no-flexbox .col-three,
.no-flexbox .col-one-third,
.no-flexbox .col-two-third,
.no-flexbox .col-one-fourth,
.no-flexbox .col-three-fourth,
.no-flexbox .col-four,
.no-flexbox .col-five,
.no-flexbox .col-six {
	float: left;
	margin-bottom: 1.5em;
}

.no-inlinesvg .social-icon {
	display: list-item;
	margin-left: auto !important;
	margin-right: auto !important;
}

.no-mediaqueries body {
	min-width: 1081px;
}

.no-mediaqueries .site-header {
	position: static;
}

.no-mediaqueries .site-content {
	margin-top: 0;
}

/*------------------------
NEW STYLES
--------------------------*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,table,caption,tbody,tfoot,thead,tr,th,td,del,dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;

} 

* {
    box-sizing: border-box;
}

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

a[href^="mailto:"]{
    text-decoration: underline;
}

p,ul,td,h1,h2,h3,h4,h5,h6 {
    cursor: default;
}

html{
    overflow-x: hidden;
}

body {
    font-size: 62.5%;
    font-family: "OpenSans-Regular", OpenSans-Regular, Open Sans, Arial, sans-serif;
    overflow-x: hidden;
    color: #444444;
}

#wpadminbar {
    top: -100% !important;
    display: none;
}

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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.img-box > * {
    display: block;
    width: 100%;
    height: auto;
}

.flex {
    display: flex;
}

.flex > * {
    width: 100%;
}

.wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.stretch {
    align-self: stretch;
}

.upper {
    text-transform: uppercase;
}

.pointer,
.pointer * {
    cursor: pointer;
}
.margin_b > * {
    margin-bottom: 40px;
}

.margin_b.exss > * {
    margin-bottom: 8px;
}

.margin_b.xxs > * {
    margin-bottom: 15px;
}

.margin_b.xs > * {
    margin-bottom: 20px;
}

.margin_b.sm > * {
    margin-bottom: 27px;
}

.margin_b.lg > * {
    margin-bottom: 60px;
}

.margin_b.xlg > * {
    margin-bottom: 80px;
}

.margin_b > *:last-child {
    margin-bottom: 0;
}

.margin_r > * {
    margin-right: 40px;
}

.margin_r.mrxlg > * {
    margin-right: 70px;
}

.margin_r.mrlg > * {
    margin-right: 60px;
}

.margin_r.mrm > * {
    margin-right: 30px;
}

.margin_r.mrs > * {
    margin-right: 20px;
}

.margin_r.mrxs > * {
    margin-right: 10px;
}

.margin_r > *:last-child {
    margin-right: 0;
}

.subtitle {
    font: 2.0em/1.35em 'OpenSans-Regular';
}

.plaintext {
    font: 1.8em/1.33em 'OpenSans-Regular';
}

.button {
    text-align: center;
}

.button a {
    padding: 20px 40px 20px 40px;
    cursor: pointer;
    background-color: #F98E03;
    display: inline-block;
    font: 1.8em/1.33em 'OpenSans-Regular';
    white-space: nowrap;
    color: #fff;
    z-index: 100;
    text-align: center;
    transition: 0.2s linear;
}

.button a:hover {
    background-color: #fdb04c;
}

h1 {
    font: 6.0em/1.36em 'OpenSans-Bold';
}

h2 {
    font: 4.2em/1.35em 'OpenSans-Bold';
    text-align: center;
    color: #12618C;
}

h3 {
    font: 2.6em/1.38em 'OpenSans-Regular';
    color: #12618C;
}

h4 {
    font: 2.6em/1.38em 'OpenSans-Bold';
    text-align: center;
}

h5{
    font: 2.6em/1.35em 'OpenSans-Bold';
}

h6{
    font: 1.7em/1.35em 'OpenSans-Bold';
}

.light-title {
    color: #fff;
}

/*EDITOR Styles */

.plaintext a {
    transition: 0.2s linear;
}

.plaintext a:hover {
    color: #f8971d;
}

.plaintext h1 {
    font: 3.33em/1.36em 'OpenSans-Bold';
    margin-bottom: 20px;
    color: #3A803E;
}

.plaintext h2 {
    font: 2.33em/1.35em 'OpenSans-Bold';
}

.plaintext h3 {
    font: 1.44em/1.38em 'OpenSans-Regular';
}

.plaintext h4 {
    font: 1.44em/1.38em 'OpenSans-Bold';
}

.plaintext h5 {
    font: 1.44em/1.03em 'OpenSans-Bold';
}

.plaintext h6 {
    font: 0.944em/1.35em "OpenSans-Bold";
}

.plaintext strong {
    font: 1.0em/1.33em 'OpenSans-Bold';
}

.plaintext em {
    font-family: "OpenSans-Regular", OpenSans-Regular, Open Sans, Arial, sans-serif;
    font-style: italic;
}

.plaintext strong em,
.plaintext em strong {
    font-family: "OpenSans-Regular", OpenSans-Regular, Open Sans, Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
}

.plaintext a {
	font-family: "OpenSans-Regular", OpenSans-Regular, Open Sans, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.33em;
    color: #12618C;
    text-decoration: underline;
}

.plaintext blockquote {
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}

.plaintext blockquote::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 5px;
    width: 1px;
    height: 100%;
    background: #999999;
}

.plaintext blockquote::after {
    position: absolute;
    content: "“";
    font: 2.0em/1.35em sans-serif;
    top: -10px;
    left: 0px;
    color: #999999;	
}

.plaintext ul,
.plaintext ol {
    margin-left: 40px;
    margin-top: 10px;
}

.plaintext ul li,
.plaintext ol li {
    margin-bottom: 10px;
}

figure {
    margin: 0;
}

figure iframe {
    min-height: 35vw;
}

iframe[src*='www.google.com/maps'],
iframe[src*='www.youtube.com']{
    width: 100% !important;
    min-height: 400px;
}

.videos_item iframe[src*='www.youtube.com'] {
    min-height: 8vw;
}

form[class='post-password-form'] > p {
    margin-bottom: 20px;
}

hr {
    height: 1px;
    outline: none;
    background: #707070;
}

.image-button {
    text-align: center;
}

.p_nav {
    font: 2.2em/3em 'OpenSans-Bold';
    justify-content: center;
}

.p_nav_box {
    width: auto;
    display: inline-block;
    cursor: default;
}

.p_nav_box .current {
    cursor: default;
    padding: 8px 15px;
    color: #FFFFFF;
    background-color: #F98E03;
}

.social_wrapper {
    justify-content: center;
}

.social_wrapper .social {
    width: auto;
}

.social_wrapper .social a {
    display: inline-block;
    width: 27px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.social_wrapper .social.facebook a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'/%3E%3C/svg%3E");
}

.social_wrapper .social.facebook a:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23F98E03' d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'/%3E%3C/svg%3E");
}

.social_wrapper .social.linkedin a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
}

.social_wrapper .social.linkedin a:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23F98E03' d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
}

.social_wrapper .social.twitter a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z'/%3E%3C/svg%3E");
}

.social_wrapper .social.twitter a:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23F98E03' d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# CONTENT COLUMNS/BLOCKS
--------------------------------------------------------------*/
.cont {
    margin: 0 auto;
    max-width: 1170px;
}

.inner-cont-m {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
}

.inner-cont-sm {
    width: 57.2%;
    margin-left: auto;
    margin-right: auto;
}

.content {
    margin-top: 116px;
}

.content.homepage {
    margin-top: 0;
}


.col-3-wrap-lg-m,
.col-2-wrap-lg-m {
    width: calc(100% + 100px);
    margin-bottom: -60px;
}

.col-3-lg-m,
.col-2-lg-m,
.col-1-lg-m {
    margin-right: 100px;
    margin-bottom: 60px;
}

.col-3-lg-m {
    width: calc(33.333% - 100px);
}

.col-2-lg-m {
    width: calc(50% - 100px);
}

.col-1-lg-m {
    width: calc(100% - 100px);
}

.col-5-wrap-lg-m,
.col-4-wrap-lg-m {
    width: calc(100% + 60px);
    margin-bottom: -40px;
}

.col-4-lg-m,
.col-5-lg-m {
    margin-right: 60px;
    margin-bottom: 40px;
}

.col-5-lg-m {
    width: calc(20% - 60px);
}

.col-4-lg-m {
    width: calc(25% - 60px);
}

.col-4-wrap-sm-m {
    width: calc(100% + 20px);
    margin-bottom: -40px;
}

.col-4-wrap-sm-m.col-4-sm-padding-r {
    width: calc(100% + 20px + 20px);
}

.col-4-sm-m {
    width: calc(25.0% - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
}

.col-3-wrap-sm-m {
    width: calc(100% + 20px);
    margin-bottom: -60px;
}

.col-3-sm-m {
    width: calc(33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 60px;
}

.col-3-wrap-md {
    width: calc(100% + 80px);
    margin-bottom: -40px;
}

.col-3-md  {
    width: calc(33.33% - 80px);
    margin-right: 80px;
    margin-bottom: 40px;
}

.col-3-wrap-mdl {
    width: calc(100% + 60px);
    margin-bottom: -40px;
}

.col-3-mdl  {
    width: calc(33.33% - 60px);
    margin-right: 60px;
    margin-bottom: 40px;
}

.col-2-wrap-sm-m {
    width: calc(100% + 40px);
    margin-bottom: -40px;
}

.col-2-sm-m {
    width: calc(50.0% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.col-2-wrap-md {
    width: calc(100% + 60px);
    margin-bottom: -60px;
}

.col-2-md{
    width: calc(50.0% - 60px);
    margin-right: 60px;
    margin-bottom: 60px;
}

.padding-top-exists.p-top-sm {
    padding-top: 60px;
}

main > .content-block:first-of-type {
    padding-top: 80px;
}

.content-block {
    padding-bottom: 80px;
}

.content-block.p-bottom-sm {
    padding-bottom: 60px;
}

.content-block.p-bottom-xsm {
    padding-bottom: 40px;
}

.padding-top-exists {
    padding-top: 80px;
}

/*--------------------------------------------------------------
# Main navigation
--------------------------------------------------------------*/
#primary-menu {
    background-color: rgba(24,32,47,1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color .5s ease;
    z-index: 1000;
}

#primary-menu.homepage {
    background-color: transparent;
}

#primary-menu.homepage::after {
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24,32,47,1.0);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
}

#primary-menu.homepage.hover::after,
#primary-menu.homepage:hover::after {
	opacity: 1;
	transition: opacity 0.5s ease;
}

#primary-menu .cont {
    justify-content: space-between;
    align-items: center;
}

.logo-box {
    flex: 0 0 240px;
    margin: 20px 0;
}

.logo-box a img {
    display: block;
}

.main-navs {
    width: auto;
    align-content: space-between;
    align-self: stretch;
}

.main-navs.open {
	display: block;
}

.main-nav {
    justify-content: flex-end;
}

.main-nav li {
    list-style-type: none;
    width: auto;
    margin-left: 25px;
}

.main-nav li a {
    color: #fff;
    font: 2.0em/1.35em "OpenSans-Semibold";
    white-space: nowrap;
    display: block;
    padding: 13px 3px 13px 3px;
    border-bottom: 7px solid rgba(167,223,243,0);
    transition: border-bottom .2s ease, color .2s ease;
}

.main-nav li.different-color a {
    color: #F98E03;
}

#primary-menu.homepage .main-nav li.different-color a,
.main-nav li a:hover {
    color: #A7DFF3;
}

.main-nav  > li.menu-item-has-children {
    position: relative;
}

.main-nav > li.menu-item-has-children:hover > a,
.main-nav li.current-menu-item a,
.main-nav li.current-page-ancestor a,
.main-nav li.current_page_ancestor a {
    border-bottom: 7px solid rgba(167,223,243,1);
}

.main-nav  > li.current-menu-item > a,
.main-nav  > li.menu-item-has-children > .sub-menu > li.current-menu-item a {
    color: #A7DFF3;
}

.main-nav  > li.menu-item-has-children > .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    padding-left: 0;
    visibility: hidden;
    opacity: 0;
    background: #18202F;
    border-bottom: 2px solid rgba(167,223,243,1);
    transition: visibility .3s, opacity 0.3s ease;
    margin-left: 0;
}

.main-nav  > li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    transition: opacity 0.5s ease .0s;
    opacity: 1;    
}

.main-nav  > li.menu-item-has-children > .sub-menu > li {
    margin: 0px;
}

.main-nav  > li.menu-item-has-children > .sub-menu >li > a {
    padding: 15px 20px 15px 20px;
    border: none;
}

.main-nav  > li.menu-item-has-children > .sub-menu >li .sub-menu {
    display: none;
}

.secondary-nav {
    margin-bottom: 20px;
    text-align: right;
}

.secondary-nav ul {
    justify-content: flex-end;
    align-items: center;
}

.secondary-nav ul li {
    list-style-type:none;
    width: auto;
}

.secondary-nav ul li a {
    display: block;
}

.secondary-nav__item {
	display: inline-block;
}

.secondary-nav__menu li {
	list-style-type: none;
    width: auto;
    margin-right: 25px;
}

.secondary-nav__menu a {
	color: #fff;
    font: 2.0em/1.35em "OpenSans-Semibold";
    white-space: nowrap;
    display: block;
    padding: 0 3px 0 3px;
    border-bottom: 7px solid rgba(167,223,243,0);
    transition: border-bottom .2s ease, color .2s ease;
}

.secondary-nav__menu a:hover,
.secondary-nav__menu a:active,
.secondary-nav__menu a:focus {
	color: #A7DFF3;
}

.investor-link {
    background-color: #243A51;
    color: #54B0DC;
    font: 1.6em/1.375em "OpenSans-Semibold";
    padding: 6px 20px 8px 20px;
    transition: background .2s linear, color .2s linear;
}

.investor-link:hover {
    background: #77c1e9;
    color: #1e3751;
}

.main-phone {
    font: 2.2em/1.36em "OpenSans-Semibold";
    color: #fff;
    margin-left: 25px;
    padding: 0px 0px 3px 0px;
    transition: color .2s linear;
}

.main-phone:hover {
    color: #A7DFF3;
}

.main-menu-button {
    width: 40px;
    height: 40px;
    display: none;
    position: relative;
    z-index: 1200;
}

.main-menu-button span {
    position: absolute;
    content: '';
    background: #FFFFFF;
    border-radius: 3px;
    left: 10%;
    width: 80%;
    height: 3px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}

.main-menu-button__one {
    top: 7px;
}

.main-menu-button__two {
    top: 17px;
}

.main-menu-button__three {
    top: 27px;
}

.main-menu-button.active .main-menu-button__one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
}

.main-menu-button.active .main-menu-button__two {
    opacity: 0;
}

.main-menu-button.active .main-menu-button__three {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 17px;
}

.main-nav-wrap.mobile {
    display: none;
}

/*===============================================
HEADERS 
===============================================*/

.pageheader {
    min-height: 30vw;
    background-position: center;
    background-size: cover;
}

html.ie .pageheader {
    min-height: inherit;
    padding: 150px 0;
}

.pageheader.single {
    background-color: #12618C;
    min-height: inherit;
}

.content.homepage .pageheader {
    padding-top: 116px;
}

.content.homepage .pageheader .cont {
    padding: 183px 0;
}

.pageheader .cont {
    align-items: center;
}

.pageheader.single .cont {
    padding: 100px 0;
}

.header-box {
    margin: 40px 0;
    text-align: center;
}

.header-box .subtitle {
    color: #fff;
}

.buttons-box {
    justify-content: center;
}

.buttons-box .button {
    width: auto;
}

.pageheader.align-right h1 {
    font: 5.0em/1.36em "OpenSans-Bold";
}

.pageheader.align-right h1,
.pageheader.align-right .header-box .subtitle {
    text-align: right;
}

.pageheader.align-right .buttons-box {
    justify-content: flex-end;
}

.pageheader.p404 h1 {
    font-size: 15em;
}

/*===============================================
Full width video
===============================================*/

.video-box .video {
    width: 100%;
    min-height: 490px;
}

/*===============================================
CENTERED IMAGE WITH BUTTONS
===============================================*/

.center-img-buttons {
    background-color: #12618C;
}

.center-img-buttons-wrap {
    align-items: center;
}

.center-img-buttons-wrap .light-title {
	font: 2.6em/1.38em 'OpenSans-Bold';
    text-align: center;
}

.center-img-buttons-wrap .side-col {
    width: 35%;
}

.center-img-buttons-wrap .button a {
    white-space: normal;
}

/*===============================================
Quick links
===============================================*/

.quick-links {
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.quick-links:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(24,32,47, 1.0) 0% ,rgba(24,32,47, .47) 45% ,rgba(24,32,47, .0) 70% , rgba(24,32,47,0.0) 100% );
    z-index: -1;
}

.quick-links > * {
    z-index: 10;
}

.quick-links .light-title {
	font: 4.2em/1.35em 'OpenSans-Bold';
    text-align: center;
}

.quick-links .link-descr-wrap .light-title {
	font: 2.6em/1.38em 'OpenSans-Regular';
	text-align: center;
    text-transform: uppercase;
}

.links-col-wrap h3 {
    text-align: center;
}

.link-col {
    flex-flow: column nowrap;
}

.link-descr-wrap {
    background: rgba(24,32,47, .9);
    padding: 40px 60px;
    flex: 1 1 100%;
}

.link-descr-wrap h3 {
    text-align: center;
    text-transform: uppercase;
}

.link-col .button {
    display: flex;
    justify-content: center;
}

.link-col .button a {
    white-space: normal;
    min-height: 65px;
    width: 210px;
    padding: 5px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*===============================================
Black block
===============================================*/

.black-block {
    background-position: center;
    background-size: cover;
}

.info-columns-item {
    border: 2px solid #12618C;
    align-items: center;
    padding: 20px 20px 40px 20px;
}

.title-wrap {
    align-items: center;
}

.title-wrap .img-box {
    width: 50px;
    min-width: 50px;
}

.title-wrap .pre-num {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #A7DFF3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 40px;
}

.title-wrap .pre-num span {
    font: 1.8em/1.33em "OpenSans-Bold";
    color: #fff;
}

.title-wrap .light-title {
    width: calc(100% - 60px);
    font: 1.7em/1.35em 'OpenSans-Bold';
}

.info-columns-item .plaintext {
    color: #999999;
}

.info-columns-item .plaintext a {
    color: #999999;
    word-break: break-word;
}

.info-columns-item .plaintext a:hover {
    color: #f8971d;
}

.spons-block h3 {
    text-align: center;
}

.sponsor-item .plaintext a {
    color: #A7DFF3;
}

.sponsor-item .plaintext a:hover {
    color: #f8971d;
}

.black-bloc .image-button {
    display: block;
    transition: .2s ease;
    max-width: 280px;
}

.black-bloc .image-button:hover {
    opacity: .8;
}

/*--------------------------------------------------------------
Icon Link
--------------------------------------------------------------*/

.icon-links-wrap {
    justify-content: center;
}

.icon-links-item .img-box {
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s ease;
}

.icon-links-item .icon-link {
    font: 1.8em/1.5em "OpenSans-Bold";
    color: #12618C;
    display: block;
    text-align: center;
    text-decoration: underline;
    transition: 0.2s ease;
}

.icon-links-item:hover .icon-link {
    color: #f8971d;	
}

.icon-links-item:hover .img-box {
    opacity: 0.8;
}

/*--------------------------------------------------------------
Site FOOTER
--------------------------------------------------------------*/

.clients-wrap {
    justify-content: center;
    margin-bottom: -20px;
}

.clients-wrap .logo-link {
    width: 16.666%;
    padding: 0 10px;
    margin-bottom: 20px;
    transition: 0.2s ease;
}

.clients-wrap .logo-link:hover {
    opacity: .8;
}

.site-footer {
    background-color: #12618C;
    padding-bottom: 60px;
}

.footer-menu ul {
    justify-content: center;
}

.footer-menu ul li {
    width: auto;
    list-style-type: none;
}

.site-footer .footer-info,
.footer-menu ul li a,
.footer-menu ul li::after {
    font: 1.8em/1.66em "OpenSans-Regular";
    color: #A7DFF3;
}

.footer-menu ul li a {
    position: relative;
    transition:  0.2s ease;
}

.footer-menu ul li::after {
    content: "|";
    margin: 0 5px;
}

.footer-menu ul li:last-of-type::after {
    display: none;
}

.footer-menu ul li a:hover,
.footer-menu ul li.current-menu-item a {
    color: #F98E03;
}

.plaintext.footer-info a {
	color: #f98e03;
	text-decoration: none;
}

.plaintext.footer-info a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
INVEST BLOCK
--------------------------------------------------------------*/

.invest-block {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .42);
}

.invest-section {
    margin-left: 35px;
    margin-right: 35px;
}

.invest-block.complex {
    padding: 40px 35px 40px 35px;
}

.invest-block.complex .pre-title {
    color: #999999;
    font: 0.61em/1.38em 'OpenSans-Bold';
}

.invest-block.complex .img-box {
    margin-left: 100px;
    margin-right: 100px;
}

.invest-block.complex .graph-disclosures {
    font: 1.2em/1.41em "OpenSans-Regular";
    text-align: center;
}

.invest-slide {
    border-right: 1px solid #999999;
    padding-right: 20px;
}

.invest-slide:nth-of-type(4n) {
    border-right: none;
}

.invest-num,
.invest-slide-title {
    font: 1.8em/1.33em 'OpenSans-Bold';
    color: #999999;
    text-transform: uppercase;
    transition: .2s linear;
}

.invest-slide .num-wrap {
    width: auto;
}

.invest-slide.active .invest-slide-title,
.invest-slide:hover .invest-slide-title {
    color: #12618C;
}

.invest-slide-open {
    background-color: #12618C;
    padding: 45px 50px 45px 50px;
}

.slide-open-wrap {
    position: relative;
}

.invest-open-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.invest-open-item.active {
    opacity: 1;
    z-index: 1;
}

.invest-open-item .plaintext,
.invest-open-item .invest-slide-title {
    color: #fff;
}

.invest-block.simple {
    padding: 35px 35px;
}

.invest-block.simple .plaintext {
    font:1.8em/1.55em "OpenSans-Regular";
}

.invest-block.simple .plaintext a {
    font:1.0em/1.55em "OpenSans-Bold";
}

.siple_title_sep {
    height: 1px;
    background: #A7DFF3;
}

.invest-simple-title .pre-title-wrap {
    width: auto;
}

.pre-title-wrap h4 {
    color: #999999;
}

.title-wrap h4 {
    color: #12618C;
}

.invest-simple-title h4 {
    text-align: left;
    text-transform: uppercase;
}

.invest-disc {
    font: 1.2em/1.7em "OpenSans-Regular";
    text-align: center;
}

/*--------------------------------------------------------------
KEY NUMBERS
--------------------------------------------------------------*/

.key-item .key-number {
    font: 7.0em/1.3625em "OpenSans-Regular";
}

.key-item .key-number.dif-color {
    color: #F98E03;
}

.key-wrap {
    margin-bottom: -60px
}

.key-item {
    border-right:  1px solid #707070;
    padding: 5px 20px 10px 20px;
    width: 33.33%;
    text-align: center;
    margin-bottom: 60px;
}

.key-item:nth-of-type(3n),
.key-item:last-of-type {
    border-right: 0;
}

/*--------------------------------------------------------------
TWO-COLUMN TABLE
--------------------------------------------------------------*/

.two-col-table {
    border-collapse: collapse;
    width: 100%;
}

.two-col-table tr:nth-of-type(odd) {
    background: rgba(153, 153, 153, 0.17);
}

.two-col-table tr td:first-of-type {
    min-width: 220px;
}

.two-col-table tr td {
    font: 1.8em/1.5em "OpenSans-Regular";
    padding: 10px 15px;
}

.two-col-table tr td.table-disc {
    font: 1.2em/2.25em "OpenSans-Regular";
}

/*--------------------------------------------------------------
TESTIMONIAL SLIDER / BLOCK
--------------------------------------------------------------*/

.tstm-slider-box {
    overflow: hidden;
}

.tstm-slider-wrap {
    position: relative;
}

.tstm-item .quote_author__name {
	font: 2.6em/1.35em 'OpenSans-Bold';
}

.tstm-item .photo-wrap {
    flex:1 1 190px;
    min-width: 190px;
}

.tstm-item .position {
    font: 1.8em/1.5em 'OpenSans-Italic';
}

.tstm-item .tstm-link {
    color: #12618C;
    font: 1.8em/1.5em 'OpenSans-Bold';
    transition: .2s ease;
}

.tstm-item .tstm-link:hover {
    color: #F98E03;
}

.tstm-item blockquote,
.tstm-item .quote {
    font: 1.8em/1.5em 'OpenSans-Regular';
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}

.tstm-item blockquote::before,
.tstm-item .quote::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 5px;
    width: 1px;
    height: 100%;
    background: #999999;
}

.tstm-item blockquote::after,
.tstm-item .quote::after {
    position: absolute;
    content: "“";
    font: 2.0em/1.35em sans-serif;
    top: -10px;
    left: 0px;
    color: #999999;
}

.nav-row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.nav-row .nav-left,
.nav-row .nav-right {
    width: 65px;
    height: 65px;
    background: #12618C;
    position: relative;
    transition: .2s ease;
}

.nav-row .nav-left:hover,
.nav-row .nav-right:hover {
    background: #F98E03;
}

.nav-row .nav-left {
    margin-right: 2px;
}

.nav-row .nav-left::before,
.nav-row .nav-left::after,
.nav-row .nav-right::before,
.nav-row .nav-right::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background: #fff;
    left: 50%;
}

.nav-row .nav-left::before {
    top: calc(50% - 3px);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.nav-row .nav-left::after {
    bottom: calc(50% - 3px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav-row .nav-right::before {
    top: calc(50% - 3px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav-row .nav-right::after {
    bottom: calc(50% - 3px);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/*--------------------------------------------------------------
PORTFOLIO CASES/BLOCK
--------------------------------------------------------------*/

.portfolio-cat-block h3 {
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
}

.prt-case {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .42);
}

.prt-case .prt-case-img {
    min-height: 347px;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.prt-case .prt-case-img * {
    cursor: pointer;
}

.portfolio-cases-box .prt-case-img,
.portfolio-cases-box .prt-case-img * {
    cursor: default;
}

.prt-case.open  * {
    cursor: default !important;
}

.prt-case .name-wrap {
    background-color: rgba(18, 97, 140, .74);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px 40px 9px;
}

.prt-case .prt-case-link {
    background-color: rgba(18, 97, 140, .74);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .3s ease;
}

.prt-case .prt-case-link .case-link {
    font: 2.2em/1.36em 'OpenSans-Bold';
    margin-bottom: 20px;
    color: #F98E03;
    text-decoration: underline;
    transition: .2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.prt-case .prt-case-link .case-link:hover {
    color: #fff;
}

.prt-case:hover .prt-case-link {
    opacity: 1;
}

.prt-case.open .prt-case-link {
    opacity: 0;
}

.prt-case .name-wrap .prt-name{
	font: 2.6em/1.38em 'OpenSans-Bold';
    text-align: center;
    color: #FFFFFF;
}

.prt-case .name-wrap .prt-type {
    color: #A7DFF3;
    font: 1.2em/1.41em 'OpenSans-Regular';
    text-align: center;
}

.prt-case-table-wrap {
    padding: 10px 40px 20px;
}

.prt-case .prt-case-table {
    border-collapse: collapse;
    width: 100%;
}

.prt-case .prt-case-table tr {
    border-bottom: 1px solid #A7DFF3;
}

.prt-case .prt-case-table tr td {
    padding: 8px 0 5px;
}

.prt-case .prt-case-table tr td:first-of-type {
    font: 1.8em/1.33em  'OpenSans-Bold';
}

.prt-case .prt-case-table tr td:last-of-type {
    font: 1.8em/1.33em  'OpenSans-Regular';
    text-align: right;
}

.prt-case .grid-slide-hidden {
    display: none;
}

.prt-descr {
    margin-right: 60px;
    margin-bottom: 40px;
}

.portfolio-cases-box .prt-case .prt-case-img {
    min-height: 235px;
}

.portfolio-cases-box  .prt-case-table-wrap {
    padding: 10px 20px 20px;
}

/*--------------------------------------------------------------
GRID SLIDER STYLES
--------------------------------------------------------------*/

.grid-slide-hidden {
    background: #E6E6E6;
    padding: 75px 75px 75px 75px;
    position: relative;
}

.team-cat-box .grid-slide-hidden {
    width: calc(100% - 20px);
}

.grid-slide-hidden .pre-title {
    font: 1.8em/1.5em 'OpenSans-Italic';
}

.grid-slide-hidden .plaintext {
    font: 1.8em/1.5em 'OpenSans-Regular';
}

.grid-slide-hidden .close-btn {
    width: 65px;
    height: 65px;
    background: #12618C;
    position: absolute;
    top: 0;
    right: 0;
    transition: .2s ease;
}

.grid-slide-hidden .close-btn:hover {
    background: #F98E03;
}

.grid-slide-hidden .close-btn::before,
.grid-slide-hidden .close-btn::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 26px;
    background: #fff;
    left: 50%;
}

.grid-slide-hidden .close-btn::before {
    top: calc(50% - 13px);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.grid-slide-hidden .close-btn::after {
    bottom: calc(50% - 13px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*--------------------------------------------------------------
TEAM BLOCK
--------------------------------------------------------------*/

.team-cat-block h3 {
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
}

.team-item .grid-slide-hidden {
    display: none;
}

.team-item .team-item-photo {
	margin-bottom: 15px;
    background-size: cover;
    background-position: center;
    height: 300px;
    filter: grayscale(1);
    transition: filter 0.5s ease;
}

.team-item:hover .team-item-photo {
	filter: grayscale(0);
	transition: filter 0.5s ease;
}

.team-item-name-wrap .team-name {
	margin-bottom: 5px;
	font-size: 2em;
    text-align: left;
}

.team-item-name-wrap .team-pos {
    font: 1.6em/1.5em 'OpenSans-Italic';
}

.team-item-name-wrap {
    transition: .2s linear;
}

.team-item:hover .team-item-name-wrap,
.team-item.open .team-item-name-wrap {
    opacity: .5;
}

.team-descr .license {
    font: 1.8em/1.5em 'OpenSans-Regular';
    color: #12618C;
}

.team-descr {
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
ADDITIONAL MENU
--------------------------------------------------------------*/

.header-links {
    background-color: #12618C;
    overflow: hidden;
}

.header-link-item {
    width: 16.66%;
    padding: 20px 20px 13px;
    margin-bottom: 20px;
    border-bottom: 7px solid rgba(249, 142, 3, .0);
    list-style: none;
}

.header-links-wrap.big .header-link-item {
    width: 25%;
}

.header-link-item.current-page-ancestor,
.header-link-item.current_page_ancestor,
.header-link-item.current-menu-item {
    border-bottom: 7px solid rgba(249, 142, 3, 1.0);
}

.header-links-wrap {
    justify-content: space-around;
    margin-bottom: -20px;
}

.header-link-item .img-box {
    max-width: 45px;
    margin-left: auto;
    margin-right: auto;
    transition: .2s ease;
    margin-bottom: 10px;
}

.header-link-item a {
    font: 1.8em/1.33em "OpenSans-Bold";
    color: #FFFFFF;
    text-align: center;
    transition: .2s ease;
    display: block;
}

.header-link-item.current-page-ancestor a,
.header-link-item.current_page_ancestor a,
.header-link-item.current-menu-item a,
.header-link-item:hover a {
    color: #F98E03;
}

.header-link-item.current-page-ancestor .img-box,
.header-link-item.current_page_ancestor .img-box,
.header-link-item.current-menu-item .img-box,
.header-link-item:hover .img-box {
    opacity: .8;
}

/*--------------------------------------------------------------
PARTNERS
--------------------------------------------------------------*/

.partners-item .partners-title {
    font: 1.8em/1.5em 'OpenSans-Regular';
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

/*--------------------------------------------------------------
ADDITIONAL MENU
--------------------------------------------------------------*/

.acc-item {
    border-bottom: 1px solid #707070;
}

.acc-item .open-button {
    width: 25px;
    height: 25px;
    position: relative;
    transition: .4s ease;
}

.acc-item.open .open-button {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.acc-item .acc-title {
    font: 1.8em/1.33em "OpenSans-Bold";
    position: relative;
    padding-right: 30px;
}

.acc-item .title-wrap {
    padding: 27px 0;
} 

.open-button::before {
    position: absolute;
    content: "";
    top: calc(50% - 3px);
    right: 10px;
    width: 3px;
    height: 16px;
    background-color: #707070;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.open-button::after {
    position: absolute;
    content: "";
    bottom: calc(50% - 3px);
    right: 10px;
    width: 3px;
    height: 16px;
    background-color: #707070;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.acc-item .plaintext {
    font: 1.8em/1.5em 'OpenSans-Regular';
    padding-left: 40px ;
    padding-bottom: 27px;
    display: none;
}

/*--------------------------------------------------------------
GREY BLOCK
--------------------------------------------------------------*/

.grey-block {
    background: linear-gradient(to bottom,rgba(153,153,153, .0),rgba(77,77,77, .44) );
}

.gr-block-image-wrap {
    min-width: 340px;
    width: 340px;
}

.gr-block-text-wrap .plaintext {
    font: 1.8em/1.5em 'OpenSans-Regular';
}

.gr-block-text-wrap h2 {
    color: #444444;
}

.gr-block-text-wrap .image-button {
    display: block;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    transition: .2s ease;
}

.gr-block-text-wrap .image-button:hover {
    opacity: .8;
}

/*--------------------------------------------------------------
Video block
--------------------------------------------------------------*/

.video-block {
    background-color: #12618C;
}

.video-block-box .video {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.video-block-box .video.youtube-video {
    height: 330px;
}

.video-block-text-wrap .title {
    font: 2.6em/1.5em "OpenSans-Bold";
}

.video-block-text-wrap .plaintext {
    font: 1.8em/1.5em 'OpenSans-Regular';
}

/*--------------------------------------------------------------
Events block
--------------------------------------------------------------*/

.events-subtitle {
    font-size: 1.4em;
}

.events-image {
    width: 75%;
}

.events-item {
    padding-bottom: 60px;
    border-bottom: 1px solid #707070;
}

/*--------------------------------------------------------------
Radio block
--------------------------------------------------------------*/

.radio_item {
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
    text-align: left;
}

.radio_item a:hover,
.videos_item a:hover,
.blog_item a:hover {
    text-decoration: none;
    color: #F98E03;
}

/*--------------------------------------------------------------
Videos
--------------------------------------------------------------*/

.videos_box.col-3-wrap-sm-m,
.blog_box.col-3-wrap-sm-m {
    margin-bottom: 0;
}

.videos_item,
.blog_item {
    background-color: #F1F1F1;    
}

.videos_item video,
main.single video {
    width: 100%;
    min-height: 10vw;
}

.videos_item h5 {
    font-size: 1.8em;
    padding: 30px;
    margin-top: -3px;
}

.videos_item h5 a span,
.blog_item h5 a span {
    display: inline-block;
    padding-top: 15px;
    color: #F98E03;
}

.videos_item {
	margin-bottom: 20px;
}

.videos_item_thumbnail_wrapper {
	overflow: auto;
    max-width: 100%;
    position: relative;
}

.videos_item_thumbnail {
	width: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
}

.videos_item_thumbnail_link {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
    background-color: #00000085;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.videos_item_thumbnail_link:hover {
	opacity: 1;
	transition: opacity 0.3s ease;
}

#video_lightbox {
	display: none;
}

#video_lightbox.open {
	display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #000000bf;
}

.video_lightbox_inner {
    width: 80vw;
    height: 42vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
}

.video_lightbox_inner iframe {
	height: 100%;
	max-height: 100%;
	width: 100%;
}

.video_lightbox_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    padding-left: 20px;
}

.video_lightbox_close:before {
	content: " ";
	position: absolute;
	height: 40px;
	width: 3px;
	background-color: #fff;
    transform: rotate(45deg);
}

.video_lightbox_close:after {
	content: " ";
	position: absolute;
	height: 40px;
	width: 3px;
	background-color: #fff;
	transform: rotate(315deg);
}

body.admin-bar .video_lightbox_close {
	top: 42px;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/

.cat-links {
    text-transform: uppercase;
    color: #999999;
    font: 1.8em/2.4em "OpenSans-Bold";
    margin-bottom: 20px;
}

.blog_item {
    padding: 30px;
}

.blog_item h5 {
    font-size: 1.8em;
}

.filters {
    justify-content: center;
}

.filters ul {
    width: auto;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.filters li {
    width: auto;
    display: inline-block;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    font: 1.8em/2.4em "OpenSans-Bold";
}

.filters li:not(:last-child):after {
    content: '|';
    display: inline-block;
    padding-left: 10px;
}

.filters ul > li:last-child {
    padding-right: 0;
}

/*.filters ul > li:last-child {
    display: none;
}*/

.filters .current-cat a,
.filters.all .cat-item-all a {
    color: #F98E03;
}

/*--------------------------------------------------------------
BUY FIRST PAGE STYLES
--------------------------------------------------------------*/
.cont_bf {
    margin: 0 auto;
    max-width: 1092px;
}

.cont_bf_sm {
    margin: 0 auto;
    max-width: 825px;
}

.cont_bf_xsm {
    margin: 0 auto;
    max-width: 550px;
}

.h1_bf {
    font: 5.4em/1.20em 'QuatroSans-Bold';
}

.h2_bf {
    font: 4.2em/1.21em 'QuatroSans-Bold';
    color: #12618C;
}

.h3_bf {
    font: 2.4em/1.5em "QuatroSans-Bold" ;
}

.h4_bf {
    font: 2.1em/1.33em "QuatroSans-Bold" ;
}

.plaintext_bf {
    font: 1.8em/1.55em "QuatroSans";
    color: #18202F;
}

.plaintext_bf strong {
    font: 1.0em/1.25em 'QuatroSans-Bold';
}

.plaintext_bf h1 {
    font: 3.0em/1.20em 'QuatroSans-Bold';
    text-align: unset;
}

.plaintext_bf h2 {
    font: 2.33em/1.21em 'QuatroSans-Bold';
    text-align: unset;
}

.plaintext_bf h3 {
    font: 2.0em/1.21em  'QuatroSans-Bold';
    text-align: unset;
}

.plaintext_bf h4 {
    font: 1.6em/1.21em 'QuatroSans-Bold';
    text-align: unset;
}

.plaintext_bf h5 {
    font: 1.2em/1.21em 'QuatroSans-Bold';
    text-align: unset;
}

.plaintext_bf h6 {
    font: 1.0em/1.21em  'QuatroSans-Bold';
}

.plaintext_bf em {
    font-family: 'QuatroSans-RegularItalic';
}
.plaintext_bf ul,
.plaintext_bf ol {
    margin-left: 50px;
    margin-top: 10px;
}

.plaintext_bf ul li {
    list-style-type: none;
    position: relative;
    margin-top: 10px;
}

.plaintext_bf ul li:before,
.plaintext_bf li > ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 0.65em;
    left: -25px;
    border-radius: 50%;
    background: #18202F;
}

.plaintext_bf li > ul li:before {
    width: 3px;
    height: 3px;
    border: 1px solid #18202F;
    background: none;
}

.plaintext_bf strong em,
.plaintext_bf em strong {
    font: 1.0em/1.4em 'QuatroSans-Bold';
}

.plaintext_bf a {
    color: #F98E03;
    transition: .3s ease-in-out;
}

.plaintext_bf a:hover {
    color: #fdb04c;
}

.plaintext_bf hr {
    border: none;
    color: #18202F;
    background-color: #18202F;
    height: 1px;
    margin: 30px 0!important;
}

.plaintext_bf blockquote {
    font: 1.0em/1.4em 'QuatroSans-RegularItalic';
    margin: 20px 30px;
    color: #18202F;
}

.button_bf {
    display: flex;
}

.button_bf.center {
    justify-content: center;
}

.button_bf a {
    display: inline-block;
    background-color: #F98E03;
    color: #FFFFFF;
    font: 2.1em/1.33em "OpenSans-Bold";
    padding: 20px 40px;
    min-width: 260px;
    text-align: center;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.button_bf a:hover {
    background-color: #fdb04c;
}

/*HEADER*/
.header_bf {
    min-height: 35vw;
    position: relative;
}

.header_bf_image {
    background-size: cover;
    background-position: center;
    position: relative;
}

.header_bf_image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to top, rgba(18,97,140,0.35 ) 0%, rgba(18,97,140,0.0) 50%,  rgba(18,97,140,0.0) 100% );
}

.header_bf_image > * {
    z-index: 1;
    position: relative;
}

.main_bf_logo {
    max-width: 235px;
    position: absolute;
    top: 60px;
    left: 70px;
    z-index: 10;
}

.header_bf_info_inner {
    padding: 60px 0 60px 60px;
    width: calc(1092px / 2);
    position: relative;
    z-index: 1;
}

.header_bf_info {
    background-color: #12618C;
    position: relative;
}

.simbol {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: .1;
    user-select: none;
    -webkit-user-select: none;
}

.simbol img {
    height: 100%;
}

.header_bf_info .h1_bf {
    color: #fff;
}

.head_subtitle_bf {
    font: 3.2em/1.2em "QuatroSans";
    color: #A7DFF3;
}

/* How it works */

.main_theses_box {
    justify-content: center;
}

.theses_icon {
    flex: 1 0 32px;
    position: relative;
    background-color: #A7DFF3;
}

.theses_icon i {
    font-size: 3.0em;
    color: #fff;
    position: relative;
    z-index: 1;
    right: -7px;
}

.theses_text p {
    font: 1.9em/1.315em "QuatroSans-SemiBold";
    color: #18202F;
}

.button_bf.button_picture_wrap {
    position: relative;
    padding-top: 10px;
}

.button_bf.button_picture_wrap.button_2_cols {
    padding-top: 31px;
}

.button_bf.button_picture_wrap.button_3_cols {
    padding-top: 95px;
}

.button_picture {
    position: absolute;
    width: 80%;
    bottom: 30px;
    left: 10%;
}

.button_bf.button_picture_wrap .button_picture:before {
    position: absolute;
    content: '';
    right: 100%;
    bottom: 95px;
    height: 1px;
    width: 100%;
    background-color: #F98E03;
}

.button_bf.button_picture_wrap a {
    position: relative;
    z-index: 1;
}

.video_wrap {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px;
    background-color: #A7DFF3;
    border-radius: 5px;
    position: relative;
}

.video_wrap:before {
    position: absolute;
    content: '';
    left: -100vw;
    top: 160px;
    width: 500vw;
    height: 95px;
    background-color: #12618C;
}

.video_box {
    position: relative;
    z-index: 1;
}

.video_box.active .video_overlay {
    opacity: 1;
}

.video_box video {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0,0,0, .16);
}

.video_overlay {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: .3s ease-in-out;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    justify-content: center;
}

.video_overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to top, rgba(167,223,243,0.35 ) 0%, rgba(167,223,243,0.0 ) 50%,  rgba(167,223,243,0.0 ) 100% );
}

.video_box.active .video_overlay {
    opacity: 0;
    transition: .5s ease-in-out;
}

.play_button {
    max-width: 110px;
    transition: .3s ease-in-out;
    z-index: 10;
}

.play_button:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.scroll_bf_descr {
    text-align: center;
    font: 1.8em/1.55em "QuatroSans-Bold";
}

.arrow_down {
    text-align: center;
}

.arrow_down i {
    font-size: 4.0em;
    color: #18202F;
}

/*Case Studies*/
.case_studies {
    background-color: #18202F;
    position: relative;
}

.case_std_bottom_img {
    position: absolute;
    max-width: 820px;
    bottom: 0;
    left: 0;
    user-select: none;
    -webkit-user-select: none;
    opacity: .03;
}

.case_std_top_img {
    position: absolute;
    max-width: 735px;
    top: 400px;
    right: 0;
    user-select: none;
    -webkit-user-select: none;
    opacity: .10;
}

.case_studies .cont_bf {
    position: relative;
    z-index: 1;
}

.case_studies h2 {
    color: #fff;
}

.case_std_title {
    color: #F98E03;
}

.case_std_title .pretitle {
    font-family: "Quatro-Light";
    flex: 1 0 175px;
}

.case_std_photo_col {
    flex: 1 0 345px;
}

.case_std_info_col {
    padding-top: 40px;
}

.case_std_photo {
    height: 250px;
    background-position: center;
    background-size: cover;
    border: 2px solid #12618C;
    border-top: none;
    position: relative;
}

.case_std_photo:before {
    position: absolute;
    content: '';
    width: 500vw;
    height: 2px;
    left: -100vw;
    top: 0;
    background-color: #12618C;
}

.case_std_caption {
    font: 2.0em/1.35em "QuatroSans-Book";
    color: #A7DFF3;
    text-align: center;
}

.case_std_info_col .h4_bf {
    color: #A7DFF3;
}

.case_std_info_col .plaintext_bf {
    color: #FFFFFF;
}

/* Apply  */

.apply_today {
    background-color: #A7DFF3;
}

.apply_col_title_wrap {
    justify-content: space-between;
    min-width: calc(100% + 100px + 35px);
    transform: translateX(-135px);
    -webkit-transform: translateX(-135px);
}

.apply_title_wrap {
    background-color: #12618C;
    padding: 12px 30px;
    border-radius: 10px;
    text-align: center;
    width: auto;
}

.apply_title_wrap h3 {
    font: 2.0em/1.2em "Quatro-Medium";
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

.apply_title_icon {
    flex: 0 1 65px;
}

.apply_cols_item {
    padding-left: 100px;
}

.apply_col_inner {
    background-color: #FFF;
    padding: 40px 35px 40px 35px;
    border-radius: 10px;
    height: 100%;
}

.apply_col_inner .plaintext_bf {
    color: #12618C;
}

.button_bf.apply_links a {
    border: 1px solid #F98E03;
    padding: 8px 15px;
    background-color: #fff;
    color: #F98E03;
    font: 2.0em/1.2em "Quatro-Medium";
    min-width: auto;
    transition: .3s ease-in-out;
}

.button_bf.apply_links a:hover {
    color: #fff;
    background-color: #F98E03;
}

.apply_block_button {
    justify-content: center;
}


/*FORM*/
.form-apply {
    background-color: #12618C;
    position: relative;
}

.form_bg_img {
    position: absolute;
    left: calc(( 100% - 825px ) / 2);
    bottom: 0;
    height: 100%;
    opacity: 0.1;
    user-select: none;
    -webkit-user-select: none;
    margin-bottom: 0!important;
}

.form_bg_img img {
    height: 100%;
    width: auto;
}

.apply_form_box .nf-form-cont {
    padding: 0!important;
}

.apply_form_box .nf-form-cont {
    background-color: transparent!important;
}

.apply_form_box .nf-field-label label {
    font: 1.8em/1.22em "QuatroSans";
    color: #A7DFF3;
}

.apply_form_box .ninja-forms-req-symbol {
    color: #A7DFF3!important;
}

.apply_form_box .nf-error-msg {
    font: 1.6em/1.22em "QuatroSans";
}

.apply_form_box .nf-field-element input,
.apply_form_box .nf-field-element textarea {
    outline : none!important;
    padding-left: 20px;
    font: 1.8em/1.22em "QuatroSans";
    color: #18202F;
}

.apply_form_box .nf-field-element input {
    height: 45px;
}

.apply_form_box .nf-field-element textarea {
    padding-top: 5px;
    height: 180px;
}

.apply_form_box .nf-error .ninja-forms-field {
    border-radius: 15px;
}

.apply_form_box .nf-field-element textarea:hover {
    outline : none!important;
}

.apply_form_box .label-above .nf-field-element,
.apply_form_box .label-below .nf-field-element {
    border-radius: 15px!important;
    overflow: hidden;
}

.apply_form_box .nf-field-element input:hover,
.apply_form_box .nf-field-element input:focus {
    outline : none!important;
}

.apply_form_box #ninja_forms_required_items,.apply_form_box .nf-field-container {
    margin-bottom: 18px!important;
}

.apply_form_box #ninja_forms_required_items,.apply_form_box .nf-row:last-of-type .nf-field-container {
    margin-bottom: 0!important;
}

.apply_form_box .nf-field-container.submit-container {
    margin-top: 40px;
}

.apply_form_box .nf-field-element input[type="button"] {
    height: auto;
    background-color: #F98E03;
    color: #FFFFFF;
    font: 2.1em/1.33em "OpenSans-Bold";
    padding: 20px 40px;
    min-width: 260px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    transition: .3s ease-in-out;
}

.apply_form_box .nf-field-element input[type="button"]:hover {
    background-color: #fdb04c;
}

.apply_form_box .nf-row .nf-cell[style*="width: 50%;"]:nth-of-type(1) {
    padding-right: 10px!important;
}

.apply_form_box .nf-row .nf-cell[style*="width: 50%;"]:nth-of-type(2) {
    padding-left: 10px!important;
}

.apply_form_box .nf-after-form-content {
    text-align: center;
    margin-top: 10px;
}

.apply_form_box .nf-response-msg p {
    color: #FFFFFF;
    font: 2.1em/1.33em "OpenSans-Bold";
    text-align: center;
}

.footnote_b {
    color: #fff;
    opacity: 0.8;
    font: 1.25em/1.33em 'OpenSans-Regular';
}

.form-embed .footnote_b {
	color: #444;
}

/* Footer */

.footer_bf {
    background-color: #18202F;
    padding: 45px 0;
}

.footer_bf_logo {
    flex: 1 0 240px;
    margin-right: 90px;
}

.licensing_info_bf {
    font: 1.4em/1.78em "Quatro-Light";
    color: #fff;
}

.footer_bf_info_box .col-3-lg-m,
.footer_bf_info_box {
    margin-bottom: 0;
}

.footer_bf_title {
    font: 1.4em/1.78em "QuatroSans-SemiBold";
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

.footer_bf_text {
    font: 1.4em/1.78em "Quatro-Light";
    color: #fff;
}


/*--------------------------------------------------------------
Lightmark Flex Content
--------------------------------------------------------------*/
.button-custom {
	background-color: #fff;
	border: 2px solid #a5def3;
	display: inline-block;
	padding: 0.75em 1.5em;
	font-weight: 700;
	text-align: center;
}

.invest-card {
	box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
}

.invest-card--simple {
	margin: 0 auto 3em;
	max-width: 100%;
	width: 650px;
}

.invest-card--complex {
	margin: 0 5px 3em;
	max-width: 100%;
	width: 278px;
}

@media screen and (max-width: 1370px) {

	.invest-card--complex {
		width: 48%;
	}

}

@media screen and (max-width: 780px) {

	.invest-card--complex {
		width: 100%;
	}

}

.invest-card__header {
	background-color: #15608b;
	padding: 1.5em;
	text-align: center;
}

.invest-card__title {
	color: #fff;
	font-size: 26px;
	width: 100%;
}

.invest-card__subtitle {
	color: #a5def3;
	font-size: 18px;
	font-weight: 700;
	min-height: 1.5em;
	width: 100%;
}

.invest-card__content {
	font-size: 18px;
	padding: 1.5em;
}

.invest-card__content a {
	color: #fb8f00;
	text-decoration: underline;
}

.invest-card__content p {
	margin: 0 auto 1.5em;
}

.invest-card__content strong {
	font-weight: 700;
}

.invest-card__content ul {
	list-style: none;
}

.invest-card__content li {
	margin: 0 0 1.5em;
	padding-left: 26px;
	position: relative;
}

.invest-card__content li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 18px;
	margin-right: 12px;
	box-sizing: border-box;
	border-bottom: 4px solid #fb8f00;
	border-right: 4px solid #fb8f00;
	transform: rotate(45deg);
}

.invest-card__button {
	font-size: 18px;
	margin: auto auto 0;
	padding: 1.5em;
	text-align: center;
}

/*--------------------------------------------------------------
MQ
--------------------------------------------------------------*/

@media screen and (max-width: 1365px) {

    .cont {
        max-width: 924px;
    }

    .content {
        margin-top: 103px;
    }

    #primary-menu {
        font-size: 0.75em;
    }

    .logo-box {
        flex: 0 0 180px;
    }    

    .col-3-lg-m {
        width: calc(33.333% - 20px);
        margin-right: 20px;
    } 

    .col-2-lg-m {
        width: calc(50% - 20px);
        margin-right: 20px;
    }

    .col-3-wrap-lg-m,
    .col-2-wrap-lg-m {
        width: calc(100% + 20px);
    } 

    .key-item .key-number {
        font-size: 5.0em;
    }  

    h1 {
        font-size: 5.2em;
    }

    .pageheader .cont {
        padding-top: 50px;
        padding-bottom: 50px;
    }  

    .col-1-lg-m {
        width: 100%;
        margin-right: 0;
    }

}

@media screen and (max-width: 1240px) {

    .cont_bf {
        max-width: 100%;
        padding: 0 40px;
    }

    .main_bf_logo {
        left: 40px;
    }

    .header_bf_info_inner {
        padding: 60px 40px 60px 60px;
        width: 100%;
    }

    .button_bf.button_picture_wrap .button_picture:before {
        display: none;
    }

    .button_picture {
        display: none;
    }

    .button_bf.button_picture_wrap.button_2_cols,
    .button_bf.button_picture_wrap.button_3_cols,
    .button_bf.button_picture_wrap{
        padding-top: 0;
    }

    .simbol {
        display: none;
    }

    .apply_cols_item {
        padding-left: 50px;
    }

    .apply_col_title_wrap {
        min-width: calc(100% + 50px + 35px);
        transform: translateX(-85px);
        -webkit-transform: translateX(-85px);
    }

    .footer_bf_logo {
        margin-right: 75px;
        flex: 1 0 180px;
    }

}

@media screen and (max-width: 1024px) {

    .main-nav-wrap.mobile {
        display: block;
    }

    #primary-menu {
        background-color: rgba(24,32,47,1) !important;
    }

    #primary-menu .nav-block,
    .header-links {
        display: none;
    }

    .main-navs {
        position: fixed;
        z-index: 1000;
        right: 0;
        top: 92px;
        width: 200px;
        height: calc(100vh - 92px);
        background-color: rgba(24,32,47,1);
        align-content: flex-start;
        overflow: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        display: block;
        transform: translateX(300px);
        transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
    }

    .main-navs.open {
    	transform: translateX(0);
    }

    .secondary-nav ul,
    #menu-mobile-menu {
        flex-direction: column;
    }

    .secondary-nav ul li {
        margin-bottom: 20px;
    }

    .secondary-nav ul li a,
    .main-nav li {
        margin-left: 0;
    }

    #menu-mobile-menu {
        margin-bottom: 20px;
    }

    .main-nav > li.menu-item-has-children > .sub-menu {
        position: relative;
        visibility: visible;
        opacity: 1;
        padding-left: 20px;
        border-bottom: 0;
        background-color: #707070;
    }

    .main-nav li a {
        padding: 20px 30px;
    }

    .main-nav > li.menu-item-has-children > .sub-menu >li > a {
        padding: 13px 40px;
    }

    .content {
        margin-top: 92px;
    }   

    .main-navs > *,
    .center-img-buttons-wrap .button {
        width: auto;
    }

    .center-img-buttons-wrap .button a {
        min-width: inherit;
        display: inline-block;
        width: auto;
        padding: 20px 40px;
    }

    .main-nav > li.menu-item-has-children:hover > a {
        border-color: transparent;
    }

    .main-nav li.current-menu-item a,
    .main-nav li.current-page-ancestor a,
    .main-nav li.current_page_ancestor a {
        border-color: #A7DFF3 !important;
    }

    .main-menu-button {
        display: block;
    }

    .cont,
    .content.homepage .pageheader .cont,
    .pageheader.single .cont {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }  

    .center-img-buttons-wrap {
        flex-direction: column;
    }

    .center-img-buttons-wrap > * {
        margin-bottom: 40px;
    }    

    .center-img-buttons-wrap > *:last-child {
        margin-bottom: 0;
    }      

    .center-img-buttons-wrap .center-col {
        width: 70%;
        margin-right: 0;
    }

    .col-4-sm-m {
        width: calc(50% - 20px);
    }

    .content.homepage .pageheader .cont {
        padding-top: 50px;
        padding-bottom: 50px;
    } 

    .video-box .video {
        min-height: 45vw;
    }    

    .link-descr-wrap {
        font-size: 0.8em;
    }

    .invest-slide:nth-of-type(2n) {
        border-right: none;
    }    

    .col-4-lg-m {
        width: calc(50% - 60px);
    }  

    .partners-item .partners-title {
        margin-bottom: 5px;
    }

    .invest-block.complex .img-box {
        margin-left: 0;
        margin-right: 0;
    }

    .h1_bf {
        font: 4.6em/1.2em 'QuatroSans-Bold';
    }

    .head_subtitle_bf {
        font: 2.8em/1.2em "QuatroSans";
    }

    .button_bf a,
    .apply_form_box .nf-field-element input[type="button"] {
        padding: 16px 25px;
        min-width: 200px;
    }

    .col-3-wrap-md {
        width: calc(100% + 80px);
        margin-bottom: -40px;
    }

    .col-3-md {
        width: calc(50.00% - 80px);
        margin-right: 80px;
        margin-bottom: 40px;
    }

    .apply_col_inner.margin_b.xlg > * {
        margin-bottom: 40px;
    }

    .apply_col_inner.margin_b > *:last-child {
        margin-bottom: 0;
    }

    body.home #hero-content {
        top: 35vh;
    }

    body.home #hero-content .buttons-box .button {
        float: none;
        margin-left: 0;
        margin-bottom: 40px;
        text-align: right;
    }

}

@media screen and (max-width: 920px) {

    body {
        font-size: 55%;
    }
    
    .col-3-lg-m {
        width: calc(50% - 20px);
    }

    .col-3-wrap-mdl {
        width: 100%;
    }

    .col-3-mdl {
        width: 100%;
        margin-right: 0px;
    }

    .footer_bf_info_box .col-3-lg-m {
        width: calc(33.33% - 20px);
    }

    .footer_bf_logo {
        margin-right: 80px;
    }

    .cont_bf_sm {
        max-width: 100%;
        padding: 0 40px;
    }

    .apply_cols_item {
        padding-left: 0px;
    }

    .apply_title_wrap {
        padding: 12px 17px;
    }

    .apply_col_title_wrap {
        min-width: 100%;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .form_bg_img {
        display: none;
    }

    .case_std_title {
        padding-right: 0;
    }

    .case_std_photo_col {
        flex: 1 0 100%;
    }

    .case_std_inner {
        flex-flow: row wrap;
    }

    .case_std_inner.margin_r.mrxlg > * {
        margin-right: 0;
    }

    .case_std_photo {
        width: 345px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 820px) {

    .col-2-wrap-md {
        width: 100%;
    }

    .col-2-md {
        width: 100%;
        margin-right: 0px;
    }

    .inner-cont-m,
    .inner-cont-sm {
        width: 85%;
    }

    .video-block-box,
    .video-block-box > *,
    .invest-block.simple {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .video-block-box .video-block-wrap {
        margin-bottom: 40px;
    }

    .grey-block .cont {
        flex-wrap: wrap;        
    }

    .grey-block .cont > * {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .grey-block .cont .gr-block-image-wrap {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .grey-block .cont > *:last-child {
        margin-bottom: 0;
    } 

    .col-5-lg-m {
        width: calc(33.33% - 60px);
    }    

    .clients-wrap .logo-link {
        width: 33.33%;
        padding: 0 30px;
    }

    .invest-block.simple {
        margin-bottom: 30px !important;
    }

    .invest-simple-blocks-wrap {
        margin-bottom: -30px !important;
        width: 100%;
    }

    .key-item {
        width: 50%;
    }

    .key-item:nth-of-type(3n) {
        border-right: 1px solid #707070;
    }

    .key-item:nth-of-type(2n) {
        border-right: none;
    }    

    .prt-case .prt-case-img {
        min-height: 35vw;
    }

    .portfolio-cat-wrap.col-2-wrap-sm-m {
        width: calc(100% + 20px) !important;
    }

    .prt-case.col-2-sm-m {
        width: calc(50% - 20px);
        margin-right: 20px;
    }

    .prt-descr {
        margin-right: 20px;
    }

    .videos_item iframe[src*='www.youtube.com'] {
        min-height: 35vw;
    }

    .header_bf {
        flex-flow: row wrap;
    }

    .header_bf_image {
        min-height: 60vw;
        margin-top: 100px;
    }

    .main_bf_logo {
        max-width: 200px;
        top: 20px;
    }

    .main_bf_logo:before {
        position: absolute;
        content: '';
        left: -40px;
        top: -20px;
        width: 300vw;
        height: 100px;
        background-color: #fff;
    }

    .header_bf_info_inner {
        padding: 60px 40px 60px 40px;
        width: 100%;
    }

    .main_bf_logo a {
        position: relative;
        z-index: 10;
    }

    .footer_bf .cont_bf {
        flex-flow: row wrap;
    }

    .footer_bf_logo {
        flex: 1 0 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .footer_bf_logo a {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_bf_info_box {
        text-align: center;
    }

}

@media screen and (max-width: 767px) {

    .prt-case .prt-case-img {
        min-height: 40vw;
    }

    .portfolio-cat-wrap.col-2-wrap-sm-m {
        width: 100% !important;
    }

    .prt-case.col-2-sm-m,
    .videos_item.col-3-sm-m,
    .blog_item.col-3-sm-m {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }   

    .prt-descr {
        margin-right: 0;
    }   

    .grid-slide-hidden {
        padding: 75px 40px 75px 40px;
    }  

    .center-img-buttons-wrap .side-col,
    .center-img-buttons-wrap .center-col {
        width: 100%;
        margin-right: 0 !important;
    }

    .gr-block-image-wrap {
        min-width: inherit;
    }

    .videos_item video,
    main.single video {
        min-height: 25vw;
    } 
    
    .videos_box.col-3-wrap-sm-m,
    .blog_box.col-3-wrap-sm-m {
        width: 100%;
    }

}

@media screen and (max-width: 620px) {

    .col-3-wrap-md {
        width: 100%;
    }

    .col-3-md {
        width: 100%;
        margin-right: 0px;
    }

    .clients-wrap .logo-link {
        padding: 0 10px;
    }

    .inner-cont-m,
    .inner-cont-sm {
        width: 100%;
    }

    .invest-section {
        margin-left: 0;
        margin-right: 0;
    }

    iframe[src*='www.youtube.com'] {
        min-height: 40vw;
    }

    .footer_bf_info_box .col-3-lg-m {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer_bf_info_box .col-3-lg-m:last-of-type {
        margin-bottom: 0;
    }

    .main_bf_logo {
        left: 30px;
    }

    .header_bf_info_inner {
        padding: 50px 30px 50px 30px;
        width: 100%;
    }

    .cont_bf,
    .cont_bf_sm {
        padding: 0 30px;
    }

    .cont_bf_xsm {
        width: 100%;
        padding: 0 30px;
    }

    .video_wrap {
        margin-left: -30px;
        margin-right: -30px;
    }

    .video_wrap:before {
        display: none;
    }

    .play_button {
        max-width: 60px;
    }

    .video_overlay {
        height: calc(100% + 1px);
    }

    .main_bf_logo {
        max-width: 160px;
    }

    .main_bf_logo:before {
        height: 87px;
    }

    .header_bf_image {
        margin-top: 87px;
    }

}

@media screen and (max-width: 600px) {

    .apply_form_box .nf-row .nf-cell[style*="width: 50%;"]:nth-of-type(1) {
        padding-right: 5px!important;
    }

    .apply_form_box .nf-row .nf-cell[style*="width: 50%;"]:nth-of-type(2) {
        padding-left: 5px !important;
    }

}

@media screen and (max-width: 540px) {

    .prt-case.col-2-sm-m,
    .videos_item.col-3-sm-m,
    .blog_item.col-3-sm-m {
        width: 100%;
    }   

    .prt-case .prt-case-img {
        min-height: 55vw;
    }    

    .col-4-sm-m,
    .events-item > *,
    .sponsor-item > *,
    .filters ul > * {
        width: 100%;
        margin-right: 0;
    }    

    .sponsor-item > * {
        margin-right: 0 !important;
        margin-bottom: 40px;
    }     

    .invest-slide {
        border-right: none;
    }

    .col-4-wrap-sm-m.col-4-sm-padding-r,
    .col-3-lg-m,
    .col-3-wrap-lg-m,
    .col-4-wrap-sm-m {
        width: 100%;
    }

    .col-3-lg-m {
        margin-right: 0;
    }

    .invest-slide-open {
        padding: 40px 35px;
        width: calc(100% + 70px);
        margin-left: -35px;
        margin-right: -35px;
    }

    .pageheader .buttons-box,
    .events-item,
    .sponsor-item,
    .filters ul {
        flex-direction: column;
    } 

    .pageheader .buttons-box > *,
    .events-item > *,
    .sponsor-item > *,
    .filters ul > * {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .pageheader .buttons-box > *:last-child {
        margin-bottom: 0;
    }   

    .col-5-lg-m {
        width: calc(50% - 60px);
    }    

    .two-col-table tr {
        display: flex;
        padding: 10px 0;
        flex-direction: column;
    }

    .two-col-table tr td:first-child {
        font-family: "OpenSans-Regular", OpenSans-Regular, Open Sans, Arial, sans-serif;
        font-weight: bold;
    }

    .videos_item video,
    main.single video {
        min-height: 35vw;
    }

    .filters ul {
        padding-top: 20px;
    }

    .filters li {
        text-align: center;
    }

    .filters li:after {
        display: none !important;
    }

    .videos_item iframe[src*='www.youtube.com'] {
        min-height: 45vw;
    }

    .h1_bf {
        font: 4.0em/1.2em 'QuatroSans-Bold';
    }

    .head_subtitle_bf {
        font: 2.6em/1.2em "QuatroSans";
    }

    .case_std_title{
        flex-flow: row wrap;
    }

    .case_std_title .pretitle{
        flex: 1 0 100%;
        margin-bottom: 10px;
    }

    .h2_bf {
        font: 3.8em/1.21em 'QuatroSans-Bold';
    }

    .case_std_photo{
        width: 100%;
        height: 60vw;
    }

}

@media screen and (max-width: 460px) {

    .prt-case-table-wrap {
        padding: 10px 20px 20px;
    }
    
    .cont,
    .content.homepage .pageheader .cont,
    .pageheader.single .cont {
        padding-left: 30px;
        padding-right: 30px;
    }     
    
    .grid-slide-hidden {
        padding: 75px 30px 75px 30px;
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
    }    
    
    .team-cat-box .grid-slide-hidden {
        width: calc(100% + 40px);
    }    
    
    .clients-wrap .logo-link {
        width: 50%;
        padding: 0 20px;
    } 
    
    h1,
    .pageheader.align-right h1 {
        font-size: 4.2em;
    }    
    
    h2 {
        font-size: 3.2em;
    }
    
    .key-item .key-number {
        font-size: 4.0em;
    } 
    
    .team-cat-wrap .team-item {
    	width: calc(50% - 20px);
    }

    .team-item-name-wrap h4 {
        font-size: 2em;
    }
    
    .grey-block .cont .gr-block-image-wrap {
        width: 100%;
    }

    .h1_bf {
        font: 3.8em/1.2em 'QuatroSans-Bold';
    }

    .h2_bf {
        font: 3.6em/1.21em 'QuatroSans-Bold';
    }

    .head_subtitle_bf {
        font: 2.4em/1.2em "QuatroSans";
    }

    .video_wrap {
        padding: 15px 6px;
    }

    .apply_title_icon{
        display: none;
    }

    .apply_title_wrap{
        margin-right: 0!important;
    }

    .apply_col_title_wrap{
        justify-content: center;
    }

    .apply_col_inner {
        padding: 32px 30px 30px 30px;
    }

}


/* Lightmark Edit 12.26.2016 */
.hp-posts {
	display: none !important; /* DISABLED */
	background-color: #12618C;
	color: #fff;
	font: 18px OpenSans-Regular;
	padding: 3em 0;
}

.hp-posts h2,
.hp-posts h3 {
	color: #fff;
}

.hp-posts__container {
	margin: 0 auto;
	max-width: 1170px;
	width: 92%;
}

.hp-posts__grid {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.hp-posts__image__img {
	width: 100%;
}

@media screen and (max-width: 860px) {

	.hp-posts__grid {
		display: block;
	}

}

.hp-posts__col {
	display: flex;
	flex-direction: column;
	flex: 1;
	max-width: 45%;
}

@media screen and (max-width: 860px) {

	.hp-posts__col {
		display: block;
		margin: 3em 0;
		max-width: 100%;
	}

}

.hp-posts__image {
	margin: 0 0 1.5em;
}

.hp-posts__category {
	font: 18px "OpenSans-Bold";
	font-weight: 700;
	margin: 0 0 22px;
	text-align: left;
}

.hp-posts__title {
	font: 24px "OpenSans-Regular";
	margin: 0 0 22px;
}

.hp-posts__excerpt {
	font: 18px "OpenSans-Regular";
	margin: 0 0 1.5em;
	overflow-wrap: break-word;
}

.hp-posts__links {
	border-top: 1px solid #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: auto 0 1.5em;
	padding-top: 1.5em;
}

.hp-posts__button {
	font: 18px "OpenSans-Bold";
	font-weight: 700;
	text-align: left;
	margin: 0;
}

.hp-posts__social__text {
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}

.hp-posts__social-share {
	display: inline-block;
	vertical-align: middle;
}

.hp-posts__social-share svg {
	fill: #fff;
	width: 24px;
	height: 24px;
}

.hp-posts__social-share svg:hover,
.hp-posts__social-share svg:active,
.hp-posts__social-share svg:focus {
	fill: #f8971d;
}

.blog-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-post {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 1.5em auto;
	width: 45%;
}

.blog-post .cat-links {
	font: 16px "OpenSans-Bold";
	font-weight: 700;
	margin: 22px 0;
}

.blog-post__title {
	font: 24px "OpenSans-Regular";
	margin: 0 0 22px;
}

.blog-post__excerpt {
	font: 16px "OpenSans-Regular";
	margin: 0 0 1.5em;
	overflow-wrap: break-word;
}

.blog-post__links {
	border-top: 1px solid #999;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: auto 0 1.5em;
	padding-top: 1.5em;
}

.blog-post__button {
	font: 18px "OpenSans-Regular";
	font-weight: 700;
	margin: 0;
}

.blog-post__social__text {
	font: 18px "OpenSans-Regular";
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}


.blog-post__social-share {
	display: inline-block;
	vertical-align: middle;
}

.blog-post__social-share svg {
	fill: #000;
	width: 24px;
	height: 24px;
}

.blog-post__social-share svg:hover,
.blog-post__social-share svg:active,
.blog-post__social-share svg:focus {
	fill: #f8971d;
}

.single-post .author-info {
    margin: 3em 0 0;
    padding: 2em;
    background: #eee;
}

.single-post .author-info .author-name {
	margin: 0 0 10px;
    font-size: 1.2em;
}

.single-post .author-info .author-name span {
	font-weight: 800;
}

.single-post .author-info .author-license {

}

.single-post .author-info .author-bio {
	font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #939393;
    margin: 15px 0 0;
    padding: 15px 0 0;
}

@media screen and (max-width: 780px) {
	
	.blog-post {
		width: 100%;
	}

}

/**
 * Fund Table
 */
 
.fund-table-scroll-notice {
	display: none;
}
 
.fund-table-wrapper {
	margin: 0 auto;
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.fund-table {
	font-size: 22px;
	text-align: center;
	table-layout: fixed;
}

.fund-table tr:nth-of-type(odd) {
	background-color: #f8f8f8;
}

.fund-table tr:first-of-type {
	background-color: #06628a;
	color: #fff;
	font-size: 18px;
}

.fund-table tr:last-of-type {
	background-color: #fff;
	border: none;
}

.fund-table tr:last-of-type a {
	background-color: #fc8e00;
	color: #fff;
	display: inline-block;
	font-family: "OpenSans-Regular", OpenSans-Regular, Open Sans, Arial, sans-serif;
	font-weight: normal;
	margin: 0.5em auto;
	padding: 1.25em 0.75em;
	text-decoration: none;
}

.fund-table th,
.fund-table td {
	padding: 0.75em 0.5em;
}

.fund-table tr > td:first-of-type {
	color: #fc8e00;
	font-family: "OpenSans-Regular", OpenSans-Regular, Open Sans, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}

.fund-table__small {
	font-size: 18px; 
}

@media screen and (max-width: 924px) {

	.fund-table {
		width: 924px;
	}

	.fund-table-scroll-notice {
		display: block;
	}

}

/**
* Fund Banner
*/

.fund-banner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 54px;
}

.fund-banner h2 {
	margin: 0 0 0.25em;
	line-height: 1.2;
	text-align: left;
}

.fund-banner p {
	margin: 0 auto 1.5em;
}

.fund-banner .button {
	border: 1px solid #fc8e00;
	color: #444;
	display: inline-block;
	font-family: "OpenSans-Regular", OpenSans-Regular, Open Sans, Arial, sans-serif;
	font-size: 22px;
	padding: 0.75em 1.25em;
	text-decoration: none;
}

.fund-banner__content {
	width: 47.5%;
	text-align: left;
}

.fund-banner__graphic {
	width: 47.5%;
}

@media screen and (max-width:850px) {

	.fund-banner {
		display: block;
	}

	.fund-banner__content {
		width: 100%;
	}

	.fund-banner__graphic {
		margin-top: 27px;
		width: 100%;
	}

}


/* form */
.nf-form-fields-required {
	display: none;
}

.submit-wrap {
	text-align: center;
}

.hp-section-1 h2 {
	font-size: 2.8em;
}

.form {
	background-color: #e1e1e1;
	padding: 20px;
}

.form .infusion-field-input-container {
	width: 300px;
}

.form .infusion-field {
	float: left;
	margin-right: 15px
}

.infusion-submit {
	text-align: center;
}


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
	font-family: 'OpenSans-Regular';
	font-style: normal;
	font-display: swap;
	src: url("../fonts/OpenSans.woff");
}

@font-face {
	font-family: 'OpenSans-Bold';
	font-display: swap;
	src: url("../fonts/OpenSans-Bold.woff");
}

@font-face {
	font-family: 'OpenSans-BoldItalic';
	font-display: swap;
	src: url("../fonts/OpenSans-BoldItalic.woff");
}

@font-face {
	font-family: 'OpenSans-Italic';
	font-display: swap;
	src: url("../fonts/OpenSans-Italic.woff");
}

@font-face {
	font-family: 'OpenSans-Light';
	font-display: swap;
	src: url("../fonts/OpenSans-Light.woff");
}

@font-face {
	font-family: 'OpenSans-Semibold';
	font-display: swap;
	src: url("../fonts/OpenSans-Semibold.woff");
}

@font-face {
	font-family: 'OpenSans-SemiboldItalic';
	font-display: swap;
	src: url("../fonts/OpenSans-SemiboldItalic.woff");
}

@font-face {
	font-family: 'SegoeUI';
	font-display: swap;
	src: url("../fonts/SegoeUI.woff");
}

@font-face {
	font-family: 'QuatroSans-Bold';
	font-display: swap;
	src: url("../fonts/QuatroSans-Bold.woff");
}

@font-face {
	font-family: 'QuatroSans';
	font-display: swap;
	src: url("../fonts/QuatroSans.woff");
}

@font-face {
	font-family: 'QuatroSans-BoldItalic';
	font-display: swap;
	src: url("../fonts/QuatroSans-BoldItalic.woff");
}

@font-face {
	font-family: 'QuatroSans-RegularItalic';
	font-display: swap;
	src: url("../fonts/QuatroSans-RegularItalic.woff");
}

@font-face {
	font-family: 'QuatroSans-SemiBold';
	font-display: swap;
	src: url("../fonts/QuatroSans-SemiBold.woff");
}

@font-face {
	font-family: 'QuatroSans-SemiBoldItalic';
	font-display: swap;
	src: url("../fonts/QuatroSans-SemiBoldItalic.woff");
}

@font-face {
	font-family: 'QuatroSans-Book';
	font-display: swap;
	src: url("../fonts/Quatro-Book.woff");
}

@font-face {
	font-family: 'Quatro-Light';
	font-display: swap;
	src: url("../fonts/Quatro-Light.woff");
}

@font-face {
	font-family: 'Quatro-Medium';
	font-display: swap;
	src: url("../fonts/Quatro-Medium.woff");
}