/*
@import "mixins/responsive";
@import "mixins/icon";
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ------------------------------------------------------------ *	Variables
\* ------------------------------------------------------------ */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.container-fullsize {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ------------------------------------------------------------ *	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  font-family: "Neuzeit Gro", sans-serif;
  font-size: 18px;
  line-height: 1.38;
  color: #223e52;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: geometricPrecision; }

body.template_k2-funds .main__inner .container {
  padding-bottom: 80px; }

.container {
  max-width: 1170px; }
  @media (max-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 768px) {
    .container {
      max-width: 750px; } }

h1 {
  font-size: 50px;
  font-weight: 300;
  /* Mobile */ }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 1.1; } }

h2 {
  font-family: "PMN Caecilia", serif;
  font-size: 24px;
  /* Mobile */ }
  @media (max-width: 767px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em; }

h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em; }

h5 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em; }

a {
  color: inherit; }

.article__entry table:not(.table1) td {
  vertical-align: top;
  padding-bottom: 12px; }
  @media (max-width: 767px) {
    .article__entry table:not(.table1) td {
      display: block; } }

/* ------------------------------------------------------------ *	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Neuzeit Gro';
  src: url("../fonts/NeuzeitGro-Lig.eot");
  src: url("../fonts/NeuzeitGro-Lig.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Lig.woff") format("woff"), url("../fonts/NeuzeitGro-Lig.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Neuzeit Gro';
  src: url("../fonts/NeuzeitGro-Bol.eot");
  src: url("../fonts/NeuzeitGro-Bol.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Bol.woff") format("woff"), url("../fonts/NeuzeitGro-Bol.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Neuzeit Gro';
  src: url("../fonts/NeuzeitGro-Reg.eot");
  src: url("../fonts/NeuzeitGro-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Reg.woff") format("woff"), url("../fonts/NeuzeitGro-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PMN Caecilia';
  src: url("../fonts/Caecilia-Bold.eot");
  src: url("../fonts/Caecilia-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Caecilia-Bold.woff") format("woff"), url("../fonts/Caecilia-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proximanova-regularit-webfont.eot");
  src: url("../fonts/proximanova-regularit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regularit-webfont.woff") format("woff"), url("../fonts/proximanova-regularit-webfont.ttf") format("truetype"), url("../fonts/proximanova-regularit-webfont.svg#proxima_nova_rgregular_it") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* ------------------------------------------------------------ *	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  overflow: hidden; }

/* ------------------------------------------------------------ *	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 148px;
  height: 72px;
  vertical-align: middle;
  background-image: url(../images/icons/logo.svg);
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  /* Mobile */ }
  @media (max-width: 767px) {
    .logo {
      width: 57px;
      height: 27px; } }

