/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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-.
     */
figcaption,
figure {
  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;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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;
  -moz-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 macOS.
       */ }
  [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 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after, footer.footer ul.social:after, .copyright:after, .home-info .inner:after, .home-section:after, .home-testimonials:after, .about-testimonials .investors ul:after, .about-investors .pager:after, .startups-list .filters:after, .startups-list .results:after, .platform-info .wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* Hide visually but not from screen readers */
.screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
  /* many screen reader and browser combinations announce broken words as they would appear visually */ }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-top: 60px; }
  @media screen and (min-width: 992px) {
    body {
      margin-top: 0; }
      body#menu-fixed, body.menu-fixed {
        margin-top: 178px; } }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 992px) {
    .container {
      max-width: 930px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }
  @media screen and (min-width: 1320px) {
    .container {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }

.purplebg {
	background-color: #23223B !important;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.responsive-img {
  max-width: 100%; }

.container section.content {
  padding: 0 20px; }
  @media screen and (min-width: 992px) {
    .container section.content {
      padding: 0; } }

.wpb_column .wpb_wrapper .animate, .wpb_column .wpb_wrapper > * {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }
  .wpb_column .wpb_wrapper .animate.animated, .wpb_column .wpb_wrapper > *.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, -o-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s; }

header.header {
  position: fixed;
  height: 60px;
  top: 0;
  background: white;
  width: 100%;
  z-index: 1000;
  text-align: center;
  border-bottom: 1px solid #cacaca;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0; }
  header.header.animate {
    opacity: 1; }
  @media screen and (min-width: 992px) {
    header.header {
      border-bottom: none; } }
  @media screen and (min-width: 992px) {
    header.header {
      position: relative;
      height: auto; }
      header.header.fixed {
        position: fixed;
        text-align: left;
        border-bottom: 1px solid #cacaca;
        height: 65px; }
      .home header.header.fixed {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px); }
      .home header.header.fixed-anim {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out; }
      .admin-bar header.header.fixed {
        top: 32px; } }
  header.header img.logo {
    height: 35px;
    margin: 12px 0 0 0; }
    @media screen and (min-width: 992px) {
      header.header img.logo {
        height: 56px;
        margin: 54px auto 37px auto; } }
  @media screen and (min-width: 992px) {
    header.header.fixed img.logo {
      height: 40px;
      margin: 9px 0 16px 54px; } }
  header.header .nav-toggle {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    border: none;
    background: none;
    padding: 0;
    position: fixed;
    top: 20px;
    right: 20px; }
    @media screen and (min-width: 992px) {
      header.header .nav-toggle {
        display: none; } }
    header.header .nav-toggle span {
      position: relative;
      display: block; }
      header.header .nav-toggle span, header.header .nav-toggle span:after, header.header .nav-toggle span:before {
        width: 100%;
        height: 2px;
        background-color: #686D82;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      header.header .nav-toggle span:after, header.header .nav-toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -7px; }
      header.header .nav-toggle span:after {
        top: 7px; }
    header.header .nav-toggle.on span {
      background-color: transparent; }
    header.header .nav-toggle.on span:before {
      -webkit-transform: rotate(45deg) translate(3px, 7px);
      -ms-transform: rotate(45deg) translate(3px, 7px);
      -o-transform: rotate(45deg) translate(3px, 7px);
      transform: rotate(45deg) translate(3px, 7px); }
    header.header .nav-toggle.on span:after {
      -webkit-transform: rotate(-45deg) translate(3px, -7px);
      -ms-transform: rotate(-45deg) translate(3px, -7px);
      -o-transform: rotate(-45deg) translate(3px, -7px);
      transform: rotate(-45deg) translate(3px, -7px); }
  header.header .menu {
    background: #23223B;
    position: fixed;
    text-align: left;
    top: 60px;
    bottom: 0;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.3s, opacity 0.3s;
    -o-transition: max-height 0.3s, opacity 0.3s;
    transition: max-height 0.3s, opacity 0.3s;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0; }
    @media screen and (min-width: 992px) {
      header.header .menu {
        background: #FFFFFF;
        position: static;
        text-align: center; } }
    header.header .menu.on {
      max-height: 999px;
      opacity: 1; }
    @media screen and (min-width: 992px) {
      header.header .menu, header.header .menu.on {
        max-height: 999px;
        opacity: 1; } }
    header.header .menu li {
      color: #FFFFFF;
      border-bottom: 1px solid #2F2E47; }
      @media screen and (min-width: 992px) {
        header.header .menu li {
          color: #23223B;
          border-bottom: none;
          display: inline;
          margin: 0 14px; } }
      header.header .menu li.current-menu-item {
        border-bottom: 1px solid #2F2E47;
        background: #2F2E47; }
        @media screen and (min-width: 992px) {
          header.header .menu li.current-menu-item {
            background: none; } }
      header.header .menu li:hover {
        border-bottom: 1px solid #2F2E47; }
      header.header .menu li a {
        display: block;
        color: inherit;
        font-size: 12px;
        line-height: 72px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1.83px;
        padding-left: 28px; }
        @media screen and (min-width: 992px) {
          header.header .menu li a {
            display: inline;
            line-height: 28px;
            font-size: 12px;
            letter-spacing: 1.67px;
            padding-left: 0; } }
        header.header .menu li a.alt {
          color: #8FCE00; }
    header.header .menu li:last-child.current-menu-item {
      border-bottom: 1px solid #8FCE00; }
    header.header .menu li:last-child:hover {
      border-bottom: 1px solid #8FCE00; }
    header.header .menu li:last-child > a {
      color: #8FCE00; }
  @media screen and (min-width: 992px) {
    header.header.fixed .menu {
      width: auto;
      margin: 21px 0 0 0;
      float: right; } }

p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px; }
  p a {
    color: inherit;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "big-caslon-fb",serif;
  font-style: normal;
  font-weight: 400;
  margin: 0; }

h1, h2, h3 {
  padding: 1em 0; }

h4, h5, h6 {
  padding: 0.5em 0; }

.page-title {
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .page-title {
      font-size: 80px; } }

footer.footer {
  padding: 30px 0 0 0;
  background: #23223B;
  color: #B1B1BF;
  text-align: left;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 11px;
  letter-spacing: 2.75px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 992px) {
    footer.footer {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 10px;
      letter-spacing: 1.75px;
      padding: 30px 40px 30px 40px; } }
  footer.footer a:hover, footer.footer a:active, footer.footer a:focus {
    outline: none;
    border: 0;
    text-decoration: underline; }
  footer.footer .inner-container {
    background: #23223B;
    padding: 0 30px 50px 30px; }
    footer.footer .inner-container:after {
      content: " ";
      display: block;
      clear: both; }
    @media screen and (min-width: 992px) {
      footer.footer .inner-container {
        background: #2F2E47;
        padding: 0 60px 110px 60px; } }
  footer.footer .mobile-bottom-container {
    background: #2F2E47;
    padding: 35px 30px; }
    @media screen and (min-width: 992px) {
      footer.footer .mobile-bottom-container {
        display: none; } }
    footer.footer .mobile-bottom-container .address {
      margin-top: 20px; }
  footer.footer .logo-row {
    text-align: center; }
    footer.footer .logo-row .logo {
      height: 56px;
      margin: 20px 0 40px 0; }
      @media screen and (min-width: 992px) {
        footer.footer .logo-row .logo {
          margin: 71px 0 86px 0; } }
  footer.footer .top-menu {
    width: 58.3333333333%;
    float: left; }
    @media screen and (min-width: 992px) {
      footer.footer .top-menu {
        width: 16.6666666667%;
        float: left; } }
    footer.footer .top-menu li:last-child {
      color: #8FCE00; }
  footer.footer .second-menu {
    width: 41.6666666667%;
    float: left; }
    @media screen and (min-width: 992px) {
      footer.footer .second-menu {
        width: 16.6666666667%;
        float: left; } }
  @media screen and (min-width: 992px) {
    footer.footer .social-wrap {
      width: 26.6666666667%;
      float: left; } }
  @media screen and (min-width: 992px) {
    footer.footer .address-wrap {
      width: 24.6666666667%;
      float: left; } }
  footer.footer .mobile-split {
    background: #5D5C6F;
    height: 2px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 25px 0 45px 0;
    clear: both; }
    @media screen and (min-width: 992px) {
      footer.footer .mobile-split {
        display: none; } }
  footer.footer .newsletter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 992px) {
      footer.footer .newsletter {
        padding-left: 5%; } }
    @media screen and (min-width: 992px) {
      footer.footer .newsletter {
        width: 40.3333333333%;
        float: left; } }
    footer.footer .newsletter .f-newsletter-button, footer.footer .newsletter input {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: 11px;
      width: 100%;
      height: 60px;
      border: 0;
      letter-spacing: 2px; }
      footer.footer .newsletter .f-newsletter-button:focus, footer.footer .newsletter input:focus {
        outline: none; }
    footer.footer .newsletter .f-newsletter-button {
      background-color: #F6F6FF;
      text-align: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      footer.footer .newsletter .f-newsletter-button:hover {
        background-color: #FFFFFF;
        font-weight: 400; }
    footer.footer .newsletter input {
      margin-bottom: 20px;
      background: #2F2E47;
      color: #FFFFFF;
      text-indent: 20px; }
      footer.footer .newsletter input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #B1B1BF; }
      footer.footer .newsletter input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #B1B1BF;
        opacity: 1; }
      footer.footer .newsletter input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #B1B1BF;
        opacity: 1; }
      footer.footer .newsletter input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #B1B1BF; }
      footer.footer .newsletter input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #B1B1BF; }
      @media screen and (min-width: 992px) {
        footer.footer .newsletter input {
          background-color: #23223B; }
          footer.footer .newsletter input::-webkit-input-placeholder {
            /* WebKit, Blink, Edge */
            color: #686D82; }
          footer.footer .newsletter input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #686D82;
            opacity: 1; }
          footer.footer .newsletter input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #686D82;
            opacity: 1; }
          footer.footer .newsletter input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #686D82; }
          footer.footer .newsletter input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #686D82; } }
  footer.footer h2.rounded {
    display: none; }
  footer.footer ul.social li {
    width: 50%;
    float: left; }
    @media screen and (min-width: 992px) {
      footer.footer ul.social li {
        
        float: left; width: 45px; } }

		footer.footer ul.social li a {color: #656a7f; font-size: 18px;} 
footer.footer ul.social li a:hover {color: #a499a4}
/*  footer.footer ul.social a {
    padding-left: 30px;
    background: no-repeat left center; }
  footer.footer ul.social .twitter {
    background-image: url(../img/social-twitter.png); }
  footer.footer ul.social .facebook {
    background-image: url(../img/social-facebook.png); }
  footer.footer ul.social .youtube {
    background-image: url(../img/social-youtube.png); }
  footer.footer ul.social .linkedin {
    background-image: url(../img/social-linkedin.png); }*/
  footer.footer .inner-container .social-wrap, footer.footer .inner-container .address-wrap {
    display: none; }
    @media screen and (min-width: 992px) {
      footer.footer .inner-container .social-wrap, footer.footer .inner-container .address-wrap {
        display: block; } }
  @media screen and (min-width: 992px) {
    footer.footer .mobile-bottom-container .social-wrap, footer.footer .mobile-bottom-container .address-wrap {
      display: none; } }
  footer.footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer.footer ul li {
      margin-bottom: 20px; }
  footer.footer a {
    color: inherit;
    text-decoration: none; }
    footer.footer a.alt {
      color: #8FCE00; }
  footer.footer p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1em;
    font-size: 11px;
    letter-spacing: 2.75px; }
    @media screen and (min-width: 992px) {
      footer.footer p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 10px;
        letter-spacing: 1.75px; } }
    footer.footer p:last-child {
      margin: 0; }
  footer.footer .address-wrap .textwidget > p {
    margin-bottom: 0; }
  footer.footer .address-wrap li {
    margin-bottom: 18px; }

.copyright {
  background: #23223B; }
  .copyright .copy {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 2.5px;
    color: #686D82;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .copyright .copy {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        display: block;
        float: left;
        margin-left: 100px;
        padding: 20px 0 40px 0; } }
  .copyright .design {
    color: #FFFFFF;
    display: none;
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.67px; }
    @media screen and (min-width: 992px) {
      .copyright .design {
        display: block;
        float: right;
        margin-right: 100px;
        padding: 20px 0 40px 0; } }

.home-title {
  position: relative;
  padding: 92px 0 98px 0;
  background: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .home-title {
      padding: 92px 0 110px 0; } }
  @media screen and (min-width: 992px) {
    .home-title {
      padding: 80px 0 142px 0; } }
  @media screen and (min-width: 1320px) {
    .home-title {
      padding: 100px 0 115px 0; } }
  .home-title h1, .home-title h3 {
    padding: 0;
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    color: #23223B; }
  .home-title h1 {
    font-size: 60px;
    line-height: 68px;
    margin: 0 auto 21px auto;
    width: 80%; }
    @media screen and (min-width: 768px) {
      .home-title h1 {
        width: 45%; } }
    @media screen and (min-width: 992px) {
      .home-title h1 {
        font-size: 110px;
        line-height: 131px;
        width: 620px;
        margin: 0 auto 30px auto;
        letter-spacing: 1.38px; } }
    @media screen and (min-width: 1320px) {
      .home-title h1 {
        font-size: 160px;
        line-height: 1em;
        width: 910px;
        margin: 0 auto 48px auto;
        letter-spacing: 2px; } }
  .home-title h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: 80%;
    font-size: 18px;
    line-height: 28px; }
    @media screen and (min-width: 768px) {
      .home-title h3 {
        width: 45%; } }
    @media screen and (min-width: 992px) {
      .home-title h3 {
        font-size: 22px;
        line-height: 32px;
        width: 480px; } }
    @media screen and (min-width: 1320px) {
      .home-title h3 {
        font-size: 24px;
        line-height: 34px;
        width: 530px; } }
  .home-title .bg {
    position: absolute;
    bottom: 0;
    background: #F5FAFE;
    width: 100%;
    height: 0;
    -webkit-transition: height 1.5s;
    -o-transition: height 1.5s;
    transition: height 1.5s; }
  .home-title.animated .bg {
    height: 50%; }

.home-info {
  background: #23223B;
  padding: 70px 0;
  text-align: center;
  color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    .home-info {
      padding: 120px 0; } }
  @media screen and (min-width: 1320px) {
    .home-info {
      padding: 145px 0; } }
  .home-info .svg-image {
    height: 60px; }
    @media screen and (min-width: 992px) {
      .home-info .svg-image {
        height: 90px; } }
    .home-info .svg-image object {
      height: 100%; }
  @media screen and (min-width: 768px) {
    .home-info .inner {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNMzar7DwAE1wJOGOdS0wAAAABJRU5ErkJggg==) repeat-y center center;
      display: block; } }
  .home-info .mobile-bar {
    clear: both;
    width: 60%;
    margin: 80px auto;
    height: 1px;
    background: rgba(177, 177, 191, 0.5); }
    @media screen and (min-width: 768px) {
      .home-info .mobile-bar {
        display: none; } }
  .home-info .left, .home-info .right {
    padding: 15px 0; }
    @media screen and (min-width: 768px) {
      .home-info .left, .home-info .right {
        width: 50%;
        float: left; } }
    @media screen and (min-width: 992px) {
      .home-info .left, .home-info .right {
        padding: 25px 0; } }
    @media screen and (min-width: 1320px) {
      .home-info .left, .home-info .right {
        padding: 70px 0; } }
  @media screen and (min-width: 768px) {
    .home-info .right {
      width: 50%;
      float: right;
      margin-right: 0; } }
  .home-info h2 {
    padding: 0;
    font-size: 64px;
    line-height: 1em;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .home-info h2 {
        font-size: 100px; } }
    @media screen and (min-width: 1320px) {
      .home-info h2 {
        font-size: 120px; } }
    .home-info h2 .n5 {
      display: inline-block;
      -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
      -o-transform: translateY(25%);
      transform: translateY(25%); }
    .home-info h2 .n-small {
      display: inline-block;
      -webkit-transform: scaleY(0.64) translateY(18%);
      -ms-transform: scaleY(0.64) translateY(18%);
      -o-transform: scaleY(0.64) translateY(18%);
      transform: scaleY(0.64) translateY(18%); }
  .home-info p {
    width: 70%;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin: 20px auto 30px auto; }
    @media screen and (min-width: 992px) {
      .home-info p {
        font-size: 22px;
        line-height: 32px;
        width: 330px;
        margin: 35px auto; } }
    @media screen and (min-width: 1320px) {
      .home-info p {
        font-size: 24px;
        line-height: 34px;
        width: 400px; } }
  .home-info a {
    color: #8FCE00;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 18px; }
    .home-info a:hover {
      text-decoration: underline; }
    @media screen and (min-width: 992px) {
      .home-info a {
        font-size: 12px; } }
    @media screen and (min-width: 1320px) {
      .home-info a {
        font-size: 14px; } }

.home-section {
  padding: 60px 20px 45px 20px;
  color: #686D82;
  background: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .home-section {
      padding: 135px 0 90px 0; } }
  @media screen and (min-width: 1320px) {
    .home-section {
      padding: 150px 0 130px 0; } }
  .home-section .text {
    text-align: center;
    padding-top: 0; }
    @media screen and (min-width: 768px) {
      .home-section .text {
        width: 50%;
        float: left;
        text-align: left; } }
    @media screen and (min-width: 1320px) {
      .home-section .text {
        padding-top: 25px; } }
    .home-section .text p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 28px;
      color: #9998A9; }
      @media screen and (min-width: 992px) {
        .home-section .text p {
          font-size: 18px;
          line-height: 28px; } }
      @media screen and (min-width: 1320px) {
        .home-section .text p {
          font-size: 24px;
          line-height: 34px;
          margin-top: 35px; } }
      .home-section .text p:last-child {
        margin-bottom: 0; }
  .home-section .image {
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      .home-section .image {
        width: 50%;
        float: right;
        margin-right: 0;
        text-align: center;
        margin-bottom: 0; }
		
		 .home .home-section .image {
        width: 50%;
        float: right;
        margin-right: 0;
        text-align: center;
        margin-bottom: 0; }
		
		
        .home-section .image img {
          width: 66.6666666667%; } 

 .home .home-section .image img {
	 width: 100%;}
	 .home .home-section h1.title {    width: 110%;
    margin-left: 0;
    font-size: 82px;
   }
		.home .home-section h4.subtitle {
    margin-left: 8%;
    margin-top: -20px;
}
		.home .home-section .content {margin-left: 8%;margin-right: 5%;}
		.home .home-section .text p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 35px;
}
		
		.home .home-section {
    padding: 50px 0 130px 0;
}
		
		}
		
  .home-section h4.subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #9998A9;
    margin-bottom: 27px; }
    @media screen and (min-width: 768px) {
      .home-section h4.subtitle {
        margin-left: 16.6666666667%; } }
    @media screen and (min-width: 992px) {
      .home-section h4.subtitle {
        margin-left: 33.3333333333%;
        margin-bottom: 37px; } }
    @media screen and (min-width: 1320px) {
      .home-section h4.subtitle {
        margin-left: 33.3333333333%; } }
  .home-section h1.title {
    font-family: "big-caslon-fb",serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    font-size: 40px;
    line-height: 47px;
    color: #23223B;
    width: 75%; }
    @media screen and (min-width: 768px) {
      .home-section h1.title {
        margin-left: 8.3333333333%;
        font-size: 50px;
        line-height: 57px; } }
    @media screen and (min-width: 1320px) {
      .home-section h1.title {
        font-size: 80px;
        line-height: 80px; } }
  @media screen and (min-width: 768px) {
    .home-section .content {
      margin-left: 16.6666666667%; } }
  @media screen and (min-width: 992px) {
    .home-section .content {
      margin-left: 33.3333333333%; } }
  .home-section img {
    width: 100%;
    height: auto; }

.home-testimonials {
  padding: 45px 20px 85px 20px;
  color: #9998A9;
  background: #FFFFFF; }
  .home-testimonials .testimonials-title-xs {
    display: block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .home-testimonials .testimonials-title-xs {
        display: none; } }
  .home-testimonials .testimonials-title-sm {
    display: none; }
    @media screen and (min-width: 768px) {
      .home-testimonials .testimonials-title-sm {
        display: block; } }
  @media screen and (min-width: 768px) {
    .home-testimonials {
      padding: 90px 20px 130px 20px; } }
  @media screen and (min-width: 1320px) {
    .home-testimonials {
      padding: 130px 20px 150px 20px; } }
  .home-testimonials .text {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .home-testimonials .text {
        width: 58.3333333333%;
        float: right;
        margin-right: 0;
        text-align: left;
        padding: 0 0 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    .home-testimonials .text .name-position {
      margin-top: 10px; }
    .home-testimonials .text p {
      margin-top: 0;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 28px; }
  .home-testimonials .image {
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      .home-testimonials .image {
        margin-top: 20px;
        margin-bottom: 0;
        width: 41.6666666667%;
        float: left;
        text-align: center; }
        .home-testimonials .image img {
          width: 100%; } }
    @media screen and (min-width: 1320px) {
      .home-testimonials .image {
        margin-top: 0; } }
  .home-testimonials h4.title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    color: #B1B1BF; }
    @media screen and (min-width: 768px) {
      .home-testimonials h4.title {
        margin: 0 0 40px 60px; } }
    @media screen and (min-width: 1320px) {
      .home-testimonials h4.title {
        margin: 10px 0 25px 90px; } }
  .home-testimonials h1.company-name {
    font-family: "big-caslon-fb",serif;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #23223B;
    font-size: 55px;
    line-height: 74px; }
    @media screen and (min-width: 768px) {
      .home-testimonials h1.company-name {
        position: relative;
        width: 116.666666667%;
        left: -10%; } }
    @media screen and (min-width: 992px) {
      .home-testimonials h1.company-name {
        font-size: 82px;
        line-height: 112px;
        letter-spacing: 1.38px;
        width: 125%; } }
    @media screen and (min-width: 1320px) {
      .home-testimonials h1.company-name {
        font-size: 110px;
        line-height: 150px;
        letter-spacing: 0; } }
  .home-testimonials img {
    width: 100%;
    height: auto; }
  .home-testimonials .pager {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 30px 20px 0 20px;
    color: #B1B1BF; }
    @media screen and (min-width: 768px) {
      .home-testimonials .pager {
        margin: 40px 20px 20px 95px;
        display: block; } }
    @media screen and (min-width: 992px) {
      .home-testimonials .pager {
        margin-left: 90px; } }
    .home-testimonials .pager span {
      display: block;
      float: left; }
    .home-testimonials .pager .number {
      font-size: 22px;
      padding: 2px 25px; }
      .home-testimonials .pager .number .current {
        color: #23223B; }
  .home-testimonials blockquote {
    position: relative;
    margin: 30px 20px 0 20px;
    font-size: 18px !important;
    line-height: 28px !important;
    display: block; }
    @media screen and (min-width: 768px) {
      .home-testimonials blockquote {
        margin: 40px 20px 20px 95px; } }
    @media screen and (min-width: 992px) {
      .home-testimonials blockquote {
        font-size: 24px !important;
        line-height: 34px !important;
        width: 66.6666666667%;
        margin-left: 90px; } }
    .home-testimonials blockquote .start {
      background: url("../img/blockquote-start.png") no-repeat;
      width: 33px;
      height: 23px;
      position: absolute;
      left: -33px;
      top: -10px; }
      @media screen and (min-width: 768px) {
        .home-testimonials blockquote .start {
          left: -55px; } }
    .home-testimonials blockquote .end {
      background: url("../img/blockquote-end.png") no-repeat;
      width: 33px;
      height: 23px;
      position: absolute;
      right: -33px;
      bottom: -20px; }
    .home-testimonials blockquote p {
      margin-bottom: 0; }

.footer-link {
  background: #23223B no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 80px 0 105px 0;
  text-align: center; }
  .footer-link:hover a {
    background: url(../img/dotts.png) repeat-x bottom; }
  @media screen and (min-width: 768px) {
    .footer-link {
      padding: 145px 0; } }
  .footer-link.small {
    background-color: #2F2E47;
    padding: 80px 0 70px 0; }
    @media screen and (min-width: 768px) {
      .footer-link.small {
        padding: 50px 0 60px 0; } }
  .footer-link p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 4px;
    margin: 0 auto 32px auto;
    text-transform: uppercase;
    color: #9998A9; }
    @media screen and (min-width: 992px) {
      .footer-link p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 39px; } }
    @media screen and (min-width: 1320px) {
      .footer-link p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px; } }
  .footer-link a {
    font-family: "big-caslon-fb",serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
    text-decoration: none; }
    @media screen and (min-width: 992px) {
      .footer-link a {
        font-size: 60px;
        line-height: 57px; } }
    @media screen and (min-width: 1320px) {
      .footer-link a {
        font-size: 80px;
        line-height: 80px; } }
  .footer-link.small-title a {
    font-size: 28px; }
    @media screen and (min-width: 992px) {
      .footer-link.small-title a {
        font-size: 40px; } }

.footer-link-simple h1 {
  padding: 75px 35px 65px 35px; }
  @media screen and (min-width: 768px) {
    .footer-link-simple h1 {
      padding: 75px 0 65px 0; } }

.footer-link-simple a {
  font-family: "big-caslon-fb",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  color: #23223B;
  text-decoration: none;
  border-bottom: 2px dotted #B1B1BF; }

.latest .btn-all {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .latest .btn-all:hover {
    background: #23223B;
    color: #FFFFFF !important; }

.latest .page-title {
  font-size: 40px; }
  @media screen and (min-width: 768px) {
    .latest .page-title {
      font-size: 80px; } }

.latest #news-section .l-section-content,
.latest #podcasts-section .l-section-content,
.latest #events-section .l-section-content {
  margin-bottom: 28px; }
  @media screen and (min-width: 768px) {
    .latest #news-section .l-section-content,
    .latest #podcasts-section .l-section-content,
    .latest #events-section .l-section-content {
      margin-bottom: 33px; } }
  @media screen and (min-width: 992px) {
    .latest #news-section .l-section-content,
    .latest #podcasts-section .l-section-content,
    .latest #events-section .l-section-content {
      margin-bottom: 150px; } }

.latest .l-side-nav-left {
  display: none;
  padding-top: 80px; }
  @media screen and (min-width: 992px) {
    .latest .l-side-nav-left {
      display: block;
      width: 25%;
      float: left; } }
  .latest .l-side-nav-left ul {
    list-style: none;
    padding: 0; }
    .latest .l-side-nav-left ul.fixed {
      position: fixed;
      text-align: left;
      top: 85px; }
    .latest .l-side-nav-left ul.bottom {
      position: absolute; }
    .latest .l-side-nav-left ul li {
      padding-bottom: 8px; }
    .latest .l-side-nav-left ul a {
      color: #E9E9E9;
      text-decoration: none;
      font-size: 44px;
      font-family: "big-caslon-fb",serif;
      font-style: normal;
      font-weight: 400; }
      @media screen and (min-width: 1320px) {
        .latest .l-side-nav-left ul a {
          font-size: 56px; } }
      .latest .l-side-nav-left ul a.current, .latest .l-side-nav-left ul a:hover {
        color: #23223B; }

.latest .l-content-right {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 992px) {
    .latest .l-content-right {
      width: 75%;
      float: right;
      margin-right: 0; } }
  .latest .l-content-right .latest-section-header-sm {
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    display: block; }
    @media screen and (min-width: 768px) {
      .latest .l-content-right .latest-section-header-sm {
        font-size: 35px;
        padding-bottom: 32px; } }
    @media screen and (min-width: 992px) {
      .latest .l-content-right .latest-section-header-sm {
        display: none; } }
  .latest .l-content-right .latest-section-footer-sm {
    display: block;
    text-align: center;
    margin-bottom: 55px; }
    @media screen and (min-width: 768px) {
      .latest .l-content-right .latest-section-footer-sm {
        margin-bottom: 90px; } }
    @media screen and (min-width: 992px) {
      .latest .l-content-right .latest-section-footer-sm {
        display: none; } }
    .latest .l-content-right .latest-section-footer-sm a {
      color: #23223B;
      border: 1px solid #E9E9E9;
      padding: 15px 15px;
      text-decoration: none;
      width: 100%;
      text-align: center;
      letter-spacing: 2px;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .latest .l-content-right .latest-section-footer-sm a {
          width: 250px; } }
  .latest .l-content-right .latest-section-header-md {
    display: none; }
    @media screen and (min-width: 992px) {
      .latest .l-content-right .latest-section-header-md {
        display: block; } }
    .latest .l-content-right .latest-section-header-md h4 {
      color: #A9A9B8;
      margin: 0;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      border-bottom: 1px solid #E9E9E9;
      float: left;
      width: 75%;
      padding: 16px 0;
      letter-spacing: 2px;
      font-size: 14px; }
    .latest .l-content-right .latest-section-header-md a {
      color: #23223B;
      border: 1px solid #E9E9E9;
      padding: 15px 15px;
      text-decoration: none;
      float: right;
      width: 20%;
      text-align: center;
      letter-spacing: 2px;
      font-size: 14px; }
  .latest .l-content-right .l-section-content {
    margin-top: 30px;
    margin-bottom: 33px; }
    @media screen and (min-width: 992px) {
      .latest .l-content-right .l-section-content {
        margin-bottom: 75px; } }
  .latest .l-content-right .box-date {
    color: #C1BFD5;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: "big-caslon-fb",serif;
    font-style: normal;
    font-weight: 400; }
  .latest .l-content-right .box-title {
    color: #23223B; }
  .latest .l-content-right .news-box .box-title, .latest .l-content-right .podcast-box .box-title {
    padding-top: 15px;
    line-height: 30px; }
  .latest .l-content-right .box-image {
    min-height: 300px; }
  .latest .l-content-right .news-box, .latest .l-content-right .podcast-box {
    position: relative; }
    .latest .l-content-right .news-box .box-title, .latest .l-content-right .podcast-box .box-title {
      padding-top: 15px;
      line-height: 30px; }
    .latest .l-content-right .news-box.on .box-title, .latest .l-content-right .podcast-box.on .box-title {
      text-decoration: underline; }
    .latest .l-content-right .news-box .overlay, .latest .l-content-right .podcast-box .overlay {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #23223B;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      z-index: 100; }
    .latest .l-content-right .news-box.on .overlay, .latest .l-content-right .podcast-box.on .overlay {
      display: block;
      opacity: 0.8; }
  .latest .l-content-right .resource-box {
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    background: #FBFAFF;
    width: 100%;
    float: right;
    margin-right: 0;
    min-height: 300px;
    padding: 0 25px;
    margin-bottom: 25px; }
    .latest .l-content-right .resource-box .box-title {
      color: #23223B;
      font-size: 30px;
      padding-top: 30px; }
    .latest .l-content-right .resource-box.resources-xs {
      display: none; }
      @media screen and (min-width: 768px) {
        .latest .l-content-right .resource-box.resources-xs {
          display: block; } }
    @media screen and (min-width: 768px) {
      .latest .l-content-right .resource-box:hover {
        background: #23223B; }
        .latest .l-content-right .resource-box:hover .box-title {
          color: #FFFFFF; }
        .latest .l-content-right .resource-box:hover .box-date {
          color: #FFFFFF; } }
  @media screen and (min-width: 768px) {
    .latest .l-content-right .resource-box {
      width: 31.25%;
      float: left;
      margin-right: 3.125%; }
    .latest .l-content-right .resource-box.third {
      width: 31.25%;
      float: right;
      margin-right: 0; } }
  .latest .l-content-right .news-box {
    width: 100%;
    float: right;
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .latest .l-content-right .news-box {
      width: 48.4407484407%;
      float: left;
      margin-right: 3.1185031185%; }
    .latest .l-content-right .news-box.second {
      width: 48.4407484407%;
      float: right;
      margin-right: 0; } }
  .latest .l-content-right .podcast-box {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 25px; }
    .latest .l-content-right .podcast-box .box-title {
      color: #23223B; }
  @media screen and (min-width: 768px) {
    .latest .l-content-right .podcast-box {
      width: 31.25%;
      float: left;
      margin-right: 3.125%; }
    .latest .l-content-right .podcast-box.third {
      width: 31.25%;
      float: right;
      margin-right: 0; } }
  .latest .l-content-right .event-box {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 25px;
    position: relative; }
    .latest .l-content-right .event-box .box-date-wrap {
      position: relative; }
    .latest .l-content-right .event-box .box-title {
      color: #23223B;
      line-height: 30px; }
    .latest .l-content-right .event-box .box-date {
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s;
      background-color: #FDFAF6;
      min-height: 290px;
      text-align: center;
      position: relative; }
      .latest .l-content-right .event-box .box-date .date {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .latest .l-content-right .event-box .box-date .day {
        padding: 0 5px 2px;
        display: inline-block;
        letter-spacing: 5px;
        border-bottom: 1px solid #23223B;
        color: #23223B;
        text-transform: uppercase;
        font-size: 40px; }
      .latest .l-content-right .event-box .box-date .month {
        color: #23223B;
        margin: 0;
        padding-top: 10px;
        letter-spacing: 5px;
        text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .latest .l-content-right .event-box:hover .box-date {
        background: #F7EDE3; }
      .latest .l-content-right .event-box:hover .box-title {
        text-decoration: underline; } }
  @media screen and (min-width: 768px) {
    .latest .l-content-right .event-box {
      width: 31.25%;
      float: left;
      margin-right: 3.125%; }
    .latest .l-content-right .event-box.third {
      width: 31.25%;
      float: right;
      margin-right: 0; } }

.about-intro {
  padding-top: 45px;
  padding-bottom: 20px;
  background: #FFFFFF;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .about-intro {
      padding-top: 40px; } }
  @media screen and (min-width: 1320px) {
    .about-intro {
      padding-top: 40px; } }
  .about-intro h1 {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px 0;
    color: #23223B; }
    @media screen and (min-width: 768px) {
      .about-intro h1 {
        width: 80%; } }
    @media screen and (min-width: 1320px) {
      .about-intro h1 {
        width: 65%;
        font-size: 60px; } }
  .about-intro p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 15px auto;
    color: #686D82;
    width: 90%; }
    @media screen and (min-width: 768px) {
      .about-intro p {
        width: 60%; } }
    @media screen and (min-width: 992px) {
      .about-intro p {
        margin-bottom: 20px; } }
    @media screen and (min-width: 1320px) {
      .about-intro p {
        margin-bottom: 45px;
        width: 41%; } }
  .about-intro img {
    width: 100%;
    padding: 15px 20px; }
    @media screen and (min-width: 992px) {
      .about-intro img {
        padding: 15px 0; } }

.about-team, .about-experts {
  background: #FFFFFF; }
  .about-team .container, .about-experts .container {
    position: relative; }
  .about-team .col-1, .about-experts .col-1 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    .about-team .col-1 .overlay, .about-experts .col-1 .overlay {
      -webkit-transform: translate(15%, 15%);
      -ms-transform: translate(15%, 15%);
      -o-transform: translate(15%, 15%);
      transform: translate(15%, 15%); }
    @media screen and (min-width: 992px) {
      .about-team .col-1, .about-experts .col-1 {
        width: 33.3333333333%;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .about-team .col-1, .about-experts .col-1 {
        width: 25%;
        float: left; } }
  .about-team .col-2, .about-experts .col-2 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px; }
    .about-team .col-2 .overlay, .about-experts .col-2 .overlay {
      -webkit-transform: translate(-15%, 15%);
      -ms-transform: translate(-15%, 15%);
      -o-transform: translate(-15%, 15%);
      transform: translate(-15%, 15%); }
    @media screen and (min-width: 992px) {
      .about-team .col-2, .about-experts .col-2 {
        width: 33.3333333333%;
        float: left;
        margin-top: 70px; } }
    @media screen and (min-width: 1320px) {
      .about-team .col-2, .about-experts .col-2 {
        width: 25%;
        float: left; } }
  .about-team .col-3, .about-experts .col-3 {
    display: none;
    padding-left: 10px;
    padding-right: 10px; }
    .about-team .col-3 .overlay, .about-experts .col-3 .overlay {
      -webkit-transform: translate(15%, 15%);
      -ms-transform: translate(15%, 15%);
      -o-transform: translate(15%, 15%);
      transform: translate(15%, 15%); }
    @media screen and (min-width: 992px) {
      .about-team .col-3, .about-experts .col-3 {
        display: block;
        width: 33.3333333333%;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .about-team .col-3, .about-experts .col-3 {
        width: 25%;
        float: left; } }
  .about-team .col-4, .about-experts .col-4 {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 70px; }
    .about-team .col-4 .overlay, .about-experts .col-4 .overlay {
      -webkit-transform: translate(-15%, 15%);
      -ms-transform: translate(-15%, 15%);
      -o-transform: translate(-15%, 15%);
      transform: translate(-15%, 15%); }
    @media screen and (min-width: 1320px) {
      .about-team .col-4, .about-experts .col-4 {
        display: block;
        width: 25%;
        float: right;
        margin-right: 0; } }
  .about-team h4, .about-experts h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.14px;
    color: #23223B;
    margin: 10px 0 15px 0;
    padding: 0; }
    @media screen and (min-width: 992px) {
      .about-team h4, .about-experts h4 {
        font-size: 12px;
        position: relative;
        display: inline-block;
        letter-spacing: 4px;
        -webkit-transform: translateY(100%) rotate(-90deg) translateX(-100%);
        -ms-transform: translateY(100%) rotate(-90deg) translateX(-100%);
        -o-transform: translateY(100%) rotate(-90deg) translateX(-100%);
        transform: translateY(100%) rotate(-90deg) translateX(-100%);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        margin: 0; } }
    @media screen and (min-width: 1320px) {
      .about-team h4, .about-experts h4 {
        font-size: 14px; } }
  .about-team ul, .about-experts ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .about-team li, .about-experts li {
    margin-bottom: 20px;
    position: relative;
    overflow: visible; }
  @media screen and (min-width: 992px) {
    .about-team .members, .about-experts .members {
      padding: 0 50px; } }
  .about-team .members img, .about-experts .members img {
    width: 100%;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .about-team .members li:hover > a > img, .about-experts .members li:hover > a > img {
    opacity: 0.9; }
  .about-team .members .overlay, .about-experts .members .overlay {
    background: #FFFFFF;
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%;
    opacity: 0;
    bottom: 0;
    min-height: 50%;
    padding: 23px 18px;
    z-index: 4; }
    @media screen and (min-width: 992px) {
      .about-team .members .overlay, .about-experts .members .overlay {
        padding: 45px 35px; } }
    .about-team .members .overlay.on, .about-experts .members .overlay.on {
      opacity: 1; }
    .about-team .members .overlay h3.title, .about-team .members .overlay h3.title a, .about-experts .members .overlay h3.title, .about-experts .members .overlay h3.title a {
      font-size: 18px;
      line-height: 24px;
      color: #23223B;
      margin: 0 0 12px 0;
      padding: 0;
      text-decoration: none; }
      @media screen and (min-width: 992px) {
        .about-team .members .overlay h3.title, .about-team .members .overlay h3.title a, .about-experts .members .overlay h3.title, .about-experts .members .overlay h3.title a {
          font-size: 30px;
          line-height: 36px; } }
    .about-team .members .overlay p.position, .about-team .members .overlay p.position a, .about-experts .members .overlay p.position, .about-experts .members .overlay p.position a {
      color: #23223B;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: 10px;
      line-height: 15px;
      text-decoration: none; }
      @media screen and (min-width: 992px) {
        .about-team .members .overlay p.position, .about-team .members .overlay p.position a, .about-experts .members .overlay p.position, .about-experts .members .overlay p.position a {
          font-family: 'Open Sans', sans-serif;
          font-weight: 400;
          font-size: 12px;
          line-height: 18px;
          letter-spacing: 3px; } }
    .about-team .members .overlay p.position a, .about-experts .members .overlay p.position a {
      border-bottom: 1px solid #8FCE00; }
  @media screen and (min-width: 992px) {
    .about-team .experts, .about-experts .experts {
      padding: 0 50px; } }
  .about-team .experts li, .about-experts .experts li {
    background: #FBFAFF;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    height: 168px;
    padding: 15px; }
    @media screen and (min-width: 992px) {
      .about-team .experts li, .about-experts .experts li {
        height: 230px; } }
  .about-team .experts img, .about-experts .experts img {
    width: 30px;
    height: 30px;
    border-radius: 15px; }
    @media screen and (min-width: 992px) {
      .about-team .experts img, .about-experts .experts img {
        width: 40px;
        height: 40px;
        border-radius: 20px; } }
  .about-team .experts h3.title, .about-team .experts h3.title a, .about-experts .experts h3.title, .about-experts .experts h3.title a {
    font-size: 18px;
    line-height: 24px;
    color: #23223B;
    margin: 12px 0;
    padding: 0;
    text-decoration: none;
    padding-right: 40%; }
    @media screen and (min-width: 992px) {
      .about-team .experts h3.title, .about-team .experts h3.title a, .about-experts .experts h3.title, .about-experts .experts h3.title a {
        font-size: 30px;
        line-height: 36px;
        margin: 12px 0 25px; } }
  .about-team .experts p.position, .about-team .experts p.position a, .about-experts .experts p.position, .about-experts .experts p.position a {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    color: #23223B;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.5px; }
    @media screen and (min-width: 992px) {
      .about-team .experts p.position, .about-team .experts p.position a, .about-experts .experts p.position, .about-experts .experts p.position a {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 3px; } }
  .about-team .experts p.position a, .about-experts .experts p.position a {
    border-bottom: 1px solid #8FCE00; }
  .about-team .experts .position, .about-experts .experts .position {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #FFFFFF;
    display: inline; }
  .about-team .experts li.on, .about-experts .experts li.on {
    background: #23223B; }
    .about-team .experts li.on .position, .about-experts .experts li.on .position {
      opacity: 1; }
    .about-team .experts li.on h3.title a, .about-team .experts li.on p.position a, .about-experts .experts li.on h3.title a, .about-experts .experts li.on p.position a {
      color: #FFFFFF; }

.about-team h1 {
  text-align: center;
  font-size: 40px;
  padding: 40px 0;
  color: #23223B; }
  @media screen and (min-width: 768px) {
    .about-team h1 {
      font-size: 60px; } }
  @media screen and (min-width: 992px) {
    .about-team h1 {
      padding: 60px 0; } }
  @media screen and (min-width: 1320px) {
    .about-team h1 {
      font-size: 80px;
      padding: 80px 0 70px 0; } }

.about-experts {
  padding-top: 45px;
  padding-bottom: 50px; }
  @media screen and (min-width: 992px) {
    .about-experts {
      padding-bottom: 90px; } }
  @media screen and (min-width: 1320px) {
    .about-experts {
      padding-bottom: 110px; } }
  .about-experts .position {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px; }

#team-popup, #experts-popup {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media screen and (min-width: 992px) {
    #team-popup, #experts-popup {
      padding: 110px 90px; } }
  #team-popup .anim-wrapper, #experts-popup .anim-wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  #team-popup.anim .anim-wrapper, #experts-popup.anim .anim-wrapper {
    opacity: 1; }
  #team-popup .close, #experts-popup .close {
    background: url(../img/close.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: fixed;
    top: 35px;
    right: 35px; }
    @media screen and (min-width: 992px) {
      #team-popup .close, #experts-popup .close {
        top: 110px;
        right: 90px; } }
  @media screen and (min-width: 992px) {
    #team-popup .wrap, #experts-popup .wrap {
      margin-left: 50%;
      width: 41.6666666667%; } }
  #team-popup .name, #experts-popup .name {
    color: #23223B;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    width: 70%;
    padding: 0; }
    @media screen and (min-width: 992px) {
      #team-popup .name, #experts-popup .name {
        font-size: 80px;
        line-height: 80px;
        text-align: left; } }
  #team-popup .image, #experts-popup .image {
    text-align: center; }
  #team-popup .social, #experts-popup .social {
    margin-top: 15px;
    margin-bottom: 30px; }
    #team-popup .social .linkedin, #team-popup .social .twitter, #experts-popup .social .linkedin, #experts-popup .social .twitter {
      background-image: url(../img/social-spritesheet.png);
      background-repeat: no-repeat;
      display: inline-block;
      width: 30px;
      height: 29px;
      margin-right: 5px; }
    #team-popup .social .linkedin, #experts-popup .social .linkedin {
      background-position: -5px -5px; }
      #team-popup .social .linkedin:hover, #experts-popup .social .linkedin:hover {
        background-position: -45px -5px; }
    #team-popup .social .twitter, #experts-popup .social .twitter {
      background-position: -337px -5px; }
      #team-popup .social .twitter:hover, #experts-popup .social .twitter:hover {
        background-position: -377px -5px; }
    #team-popup .social.big .linkedin, #team-popup .social.big .twitter, #experts-popup .social.big .linkedin, #experts-popup .social.big .twitter {
      width: 53px;
      height: 53px; }
    #team-popup .social.big .linkedin, #experts-popup .social.big .linkedin {
      background-position: -85px -5px; }
      #team-popup .social.big .linkedin:hover, #experts-popup .social.big .linkedin:hover {
        background-position: -148px -5px; }
    #team-popup .social.big .twitter, #experts-popup .social.big .twitter {
      background-position: -211px -5px; }
      #team-popup .social.big .twitter:hover, #experts-popup .social.big .twitter:hover {
        background-position: -274px -5px; }
  #team-popup .image .social, #experts-popup .image .social {
    display: none; }
    @media screen and (min-width: 992px) {
      #team-popup .image .social, #experts-popup .image .social {
        display: block;
        text-align: left; } }
  #team-popup .position, #experts-popup .position {
    font-size: 11px;
    line-height: 18px;
    color: #23223B;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      #team-popup .position, #experts-popup .position {
        font-size: 14px;
        letter-spacing: 4px; } }
  #team-popup .content, #experts-popup .content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #686D82; }
  #team-popup .content a, #experts-popup .content a {
    color: #8FCE00; }

.team-popup .name {
  position: absolute;
  top: 90px;
  z-index: 11;
  margin-left: 15%; }
  @media screen and (min-width: 992px) {
    .team-popup .name {
      position: relative;
      left: -16.6666666667%;
      margin: 0;
      width: 116.666666667%; } }

.team-popup .image {
  margin-top: 160px; }
  .team-popup .image img {
    width: 100%; }
  @media screen and (min-width: 992px) {
    .team-popup .image {
      position: absolute;
      left: 90px;
      top: 110px;
      width: 41.6666666667%;
      margin: 0; } }

@media screen and (min-width: 992px) {
  .team-popup .social {
    display: none; } }

@media screen and (min-width: 992px) {
  .team-popup .position {
    position: relative;
    top: 130px; } }

@media screen and (min-width: 992px) {
  .team-popup .content {
    position: relative;
    top: 150px; } }

.experts-popup .name {
  margin: 80px auto 0 auto; }
  @media screen and (min-width: 992px) {
    .experts-popup .name {
      margin-left: 25%;
      clear: both; } }

.experts-popup .image {
  margin-top: 35px; }
  .experts-popup .image img {
    width: 130px;
    height: 130px;
    border-radius: 65px; }
  @media screen and (min-width: 992px) {
    .experts-popup .image {
      margin-left: 25%;
      width: 16.6666666667%;
      float: left;
      text-align: left; } }

@media screen and (min-width: 992px) {
  .experts-popup .social.xs {
    display: none; } }

@media screen and (min-width: 992px) {
  .experts-popup .position {
    margin-top: 50px; } }

.about-testimonials {
  background: #23223B; }
  @media screen and (min-width: 992px) {
    .about-testimonials {
      padding-bottom: 50px; } }
  .about-testimonials .container {
    position: relative; }
  .about-testimonials .text {
    text-align: center;
    padding-top: 45px;
    color: #B1B1BF; }
    @media screen and (min-width: 992px) {
      .about-testimonials .text {
        width: 50%;
        float: left;
        text-align: left;
        padding-top: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    .about-testimonials .text p {
      font-weight: 300;
      font-size: 18px;
      line-height: 28px; }
    @media screen and (min-width: 992px) {
      .about-testimonials .text h4 {
        margin-left: 16.6666666667%; } }
  .about-testimonials .investors {
    padding-top: 45px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .about-testimonials .investors {
        width: 50%;
        float: left;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0; } }
    .about-testimonials .investors .inner {
      background: #2F2E47;
      padding-bottom: 50px; }
    .about-testimonials .investors h4 {
      padding-top: 90px; }
      @media screen and (min-width: 992px) {
        .about-testimonials .investors h4 {
          padding-top: 45px; } }
    .about-testimonials .investors ul {
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none;
      text-align: center; }
    .about-testimonials .investors li {
      width: 50%;
      float: left;
      margin-bottom: 40px; }
      .about-testimonials .investors li.break {
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0; }
  .about-testimonials h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 45px 0 45px 0;
    color: #B1B1BF; }
    @media screen and (min-width: 768px) {
      .about-testimonials h4 {
        font-size: 12px;
        line-height: 18px; } }
  .about-testimonials h1 {
    color: #FFFFFF;
    padding: 0;
    font-family: "big-caslon-fb",serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 40px;
    line-height: 47px;
    word-break: break-all; }
  .about-testimonials blockquote {
    position: relative;
    margin: 20px;
    font-size: 18px !important;
    line-height: 28px !important;
    display: block; }
    @media screen and (min-width: 992px) {
      .about-testimonials blockquote {
        font-size: 24px !important;
        line-height: 34px !important;
        width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .about-testimonials blockquote .end {
      background: url("../img/blockquote-dark.png") no-repeat;
      width: 54px;
      height: 37px;
      position: absolute;
      right: -10px;
      bottom: -40px; }
  .about-testimonials .pager {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: inline-block;
    margin: 20px;
    color: #B1B1BF; }
    @media screen and (min-width: 992px) {
      .about-testimonials .pager {
        width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .about-testimonials .pager span {
      display: block;
      float: left; }
    .about-testimonials .pager .number {
      font-size: 22px;
      padding: 6px 25px; }
      .about-testimonials .pager .number .current {
        color: #FFFFFF; }

.about-investors {
  background: #23223B;
  text-align: center;
  padding: 70px 0 30px 0; }
  @media screen and (min-width: 768px) {
    .about-investors {
      /* padding-bottom: 80px; */ } }
  @media screen and (min-width: 992px) {
    .about-investors {
      padding-top: 95px; } }
  @media screen and (min-width: 1320px) {
    .about-investors {
      padding-top: 130px; } }
  .about-investors h1 {
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 40px;
    line-height: 47px;
    color: white; }
    @media screen and (min-width: 992px) {
      .about-investors h1 {
        font-size: 60px;
        line-height: 80px; } }
    @media screen and (min-width: 1320px) {
      .about-investors h1 {
        font-size: 80px;
        margin: 0 0 57px 0; } }
  .about-investors h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #686D82;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0 auto 60px auto;
    width: 80%; }
    @media screen and (min-width: 992px) {
      .about-investors h3 {
        font-size: 20px;
        line-height: 30px; } }
    @media screen and (min-width: 1320px) {
      .about-investors h3 {
        font-size: 24px;
        line-height: 34px;
        width: 500px;
        margin-bottom: 90px; } }
  .about-investors .filters {
    margin-bottom: 20px;
    display: none; }
    @media screen and (min-width: 768px) {
      .about-investors .filters {
        display: block; } }
    .about-investors .filters button {
      background: #FFFFFF;
      border: 1px solid #E9E9E9;
      padding: 15px 23px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 3px;
      margin: 0 12.5px;
      color: #23223B; }
      .about-investors .filters button:hover {
        border-color: #23223B; }
      .about-investors .filters button.active {
        border-color: #8FCE00; }
  .about-investors .filters-mobile {
    padding: 20px 25px;
    line-height: 21px;
    font-size: 12px;
    letter-spacing: 3px;
    border: 1px solid #E9E9E9;
    background: #FFFFFF;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    cursor: pointer;
    color: #23223B; }
    @media screen and (min-width: 768px) {
      .about-investors .filters-mobile {
        display: none; } }
    .about-investors .filters-mobile img {
      vertical-align: bottom;
      float: right; }
  .about-investors .results {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    list-style: none;
    text-align: center;
    color: #686D82;
    font-size: 18px;
    line-height: 22px;
    padding: 35px 0 30px 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .about-investors .results {
        text-align: left;
        width: 83.3333333333%;
        float: left;
        margin-left: 8.3333333333%;
        margin-right: 8.3333333333%;
        padding-top: 40px;
        font-size: 14px;
        line-height: 20px; } }
    @media screen and (min-width: 1320px) {
      .about-investors .results {
        font-size: 18px;
        line-height: 26px; } }
    .about-investors .results li {
      padding: 5px 10px; }
      @media screen and (min-width: 768px) {
        .about-investors .results li {
          width: 25%;
          display: inline-block;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 5px 10px; } }
      .about-investors .results li a {
        color: inherit;
        text-decoration: none; }
        .about-investors .results li a:hover {
          color: #23223B;
          text-decoration: underline; }
  .about-investors .pager {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center; }
    .about-investors .pager li {
      float: left;
      margin: 10px;
      color: #B1B1BF;
      font-size: 14px;
      border-bottom: 1px solid #B1B1BF; }
      .about-investors .pager li.first, .about-investors .pager li.last {
        border-bottom: none; }
        .about-investors .pager li.first a, .about-investors .pager li.last a {
          width: 100%;
          display: block;
          color: inherit; }
      .about-investors .pager li.active {
        color: #23223B;
        font-size: 24px;
        border-bottom-color: #23223B; }
      .about-investors .pager li:hover {
        color: #23223B;
        border-bottom-color: #23223B; }
    .about-investors .pager a {
      color: inherit;
      text-decoration: none;
      line-height: 33px; }

#about-investors-popup {
  color: #FFFFFF;
  text-align: center !important; }
  #about-investors-popup .close {
    background: url(../img/close-white.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 20px;
    right: 20px; }
  #about-investors-popup .title {
    margin: 0 0 40px 0; }
  #about-investors-popup ul.categories {
    list-style: none;
    margin: 0;
    padding: 0; }
  #about-investors-popup li {
    margin-bottom: 15px; }
  #about-investors-popup a {
    color: inherit;
    text-decoration: none; }
    #about-investors-popup a.active {
      border-bottom: 1px solid #FFFFFF; }

.startups-intro {
  padding: 45px 0 5px 0;
  background: #FFFFFF;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .startups-intro {
      padding: 40px 0 35px 0; } }
  @media screen and (min-width: 1320px) {
    .startups-intro {
      padding: 40px 0 90px 0; } }
  .startups-intro h1, .startups-intro h3 {
    width: 90%;
    margin: 0 auto;
    color: #23223B;
    padding: 0;
    font-size: 40px;
    line-height: 47px; }
    @media screen and (min-width: 768px) {
      .startups-intro h1, .startups-intro h3 {
        width: 80%; } }
    @media screen and (min-width: 1320px) {
      .startups-intro h1, .startups-intro h3 {
        width: 65%;
        font-size: 60px; } }
  .startups-intro h3 {
    font-size: 30px;
    line-height: 36px; }
    @media screen and (min-width: 768px) {
      .startups-intro h3 {
        font-size: 40px;
        line-height: 47px; } }
  .startups-intro .text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 20px 20px 65px 20px;
    color: #9998A9;
    font-size: 18px;
    line-height: 28px; }
    @media screen and (min-width: 768px) {
      .startups-intro .text {
        font-size: 20px;
        line-height: 34px;
        width: 480px;
        margin: 35px auto 65px auto; } }
    @media screen and (min-width: 1320px) {
      .startups-intro .text {
        margin: 45px auto 75px auto;
        width: 42%;
        font-size: 24px;
        line-height: 34px; } }
  .startups-intro .carousel-wrapper {
    position: relative;
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .startups-intro .carousel-wrapper {
        margin-top: 25px; } }
  .startups-intro .startups-carousel {
    width: 83.3333333333%;
    float: left;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%; }
  .startups-intro .cycle-prev, .startups-intro .cycle-next {
    position: absolute;
    top: 80px; }
  .startups-intro .cycle-prev {
    left: 10px; }
  .startups-intro .cycle-next {
    right: 10px; }
  .startups-intro .item {
    width: 157px;
    padding: 25px;
    vertical-align: top; }
    .startups-intro .item .label {
      font-size: 14px;
      color: #9998A9;
      line-height: 21px;
      margin-top: 25px;
      font-weight: bold;
      white-space: normal; }
  .startups-intro .image-wrapper {
    border: 1px solid #E9E9E9;
    width: 100%;
    height: 125px;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .startups-intro .image-wrapper .exit {
      position: absolute;
      width: 50px;
      height: 25px;
      right: -3px;
      top: 10px;
      background: url(../img/exit_lozenge.svg);
      -webkit-background-size: 50px 25px;
      background-size: 50px 25px;
      z-index: 1; }
    .startups-intro .image-wrapper .image-holder {
      width: 100%;
      height: 100%; }
      .startups-intro .image-wrapper .image-holder:before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
      .startups-intro .image-wrapper .image-holder img {
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
        display: inline-block;
        vertical-align: middle; }

.startups-list {
  background: #F8F8F8;
  text-align: center;
  padding: 50px 20px 100px 20px; }
  @media screen and (min-width: 992px) {
    .startups-list {
      padding: 75px 0 110px 0; } }
  @media screen and (min-width: 1320px) {
    .startups-list {
      padding: 70px 0 125px 0; } }
  .startups-list .filters-toggle {
    padding: 15px 50px 15px 20px;
    line-height: 17px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 3px;
    border: 1px solid #E9E9E9;
    background: #F8F8F8;
    margin: 0 auto 60px 0;
    text-align: left;
    cursor: pointer;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .startups-list .filters-toggle:hover {
      border-color: #23223B; }
    @media screen and (min-width: 992px) {
      .startups-list .filters-toggle {
        width: 250px;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 70px; } }
    .startups-list .filters-toggle img {
      vertical-align: bottom;
      position: absolute;
      right: 20px;
      top: 12px; }
  .startups-list .filters {
    margin-bottom: 60px;
    display: none; }
    .startups-list .filters a {
      text-transform: uppercase;
      text-align: left;
      text-decoration: none;
      color: #9998A9;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 3px;
      margin-bottom: 12px;
      width: 24%;
      float: left; }
      .startups-list .filters a.active {
        color: #23223B; }
      .startups-list .filters a:hover {
        color: #23223B;
        border-color: #23223B;
        text-decoration: underline; }
  .startups-list .results {
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .startups-list .results.anim {
      opacity: 0;
      visibility: hidden; }
    @media screen and (min-width: 992px) {
      .startups-list .results {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .startups-list .results:after {
          content: " ";
          display: block;
          clear: both; } }
    @media screen and (min-width: 1320px) {
      .startups-list .results {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .startups-list .results:after {
          content: " ";
          display: block;
          clear: both; } }
    .startups-list .results li.company-item {
      position: relative;
      background: #FFFFFF;
      height: 230px;
      margin-bottom: 27px;
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s; }
      .startups-list .results li.company-item.on {
        background: #23223B; }
      @media screen and (min-width: 992px) {
        .startups-list .results li.company-item {
          height: 274px;
          width: 23.4507897934%;
          float: left; }
          .startups-list .results li.company-item:nth-child(4n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .startups-list .results li.company-item:nth-child(4n + 2) {
            margin-left: 25.5164034022%;
            margin-right: -100%;
            clear: none; }
          .startups-list .results li.company-item:nth-child(4n + 3) {
            margin-left: 51.0328068044%;
            margin-right: -100%;
            clear: none; }
          .startups-list .results li.company-item:nth-child(4n + 4) {
            margin-left: 76.5492102066%;
            margin-right: -100%;
            clear: none; } }
      @media screen and (min-width: 1320px) {
        .startups-list .results li.company-item {
          width: 18.4688995215%;
          float: left; }
          .startups-list .results li.company-item:nth-child(5n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .startups-list .results li.company-item:nth-child(5n + 2) {
            margin-left: 20.3827751196%;
            margin-right: -100%;
            clear: none; }
          .startups-list .results li.company-item:nth-child(5n + 3) {
            margin-left: 40.7655502392%;
            margin-right: -100%;
            clear: none; }
          .startups-list .results li.company-item:nth-child(5n + 4) {
            margin-left: 61.1483253589%;
            margin-right: -100%;
            clear: none; }
          .startups-list .results li.company-item:nth-child(5n + 5) {
            margin-left: 81.5311004785%;
            margin-right: -100%;
            clear: none; } }
      .startups-list .results li.company-item .exit {
        position: absolute;
        width: 50px;
        height: 25px;
        right: -3px;
        top: 10px;
        background: url(../img/exit_lozenge.svg);
        -webkit-background-size: 50px 25px;
        background-size: 50px 25px;
        z-index: 1; }
      .startups-list .results li.company-item img {
        height: auto;
        max-height: 70px;
        width: auto;
        max-width: 170px;
        position: absolute;
        top: 30px;
        left: 30px; }
      .startups-list .results li.company-item.on img {
        opacity: 0; }
      .startups-list .results li.company-item .title {
        font-family: "big-caslon-fb",serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        color: #23223B;
        position: absolute;
        bottom: 30px;
        left: 30px;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
      .startups-list .results li.company-item.on .title {
        color: #FFFFFF; }
      .startups-list .results li.company-item .excerpt {
        display: none;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        color: #9998A9;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        text-align: left;
        position: absolute;
        top: 30px;
        left: 30px;
        width: 75%; }
      .startups-list .results li.company-item.on .excerpt {
        display: block;
        opacity: 1; }
  .startups-list .pager {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .startups-list .pager li {
      display: inline-block;
      margin: 10px;
      color: #B1B1BF;
      font-size: 14px;
      border-bottom: 1px solid #B1B1BF;
      float: left; }
      .startups-list .pager li.first, .startups-list .pager li.last {
        border-bottom: none; }
        .startups-list .pager li.first a, .startups-list .pager li.last a {
          width: 100%;
          display: block;
          color: inherit; }
      .startups-list .pager li.active {
        color: #23223B;
        font-size: 24px;
        border-bottom-color: #23223B; }
      .startups-list .pager li:hover {
        color: #23223B;
        border-bottom-color: #23223B; }
    .startups-list .pager a {
      color: inherit;
      text-decoration: none;
      line-height: 33px; }

#startups-sectors-popup {
  color: #FFFFFF;
  text-align: center !important;
  display: none; }
  #startups-sectors-popup .close {
    background: url(../img/close-white.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 20px;
    right: 20px; }
  #startups-sectors-popup .title {
    margin: 0 0 40px 0; }
  #startups-sectors-popup ul.categories {
    list-style: none;
    margin: 0;
    padding: 0; }
  #startups-sectors-popup li {
    margin-bottom: 15px; }
  #startups-sectors-popup a {
    color: inherit;
    text-decoration: none; }
    #startups-sectors-popup a.active {
      border-bottom: 1px solid #FFFFFF; }

.newsletter-subscription {
  background-color: #FBFAFF;
  text-align: center;
  padding: 100px 0 120px; }
  .newsletter-subscription h1 {
    font-size: 2.3em; }
  .newsletter-subscription .prefooter-newsletter-form input {
    width: 330px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #23223B;
    padding: 20px 0;
    font-size: 12px;
    text-indent: 15px;
    margin-right: 30px;
    display: none;
    letter-spacing: 2px; }
    .newsletter-subscription .prefooter-newsletter-form input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #23223B; }
    .newsletter-subscription .prefooter-newsletter-form input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #23223B;
      opacity: 1; }
    .newsletter-subscription .prefooter-newsletter-form input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #23223B;
      opacity: 1; }
    .newsletter-subscription .prefooter-newsletter-form input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #23223B; }
    .newsletter-subscription .prefooter-newsletter-form input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #23223B; }
    @media screen and (min-width: 768px) {
      .newsletter-subscription .prefooter-newsletter-form input {
        display: initial; } }
  .newsletter-subscription .prefooter-newsletter-form button {
    border: none;
    background: #23223B;
    color: #FFFFFF;
    width: 188px;
    padding: 20px 0;
    font-size: 12px;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .newsletter-subscription .prefooter-newsletter-form button:hover {
      background: #2F2E47; }

.platform-intro {
  padding: 0;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .platform-intro {
      padding: 40px 0; } }
  .platform-intro img {
    width: 100%; }
  .platform-intro .wrapper {
    position: relative; }
  .platform-intro .text-wrapper {
    background: #FFFFFF;
    position: relative;
    margin: -80px 30px 0 30px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .platform-intro .text-wrapper {
        margin-top: -180px; } }
    @media screen and (min-width: 992px) {
      .platform-intro .text-wrapper {
        margin: 0 auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        left: 50%;
        top: 50%;
        width: 640px; } }
    @media screen and (min-width: 1320px) {
      .platform-intro .text-wrapper {
        width: 672px; } }
    .platform-intro .text-wrapper a {
      text-decoration: none;
      color: #23223B; }
      .platform-intro .text-wrapper a:hover {
        border-bottom: 1px solid #23223B; }
  .platform-intro h1.title {
    width: 90%;
    margin: 20px auto 10px auto;
    color: #23223B;
    padding: 0;
    font-size: 30px;
    line-height: 36px; }
    @media screen and (min-width: 768px) {
      .platform-intro h1.title {
        width: 80%;
        font-size: 60px;
        line-height: 80px;
        margin: 20px auto 0 auto; } }
    @media screen and (min-width: 992px) {
      .platform-intro h1.title {
        margin: 50px 0 0 70px; } }
    @media screen and (min-width: 1320px) {
      .platform-intro h1.title {
        width: 65%;
        font-size: 60px;
        margin: 70px 0 0 80px; } }
  .platform-intro .text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 10px 20px 65px 20px;
    color: #686D82;
    font-size: 18px;
    line-height: 28px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .platform-intro .text {
        width: 80%;
        margin: 0 auto 65px auto; } }

.platform-section {
  padding: 34px 30px; }
  @media screen and (min-width: 992px) {
    .platform-section {
      padding: 48px 0; } }
  @media screen and (min-width: 992px) {
    .platform-section .container {
      position: relative; } }
  .platform-section a {
    text-decoration: none;
    color: #2F2E47; }
    .platform-section a:hover {
      border-bottom: 1px solid #2F2E47; }
  .platform-section .number {
    color: #E9E9E9;
    font-size: 60px;
    line-height: 68px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 992px) {
      .platform-section .number {
        position: absolute;
        left: 0; } }
    @media screen and (min-width: 1320px) {
      .platform-section .number {
        font-size: 80px; } }
  .platform-section .image-xs {
    width: 100%;
    margin-top: -30px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 992px) {
      .platform-section .image-xs {
        display: none; } }
  .platform-section .image-md {
    display: none; }
    @media screen and (min-width: 992px) {
      .platform-section .image-md {
        display: block;
        width: 100%; } }
  .platform-section h4.subtitle {
    display: none; }
    @media screen and (min-width: 992px) {
      .platform-section h4.subtitle {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        color: #BFBEC4;
        display: block;
        position: absolute;
        letter-spacing: 4px;
        -webkit-transform: translateY(120px) rotate(-90deg);
        -ms-transform: translateY(120px) rotate(-90deg);
        -o-transform: translateY(120px) rotate(-90deg);
        transform: translateY(120px) rotate(-90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        margin: 0;
        top: 85px;
        left: 25px; } }
    @media screen and (min-width: 1320px) {
      .platform-section h4.subtitle {
        -webkit-transform: translateY(135px) rotate(-90deg);
        -ms-transform: translateY(135px) rotate(-90deg);
        -o-transform: translateY(135px) rotate(-90deg);
        transform: translateY(135px) rotate(-90deg);
        left: 40px; } }
  .platform-section h1.title {
    display: none;
    width: 90%;
    margin: 30px 0 10px 0;
    color: #2F2E47;
    padding: 0;
    font-size: 30px;
    line-height: 36px; }
    @media screen and (min-width: 992px) {
      .platform-section h1.title {
        font-size: 40px;
        line-height: 47px;
        width: 62%; } }
    @media screen and (min-width: 1320px) {
      .platform-section h1.title {
        font-size: 60px;
        line-height: 68px;
        margin: 30px 0 20px 0; } }
    .platform-section h1.title.xs {
      display: block; }
      @media screen and (min-width: 992px) {
        .platform-section h1.title.xs {
          display: none; } }
    @media screen and (min-width: 992px) {
      .platform-section h1.title.md {
        display: block;
        margin: 0; } }
  .platform-section .text-wrapper {
    color: #686D82; }
  .platform-section p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-left: 30px; }
    .platform-section p:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 992px) {
      .platform-section p {
        margin-left: 0; } }
  @media screen and (min-width: 992px) {
    .platform-section .content {
      margin-left: 12.5%; }
      .platform-section .content .text-wrapper {
        width: 45.8333333333%;
        float: left; }
      .platform-section .content .image-md {
        width: 33.3333333333%;
        float: left; }
      .platform-section .content.left .text-wrapper, .platform-section .content.right .image-md {
        margin-left: 8.3333333333%; } }
  @media screen and (min-width: 1320px) {
    .platform-section .content {
      margin-left: 16.6666666667%; }
      .platform-section .content .text-wrapper, .platform-section .content .image-md {
        width: 41.6666666667%;
        float: left; }
      .platform-section .content.left .text-wrapper, .platform-section .content.right .image-md {
        margin-left: 8.3333333333%; } }

.platform-info {
  padding: 0;
  text-align: center;
  background: #FBFCFC; }
  @media screen and (min-width: 992px) {
    .platform-info {
      padding: 48px 0 110px; } }
  .platform-info img {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .platform-info img {
        width: 83.3333333333%;
        float: left;
        padding-right: 10%; } }
  .platform-info .wrapper {
    position: relative; }
  .platform-info .text-wrapper {
    background: #FBFCFC;
    position: relative;
    margin: -75px 30px 0 30px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .platform-info .text-wrapper {
        margin-top: -180px; } }
    @media screen and (min-width: 992px) {
      .platform-info .text-wrapper {
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%; } }
    @media screen and (min-width: 1320px) {
      .platform-info .text-wrapper {
        width: 602px; } }
    .platform-info .text-wrapper a {
      text-decoration: none;
      color: #23223B; }
      .platform-info .text-wrapper a:hover {
        border-bottom: 1px solid #23223B; }
  .platform-info h1.title {
    width: 90%;
    margin: 27px auto 20px auto;
    color: #23223B;
    padding: 0;
    font-size: 40px;
    line-height: 47px; }
    @media screen and (min-width: 768px) {
      .platform-info h1.title {
        width: 80%;
        font-size: 60px;
        line-height: 68px;
        margin: 20px auto 0 auto; } }
    @media screen and (min-width: 992px) {
      .platform-info h1.title {
        margin: 50px 0 0 70px;
        text-align: left; } }
    @media screen and (min-width: 1320px) {
      .platform-info h1.title {
        width: 65%;
        margin: 70px 0 0 80px; } }
  .platform-info .text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 10px 20px 35px 20px;
    color: #686D82;
    font-size: 18px;
    line-height: 28px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .platform-info .text {
        width: 80%;
        margin: 0 auto 65px auto; } }
    @media screen and (min-width: 992px) {
      .platform-info .text {
        margin: 20px 0 40px 70px;
        text-align: left; } }
    @media screen and (min-width: 1320px) {
      .platform-info .text {
        margin: 20px 0 60px 70px; } }

.post-type img.small-tumb {
  min-height: 0;
  min-width: 0;
  max-height: 88px;
  max-width: 150px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.post-type .post-type-search-header {
  border-bottom: 1px solid #E9E9E9; }
  .post-type .post-type-search-header h3 {
    text-align: center;
    color: #686D82;
    text-transform: uppercase; }
  .post-type .post-type-search-header .search-box {
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    margin-bottom: 100px; }
    .post-type .post-type-search-header .search-box .filter-toggle {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 3px;
      vertical-align: top;
      color: #23223B;
      display: inline-block;
      padding: 16px;
      text-decoration: none;
      border: 1px solid #E9E9E9;
      width: 250px;
      text-align: left;
      background-image: url("../img/filter.png");
      background-repeat: no-repeat;
      background-position: 202px 13px; }
      @media screen and (min-width: 768px) {
        .post-type .post-type-search-header .search-box .filter-toggle:hover {
          border-color: #23223B; } }
      @media screen and (min-width: 768px) {
        .post-type .post-type-search-header .search-box .filter-toggle {
          width: 260px;
          background-position: 206px 13px; } }
    .post-type .post-type-search-header .search-box .text-search {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 3px;
      vertical-align: top;
      border: 1px solid #E9E9E9;
      display: block;
      padding: 15px;
      width: 250px;
      margin: 15px auto; }
      .post-type .post-type-search-header .search-box .text-search:hover {
        border-color: #23223B; }
      @media screen and (min-width: 768px) {
        .post-type .post-type-search-header .search-box .text-search {
          display: inline-block;
          margin: 0 0 0 30px;
          width: 230px; }
          .post-type .post-type-search-header .search-box .text-search.tag-text-search {
            margin: 0; } }
      .post-type .post-type-search-header .search-box .text-search input {
        border: none;
        text-indent: 10px;
        color: #23223B;
        width: 188px;
        float: left; }
        .post-type .post-type-search-header .search-box .text-search input:focus {
          outline: none; }
        @media screen and (min-width: 768px) {
          .post-type .post-type-search-header .search-box .text-search input {
            width: 178px; } }
      .post-type .post-type-search-header .search-box .text-search button {
        float: left;
        background: url("../img/search.png") no-repeat;
        border: none;
        width: 19px;
        height: 19px;
        padding: 0; }

.post-type .search-filters {
  text-transform: uppercase;
  text-align: center;
  max-height: 0;
  -webkit-transition: max-height 0.3s, opacity 0.3s;
  -o-transition: max-height 0.3s, opacity 0.3s;
  transition: max-height 0.3s, opacity 0.3s;
  overflow: hidden; }
  .post-type .search-filters.on {
    max-height: 999px;
    opacity: 1; }
  .post-type .search-filters .filter-col-lg, .post-type .search-filters .filter-col-md {
    vertical-align: top; }
    .post-type .search-filters .filter-col-lg.filter-col-margin-left, .post-type .search-filters .filter-col-md.filter-col-margin-left {
      margin-left: 100px; }
    .post-type .search-filters .filter-col-lg .filter, .post-type .search-filters .filter-col-md .filter {
      text-transform: uppercase;
      text-align: left;
      text-decoration: none;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 3px;
      width: 100%;
      color: #9998A9;
      display: block;
      margin-bottom: 12px; }
      .post-type .search-filters .filter-col-lg .filter:hover, .post-type .search-filters .filter-col-lg .filter.active, .post-type .search-filters .filter-col-md .filter:hover, .post-type .search-filters .filter-col-md .filter.active {
        color: #23223B;
        text-decoration: underline; }
  .post-type .search-filters .filter-col-lg {
    display: none; }
    @media screen and (min-width: 992px) {
      .post-type .search-filters .filter-col-lg {
        display: inline-block; } }
  .post-type .search-filters .filter-col-md {
    display: none; }
    @media screen and (min-width: 768px) {
      .post-type .search-filters .filter-col-md {
        display: inline-block; } }
    @media screen and (min-width: 992px) {
      .post-type .search-filters .filter-col-md {
        display: none; } }

.post-type .post-box {
  border-bottom: 1px solid #E9E9E9;
  min-height: 200px;
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .post-type .post-box {
      padding-top: 70px; }
      .post-type .post-box.news {
        padding-top: 55px; } }
  .post-type .post-box .box-image-sm {
    width: 150px;
    margin-right: 50px;
    float: left;
    display: none;
    min-height: 88px; }
    @media screen and (min-width: 768px) {
      .post-type .post-box .box-image-sm {
        display: block; } }
  .post-type .post-box .box-image-xs {
    display: block;
    height: auto; }
    @media screen and (min-width: 768px) {
      .post-type .post-box .box-image-xs {
        display: none; } }
  .post-type .post-box .post-date {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      .post-type .post-box .post-date {
        width: 50%;
        float: left;
        padding-left: 105px; } }
    .post-type .post-box .post-date p {
      color: #686D82;
      font-family: "big-caslon-fb",serif;
      font-style: normal;
      font-weight: 400; }
  .post-type .post-box .post-title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      .post-type .post-box .post-title {
        width: 50%;
        float: right;
        margin-right: 0;
        padding-right: 105px; }
        .post-type .post-box .post-title .table {
          display: table; }
          .post-type .post-box .post-title .table > div {
            display: table-cell;
            vertical-align: top; }
            .post-type .post-box .post-title .table > div h2 {
              padding: 0; } }
    .post-type .post-box .post-title h2 {
      color: #23223B;
      line-height: 30px; }
  @media screen and (min-width: 768px) {
    .post-type .post-box.resource:hover {
      background-color: #FBFAFF; }
    .post-type .post-box.news:hover {
      background-color: #F2FDFF; }
    .post-type .post-box.event:hover {
      background-color: #FDFAF6; } }

.post-type.podcasts-list-page .post-box-wrap {
  padding: 60px 30px; }
  @media screen and (min-width: 992px) {
    .post-type.podcasts-list-page .post-box-wrap {
      padding: 60px 140px; } }

.post-type .podcast-box {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-bottom: 25px; }
  .post-type .podcast-box .box-title {
    color: #23223B;
    line-height: 30px; }
  .post-type .podcast-box .box-date {
    font-family: "big-caslon-fb",serif;
    font-style: normal;
    font-weight: 400;
    color: #686D82; }
  .post-type .podcast-box .box-image {
    min-height: 300px; }

@media screen and (min-width: 768px) {
  .post-type .podcast-box {
    width: 31.25%;
    float: left;
    margin-right: 3.125%; }
  .post-type .podcast-box.third {
    width: 31.25%;
    float: right;
    margin-right: 0; } }

.post-type .pager {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  padding: 100px 0;
  list-style: none;
  text-align: center;
  color: #686D82; }
  .post-type .pager .first a, .post-type .pager .last a {
    width: 100%;
    display: block; }
  .post-type .pager a {
    display: inline-block;
    margin: 10px;
    text-decoration: none;
    height: 33px;
    color: inherit;
    font-size: 14px;
    border-bottom: 1px solid #686D82;
    vertical-align: middle;
    padding-top: 9px; }
    .post-type .pager a:hover {
      color: #23223B;
      border-bottom: 1px solid #23223B; }
  .post-type .pager .prev, .post-type .pager .next {
    line-height: normal;
    margin: 0 10px;
    vertical-align: middle;
    border-bottom: none;
    padding-top: 0; }
    .post-type .pager .prev:hover, .post-type .pager .next:hover {
      border-bottom: none; }
  .post-type .pager .current {
    font-size: 24px;
    color: #23223B;
    border-bottom: 1px solid #23223B;
    height: 33px;
    display: inline-block;
    margin: 10px;
    vertical-align: middle; }

#filter-popup {
  color: #FFFFFF;
  text-align: center !important;
  display: none; }
  #filter-popup .close {
    background: url(../img/close-white.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 20px;
    right: 20px; }
  #filter-popup .title {
    margin: 0 0 40px 0; }
  #filter-popup a {
    color: inherit;
    text-decoration: none;
    margin-bottom: 15px;
    display: block; }
    #filter-popup a.active {
      border-bottom: 1px solid #FFFFFF; }

.cta {
  text-align: center; }
  .cta .container {
    background: #FFFFFF;
    padding: 45px 0; }
  .cta a {
    text-decoration: none; }
  .cta h4 {
    font-family: "big-caslon-fb",serif;
    font-style: normal;
    font-weight: 400;
    color: #23223B;
    font-size: 14px;
    display: inline;
    border-bottom: 1px dotted #23223B;
    margin: 0;
    padding: 0; }

.single-post .page-title {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-size: 40px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .single-post .page-title {
      font-size: 80px;
      text-align: left; } }

.single-post .post-type, .single-post .post-content {
  padding: 100px 0 0; }
  @media screen and (min-width: 768px) {
    .single-post .post-type, .single-post .post-content {
      padding: 100px 100px 0; } }

.single-post .post-type-link {
  text-decoration: none; }

.single-post .post-type {
  color: #686D82;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .single-post .post-type {
      text-align: left; } }

.single-post .post-date {
  color: #C1BFD5;
  font-family: "big-caslon-fb",serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    .single-post .post-date {
      text-align: left;
      padding-left: 100px; } }

.single-post .post-content {
  padding-top: 30px;
  padding-bottom: 100px;
  color: #686D82; }
  @media screen and (min-width: 768px) {
    .single-post .post-content {
      padding-top: 50px; } }
  .single-post .post-content .ssba-wrap:last-of-type {
    border-top: 1px solid #E9E9E9; }
  .single-post .post-content ul {
    list-style-type: none; }
    .single-post .post-content ul li {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px;
      list-style: disc; }
    .single-post .post-content ol li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
  .single-post .post-content a {
    text-decoration: none;
    color: #8FCE00; }
    .single-post .post-content a:hover {
      color: #E9E9E9; }

.single-post .tags-wrap {
  padding-top: 50px; }
  .single-post .tags-wrap h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    float: left;
    padding: 0;
    padding-right: 50px; }
  .single-post .tags-wrap .post-tag {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    padding: 3px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #686D82;
    color: #686D82;
    margin-bottom: 10px; }

.single-post img.alignleft {
  display: inline;
  margin: 0 25px 20px 0; }

.single-post img.alignright {
  display: inline;
  margin: 0 0 20px 25px; }

.single-post img {
  max-width: 100%; }

.single-post .alignright {
  float: right;
  margin: 0 0 0 25px; }

.single-post .alignleft {
  float: left;
  margin: 0 25px 0 0; }

.single-post .aligncenter {
  width: 100%;
  height: auto; }

.single-post iframe {
  max-width: 100%; }

.single-events .post-content h2 {
  font-size: 28px;
  color: #000000;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .single-events .post-content h2 {
      font-size: 42px; } }
  .single-events .post-content h2 strong {
    font-weight: 400; }

.single-events .post-content h4 {
  font-size: 22px;
  color: #000000;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .single-events .post-content h4 {
      font-size: 28px; } }
  .single-events .post-content h4 strong {
    font-weight: 400; }

.single-events .post-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E9E9E9;
  margin: 1em 0;
  padding: 0; }

.single-events .post-content ul {
  list-style-type: none; }
  .single-events .post-content ul li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
    .single-events .post-content ul li:before {
      content: "-";
      text-indent: -5px; }

.custom-page .post-content {
  color: #686D82;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .custom-page .post-content {
      padding: 0 100px 50px; } }
  .custom-page .post-content ul {
    list-style-type: none; }
    .custom-page .post-content ul li {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px; }
      .custom-page .post-content ul li:before {
        content: "-";
        text-indent: -5px; }
  .custom-page .post-content a {
    text-decoration: none;
    color: #8FCE00; }
    .custom-page .post-content a:hover {
      color: #E9E9E9; }
  .custom-page .post-content h3 {
    font-size: 22px; }
    @media screen and (min-width: 768px) {
      .custom-page .post-content h3 {
        font-size: 28px; } }
  .custom-page .post-content h1 {
    font-size: 28px; }
    @media screen and (min-width: 768px) {
      .custom-page .post-content h1 {
        font-size: 42px; } }

.faq-list-page .post-type-search-header .search-box .text-search {
  display: inline-block;
  margin: 0; }

.faq-list-page .f-side-nav-left {
  display: none;
  padding-top: 110px; }
  @media screen and (min-width: 992px) {
    .faq-list-page .f-side-nav-left {
      display: block;
      width: 33.3333333333%;
      float: left; } }
  .faq-list-page .f-side-nav-left ul {
    list-style: none;
    padding: 0; }
    .faq-list-page .f-side-nav-left ul.fixed {
      position: fixed;
      text-align: left;
      top: 85px; }
    .faq-list-page .f-side-nav-left ul.bottom {
      position: absolute; }
    .faq-list-page .f-side-nav-left ul li {
      padding-bottom: 8px; }
    .faq-list-page .f-side-nav-left ul a {
      color: #E9E9E9;
      text-decoration: none;
      font-size: 44px;
      font-family: "big-caslon-fb",serif;
      font-style: normal;
      font-weight: 400; }
      @media screen and (min-width: 1320px) {
        .faq-list-page .f-side-nav-left ul a {
          font-size: 56px; } }
      .faq-list-page .f-side-nav-left ul a.current, .faq-list-page .f-side-nav-left ul a:hover {
        color: #23223B; }

.faq-list-page .f-content-right {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0; }
  @media screen and (min-width: 992px) {
    .faq-list-page .f-content-right {
      padding-top: 65px;
      width: 66.6666666667%;
      float: right;
      margin-right: 0; } }
  .faq-list-page .f-content-right .faq-category-wrap {
    margin-bottom: 45px; }
    @media screen and (min-width: 768px) {
      .faq-list-page .f-content-right .faq-category-wrap {
        margin-bottom: 150px; } }
    .faq-list-page .f-content-right .faq-category-wrap .faq-category-name {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #A9A9B8;
      border-bottom: 1px solid #E9E9E9; }
  .faq-list-page .f-content-right .faq-box {
    padding: 10px 30px 10px 25px;
    border-bottom: 1px solid #E9E9E9; }
    .faq-list-page .f-content-right .faq-box:hover {
      background-color: #FDFAF6; }
    @media screen and (min-width: 768px) {
      .faq-list-page .f-content-right .faq-box h1{
        padding: 60px 105px 0px 80px !important; } }
.faq-content { margin: 20px 105px 60px 80px; }
    .faq-list-page .f-content-right .faq-box .faq-content {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      line-height: 1.5em;
      max-height: 0;
      -webkit-transition: max-height 0.3s, opacity 0.3s;
      -o-transition: max-height 0.3s, opacity 0.3s;
      transition: max-height 0.3s, opacity 0.3s;
      overflow: hidden;
      color: #686D82; }
      .faq-list-page .f-content-right .faq-box .faq-content h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300; }
    .faq-list-page .f-content-right .faq-box .faq-title h1 {
      cursor: pointer;
      font-size: 28px; }
      @media screen and (min-width: 768px) {
        .faq-list-page .f-content-right .faq-box .faq-title h1 {
          font-size: 32px; } }
    .faq-list-page .f-content-right .faq-box.on {
      background-color: #FDFAF6; }
      .faq-list-page .f-content-right .faq-box.on .faq-content {
        max-height: 999px;
        opacity: 1; }

.looking-for-funding {
  margin-top: 0;
  padding: 15px;
  background: #23223B;
  color: #FFFFFF;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .looking-for-funding {
      text-align: left; } }
  .looking-for-funding .share-buttons-xs {
    display: block; }
    @media screen and (min-width: 768px) {
      .looking-for-funding .share-buttons-xs {
        display: none; } }
  .looking-for-funding .share-buttons-sm {
    display: none; }
    @media screen and (min-width: 768px) {
      .looking-for-funding .share-buttons-sm {
        display: block; } }
  .looking-for-funding .share-buttons-mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      .looking-for-funding .share-buttons-mobile {
        display: none; } }
  @media screen and (min-width: 992px) {
    .looking-for-funding {
      margin-top: -113px;
      padding: 30px 40px 30px 40px; } }
  .looking-for-funding .inner-container {
    background: #2F2E47;
    padding: 50px 15px; }
    .looking-for-funding .inner-container:after {
      content: " ";
      display: block;
      clear: both; }
    @media screen and (min-width: 992px) {
      .looking-for-funding .inner-container {
        padding: 90px 30px; } }
    @media screen and (min-width: 992px) {
      .looking-for-funding .inner-container {
        padding: 180px 140px 140px 120px; } }
  @media screen and (min-width: 768px) {
    .looking-for-funding .left {
      width: 50%;
      float: left; } }
  .looking-for-funding .left h1 {
    font-size: 55px;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .looking-for-funding .left h1 {
        font-size: 70px; } }
    @media screen and (min-width: 1320px) {
      .looking-for-funding .left h1 {
        font-size: 100px; } }
  .looking-for-funding .right {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      .looking-for-funding .right {
        width: 50%;
        float: right;
        margin-right: 0;
        padding-left: 43px;
        padding-top: 6px; } }
    @media screen and (min-width: 992px) {
      .looking-for-funding .right {
        padding-top: 16px; } }
    .looking-for-funding .right h2 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      padding-top: 0;
      line-height: 30px; }
    .looking-for-funding .right .notice {
      text-transform: uppercase;
      color: #8FCE00;
      letter-spacing: 0.2em;
      font-size: 14px; }
    .looking-for-funding .right .btn-green {
      -webkit-transition: background 0.3s;
      -o-transition: background 0.3s;
      transition: background 0.3s;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      text-align: center;
      width: 240px;
      padding: 25px 0;
      background: #8FCE00;
      text-decoration: none;
      color: #23223B;
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.2em;
      margin: 50px auto 0 auto; }
      .looking-for-funding .right .btn-green:hover {
        background: #8de100; }
      @media screen and (min-width: 768px) {
        .looking-for-funding .right .btn-green {
          margin: 50px 0 0 0; } }
  .looking-for-funding .share-title {
    text-transform: uppercase;
    color: #686D82;
    letter-spacing: 0.2em;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 16px; }
  .looking-for-funding .share-button {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .looking-for-funding .share-button {
        margin-right: 10px;
        margin-left: 0;
        text-align: left; } }
    .looking-for-funding .share-button .icon, .looking-for-funding .share-button .icon-hover {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .looking-for-funding .share-button .icon {
      opacity: 1; }
    .looking-for-funding .share-button .icon-hover {
      opacity: 0; }
    .looking-for-funding .share-button:hover .icon {
      opacity: 0; }
    .looking-for-funding .share-button:hover .icon-hover {
      opacity: 1; }

.pager-shared, .home-testimonials .pager #prev, .home-testimonials .pager #next, .about-testimonials .pager #prev, .about-testimonials .pager #next, .about-investors .pager li.first, .about-investors .pager li.last, .startups-intro .cycle-prev, .startups-intro .cycle-next, .startups-list .pager li.first, .startups-list .pager li.last, .post-type .pager .first, .post-type .pager .last {
  background-image: url(../img/pager-sprite.png);
  background-repeat: no-repeat;
  display: block; }

.pager-dark-left, .about-testimonials .pager #prev {
  width: 39px;
  height: 39px;
  background-position: -5px -5px; }
  .pager-dark-left:hover, .about-testimonials .pager #prev:hover {
    background-position: -54px -5px; }

.pager-dark-right, .about-testimonials .pager #next {
  width: 39px;
  height: 39px;
  background-position: -103px -5px; }
  .pager-dark-right:hover, .about-testimonials .pager #next:hover {
    background-position: -152px -5px; }

.pager-white-left, .home-testimonials .pager #prev, .about-investors .pager li.first, .startups-intro .cycle-prev, .startups-list .pager li.first, .post-type .pager .first {
  width: 33px;
  height: 33px;
  background-position: -201px -5px; }
  .pager-white-left:hover, .home-testimonials .pager #prev:hover, .about-investors .pager li.first:hover, .startups-intro .cycle-prev:hover, .startups-list .pager li.first:hover, .post-type .pager .first:hover {
    background-position: -244px -5px; }

.pager-white-right, .home-testimonials .pager #next, .about-investors .pager li.last, .startups-intro .cycle-next, .startups-list .pager li.last, .post-type .pager .last {
  width: 33px;
  height: 33px;
  background-position: -287px -5px; }
  .pager-white-right:hover, .home-testimonials .pager #next:hover, .about-investors .pager li.last:hover, .startups-intro .cycle-next:hover, .startups-list .pager li.last:hover, .post-type .pager .last:hover {
    background-position: -330px -5px; }

.image-xs {
  display: block; }
  @media screen and (min-width: 480px) {
    .image-xs {
      display: none; } }

.image-lg {
  display: none; }
  @media screen and (min-width: 480px) {
    .image-lg {
      display: block; } }

.noscroll {
  overflow: hidden; }

.intro-copy-title {
  display: none; }

.intro-copy .textwidget p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 20px 20px 65px 20px;
  color: #9998A9;
  font-size: 18px;
  line-height: 28px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .intro-copy .textwidget p {
      font-size: 20px;
      line-height: 34px;
      width: 480px;
      margin: 35px auto 65px auto; } }
  @media screen and (min-width: 1320px) {
    .intro-copy .textwidget p {
      margin: 45px auto 75px auto;
      width: 42%;
      font-size: 24px;
      line-height: 34px; } }

.resources-list-page .page-title,
.events-list-page .page-title,
.podcasts-list-page .page-title,
.news-list-page .page-title,
.latest-home-page .page-title {
  padding: 35px 0 0; }
  @media screen and (min-width: 768px) {
    .resources-list-page .page-title,
    .events-list-page .page-title,
    .podcasts-list-page .page-title,
    .news-list-page .page-title,
    .latest-home-page .page-title {
      padding-top: 70px; } }
  @media screen and (min-width: 992px) {
    .resources-list-page .page-title,
    .events-list-page .page-title,
    .podcasts-list-page .page-title,
    .news-list-page .page-title,
    .latest-home-page .page-title {
      padding-top: 35px; } }

.faq-list-page .page-title {
  padding-top: 35px; }
  @media screen and (min-width: 768px) {
    .faq-list-page .page-title {
      padding-top: 70px; } }
  @media screen and (min-width: 992px) {
    .faq-list-page .page-title {
      padding-top: 35px; } }

.vc_editor .wpb_wrapper .animate, .vc_editor .wpb_column .wpb_wrapper > * {
  opacity: 1; }


/* New styles Mariana */

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.home-info .left em {
  animation: counter 4s alternate ease-in-out;
	animation-fill-mode: forwards;
  counter-reset: num var(--num);
font-style: normal;

}
.home-info .left em::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 380;
  }
}

.home-info .right em {
  animation: counte 4s alternate ease-in-out;
	animation-fill-mode: forwards;
  counter-reset: num var(--num);
font-style: normal;

}
.home-info .right em::after {
  content: counter(num);
}

@keyframes counte {
  from {
    --num: 0;
  }
  to {
    --num: 5;
  }
}


#counters-mk .counter-item-number-pro * {  
	font-family: "big-caslon-fb",serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;    font-size: 120px;}
.home-title a.btn-green {display: none;}

.home .home-title a.btn-green {-webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 240px;
    padding: 25px 0;
    background: #8FCE00;
    text-decoration: none;
    color: #23223B;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
    margin: 50px auto 0 auto;    z-index: 50;
    position: relative;}
.home-title a.btn-green:hover {
    background: #8de100;
}
#twitter-mk .vc_column-inner {max-width: 1280px;
    margin-left: auto;
    margin-right: auto; padding: 50px 0}
#twitter-mk .ctf-tweet-text, #twitter-mk  .ctf-quoted-tweet-text {font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #666;}
.ctf-item {width: 47%; margin: 0 1% 2%; display: inline-block; vertical-align: top;border: 1px solid #E9E9E9 !important; background: rgba(255,255,255,0.5); padding: 30px !important; box-sizing: border-box;}
.home .home-title {padding-bottom: 70px;}
.home .home-info {
    padding: 50px 0;
}
#ctf #ctf-more {   clear: both;
    color: #23223B;
    border: 1px solid #23223B;
    padding: 10px;
    text-transform: uppercase;
    background: none !important;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    border-radius: 0;
    display: block;
    width: 180px;
    text-align: center;
    margin-left: 15px;}

#twitter-mk h3.title {font-family: "big-caslon-fb",serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 20px 15px;
    padding: 0;
    font-size: 60px;
    line-height: 90px;
    color: #23223B;
    width: 75%;}
#twitter-mk .ctf-tweet-text br + br {display: none;}


/***  Filter styles ***/

.dropdown_searchfilter {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.dropdown_searchfilter .filter_item{
    margin: 0px 10px;
    color: #000;
}

.dropdown_searchfilter .filter_item label{
    margin-right: 15px;
}

.dropdown_searchfilter .filter_item select{
    height: 40px;
    border-radius: 100px;
    padding: 0px 15px;
    border-color: #000;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 7px;
}



@media screen and (max-width: 992px){
    .dropdown_searchfilter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .dropdown_searchfilter .filter_item label{
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 0px;
        font-size: 15px;
    }
    .dropdown_searchfilter .filter_item select{
        width: 100%;
    }
}

.footer-home-section .vc_column-inner {padding-top: 0 !important;}
.about-team .experts h3.title, .about-team .experts h3.title a, .about-experts .experts h3.title, .about-experts .experts h3.title a {padding-right: 10px;}
.about-team .experts li, .about-experts .experts li {padding: 15px 15px 45px;}
.experts-popup .image img {    width: 250px;    height: auto;    border-radius: 10px;}

@media screen and (min-width: 992px) {
.about-team .experts img, .about-experts .experts img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
	}
.about-team .experts li, .about-experts .experts li {
    height: auto;
}
	 #experts-popup .wrap {
    margin-left: 25%;
		width: 41%;}
#team-popup.experts-popup .image {margin-right: 18%;    width: 10%;    float: right;    text-align: left;    margin-left: 1%;}
.team-popup .image {   position: fixed !important;   right: 150px !important;    left: auto;   top: 110px;   width: 41.6666666667%;    margin: 0;}
#team-popup .wrap {  margin-right: 50% !important; margin-left: 0 !important;  width: 41.6666666667%; padding-bottom: 50px;}
	#team-popup.experts-popup .wrap {  margin-right: 0%; margin-left: 25% !important;  width: 41.6666666667%; padding-bottom: 50px;}
.team-popup .name {	left: 0;}
}

.page-id-14613 .footer-link.small  {background: #FFFFFF !important;
    text-align: center;
    padding: 100px 0 120px 0 !important;}
.page-id-14613 .footer-link.small .table-cell a {    color: #23223B;}
.page-id-14613 .footer-link.small .table-cell p {color: #686D82;}

/* Platform Page */
.home-title .newsletter {display: none;}
.page-id-17582 .home-title .newsletter {display: block !important;
    z-index: 100;
    position: relative;
    margin: 40px auto;
    width: 530px;}


 .home-title .newsletter input  {
    background-color: #fff;
    margin-bottom: 2px;

    color: #FFFFFF;
    text-indent: 20px;
}
.home-title .newsletter .f-newsletter-button, .home-title .newsletter input {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 11px;
    width: 60%;
    height: 60px;
    border: 0; float: left;
    letter-spacing: 2px;
}
.home-title .newsletter .f-newsletter-button{background: #8FCE00;    color: #23223B;  width: 40%;}

.values-section-mk .vc_column-inner, .values-section-mk2 {max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto  !important;}
.values-section-mk h2 {font-size: 110px; color: #fff; font-weight:400;}
.values-section-mk p {color: #fff; font-size: 26px;  font-weight: 300;   line-height: 34px}
.values-section-mk .description-mk-u p  {font-size: 18px;line-height: 28px}
.values-section-mk h3 {font-size: 70px; color: #fff; font-weight:400;}
.values-section-mk .description-mk-u p  a {    color: #8FCE00;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 18px;}
.page-id-17582  .home-section h4.subtitle, .page-id-17582  .home-section .content {
    margin-left: 20%;
}
.values-section-mk2  img {max-height: 80px; width: auto;}
.values-section-mk2 h3, .values-section-mk7 h3 {font-size: 70px; color: #23223b; font-weight:400;}
.values-section-mk7 {    max-width: 1280px;
    margin: 0 auto !important;    float: none;
    left: 0 !important; padding: 0 !important; overflow: inherit !important;}


.values-section-mk7::before {
    width: 3000px;
    height: 100%;
    background: #23223b;
    content: '' !important;
    display: block !important;
    position: absolute;
    left: -1000px;
    top: 0;
}

.values-section-mk3 p {color: #23223B;    font-size: 24px;
    line-height: 34px;font-weight: 300; }
.values-section-mk3 a {color: #8FCE00; border-bottom: 1px solid #8FCE00}

.values-section-mk5 .vc_column-inner, .values-section-mk5 {max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto  !important;}
.values-section-mk6 {    left: 0 !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;}
@media screen and (min-width: 1320px) {
.page-id-17582 .home-title h3 {
    font-size: 30px;
    line-height: 44px;
    width: 730px;
	}}

.single-post .aligncenter {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    width: auto;
}

.single-post .post-content img {
    height: auto !important;
}

.single-post .post-content li {font-size: 18px;    line-height: 28px !important;}
.single .tags-wrap h3 {display: block; float: none}

.single-post .tags-wrap .post-tag {margin-right: 5px!important;
    margin-left: 0 !important;}
.single-post .tags-wrap div {clear: both;}
.single .cta .post-type-link h4.post-type {
    color: #686D82;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;padding: 100px 100px 0;
}

@media screen and (min-width: 1320px) {
	.page-id-14668 .home-title h1 {max-width: 710px;}
.page-id-14668  .home-title h3 {
    width: 730px;
}
}
@media (max-width: 768px) {
	#twitter-mk h3.title {font-size: 48px;}
	.ctf-item {width: 97%;}
	#ctf #ctf-more {box-sizing: border-box;width: 98%;  margin: 20px 1%;}
	
	.about-team .experts img, .about-experts .experts img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
	}
.about-team .experts li, .about-experts .experts li {
    height: auto;
}
	.latest-section-footer-sm {    margin-bottom: 120px !important;}
	.page-id-17582  { overflow-x: hidden}
	.vc_column-inner p {padding: 0 20px;font-size: 18px;}
	.vc_custom_1628589165805 p {font-size: 18px;}
	.page-id-17582   .vc_custom_1623847143173 {padding-top: 250px !important;}
	.page-id-17582   	#events-section {padding: 0 20px;}
	.page-id-17582 .vc_col-sm-3 .vc_single_image-wrapper img {max-height: 80px; width: auto;}
	.vc_row .vc_custom_1630493211141 {  padding-left: 0 !important; padding-top: 0 !important;}
	.values-section-mk7 h3 {padding: 0 20px !important;    font-size: 60px;}
}