/* ------------------------------------------------------------ *	Nav
\* ------------------------------------------------------------ */
.nav {
  padding-right: 57px;
  clear: right;
  font-size: 17px;
  letter-spacing: 0.04em;
  float: right;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }
  @media (max-width: 1199px) {
    .nav {
      padding-right: 0; } }
  @media (max-width: 991px) {
    .nav {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .nav {
      position: absolute;
      width: 100%;
      max-width: 300px;
      top: 100%;
      right: 0;
      padding: 8px 53px 0 30px;
      -webkit-transform: scale(0);
      transform: scale(0);
      -ms-transform: scale(0);
      font-size: 15px;
      background: #f2f4f5;
      -webkit-transform-origin: 100% 0 0;
      -ms-transform-origin: 100% 0 0;
          transform-origin: 100% 0 0;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      width: 300px; }
      .nav.nav-visible {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); } }
  .nav ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* Mobile */ }
    .nav ul li {
      display: inline-block;
      float: left; }
      @media (max-width: 767px) {
        .nav ul li {
          width: 100%; } }
    @media (max-width: 767px) {
      .nav ul {
        display: block; } }
  .nav li {
    /* Mobile */ }
    @media (max-width: 767px) {
      .nav li:last-child a {
        border-bottom: 0; } }
    .nav li + li {
      margin-left: 32px;
      /* Tablet Portrait */
      /* Mobile */ }
      @media (max-width: 991px) {
        .nav li + li {
          margin-left: 19px; } }
      @media (max-width: 767px) {
        .nav li + li {
          margin-left: 0; } }
  .nav a {
    position: relative;
    display: block;
    padding-bottom: 16px;
    font-weight: normal;
    /* Mobile */ }
    @media (max-width: 767px) {
      .nav a {
        padding: 13px 17px 13px 0;
        border-bottom: 1px solid #dee2e4; }
        .nav a:after {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          top: 50%;
          right: 4px;
          margin-top: -4px;
          border-top: 1px solid #128abf;
          border-right: 1px solid #128abf;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }
    .nav a:before {
      /*
			content: ''; 
			position: absolute; 
			width: 100%; 
			height: 6px; 
			bottom: 0; 
			left: 0; 
			opacity: 0; 
			visibility: hidden; 
			background: #4ac7e9; 
			transition: opacity .3s, visibility .3s; 
*/
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 4px;
      background: #4ac7e9;
      content: '';
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      -ms-transform: translateY(10px);
      /* Mobile */ }
      @media (max-width: 767px) {
        .nav a:before {
          display: none; } }
    .nav a:hover {
      text-decoration: none; }
      .nav a:hover:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        visibility: visible;
        -ms-transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px); }
  .nav__active a:not(.dropdown-content a) {
    font-weight: 700;
    /* Mobile */ }
    @media (max-width: 767px) {
      .nav__active a {
        border-color: #0082bb;
        font-weight: 400;
        color: #0082bb; } }
    .nav__active a:before {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      visibility: visible;
      -ms-transform: translateY(-4px);
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px); }

.nav:hover .nav__active a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* ------------------------------------------------------------ *	Nav Utilities
\* ------------------------------------------------------------ */
.nav-utilities {
  position: relative;
  margin-bottom: 23px;
  float: right;
  overflow: hidden;
  /* Mobile */ }
  @media (max-width: 767px) {
    .nav-utilities {
      float: left;
      margin: 0; } }
  .nav-utilities > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left; }
  .nav-utilities > ul > li > a {
    height: 45px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .nav-utilities > ul > li > a {
        height: auto; } }
  .nav-utilities .link-login {
    display: block;
    /*padding: 12px 67px 13px; */
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    text-transform: uppercase;
    background: #4d5e71;
    -webkit-transition: background .3s;
    transition: background .3s;
    /* Mobile */ }
    .nav-utilities .link-login span {
      display: block;
      width: 100%;
      height: 100%;
      padding: 12px 67px 13px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-utilities .link-login:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #26374b;
      content: attr(data-hover);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      padding: 12px 67px 13px; }
      @media (max-width: 767px) {
        .nav-utilities .link-login:before {
          padding: 10px 17px 8px; } }
    @media (max-width: 767px) {
      .nav-utilities .link-login {
        padding: 10px 17px 8px;
        font-size: 13px;
        font-weight: 400; }
        .nav-utilities .link-login span {
          padding: 0px; } }
    .nav-utilities .link-login:hover {
      text-decoration: none;
      /* background: #26374b; */ }
      .nav-utilities .link-login:hover span {
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
      .nav-utilities .link-login:hover:before {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
  .nav-utilities .js-toggle:not(.link-login) {
    display: block;
    padding: 11px 14px 11px;
    background: #4ac7e9;
    -webkit-transition: background .3s;
    transition: background .3s;
    width: 47px;
    position: relative;
    z-index: 1;
    /* Mobile */ }
    .nav-utilities .js-toggle:not(.link-login):hover {
      background: #38a7c5; }
    @media (max-width: 767px) {
      .nav-utilities .js-toggle:not(.link-login) {
        display: none; } }
  .nav-utilities .login {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2; }

/* ------------------------------------------------------------ *	Search
\* ------------------------------------------------------------ */
.login {
  padding: 3px 25px 30px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  position: absolute;
  right: 0;
  top: 45px;
  width: 226px;
  z-index: 1; }
  @media (max-width: 767px) {
    .login {
      width: 300px;
      top: 35px; } }
  .login.login-visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible; }

.search {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  position: absolute;
  right: 0;
  top: 45px;
  width: 227px;
  z-index: 1; }
  .search.search-visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible; }
  .search input {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    padding: 12px; }

/* ------------------------------------------------------------ *	List Search Results
\* ------------------------------------------------------------ */
.list-search-results {
  padding: 0;
  margin: 0 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  list-style-type: none; }
  .list-search-results li + li {
    border-top: 1px solid #cdd3d8; }
  .list-search-results a {
    position: relative;
    display: block;
    padding: 13px 20px 14px 0;
    color: #223e52;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .list-search-results a:hover {
      color: #2192c4;
      text-decoration: none; }
    .list-search-results a:after {
      content: '';
      position: absolute;
      width: 9px;
      height: 9px;
      top: 50%;
      right: 4px;
      margin-top: -5px;
      border-top: 1px solid #2192c4;
      border-right: 1px solid #2192c4;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: border-color .3s;
      transition: border-color .3s; }

/* ------------------------------------------------------------ *	Intro
\* ------------------------------------------------------------ */
.home-slider {
  display: none;
  width: 100vw;
  height: 410px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .home-slider .slide {
    min-height: 210px; }
    @media (max-width: 767px) {
      .home-slider .slide {
        padding: 0px 25px; }
        .home-slider .slide h1 {
          font-size: 25px; } }
    .home-slider .slide .btn {
/*       position: absolute; */
      bottom: 0px; }

video::-webkit-media-controls {
  display: none;
  -webkit-appearance: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

body.template_home .intro {
  overflow: hidden;
  height: 410px;
  position: relative;
  padding-top: 0px; }
  @media (max-width: 767px) {
    body.template_home .intro {
      height: 365px; } }
  body.template_home .intro .slider-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    body.template_home .intro .slider-nav .slide-left, body.template_home .intro .slider-nav .slide-right {
      position: absolute;
      display: block;
      width: 20px;
      height: 40px;
      cursor: pointer;
      background-size: contain; }
    body.template_home .intro .slider-nav .slide-left {
      left: 20px;
      background: url("/resources/images/left-arrow.png"); }
    body.template_home .intro .slider-nav .slide-right {
      right: 20px;
      background: url("/resources/images/right-arrow.png"); }
  body.template_home .intro video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /*
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
*/
    background: url(../images/video-placeholder.jpg) no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: 50% 0%; }

html.safari10 body.template_home .intro video {
  max-height: 410px;
  width: auto; }

html.ie body.template_home .intro video {
  width: 100vw; }

body.template_k2-funds .intro--none {
  height: 0px;
  min-height: 0px; }

.slick-list {
  top: 100px; }

.intro {
  min-height: 410px;
  padding: 100px 0 95px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  margin-top: 104px;
  /* Mobile */ }
  @media (max-width: 767px) {
    .intro {
      min-height: 0;
      padding: 72px 0 48px;
      margin-top: 35px; } }
  .intro h1 {
    margin: 0 0 65px;
    letter-spacing: 0.01em;
    /* Mobile */ }
    @media (max-width: 767px) {
      .intro h1 {
        margin-bottom: 49px; } }
  .intro__title {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 400;
    letter-spacing: 0.01em;
    /* 		margin: 0; */
    /* Mobile */ }
    @media (max-width: 767px) {
      .intro__title {
        font-size: 18px;
        line-height: 1.35;
        margin-top: 0px; } }
    .intro__title + .intro__title {
      margin-top: 34px;
      /* Mobile */ }
      @media (max-width: 767px) {
        .intro__title + .intro__title {
          margin-top: 24px; } }
  .intro__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 334px;
    -webkit-flex: 0 0 334px;
            flex: 0 0 334px;
    margin-right: 60px;
    font-size: 20px;
    line-height: 1.4;
    color: #223e52; }
  .intro__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-top: 5px; }
    .intro__content.cloned {
      display: none; }
    @media (max-width: 767px) {
      .intro__content.cloned {
        display: block; } }
  .intro--primary {
    /* Mobile */ }
    @media (max-width: 767px) {
      .intro--primary {
        padding: 37px 0 75px; } }
  .intro--none {
    min-height: 60px;
    padding: 0px; }
  .intro--secondary {
    min-height: 0;
    padding: 50px 0 38px;
    background: white;
    background: -webkit-linear-gradient(315deg, white 0%, #3ab7df 64%, #002753 100%);
    background: linear-gradient(135deg, white 0%, #3ab7df 64%, #002753 100%); }
    .intro--secondary .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      display: -ms-flexbox; }
    .intro--secondary .intro__aside {
      padding-top: 2px; }
      .intro--secondary .intro__aside p {
        margin-bottom: 28px; }
    @media (max-width: 991px) {
      .intro--secondary .container {
        display: block; } }
    @media (max-width: 767px) {
      .intro--secondary {
        padding: 37px 0 41px;
        background: #f7fcfe;
        background: -webkit-linear-gradient(315deg, #f7fcfe 0%, #40bce2 100%);
        background: linear-gradient(135deg, #f7fcfe 0%, #40bce2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fcfe', endColorstr='#40bce2',GradientType=0 ); }
        .intro--secondary .intro__content {
          display: none; }
        .intro--secondary .intro__aside {
          font-size: 18px;
          margin-right: 0; }
          .intro--secondary .intro__aside p {
            margin-bottom: 24px;
            line-height: 1.35;
            letter-spacing: 0.007em; } }
  .intro--tertiary {
    min-height: 410px;
    padding: 88px 0 38px;
    color: #00234f;
    background: white;
    background: -webkit-linear-gradient(315deg, white 0%, #3ab7df 64%, #002753 100%);
    background: linear-gradient(135deg, white 0%, #3ab7df 64%, #002753 100%); }
    .intro--tertiary h1 {
      margin-bottom: 43px; }
    .intro--tertiary h4 {
      font-size: 20px;
      letter-spacing: 0em; }
    @media (max-width: 991px) {
      .intro--tertiary h1 br {
        display: none; } }
    @media (max-width: 767px) {
      .intro--tertiary {
        min-height: 327px;
        padding: 38px 0;
        background: white;
        background: -webkit-linear-gradient(315deg, white 0%, #9adff3 64%, #59cbeb 100%);
        background: linear-gradient(135deg, white 0%, #9adff3 64%, #59cbeb 100%); }
        .intro--tertiary h1 {
          letter-spacing: .01em;
          line-height: 1.15;
          margin-bottom: 54px; }
        .intro--tertiary h4 {
          font-size: 15px;
          line-height: 1.3;
          margin-bottom: 0; }
        .intro--tertiary .list-actions {
          display: none; } }
  .intro--news {
    padding: 88px 0 90px;
    min-height: 0; }
    @media (max-width: 767px) {
      .intro--news {
        padding: 72px 0 48px; } }

/* ------------------------------------------------------------ *	Buttons
\* ------------------------------------------------------------ */
.btn {
  height: 35px;
  padding: 0 23px;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 33px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Mobile */ }
  @media (max-width: 767px) {
    .btn {
      height: 23px;
      padding: 0 15px;
      line-height: 21px; } }

/*  Modifier: Btn Transparent */
.btn--transparent {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
  /* Mobile */ }
  .btn--transparent:hover {
    color: #223e52;
    background: #fff; }
  @media (max-width: 767px) {
    .btn--transparent {
      font-size: 9px; } }

/*  Modifier: Btn Blue */
.btn-blue {
  height: 48px;
  padding: 0 38px;
  border: 0;
  font-size: 15px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
  background: #0082bb;
  -webkit-transition: background .3s;
  transition: background .3s;
  position: relative;
  overflow: hidden; }
  .btn-blue span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .btn-blue:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #006693;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%); }
  .btn-blue:hover {
    color: #fff;
    background: #006693; }
    .btn-blue:hover:before {
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .btn-blue:hover span {
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }

/* ------------------------------------------------------------ *	Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #ecf1f3;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }
  @media (max-width: 1199px) {
    .nav-secondary {
      font-size: 13px; } }
  @media (max-width: 991px) {
    .nav-secondary {
      font-size: 10px; } }
  @media (max-width: 767px) {
    .nav-secondary {
      font-size: 15px; }
      .nav-secondary--lightgreen {
        color: #00234f; } }
  @media (max-width: 374px) {
    .nav-secondary {
      font-size: 14px; } }
  .nav-secondary ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* Mobile */ }
    @media (max-width: 767px) {
      .nav-secondary ul {
        display: block; } }
  .nav-secondary li {
    display: inline-block;
    width: 33.3333%;
    float: left;
    /* Mobile */ }
    div.template_our-people .nav-secondary li {
      width: 100%; }
    @media (max-width: 767px) {
      .nav-secondary li {
        border-top: 3px solid #fff;
        width: 100%; } }
  .nav-secondary a {
    display: block;
    padding: 15px 12px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    overflow: hidden;
    /* Mobile */ }
    .nav-secondary a span {
      display: block;
      /*padding: 15px 20px;*/
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-secondary a:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      padding: 15px 20px;
      width: 100%;
      height: 100%;
      background: #fff;
      color: transparent;
      content: attr(data-hover);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%); }
    .nav-secondary a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      opacity: .7;
      /*color: $white; */
      text-decoration: none; }
      .nav-secondary a:hover:before {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
      .nav-secondary a:hover span {
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
    .nav-secondary a:not([class]) {
      background: #4d5e71; }
    @media (max-width: 767px) {
      .nav-secondary a {
        padding: 14px 12px; } }
  .nav-secondary--blue {
    background: #4ac7e9; }
  .nav-secondary--lightgreen {
    background: #a5bec3; }
  .nav-secondary--grey {
    background: #a0a9b4; }
  .nav-secondary--darkblue {
    background: #4d5e71; }
  .nav-secondary .container {
    /* Mobile */ }
    @media (max-width: 767px) {
      .nav-secondary .container {
        padding: 0; } }

.nav-secondary .container a.nav-secondary--blue:hover {
  color: #fff !important; }

.nav-secondary .container a.nav-secondary--blue:before {
  color: #4ac7e9 !important; }

.nav-secondary .container a.nav-secondary--lightgreen:hover {
  color: #fff !important; }

.nav-secondary .container a.nav-secondary--lightgreen:before {
  color: #a5bec3 !important; }

.nav-secondary .container a.nav-secondary--grey:hover {
  color: #fff !important; }

.nav-secondary .container a.nav-secondary--grey:before {
  color: #a0a9b4 !important; }

.nav-secondary .container a.nav-secondary--darkblue:hover {
  color: #fff !important; }

.nav-secondary .container a.nav-secondary--darkblue:before {
  color: #4d5e71 !important; }

/* ------------------------------------------------------------ *	Section
\* ------------------------------------------------------------ */
.table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  padding-top: 35px; }

.section {
  padding: 35px 0 36px;
  /* Mobile */ }
  @media (max-width: 767px) {
    .section {
      padding: 22px 0 36px; } }
  .section__entry {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    /* Mobile */ }
    @media (max-width: 767px) {
      .section__entry {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.33; } }
    .section__entry:only-child {
      padding-bottom: 16px;
      margin-bottom: 0;
      /* Mobile */ }
      @media (max-width: 767px) {
        .section__entry:only-child {
          padding: 8px 0 2px;
          font-size: 18px;
          line-height: 1.25; } }
    .section__entry p {
      margin: 0; }
  .section__actions {
    padding-top: 17px;
    text-align: center;
    clear: both; }
  .section .link-down {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-top: 1px solid #254155;
    border-right: 1px solid #254155;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=51)";
    opacity: .51;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .section .link-down:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }

/* ------------------------------------------------------------ *	Funds
\* ------------------------------------------------------------ */
.funds {
  display: block;
  padding: 0;
  margin: 0 -38px -54px;
  list-style-type: none;
  overflow: hidden;
  /* Small Desktop */
  /* Mobile */ }
  @media (max-width: 1199px) {
    .funds {
      margin: 0 -14px -28px; } }
  @media (max-width: 767px) {
    .funds {
      display: block;
      margin: 0; }
      .funds.visible {
        margin: 0 0 -57px; }
        .funds.visible .fund {
          display: none; }
          .funds.visible .fund.visible {
            display: block; } }
  .funds .fund {
    width: 33.3%;
    padding: 0 38px;
    margin-bottom: 56px;
    float: left;
    height: 135px;
    /* Small Desktop */
    /* Mobile */ }
    body.template_k2-funds .funds .fund {
      height: auto; }
    @media (max-width: 1199px) {
      .funds .fund {
        width: 50%;
        padding: 0 14px;
        margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .funds .fund {
        width: 100%;
        padding: 0;
        margin-bottom: 3px; }
        .funds .fund + .fund {
          margin-top: 18px;
          margin-bottom: 20px; } }

@media (max-width: 767px) {
  body.template_k2-funds .funds .fund {
    margin-bottom: 0px; } }

.fund h3 {
  margin: 0; }

.fund h4 {
  margin: 0; }

.fund p {
  font-size: 15px;
  line-height: 1.47;
  margin: 0; }
  .fund p a:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    top: -1px;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 1px solid #223e52;
    border-right: 1px solid #223e52;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.fund__head {
  border-bottom: 1px solid #98a6af; }
  .fund__head h3 {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .fund__head a {
    position: relative;
    display: block;
    padding: 15px 67px 15px 12px;
    color: #0082bb;
    background: #dfe5e8;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    overflow: hidden; }
    .fund__head a:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      padding: 13px 67px 15px 12px;
      width: 100%;
      height: 100%;
      background: #4d5e71;
      color: #fff;
      content: attr(data-hover);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.01em; }
    .fund__head a.tab-visible, .fund__head a:hover {
      /*color: $white; */
      text-decoration: none;
      /*background: #4d5e71; */ }
      .fund__head a.tab-visible:before, .fund__head a:hover:before {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
    .fund__head a:focus {
      text-decoration: none; }
  .fund__head span {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0 8px 0 8px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #4ac7e9;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    z-index: 2; }
    .fund__head span:before {
      content: '';
      background: #4ac7e9;
      height: 60px;
      width: 70px;
      position: absolute;
      top: -20px;
      left: 0px;
      z-index: -10; }
    .fund__head span:after {
      content: '';
      position: relative;
      display: inline-block;
      width: 7px;
      height: 7px;
      margin-left: 9px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      vertical-align: middle;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: border-color .3s;
      transition: border-color .3s; }

.fund__body {
  padding: 12px 12px 11px;
  border-bottom: 1px solid #98a6af; }
  .fund__body h3 {
    color: #223e52;
    margin-bottom: 4px; }

.fund__inner {
  background: #f5f6f7; }

.fund__head a:not(.tab-visible):hover h3 {
  color: #0082bb !important;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@media (max-width: 1199px) {
  body.template_how-to-invest .funds {
    float: none; } }

body.template_how-to-invest .funds .fund {
  float: none;
  width: 100%;
  min-height: 46px;
  height: auto; }

body.template_how-to-invest .article--secondary .fund__head span {
  height: 100%;
  line-height: 46px; }

@media (max-width: 767px) {
  body.template_how-to-invest .article--secondary .funds .fund + .fund {
    margin-top: 18px; } }

/* ------------------------------------------------------------ *	List Inline
\* ------------------------------------------------------------ */
.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 15px; }

/* ------------------------------------------------------------ *	List Actions
\* ------------------------------------------------------------ */
.list-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-top: 42px;
  margin-bottom: 42px; }
  .list-actions a {
    display: block;
    font-size: 15px;
    color: #0082bb;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    min-width: 58px;
    padding: 6px 3px; }
  .list-actions li {
    border: 1px solid  #0082bb; }
  .list-actions li ~ li {
    margin-left: -1px; }

/* ------------------------------------------------------------ *	List Updates
\* ------------------------------------------------------------ */
.list-updates {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px; }
  .list-updates li {
    border-bottom: 2px solid #8897a2;
    padding: 10px 0 16px; }
  .list-updates li ~ li {
    margin-top: 5px; }
  .list-updates h4 {
    font-size: 16px;
    letter-spacing: 0.01em;
    margin: 0 0 5px 0; }
  .list-updates p {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .list-updates li {
      padding: 8px 0 17px; }
      .list-updates li p {
        line-height: 1.5; }
      .list-updates li ~ li {
        margin-top: 0; } }

/* ------------------------------------------------------------ *	List Videos
\* ------------------------------------------------------------ */
.list-videos {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px; }
  .list-videos h5 {
    margin: 0;
    font-size: 16px;
    line-height: 1.22;
    letter-spacing: 0; }
  .list-videos li {
    position: relative;
    min-height: 80px;
    background: #fff;
    padding-left: 165px;
    padding-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .list-videos li ~ li {
    margin-top: 37px; }
  .list-videos a {
    display: block;
    width: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #86d7ed;
    background: -webkit-linear-gradient(225deg, #86d7ed 0%, #0d325b 100%);
    background: linear-gradient(-135deg, #86d7ed 0%, #0d325b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86d7ed', endColorstr='#0d325b',GradientType=0 ); }
    .list-videos a:before {
      content: '';
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      border-width: 0 0 2px 2px;
      border-style: solid;
      border-color: #fff;
      margin: 0;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg);
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -10px 0 0 -17px; }
    .list-videos a:after {
      content: '';
      display: block;
      width: 53px;
      height: 53px;
      border: 2px solid  #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      margin: 0 0 0 -3px; }
  @media (max-width: 991px) {
    .list-videos li {
      padding: 10px 30px 10px 165px; } }
  @media (max-width: 767px) {
    .list-videos a {
      width: 98px; }
      .list-videos a:before {
        width: 15px;
        height: 15px;
        margin: -8px 0 0 -14px; }
      .list-videos a:after {
        width: 36px;
        height: 36px; }
    .list-videos h5 + span {
      display: none; }
    .list-videos li {
      margin-top: 24px;
      min-height: 52px;
      padding: 6px 30px 6px 105px; }
      .list-videos li ~ li {
        margin-top: 24px; } }

/* ------------------------------------------------------------ *	Section Grey
\* ------------------------------------------------------------ */
.section-grey {
  background: #ecf2f3; }

/* ------------------------------------------------------------ *	Section Primary
\* ------------------------------------------------------------ */
.section-primary {
  padding: 61px 0 28px;
  /* Tablet Portrait */
  /* Mobile */ }
  @media (max-width: 991px) {
    .section-primary {
      padding: 30px 0 10px; } }
  @media (max-width: 767px) {
    .section-primary {
      padding: 33px 0 45px; } }
  .section-primary .row {
    /* display: flex; */
    /* display: -ms-flexbox;*/
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .section-primary .row {
        /*flex-flow: row wrap; */ } }
    @media (max-width: 767px) {
      .section-primary .row {
        margin: 0 -9px -18px; } }
    .section-primary .row:before, .section-primary .row:after {
      display: none; }
  .section-primary .col-xs-6 {
    /* display: flex; */
    /* display: -ms-flexbox;*/
    margin-bottom: 30px;
    /* Tablet Portrait */
    /* Mobile */ }
    .section-primary .col-xs-6 > * {
      height: 300px; }
      @media (max-width: 1199px) {
        .section-primary .col-xs-6 > * {
          height: 290px; } }
      @media (max-width: 991px) {
        .section-primary .col-xs-6 > * {
          height: 260px; } }
      @media (max-width: 767px) {
        .section-primary .col-xs-6 > * {
          height: 215px; } }
    @media (max-width: 991px) {
      .section-primary .col-xs-6 {
        /* max-width: 50%; */
        /* flex: 0 0 50%;*/ }
        .section-primary .col-xs-6:nth-child(3) > *, .section-primary .col-xs-6:nth-child(4) > * {
          height: 245px; } }
    @media (max-width: 767px) {
      .section-primary .col-xs-6 {
        padding: 0 9px;
        margin-bottom: 18px; }
        .section-primary .col-xs-6:nth-child(3) > *, .section-primary .col-xs-6:nth-child(4) > * {
          height: 215px; } }

/* ------------------------------------------------------------ *	Section Secondary
\* ------------------------------------------------------------ */
.section-secondary {
  padding: 43px 0 60px;
  /* Mobile */ }
  @media (max-width: 767px) {
    .section-secondary {
      padding: 32px 0 0; } }
  .section-secondary h2 {
    color: #0082bb;
    margin: 0 0 41px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .section-secondary h2 {
        margin-bottom: 23px; } }

/* ------------------------------------------------------------ *	Section Simple
\* ------------------------------------------------------------ */
.template_k2-funds .section-simple {
  border-top: 1px solid #cbd2d6; }

.section-simple {
  display: block; }
  .section-simple__content {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .section-simple__content {
        width: 100%; } }
  .section-simple__aside {
    float: left;
    width: 50%;
    padding-top: 100px;
    padding-left: 60px; }
    @media (max-width: 767px) {
      .section-simple__aside {
        width: 100%;
        padding: 0px; } }
    .section-simple__aside h4 {
      color: #4d5e71;
      margin: 0 0 2px; }
  .section-simple .table-stats {
    margin-bottom: 70px; }
  @media (max-width: 767px) {
    .section-simple {
      display: block; }
      .section-simple__aside {
        /* padding-top: 30px; */ }
      .section-simple .table-stats {
        margin-bottom: 30px;
        width: 100%;
        overflow-x: scroll; } }

/* ------------------------------------------------------------ *	Section Media
\* ------------------------------------------------------------ */
.section-media {
  padding: 38px 0 68px;
  /*  Secondary  */ }
  .section-media__content {
    width: 62%;
    float: left; }
  .section-media__aside {
    width: 28.2%;
    float: right;
    padding-top: 5px; }
    .section-media__aside .btn {
      padding: 0 29px;
      font-size: 14px; }
  .section-media__actions {
    margin-top: -6px; }
    .section-media__actions .btn {
      font-size: 14px;
      padding: 0 19px; }
  .section-media--secondary {
    position: relative;
    padding-top: 73px; }
    .section-media--secondary:before {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 50px;
      background: #e3f7fd;
      background: -webkit-linear-gradient(top, #e3f7fd 0%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#e3f7fd), to(white));
      background: linear-gradient(to bottom, #e3f7fd 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f7fd', endColorstr='#ffffff',GradientType=0 ); }
    .section-media--secondary .container {
      position: relative;
      z-index: 1; }
  @media (max-width: 991px) {
    .section-media__content {
      width: 68%; }
    .section-media--secondary {
      padding-top: 30px; }
    .section-media__aside, .section-media__content {
      float: none;
      width: 100%; } }
  @media (max-width: 767px) {
    .section-media {
      padding-bottom: 125px; }
      .section-media .container {
        padding: 0 27px; }
      .section-media__actions {
        padding: 16px 0 33px; }
        .section-media__actions .btn {
          padding: 0 16px; }
      .section-media + .section-videos .section-videos__head {
        margin-top: -141px; } }

/* ------------------------------------------------------------ *	Section Video
\* ------------------------------------------------------------ */
.section-videos {
  padding: 48px 0 79px; }
  .section-videos__head {
    font-size: 20px;
    font-family: "Proxima Nova", sans-serif;
    margin-bottom: 45px; }
  .section-videos__actions {
    padding-top: 56px; }
    .section-videos__actions .btn {
      padding: 0 30px;
      font-size: 15px; }
  .section-videos__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .section-videos__content {
    width: 48.5%; }
  .section-videos__aside {
    width: 43%; }
  .section-videos .row {
    margin: 0 -48px; }
  .section-videos [class^=col-] {
    padding-left: 48px;
    padding-right: 48px; }
  @media (max-width: 991px) {
    .section-videos__content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
      -webkit-flex: 0 0 52%;
              flex: 0 0 52%; }
    .section-videos__aside {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
      -webkit-flex: 0 0 43%;
              flex: 0 0 43%; } }
  @media (max-width: 767px) {
    .section-videos {
      padding: 46px 5px 73px; }
      .section-videos__body {
        display: block;
        padding: 27px 0 20px; }
      .section-videos__head {
        font-size: 18px; }
      .section-videos__aside, .section-videos__content {
        width: 100%; }
      .section-videos__content {
        margin-bottom: 28px; }
      .section-videos__actions {
        padding-top: 20px; }
        .section-videos__actions .btn {
          padding: 0 27px; } }

/* ------------------------------------------------------------ *	Section Funds
\* ------------------------------------------------------------ */
.section-funds hr {
  margin-top: 70px;
  margin-bottom: 50px; }

.section-funds .section__entry {
  line-height: 1.45;
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .section-funds {
    padding: 22px 0 57px; }
    .section-funds .section__entry {
      line-height: 1.35;
      margin-bottom: 30px; }
    .section-funds .funds .fund + .fund {
      margin-top: 14px; } }

/* ------------------------------------------------------------ *	Nav Tertiary
\* ------------------------------------------------------------ */
.nav-tertiary {
  margin-bottom: 46px;
  /*overflow: hidden; */
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #223e52;
  position: relative;
  /* Mobile */ }
  @media (max-width: 767px) {
    .nav-tertiary {
      margin-bottom: 28px; } }
  .nav-tertiary .download-dropdown, .nav-tertiary .reports-dropdown {
    padding: 3px 25px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1; }
    .nav-tertiary .download-dropdown.active, .nav-tertiary .reports-dropdown.active {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      visibility: visible; }
    .nav-tertiary .download-dropdown ul, .nav-tertiary .reports-dropdown ul {
      display: block; }
      .nav-tertiary .download-dropdown ul li a, .nav-tertiary .reports-dropdown ul li a {
        text-align: left;
        background: #fff; }
  .nav-tertiary ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .nav-tertiary li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 1px; }
    .nav-tertiary li:first-child:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 100px;
      top: 0;
      right: 0;
      background: #fff;
      z-index: 2; }
  .nav-tertiary a {
    display: block;
    padding: 15px;
    text-align: center;
    background: #dce2e5;
    -webkit-transition: background .3s;
    transition: background .3s;
    text-transform: uppercase; }
    .nav-tertiary a:hover {
      color: #223e52;
      text-decoration: none;
      background: #a5bec3; }
  @media (max-width: 767px) {
    .nav-tertiary {
      max-width: 251px;
      margin-left: auto;
      margin-right: auto; }
      .nav-tertiary ul {
        display: block; } }

/* ------------------------------------------------------------ *	Icons
\* ------------------------------------------------------------ */
.ico-magnifying-glass {
  display: inline-block;
  width: 19px;
  height: 22px;
  vertical-align: middle;
  background-image: url(../images/icons/ico-magnifying-glass.svg);
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px; }

.ico-arrow-right {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-image: url(../images/icons/ico-arrow-right.svg);
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  /* Mobile */ }
  @media (max-width: 767px) {
    .ico-arrow-right {
      width: 16px;
      height: 16px; } }

.ico-linkedin {
  display: inline-block;
  width: 41px;
  height: 35px;
  vertical-align: middle;
  background-image: url(../images/icons/ico-linkedin.svg);
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px; }

.ico-youtube {
  display: inline-block;
  width: 39px;
  height: 24px;
  vertical-align: middle;
  background-image: url(../images/icons/ico-youtube.svg);
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px; }

.ico-facebook {
  display: inline-block;
  width: 30px;
  height: 26px;
  vertical-align: middle;
  background-image: url(../images/icons/ico-facebook.svg);
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px; }

.ico-twitter {
  display: inline-block;
  width: 29px;
  height: 22px;
  vertical-align: middle;
  background-image: url(../images/icons/ico-twitter.svg);
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px; }

/* ------------------------------------------------------------ *	Widget Insight
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .home-video-img {
    max-height: 120px;
    position: absolute;
    bottom: 0px; } }

@media (max-width: 321px) {
  .home-video-img {
    max-height: 100px; } }

.widget-insight {
  font-size: 18px;
  line-height: 1.44;
  background: #fff;
  overflow: hidden;
  /* Mobile */ }
  @media (max-width: 767px) {
    .widget-insight {
      font-size: 14px;
      line-height: 1.14;
      position: relative;
      overflow: hidden; } }
  @media (max-width: 374px) {
    .widget-insight {
      font-size: 12px; } }
  .widget-insight h3 {
    font-size: 18px;
    margin: 0;
    margin: 5px 0px 0px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .widget-insight h3 {
        font-size: 15px;
        margin-bottom: 2px;
        margin-top: 0px; } }
    @media (max-width: 374px) {
      .widget-insight h3 {
        margin-bottom: 3px; } }
    .widget-insight h3 i {
      position: relative;
      top: -3px;
      margin-left: 10px;
      /* Mobile */ }
      @media (max-width: 767px) {
        .widget-insight h3 i {
          float: right;
          top: 1px;
          margin-left: 0; } }
  .widget-insight p {
    margin: 0; }
  .widget-insight a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .widget-insight a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      opacity: .7; }
  .widget-insight img {
    display: block;
    width: 100%;
    height: auto; }
  .widget-insight__content {
    padding: 17px 27px 15px 27px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .widget-insight__content {
        padding: 12px 5px 20px 11px; } }

/* ------------------------------------------------------------ *	Widget News
\* ------------------------------------------------------------ */
body.template_home .col-xs-6 a:hover {
  text-decoration: none; }

.widget-news {
  /*display: flex; */
  display: block;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 22px 27px;
  line-height: 1.42;
  background: #bbe5f0;
  height: 300px;
  /* Mobile */ }
  @media (max-width: 1199px) {
    .widget-news {
      height: 290px; } }
  @media (max-width: 991px) {
    .widget-news {
      height: 265px; } }
  @media (max-width: 767px) {
    .widget-news {
      padding: 13px 5px 5px 16px;
      line-height: 1.18;
      height: 215px; } }
  .widget-news h3 {
    font-size: 18px;
    margin: 0 0 4px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .widget-news h3 {
        font-size: 15px; } }
  .widget-news p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    /* Mobile */ }
    @media (max-width: 767px) {
      .widget-news p {
        font-size: 14px; } }
    @media (max-width: 374px) {
      .widget-news p {
        font-size: 10px; } }

/* ------------------------------------------------------------ *	Widget Subscribe
\* ------------------------------------------------------------ */
.widget-subscribe {
  /*display: flex;*/
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 22px 25px 10px 35px;
  background: #a5bec3;
  /* Mobile */ }
  @media (max-width: 767px) {
    .widget-subscribe {
      padding: 13px 16px; } }
  .widget-subscribe h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
    color: #fff;
    margin: 0;
    /* Mobile */ }
    @media (max-width: 767px) {
      .widget-subscribe h3 {
        font-size: 18px;
        line-height: 1.19; } }
  .widget-subscribe a {
    display: block;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .widget-subscribe a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      opacity: .7;
      color: #fff;
      text-decoration: none; }

/* ------------------------------------------------------------ *	Widget Shareholders
\* ------------------------------------------------------------ */
.widget-shareholders {
  padding: 22px 24px 10px 27px;
  font-size: 18px;
  line-height: 1.42;
  color: #fff;
  background: #0082bb;
  /* Small Desktop */
  /* Mobile */ }
  @media (max-width: 1199px) {
    .widget-shareholders {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .widget-shareholders {
      padding: 14px 15px 7px;
      font-size: 14px;
      line-height: 1.18; }
      .widget-shareholders p a {
        float: right; } }
  @media (max-width: 374px) {
    .widget-shareholders {
      font-size: 12px; } }
  .widget-shareholders h3 {
    font-size: 18px;
    line-height: 1.42;
    margin: 0 0 2px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .widget-shareholders h3 {
        font-size: 14px;
        line-height: 1.18; } }
  .widget-shareholders p {
    margin-bottom: 29px;
    line-height: 1.5;
    /* Mobile */ }
    @media (max-width: 767px) {
      .widget-shareholders p {
        margin-bottom: 10px; } }
  .widget-shareholders img {
    /* Mobile */ }
    @media (max-width: 767px) {
      .widget-shareholders img {
        max-width: 72px;
        height: auto; } }
  .widget-shareholders a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .widget-shareholders a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      opacity: .7;
      color: #fff;
      text-decoration: none; }
    .widget-shareholders a:after {
      content: '';
      position: relative;
      display: inline-block;
      top: -1px;
      width: 11px;
      height: 11px;
      vertical-align: middle;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      /* Mobile */ }
      @media (max-width: 767px) {
        .widget-shareholders a:after {
          width: 7px;
          height: 7px;
          top: 0px; } }

/* ------------------------------------------------------------ *	Socials
\* ------------------------------------------------------------ */
.socials {
  margin-bottom: 63px;
  /* Tablet Portrait */ }
  @media (max-width: 991px) {
    .socials {
      margin-bottom: 36px; } }
  .socials ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* Tablet Portrait */ }
    @media (max-width: 991px) {
      .socials ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center; } }
  .socials li {
    /* Mobile */ }
    .socials li + li {
      margin-left: 27px;
      /* Mobile */ }
      @media (max-width: 767px) {
        .socials li + li {
          margin-left: 37px; } }
      @media (max-width: 374px) {
        .socials li + li {
          margin-left: 22px; } }
    @media (max-width: 767px) {
      .socials li:last-child {
        padding-right: 91px; } }
    @media (max-width: 374px) {
      .socials li:last-child {
        padding-right: 72px; } }
  .socials a {
    display: block;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .socials a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      opacity: .7; }

/* ------------------------------------------------------------ *	Copyright
\* ------------------------------------------------------------ */
.copyright {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  /* Tablet Portrait */
  /* Mobile */ }
  @media (max-width: 991px) {
    .copyright {
      text-align: center; } }
  @media (max-width: 767px) {
    .copyright {
      text-align: left; } }

/* ------------------------------------------------------------ *	Phone
\* ------------------------------------------------------------ */
.phone {
  font-size: 12px;
  line-height: 1.86;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff; }

/* ------------------------------------------------------------ *	Container
\* ------------------------------------------------------------ */
.container {
  /* Mobile */ }
  @media (max-width: 767px) {
    .container {
      padding: 0 25px; } }

@media (max-width: 991px) {
  div.template_our-people .section-grey .container {
    padding: 0px 25px; } }

@media (max-width: 991px) {
  div.template_our-people .section-secondary.section-grey {
    padding: 32px 0 0; } }

@media (max-width: 991px) {
  div.template_our-people .members-container__nav:before {
    content: none; } }

/* ------------------------------------------------------------ *	Nav Btn
\* ------------------------------------------------------------ */
.nav-btn {
  /* Mobile */ }
  @media (max-width: 767px) {
    .nav-btn {
      display: block;
      width: 45px;
      padding: 8px 12px;
      background: #4ac7e9;
      float: right; }
      .nav-btn.nav-visible span:nth-child(1) {
        top: 7px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top .3s, -webkit-transform .3s .3s;
        transition: top .3s, -webkit-transform .3s .3s;
        transition: top .3s, transform .3s .3s;
        transition: top .3s, transform .3s .3s, -webkit-transform .3s .3s; }
      .nav-btn.nav-visible span:nth-child(2) {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0; }
      .nav-btn.nav-visible span:nth-child(3) {
        top: -7px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top .3s, -webkit-transform .3s .3s;
        transition: top .3s, -webkit-transform .3s .3s;
        transition: top .3s, transform .3s .3s;
        transition: top .3s, transform .3s .3s, -webkit-transform .3s .3s; }
      .nav-btn span {
        position: relative;
        display: block;
        height: 2px;
        top: 0;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s; }
        .nav-btn span + span {
          margin-top: 5px; } }

/* ------------------------------------------------------------ *	Article
\* ------------------------------------------------------------ */
body.template_article .article {
  padding-top: 0px; }
  body.template_article .article h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #cbd2d6; }

.article {
  position: relative;
  padding: 43px 0 0px;
  clear: both;
  /* Mobile */
  /*  Contacts  */ }
  @media (max-width: 767px) {
    .article {
      padding: 29px 0 17px;
      font-size: 15px;
      line-height: 1.35; } }
  .article h2 {
    color: #0082bb;
    margin: 0 0 25px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .article h2 {
        margin-bottom: 12px; } }
  .article p {
    margin-bottom: 22px;
    clear: both;
    /* Mobile */ }
    @media (max-width: 767px) {
      .article p {
        margin-bottom: 20px; } }
    .article p + .article__entry {
      margin-top: 42px;
      /* Mobile */ }
      @media (max-width: 767px) {
        .article p + .article__entry {
          margin-top: 31px; } }
  .article__chart-group {
    margin-top: -42px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .article__chart-group {
        margin-top: -120px;
        overflow: hidden; } }
    .article__chart-group:after {
      content: '';
      display: table;
      line-height: 0;
      clear: both; }
    .article__chart-group .doughnut {
      float: left;
      margin: 0 54px 0 -80px;
      /* Mobile */ }
      @media (max-width: 767px) {
        .article__chart-group .doughnut {
          position: relative;
          float: none;
          width: 300px;
          height: 300px;
          margin: 0 auto; } }
    .article__chart-group ul {
      float: left; }
  .article .article__list {
    padding-top: 42px;
    border-top: 1px solid #d4d9dd;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .article .article__list {
        padding-top: 0;
        border-top: 0; } }
  .article__inner {
    display: block;
    margin-bottom: 29px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .article__inner {
        display: block;
        margin-bottom: 32px;
        text-align: center; } }
    .article__inner p {
      /*
			width: 50%;
			float: left;
*/
      margin-right: 60px;
      font-size: 20px;
      line-height: 1.35;
      letter-spacing: 0.01em;
      /* Mobile */ }
      @media (max-width: 767px) {
        .article__inner p {
          margin-right: 0;
          font-size: 18px;
          line-height: 1.23;
          text-align: left; } }
      .article__inner p a {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
        .article__inner p a:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          opacity: .7;
          text-decoration: none; }
        .article__inner p a:after {
          content: '';
          position: relative;
          display: inline-block;
          width: 15px;
          height: 15px;
          top: -1px;
          margin-left: 10px;
          vertical-align: middle;
          border-top: 1px solid #0082bb;
          border-right: 1px solid #0082bb;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          /* Mobile */ }
          @media (max-width: 767px) {
            .article__inner p a:after {
              width: 11px;
              height: 11px;
              margin-left: 7px; } }
    .article__inner .btn {
      margin-top: 8px; }
  .article__entry {
    padding: 36px 0 29px;
    border-top: 1px solid #cbd2d6;
    clear: both;
    /* Mobile */ }
    @media (max-width: 767px) {
      .article__entry {
        padding: 32px 0 19px; } }
    .article__entry .article__entry-title {
      margin-bottom: 42px;
      /* Mobile */ }
      @media (max-width: 767px) {
        .article__entry .article__entry-title {
          margin-bottom: 12px; } }
  .article :last-child:not(.investment) {
    /* 			margin-bottom: 0; */ }
  .article .container {
    position: relative; }
  .article .scroll {
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    bottom: 0;
    right: 20px;
    border-top: 3px solid #0082bb;
    border-right: 3px solid #0082bb;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    /* Mobile */ }
    @media (max-width: 767px) {
      .article .scroll {
        position: static;
        margin: 0 auto; } }
    .article .scroll:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      opacity: .7; }
  .article--primary .scroll {
    bottom: 100px; }
  .article--primary .article__chart {
    float: left;
    width: 590px; }
  .article--primary .article__aside {
    float: left;
    padding-left: 60px;
    width: -webkit-calc(100% - 590px);
    width: calc(100% - 590px); }
  @media (max-width: 1024px) {
    .article--primary .article__chart,
    .article--primary .article__aside {
      float: none;
      width: 100%;
      padding-left: 15px; } }
  @media (max-width: 767px) {
    .article--primary canvas {
      max-width: 100%; }
    .article--primary .article__chart {
      padding-left: 10px;
      padding-right: 15px; }
    .article--primary .scroll {
      display: none; } }
  .article--secondary {
    padding: 38px 0 73px; }
    .article--secondary h2 {
      letter-spacing: 0.005em;
      margin-bottom: 20px; }
    .article--secondary h3 {
      font-size: 24px;
      color: #223e52;
      margin-bottom: 8px; }
    .article--secondary p {
      font-size: 18px;
      color: #223e52;
      letter-spacing: 0.01em;
      line-height: 1.7; }
    .article--secondary p + ul {
      /* margin-top: -22px;  */ }
    .article--secondary .article__inner {
      display: inline-block;
      padding-right: 80px;
      width: 66%; }
    .article--secondary .article__group ~ .article__group {
      border-top: 1px solid #cbd2d6;
      margin-top: 15px;
      padding-top: 28px; }
    .article--secondary .article__group-inner {
      /* display: -webkit-box; display: flex; display: -ms-flexbox; */
      display: block; }
    .article--secondary .article__group-outer {
      padding-top: 59px;
      padding-left: 5px;
      padding-bottom: 42px; }
      .article--secondary .article__group-outer p {
        font-size: 12px; }
    .article--secondary .funds {
      display: inline-block;
      margin: 0 0 24px;
      min-width: 360px;
      width: 33%;
      float: right; }
    .article--secondary .fund {
      max-width: 100%;
      padding: 6px 0 0;
      margin-bottom: 12px; }
      .article--secondary .fund h3 {
        font-size: 15px;
        color: #0082bb;
        margin-bottom: 0; }
      .article--secondary .fund__head span {
        width: 96px; }
      .article--secondary .fund:hover h3 {
        color: #fff; }
    .article--secondary .list-numbers {
      margin-bottom: 23px; }
      .article--secondary .list-numbers li:before {
        margin-right: 6px; }
      .article--secondary .list-numbers li ~ li {
        margin-top: 2px; }
    @media (max-width: 991px) {
      .article--secondary .article__inner {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .article--secondary {
        padding-top: 29px;
        padding-bottom: 61px; }
        .article--secondary h2 {
          line-height: 1.15;
          margin-bottom: 13px; }
        .article--secondary h3 {
          font-size: 18px; }
        .article--secondary p {
          font-size: 15px; }
        .article--secondary .article__group-inner {
          display: block; }
        .article--secondary .article__group-outer {
          padding: 6px 0 38px; }
          .article--secondary .article__group-outer p {
            font-size: 10px;
            line-height: 1.5 !important; }
        .article--secondary .article__group:nth-child(2) {
          padding-top: 28px; }
          .article--secondary .article__group:nth-child(2) h2 {
            line-height: 1.25;
            margin-bottom: 5px; }
          .article--secondary .article__group:nth-child(2) p {
            margin-bottom: 20px; }
          .article--secondary .article__group:nth-child(2) .list-numbers {
            margin-bottom: 25px; }
            .article--secondary .article__group:nth-child(2) .list-numbers li {
              margin-right: -10px;
              padding-left: 17px;
              line-height: 1.4; }
              .article--secondary .article__group:nth-child(2) .list-numbers li ~ li {
                margin-top: 3px; }
          .article--secondary .article__group:nth-child(2) .funds {
            margin-bottom: 35px; }
        .article--secondary .article__group:nth-child(3) {
          padding-top: 27px; }
          .article--secondary .article__group:nth-child(3) h2 {
            line-height: 1.25;
            margin-bottom: 16px; }
          .article--secondary .article__group:nth-child(3) p {
            line-height: 1.4; }
          .article--secondary .article__group:nth-child(3) .list-brands {
            padding-top: 30px; }
        .article--secondary .article__group:nth-last-child(3) {
          margin-top: 0;
          padding-top: 0;
          border-top: 0; }
          .article--secondary .article__group:nth-last-child(3) h2 {
            display: none; }
        .article--secondary .article__group:last-of-type {
          margin-top: 45px;
          padding-top: 22px; }
          .article--secondary .article__group:last-of-type h2 {
            margin-bottom: 20px; }
          .article--secondary .article__group:last-of-type + .scroll {
            display: none; }
          .article--secondary .article__group:last-of-type .list-checks li {
            padding-left: 12px;
            line-height: 1.4; }
            .article--secondary .article__group:last-of-type .list-checks li ~ li {
              margin-top: 0; }
        .article--secondary .article__inner {
          text-align: left;
          margin-bottom: 20px;
          padding-right: 0; }
          .article--secondary .article__inner .list-numbers {
            margin-bottom: 29px; }
            .article--secondary .article__inner .list-numbers li:last-child {
              margin-right: -20px; }
          .article--secondary .article__inner .list-checks li {
            line-height: 1.4; }
            .article--secondary .article__inner .list-checks li ~ li {
              margin-top: 0; }
        .article--secondary .list-numbers {
          font-size: 15px; }
          .article--secondary .list-numbers li {
            line-height: 1.35; }
            .article--secondary .list-numbers li:before {
              content: counter(numbers) ". ";
              margin-right: 0; }
            .article--secondary .list-numbers li ~ li {
              margin-top: 0; }
        .article--secondary .list-checks li {
          font-size: 15px; }
        .article--secondary .funds {
          min-width: 0;
          margin-bottom: 45px;
          width: 100%;
          display: block;
          float: none; }
          .article--secondary .funds .fund + .fund {
            margin-top: 10px; }
        .article--secondary .fund__head a {
          padding: 15px 87px 15px 10px; }
        .article--secondary .fund__head span {
          font-size: 12px; }
        .article--secondary .fund h3 {
          font-size: 14px; } }
  .article--tertiary {
    letter-spacing: 0.01em; }
  .article-contacts {
    padding: 38px 0 55px;
    font-size: 18px;
    line-height: 26px; }
    .article-contacts p {
      letter-spacing: 0.01em; }
    .article-contacts h2 {
      margin-bottom: 15px;
      margin-top: 46px; }
    .article-contacts h2:first-of-type {
      margin-top: 0; }
    .article-contacts .article__entry {
      font-size: 16px;
      line-height: 1.4; }
      .article-contacts .article__entry h2 {
        margin-bottom: 24px; }
    .article-contacts .form-register {
      float: right;
      width: 505px;
      margin-right: 20px;
      margin-top: -7px; }
    .article-contacts .form-register .btn {
      padding: 0 33px; }
    .article-contacts .form-register__head {
      margin-bottom: 20px; }
    @media (max-width: 991px) {
      .article-contacts .form-register {
        width: 360px; } }
    @media (max-width: 767px) {
      .article-contacts {
        padding-bottom: 30px; }
        .article-contacts .form-register {
          width: 100%;
          margin: 0 0 30px; }
        .article-contacts p {
          font-size: 15px;
          line-height: 1.35; }
        .article-contacts h2 {
          margin-top: 30px; } }

.contact--inner {
  float: left; }

.template_how-to-invest .article--secondary {
  padding-top: 0px; }
  @media (max-width: 767px) {
    .template_how-to-invest .article--secondary {
      padding-bottom: 70px; } }

.template_how-to-invest .article__group {
  border-top: 1px solid #cbd2d6;
  margin-top: 15px;
  padding-top: 28px; }

.article__chart {
  max-width: 660px; }

/* ------------------------------------------------------------ *	Members Container
\* ------------------------------------------------------------ */
.members-container {
  position: relative;
  display: block;
  -webkit-transition: height .3s;
  transition: height .3s;
  overflow: hidden;
  /* Mobile */ }
  @media (max-width: 991px) {
    .members-container {
      display: block;
      padding: 0 25px;
      margin: 0 -25px 0;
      overflow: visible; } }
  .members-container > * {
    width: 33.3%;
    float: left;
    /* Mobile */ }
    @media (max-width: 991px) {
      .members-container > * {
        width: 100%; } }
  .members-container__group {
    /* Mobile */ }
    @media (max-width: 991px) {
      .members-container__group {
        padding-bottom: 27px; } }
    .members-container__group:first-child .members {
      padding-left: 0; }
      @media (max-width: 991px) {
        .members-container__group:first-child .members {
          padding: 0px 30px; } }
      @media (max-width: 767px) {
        .members-container__group:first-child .members {
          padding-left: 0; } }
    @media (max-width: 991px) {
      .members-container__group .members {
        font-size: 16px; } }
  .members-container__nav {
    position: relative;
    margin-bottom: 29px;
    height: 50px;
    /* Mobile */ }
    @media (max-width: 767px) {
      .members-container__nav {
        margin: 0 -35px 24px; } }
    .members-container__nav:before {
      content: '';
      position: absolute;
      top: -webkit-calc(100% + 26px);
      top: calc(100% + 26px);
      width: 1px;
      left: -1px;
      height: 2000px;
      background: #8b9aa4; }
    .members-container__nav li {
      background: #4d5e71;
      padding: 15px 12px;
      position: relative;
      z-index: 5;
      /* Mobile */ }
      .members-container__nav li.nav-secondary--blue {
        background: #4ac7e9; }
      .members-container__nav li.nav-secondary--grey {
        background: #a0a9b4; }
      @media (max-width: 991px) {
        .members-container__nav li {
          border: 0;
          font-size: 16px; } }
    .members-container__nav a {
      position: relative;
      z-index: 3; }

/* ------------------------------------------------------------ *	Members
\* ------------------------------------------------------------ */
.members {
  padding: 0 30px;
  letter-spacing: 0.01em;
  list-style-type: none;
  font-size: 15px;
  /* Mobile */ }
  @media (max-width: 1199px) {
    .members {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .members {
      padding: 0; } }
  .members .member + .member {
    margin-top: 19px; }

body.template_shareholders .member.member-visible .member__overlay {
  top: 0px; }

.member.member-visible .member__overlay {
  top: 50px;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }
  @media (max-width: 1199px) {
    .member.member-visible .member__overlay {
      top: 47px; } }
  @media (max-width: 991px) {
    .member.member-visible .member__overlay {
      top: 48px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      visibility: visible;
      z-index: 10;
      -webkit-box-shadow: 0 3px 7px #d3d5d6;
              box-shadow: 0 3px 7px #d3d5d6; } }
  @media (max-width: 767px) {
    .member.member-visible .member__overlay {
      top: 48px;
      left: 0;
      width: 100%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      visibility: visible;
      z-index: 10;
      -webkit-box-shadow: 0 3px 7px #d3d5d6;
              box-shadow: 0 3px 7px #d3d5d6; } }

.member .js-toggle {
  -webkit-transition: color .3s;
  transition: color .3s;
  /* Tablet Portrait */ }
  @media (max-width: 991px) {
    .member .js-toggle {
      display: block; } }
  .member .js-toggle:hover {
    color: #4ac7e9;
    text-decoration: none; }
  .member .js-toggle:focus {
    text-decoration: none; }

.member__overlay {
  position: absolute;
  display: block;
  width: 100%;
  top: -100%;
  left: 0;
  padding: 33px 25px 27px 31px;
  background: #fff;
  -webkit-transition: top 1.5s,visibility 1.5s, opacity 1s;
  transition: top 1.5s,visibility 1.5s, opacity 1s;
  z-index: 2;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  max-height: 380px;
  overflow-y: scroll;
  /* Mobile */ }
  @media (max-width: 991px) {
    .member__overlay {
      display: block;
      top: 48px;
      left: 25px;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .3s, visibility .3s;
      transition: opacity .3s, visibility .3s;
      z-index: 4; } }

.member__image {
  width: 20%;
  float: left;
  padding-right: 30px;
  /* Mobile */ }
  @media (max-width: 767px) {
    .member__image {
      width: 100%;
      padding: 0 90px; } }
  .member__image img {
    width: 100%;
    height: auto; }
  @media (max-width: 991px) {
    .member__image {
      margin: 0 0 31px; } }

.member__content {
  width: 80%;
  float: left; }
  @media (max-width: 767px) {
    .member__content {
      width: 100%; } }
  .member__content h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 24px; }
    .member__content h3 .js-toggle {
      position: relative;
      display: inline-block;
      width: 15px;
      height: 15px;
      top: 3px;
      margin-left: 27px;
      vertical-align: middle;
      border-top: 1px solid #0b82bb;
      border-right: 1px solid #0b82bb;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      @media (max-width: 767px) {
        .member__content h3 .js-toggle {
          position: absolute;
          top: 41px;
          right: 30px; } }
      .member__content h3 .js-toggle:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        opacity: .7; }
  .member__content p {
    margin-bottom: 22px; }
    .member__content p:last-child {
      margin-bottom: 0; }

.member-visible .member__overlay {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

/* ------------------------------------------------------------ *	Table Stats
\* ------------------------------------------------------------ */
.table-stats {
  font-size: 15px;
  color: #4f545c; }
  .table-stats table {
    margin-bottom: 8px;
    table-layout: fixed;
    text-align: center;
    background: #fff; }
  .table-stats tbody tr:nth-child(odd) {
    background: #f1f3f5; }
  .table-stats p {
    font-size: 14px;
    line-height: 1.14;
    /*color: $white; */ }
    .table-stats p a {
      font-weight: 700; }
      .table-stats p a:hover {
        color: #4f545c; }
  .table-stats td {
    height: 36px; }
  .table-stats th {
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #00234f; }
    .table-stats th:nth-child(1) {
      width: 34.85%; }
    .table-stats th:nth-child(2) {
      background: #a4e3f4; }
    .table-stats th:nth-child(3) {
      background: #77d5ef; }
    .table-stats th:nth-child(4) {
      background: #4ac7e9; }
    .table-stats th:nth-child(5) {
      background: #3d98bf; }
    .table-stats th:nth-child(6) {
      background: #0077ab; }
    .table-stats th:nth-child(7) {
      width: 14.2%; }
    .table-stats th:nth-child(6), .table-stats th:nth-child(5), .table-stats th:nth-child(4), .table-stats th:nth-child(3), .table-stats th:nth-child(2) {
      width: 10.19%; }
  .table-stats td,
  .table-stats th {
    padding: 4px 7px; }
    .table-stats td:first-child,
    .table-stats th:first-child {
      padding: 4px 9px;
      text-align: left; }
  @media (max-width: 767px) {
    .table-stats {
      margin-top: 21px;
      /*
		th:nth-child(n+3),
		td:nth-child(n+3) { display: none; }
*/ }
      .table-stats th {
        padding: 7px 7px 11px;
        line-height: 1.2; }
      .table-stats td,
      .table-stats td:first-child {
        padding: 8px 12px; }
      .table-stats td:first-child {
        width: 55%; }
      .table-stats table {
        margin-bottom: 15px;
        min-width: 600px; }
      .table-stats p {
        font-size: 12px;
        color: #223e52;
        line-height: 1.2;
        letter-spacing: 0.02em; } }

/* ------------------------------------------------------------ *	Table Info
\* ------------------------------------------------------------ */
.table-info {
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #4d5e71;
  margin-bottom: 70px; }
  .table-info table {
    width: 100%;
    table-layout: fixed;
    background: #f1f3f5; }
  .table-info th {
    background: #d2f1fa;
    padding: 7px 12px; }
    .table-info th:nth-child(1) {
      width: 38.21%; }
  .table-info tr {
    border-bottom: 1px solid #fff; }
  .table-info td {
    vertical-align: top; }
    .table-info td:nth-child(1) {
      width: 38.21%;
      padding: 7px 12px;
      font-weight: 700;
      background: #d2f1fa; }
    .table-info td:nth-child(2) {
      width: 61.79%;
      padding: 7px 15px 7px 25px; }
  @media (max-width: 767px) {
    .table-info {
      font-size: 12px;
      margin-bottom: 0px; } }

/* ------------------------------------------------------------ *	Table Performance
\* ------------------------------------------------------------ */
.table-performance {
  font-size: 16px;
  color: #223e52; }
  .table-performance th {
    min-width: 148px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 14px 5px; }
    .table-performance th:nth-child(1) {
      background: #00234f; }
    .table-performance th:nth-child(2) {
      background: #389ec3; }
    .table-performance th:nth-child(3) {
      background: #4ac7e9; }
    .table-performance th:nth-child(4) {
      background: #3fa1cc; }
    .table-performance th:nth-child(5) {
      background: #0082bb; }
  .table-performance tr:nth-child(even) td {
    background: #f1f3f5; }
  .table-performance td {
    text-align: center;
    padding: 7px 5px; }
  .table-performance td:first-child {
    text-align: left;
    padding-left: 12px; }
  .table-performance table {
    margin-bottom: 20px;
    font-size: 15px;
    color: #4f545c; }
  .table-performance a {
    font-weight: 700; }
  @media (max-width: 767px) {
    .table-performance {
      font-size: 12px; }
      .table-performance table {
        width: 100%; }
      .table-performance th {
        min-width: 0;
        width: 20%; }
      .table-performance td {
        font-size: 12px; } }

/* ------------------------------------------------------------ *	Table Transactions
\* ------------------------------------------------------------ */
.table-transactions {
  margin-top: -3px;
  padding-bottom: 57px; }
  .table-transactions th {
    background: #a5bec3;
    color: #223e52;
    font-size: 15px;
    letter-spacing: 0.025em;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase; }
    .table-transactions th ~ th {
      border-left: 2px solid #7f9aa2; }
  .table-transactions tr:nth-child(2) td {
    padding-top: 13px; }
  .table-transactions td {
    padding: 0 2% 0px 16px;
    vertical-align: top;
    width: 25%; }
    .table-transactions td ~ td {
      border-left: 2px solid #c1c9ce; }
    .table-transactions td:first-child {
      padding-left: 0; }
  .table-transactions .list-checks {
    margin-bottom: 0; }
    .table-transactions .list-checks li {
      font-size: 16px; }
    .table-transactions .list-checks li ~ li {
      margin-top: 5px; }
  @media (max-width: 767px) {
    .table-transactions {
      padding: 0px; }
      .table-transactions table,
      .table-transactions table * {
        display: block; }
        .table-transactions table th,
        .table-transactions table * th {
          display: none; }
        .table-transactions table td,
        .table-transactions table * td {
          width: 100%;
          position: relative;
          padding: 0; }
          .table-transactions table td:before,
          .table-transactions table * td:before {
            content: attr(data-title);
            display: block;
            background: #a5bec3;
            color: #223e52;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: .025em;
            text-align: center;
            padding: 15px 0;
            text-transform: uppercase;
            margin-bottom: 13px; }
          .table-transactions table td ~ td,
          .table-transactions table * td ~ td {
            border: 0;
            margin-top: 20px; }
      .table-transactions .list-checks li {
        font-size: 15px;
        line-height: 1.5; }
        .table-transactions .list-checks li ~ li {
          margin-top: 0; } }

/* ------------------------------------------------------------ *	List Bullets
\* ------------------------------------------------------------ */
.list-bullets {
  padding: 0;
  margin: 0 0 24px;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #4d5e71;
  list-style-type: none; }
  .list-bullets li {
    position: relative;
    padding-left: 17px; }
    .list-bullets li:before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      top: 10px;
      left: 0;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #4d5e71; }

/* ------------------------------------------------------------ *	List Numbers
\* ------------------------------------------------------------ */
.list-numbers {
  padding: 0;
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.01em;
  color: #4d5e71;
  counter-reset: numbers;
  list-style-type: none; }
  .list-numbers li {
    counter-increment: numbers; }
    .list-numbers li:before {
      content: counter(numbers) " ";
      font-weight: 700;
      color: #0082bb; }
  .list-numbers--secondary li {
    position: relative;
    padding-left: 20px;
    line-height: 1.65; }
    .list-numbers--secondary li:before {
      position: absolute;
      top: 0;
      left: 0; }

/* ------------------------------------------------------------ *	List Checks
\* ------------------------------------------------------------ */
.list-checks {
  list-style: none;
  padding-left: 0;
  line-height: 1.64; }
  .list-checks li {
    position: relative;
    font-size: 18px;
    color: #223e52;
    letter-spacing: 0.01em;
    padding-left: 15px; }
    .list-checks li:before {
      content: '>';
      color: #0082bb;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 700; }
    .list-checks li ~ li {
      margin-top: 1px; }
  .list-checks--small {
    margin-top: -5px; }
    .list-checks--small li {
      font-size: 16px; }
    .list-checks--small li ~ li {
      margin-top: 4px; }

/* ------------------------------------------------------------ *	List Brands
\* ------------------------------------------------------------ */
.list-brands {
  list-style: none;
  padding-left: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0px;
  padding-top: 48px; }
  .list-brands li {
    display: inline-block;
    vertical-align: middle; }
  .list-brands ~ .list-brands {
    padding-left: 35px;
    padding-right: 100px;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  @media (max-width: 767px) {
    .list-brands {
      display: block;
      margin: 0 -20px;
      font-size: 0;
      text-align: left; }
      .list-brands ~ .list-brands {
        display: block;
        padding: 0;
        margin-top: -65px; }
        .list-brands ~ .list-brands li {
          text-align: center; }
          .list-brands ~ .list-brands li:first-child {
            margin-left: 66.6667%;
            margin-bottom: 30px; }
      .list-brands li {
        display: inline-block;
        vertical-align: middle;
        width: 33.3333%;
        padding: 0 20px;
        margin-bottom: 15px; }
        .list-brands li:last-child {
          margin-bottom: 15px; }
      .list-brands img {
        max-width: 100%;
        max-height: 45px; } }

/* ------------------------------------------------------------ *	Form Elements
\* ------------------------------------------------------------ */
/*  Fields  */
.textarea,
.field {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px 15px;
  border: 1px solid #95a1aa;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #acb4b9;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .textarea::-webkit-input-placeholder,
  .field::-webkit-input-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1 !important;
    color: #acb4b9 !important; }
  .textarea::-moz-placeholder,
  .field::-moz-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1 !important;
    color: #acb4b9 !important; }
  .textarea:-moz-placeholder,
  .field:-moz-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1 !important;
    color: #acb4b9 !important; }
  .textarea:-ms-input-placeholder,
  .field:-ms-input-placeholder {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1 !important;
    color: #acb4b9 !important; }

.textarea {
  height: 158px;
  padding: 5px 10px 15px; }

/* ------------------------------------------------------------ *	Form Register
\* ------------------------------------------------------------ */
.form-register__head {
  margin-bottom: 16px; }

.form-register__row + .form-register__row {
  margin-top: 22px; }

.form-register__actions {
  padding-top: 22px; }

/* ------------------------------------------------------------ *	List Links
\* ------------------------------------------------------------ */
.list-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
  list-style-type: none; }
  .list-links li + li {
    margin-left: 3px; }
  .list-links a {
    display: block;
    padding: 20px;
    background: #b7e9f6;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s; }
    .list-links a:hover {
      color: #fff;
      text-decoration: none;
      background: #0082bb; }
  .list-links p {
    margin-bottom: 0px; }
  @media (max-width: 767px) {
    .list-links {
      display: block;
      max-width: 250px;
      margin: 0 auto; }
      .list-links li + li {
        margin-left: 0;
        margin-top: 25px; } }

/* ------------------------------------------------------------ *	Tab
\* ------------------------------------------------------------ */
.tab {
  display: none; }
  .tab.tab-visible {
    display: block; }

/* ------------------------------------------------------------ *	Investment
\* ------------------------------------------------------------ */
body.template_k2-funds .investment {
  margin: 40px 0 27px; }

.investment {
  position: relative;
  width: 745px;
  height: 500px;
  margin: -12px 0 27px; }
  .investment__item {
    position: absolute;
    width: 175px;
    height: 85px;
    text-align: center;
    font-size: 12px;
    color: #223e52;
    background: #5a697b;
    background: -webkit-linear-gradient(top, #5a697b 0%, #b6c2ca 36%, #fafbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#5a697b), color-stop(36%, #b6c2ca), to(#fafbfb));
    background: linear-gradient(to bottom, #5a697b 0%, #b6c2ca 36%, #fafbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a697b', endColorstr='#fafbfb',GradientType=0 ); }
    .investment__item:before {
      content: '';
      background: #92a0aa;
      height: 1px;
      width: 200px;
      position: absolute;
      z-index: -1; }
    .investment__item:nth-of-type(2) {
      top: 0px;
      left: 50%;
      margin-left: -87px; }
      .investment__item:nth-of-type(2):before {
        width: 1px;
        height: 100px;
        top: 100%;
        left: 50%;
        margin-left: -3px; }
    .investment__item:nth-of-type(3) {
      right: 0;
      top: 86px; }
      .investment__item:nth-of-type(3):before {
        -ms-transform: rotate(-32deg);
        -webkit-transform: rotate(-32deg);
        transform: rotate(-32deg);
        right: 89%;
        top: 117%; }
    .investment__item:nth-of-type(4) {
      right: 0;
      bottom: 82px; }
      .investment__item:nth-of-type(4):before {
        -ms-transform: rotate(32deg);
        -webkit-transform: rotate(32deg);
        transform: rotate(32deg);
        right: 89%;
        top: -15%; }
    .investment__item:nth-of-type(5) {
      bottom: 0;
      left: 50%;
      margin-left: -87px; }
      .investment__item:nth-of-type(5):before {
        width: 1px;
        height: 100px;
        bottom: 100%;
        left: 50%;
        margin-left: -3px; }
    .investment__item:nth-of-type(6) {
      left: 0;
      bottom: 82px; }
      .investment__item:nth-of-type(6):before {
        -ms-transform: rotate(-32deg);
        -webkit-transform: rotate(-32deg);
        transform: rotate(-32deg);
        bottom: 100%;
        left: 76%; }
    .investment__item:nth-of-type(7) {
      left: 0;
      top: 86px; }
      .investment__item:nth-of-type(7):before {
        -webkit-transform: rotate(32deg);
        transform: rotate(32deg);
        -ms-transform: rotate(32deg);
        bottom: -4%;
        left: 76%; }
    .investment__item h3 {
      color: #fff;
      font-size: 15px;
      font-family: "Neuzeit Gro", sans-serif;
      margin-bottom: 5px;
      margin-top: 10px; }
    .investment__item--primary {
      height: 140px;
      padding: 10px;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /*
			display: -webkit-box; 
			display: flex; 
			display: -ms-flexbox;
*/
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      background: #0f3059;
      background: -webkit-linear-gradient(top, #0f3059 0%, #2989d8 36%, #55c9ea 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#0f3059), color-stop(36%, #2989d8), to(#55c9ea));
      background: linear-gradient(to bottom, #0f3059 0%, #2989d8 36%, #55c9ea 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3059', endColorstr='#55c9ea',GradientType=0 ); }
      .investment__item--primary:before {
        display: none; }
      .investment__item--primary h2 {
        color: #fff;
        font-family: "Neuzeit Gro", sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        word-wrap: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (max-width: 767px) {
          .investment__item--primary h2 {
            position: static;
            -ms-transform: translate(0%);
            -webkit-transform: translate(0%);
            transform: translate(0%); } }
  .investment__side {
    font-size: 12px;
    color: #00234f;
    position: absolute;
    z-index: 6; }
    .investment__side:nth-child(1) {
      top: 25%;
      left: 32.7%; }
    .investment__side:nth-child(2) {
      top: 25%;
      right: 33.5%; }
    .investment__side:nth-child(3) {
      bottom: 24.5%;
      right: 35%; }
    .investment__side:nth-child(4) {
      bottom: 24.5%;
      left: 30.7%; }
  @media (max-width: 767px) {
    .investment {
      width: 100%;
      height: auto; }
      .investment__item {
        position: static;
        margin: 0 0 5px !important;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 100%; }
        .investment__item:before {
          display: none; }
        .investment__item:not(.investment__item--primary) {
          height: auto;
          padding: 7px 5px; }
        .investment__item--primary {
          height: 70px; }
      .investment__side {
        display: none; } }

/* ------------------------------------------------------------ *	Updates
\* ------------------------------------------------------------ */
.updates {
  list-style: none;
  padding: 0;
  margin: 0 -32px;
  /*
	display: -webkit-box; 
	display: flex; 
	display: -ms-flexbox;
*/
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap; }

.update {
  width: 50%;
  padding: 0 32px;
  font-size: 16px;
  line-height: 1.22;
  float: left;
  /*
	display: -webkit-box; 
	display: flex; 
	display: -ms-flexbox;
*/
  margin-bottom: 43px; }
  .update p {
    letter-spacing: 0.01em;
    line-height: 1.25; }
  .update__image {
    margin-bottom: 9px; }
    .update__image img {
      max-width: 100%;
      width: 100%; }
  .update__meta {
    font-size: 14px;
    color: #223e52;
    padding: 5px 0 7px;
    letter-spacing: 0.02em; }
    .update__meta .date {
      float: right;
      font-weight: 700; }
  .update__title {
    font-size: 20px;
    letter-spacing: 0.01em;
    margin-top: 0;
    margin-bottom: 6px; }
  .update__inner {
    border-bottom: 3px solid #223e52; min-height: 420px; }
  .update .link-more {
    font-weight: 700; }
  @media (max-width: 767px) {
    .update {
      width: 100%;
      min-height: 291px;
      margin-bottom: 20px;
      font-size: 15px; }
      .update p {
        margin-bottom: 0;
        line-height: 1.3; }
      .update__inner {
        padding-bottom: 10px; 
        min-height: 220px; 
        }
      .update__title {
        font-size: 18px;
        margin-bottom: 9px; } }

/* ------------------------------------------------------------ *	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget {
  /*  Media  */
  /*  Video  */ }
  .widget-media__title {
    border-bottom: 3px solid #223e52;
    border-top: 3px solid #223e52;
    font-size: 20px;
    color: #223e52;
    text-transform: uppercase;
    margin-top: 0;
    padding: 10px 0 9px; }
  .widget-media__actions {
    padding-top: 33px; }
  @media (max-width: 767px) {
    .widget-media__title {
      font-size: 18px;
      padding: 10px 0 12px; }
    .widget-media__actions {
      padding-top: 26px; } }
  .widget-video {
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
            flex-flow: column wrap; }
    .widget-video h4 {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: 0.01em;
      margin: 0; }
    .widget-video__title {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 9px; }
    .widget-video__content {
      padding: 20px 115px 20px 25px;
      position: relative; }
    .widget-video__image {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      display: -ms-flexbox;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      -webkit-flex: 1;
              flex: 1; }
      .widget-video__image a {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
    .widget-video .link-play {
      display: inline-block;
      width: 53px;
      height: 53px;
      border: 2px solid  #4bc7e9;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      right: 50px; }
      .widget-video .link-play:before {
        content: '';
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        border-width: 0 0 2px 2px;
        border-style: solid;
        border-color: #4bc7e9;
        margin: 0;
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        position: absolute;
        top: 17px;
        left: 14px; }
    @media (max-width: 767px) {
      .widget-video__content {
        padding: 25px 25px 16px 20px; }
      .widget-video__title {
        font-size: 18px; }
      .widget-video__image {
        height: 180px; }
      .widget-video h4 {
        font-size: 18px; }
      .widget-video .link-play {
        width: 34px;
        height: 34px;
        right: 17px;
        top: 34px; }
        .widget-video .link-play:before {
          top: 8px;
          left: 5px; } }

/* ------------------------------------------------------------ *	Doughnut
\* ------------------------------------------------------------ */
.doughnut {
  height: 520px; }
  .doughnut text {
    fill: #4d5e71 !important; }
  .doughnut svg {
    /* Mobile */ }
    @media (max-width: 767px) {
      .doughnut svg {
        position: relative;
        -ms-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        left: -109px; } }

/* ------------------------------------------------------------ *	Line
\* ------------------------------------------------------------ */
.chart-performance .axis path,
.chart-performance .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.chart-performance .x.axis path {
  display: none; }

.chart-performance .line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px; }

/* ------------------------------------------------------------ *	List Doughnut Labels
\* ------------------------------------------------------------ */
.list-doughnut-labels {
  padding-top: 95px;
  font-size: 18px;
  list-style-type: none;
  /* Mobile */ }
  @media (max-width: 767px) {
    .list-doughnut-labels {
      padding-left: 0; } }
  .list-doughnut-labels li {
    position: relative;
    padding-left: 28px; }
    .list-doughnut-labels li:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      top: 2px;
      left: 0;
      background: currentColor; }
    .list-doughnut-labels li + li {
      margin-top: 8px; }
  .list-doughnut-labels span {
    color: #4d5e71; }

/* ------------------------------------------------------------ *	Subscribe Popup
\* ------------------------------------------------------------ */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: #7c8389;
  background: rgba(124, 131, 137, 0.6);
  text-align: center;
  display: none; }

.popup .popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px;
  background: #fff;
  width: 33.333333%;
  -webkit-box-shadow: 0px 1px 6px 2px #777;
          box-shadow: 0px 1px 6px 2px #777;
  text-align: left; }
  @media (max-width: 991px) {
    .popup .popup-container {
      width: 60%; } }
  @media (max-width: 767px) {
    .popup .popup-container {
      top: 0px;
      left: 0px;
      -ms-transform: translate(0%);
      -webkit-transform: translate(0%);
      transform: translate(0%);
      width: 100%;
      padding: 30px;
      height: 100%;
      overflow: scroll; } }
  .popup .popup-container label {
    font-weight: 400;
    font-size: 16px; }
  .popup .popup-container #field-name {
    margin-top: 22px; }
  .popup .popup-container p {
    font-size: 16px;
    font-weight: bold; }
  .popup .popup-container p.tiny {
    font-size: 14px;
    color: #acb4b9;
    margin-top: 5px;
    font-weight: 400; }
  .popup .popup-container input[type="checkbox"] {
    margin-right: 5px; }

.popup .popup-container a.close-btn {
  width: 25px;
  position: absolute;
  top: 2%;
  right: 3%;
  z-index: 999; }

.popup .popup-container a.close-btn img {
  width: 100%;
  height: 100%;
  cursor: pointer; }

@media (max-width: 991px) {
  div.template_our-people .members {
    position: relative; }
    div.template_our-people .members .member__overlay {
      top: -26px;
      left: 0px;
      width: -webkit-calc(100vw - 69px);
      width: calc(100vw - 69px); } }

@media (max-width: 767px) {
  div.template_our-people .members .member__overlay {
    top: -22px;
    left: -25px;
    width: 100vw; } }

/* ------------------------------------------------------------ *	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }
  .header .container {
    /* Mobile */ }
    .header .container:before, .header .container:after {
      display: none; }
    @media (max-width: 767px) {
      .header .container {
        padding: 0 0 0 11px;
        height: 35px; } }
  .header__inner {
    position: relative;
    /* Mobile */ }
    @media (max-width: 767px) {
      .header__inner {
        display: block;
        width: 120px;
        float: right;
        background-color: #4ac7e9; } }
  .header .logo {
    margin-top: 16px;
    float: left;
    /* Mobile */ }
    @media (max-width: 767px) {
      .header .logo {
        margin-top: 3px; } }

/* ------------------------------------------------------------ *	Footer
\* ------------------------------------------------------------ */
.footer {
  position: relative;
  padding: 30px 0 63px;
  color: #fff;
  background: #00234f;
  /* Tablet Portrait */
  /* Mobile */ }
  .footer h5 {
    color: #4ac7e9;
    margin: 0 0 3px;
    letter-spacing: 0.045em; }
  .footer .phone {
    letter-spacing: 0.056em;
    line-height: 2; }
  @media (max-width: 991px) {
    .footer {
      padding: 37px 0; } }
  @media (max-width: 767px) {
    .footer {
      padding: 95px 0 29px; } }
  .footer__logo {
    display: inline-block;
    width: 53px;
    height: 25px;
    vertical-align: middle;
    background-image: url(../images/icons/footer-logo.svg);
    background-size: 100% 100%;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    position: relative;
    top: -2px;
    margin-right: 6px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7;
    /* Mobile */ }
    @media (max-width: 767px) {
      .footer__logo {
        position: absolute;
        top: 38px;
        left: 0;
        margin: 0 0 0 79px;
        z-index: 2; } }
    @media (max-width: 374px) {
      .footer__logo {
        margin-left: 80px; } }
  .footer__inner {
    float: left;
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .footer__inner {
        width: 100%;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .footer__inner {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
                order: 1;
        margin: 0; } }
  .footer__contact {
    margin-left: 108px;
    margin-top: -2px;
    float: left;
    margin-right: 40px;
    /* Small Desktop */
    /* Mobile */ }
    @media (max-width: 1199px) {
      .footer__contact {
        margin-left: 20px;
        width: 320px;
        margin-right: 20px; } }
    @media (max-width: 1024px) {
      .footer__contact {
        width: 280px; } }
    @media (max-width: 991px) {
      .footer__contact {
        width: 5; } }
    @media (max-width: 767px) {
      .footer__contact {
        margin: 0 0 25px; } }
  .footer__nav {
    padding-right: 64px;
    margin-left: auto;
    margin-top: -6px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 43px;
    -moz-column-gap: 43px;
    column-gap: 43px;
    font-size: 12px;
    line-height: 1.76;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    float: left;
    /* Small Desktop */
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 1199px) {
      .footer__nav {
        margin-left: 0; } }
    @media (max-width: 991px) {
      .footer__nav {
        padding-right: 0;
        float: left;
        width: 50%; } }
    @media (max-width: 767px) {
      .footer__nav {
        margin: 0 0 40px;
        width: 100%; } }
    .footer__nav ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .footer__nav a {
      display: inline-block;
      -webkit-transition: color .3s;
      transition: color .3s; }
      .footer__nav a:hover {
        color: #0082bb;
        text-decoration: none; }
  .footer .container {
    display: block;
    overflow: hidden;
    /* Small Desktop */
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 1199px) {
      .footer .container {
        /*justify-content: space-between; */ } }
    @media (max-width: 991px) {
      .footer .container {
        /*flex-flow: row wrap; */ } }
    @media (max-width: 767px) {
      .footer .container > *:not(.footer__nav) {
        /**/
        /*floflex: 0 0 100%;*/ } }
    .footer .container:before, .footer .container:after {
      display: none; }
  .footer .socials {
    /* Mobile */ }
    @media (max-width: 767px) {
      .footer .socials {
        position: absolute;
        width: 100%;
        top: 37px;
        left: 0; }
        .footer .socials ul {
          -webkit-box-pack: unset;
          -ms-flex-pack: unset;
          -webkit-justify-content: unset;
                  justify-content: unset;
          margin: 0 25px; }
          .footer .socials ul li {
            float: left; } }
  .footer .mob-copy {
    clear: both;
    letter-spacing: 0.056em;
    line-height: 2;
    font-size: 12px; }

.test {
  color: blue; }
  @media (min-width: 480px) {
    .test {
      color: red; } }
  @media (min-width: 768px) {
    .test {
      color: green; } }

.slide ul{
	
	padding-bottom:20px;
}
.slide h2{
	font-family: "Neuzeit Gro", sans-serif;
	font-size: 32px;
	padding-top:0px;
	
}
