/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'TTNorms-Black';
  src: url("../../fonts/TTNorms/TTNorms-Black.otf"); }

@font-face {
  font-family: 'TTNorms-Bold';
  src: url("../../fonts/TTNorms/TTNorms-Bold.otf"); }

@font-face {
  font-family: 'TTNorms-ExtraBold';
  src: url("../../fonts/TTNorms/TTNorms-ExtraBold.otf"); }

@font-face {
  font-family: 'TTNorms-ExtraLight';
  src: url("../../fonts/TTNorms/TTNorms-ExtraLight.otf"); }

@font-face {
  font-family: 'TTNorms-Medium';
  src: url("../../fonts/TTNorms/TTNorms-Medium.otf"); }

@font-face {
  font-family: 'TTNorms-Regular';
  src: url("../../fonts/TTNorms/TTNorms-Regular.otf"); }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

/*  ==========================================================================
    General
    ==========================================================================*/
body,
html {
  font-family: "TTNorms-Regular", sans-serif;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  color: #060324;
  font-size: 20px;
  font-weight: normal; }

body > .visually-hidden.focusable:active, body > .visually-hidden.focusable:focus {
  position: absolute !important;
  z-index: 11; }

a,
a:active,
a:visited {
  text-decoration: none; }

p {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400; }

h1 {
  position: relative;
  font-family: "TTNorms-Medium", sans-serif; }

.layout-content.user-page {
  background-color: #3B93E3; }
  .layout-content.user-page .content-wrap {
    padding: 200px 0 300px; }
    .layout-content.user-page .content-wrap .meta {
      background-color: white;
      text-align: center;
      padding: 60px 40px 50px;
      margin: 0 auto;
      max-width: 650px; }
      .layout-content.user-page .content-wrap .meta .form-item {
        margin-bottom: 22px; }
        .layout-content.user-page .content-wrap .meta .form-item input {
          width: 100%; }

.page-dashboard .dashboard-wrap {
  padding: 250px 0 300px; }

#animation-rotate {
  position: relative;
  z-index: 2;
  display: inline-block; }
  #animation-rotate:before {
    content: url("../../imgs/green-dotted-circle.svg");
    z-index: -1;
    position: absolute;
    top: -40px;
    left: -80px;
    width: 174px;
    height: 174px;
    -webkit-animation: rotation 14s infinite linear; }
    @media (max-width: 768px) {
      #animation-rotate:before {
        display: none;
        content: ''; } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg); } }

h1 {
  margin-top: 0;
  font-weight: 400; }

h2 {
  font-size: 48px;
  font-family: "TTNorms-Medium", sans-serif;
  margin-bottom: 25px;
  font-weight: normal;
  font-weight: 400; }
  @media (max-width: 768px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 27px;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "TTNorms-Medium", sans-serif;
  font-weight: normal;
  font-weight: 400; }
  @media (max-width: 768px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 24px;
  font-family: "TTNorms-Bold", sans-serif;
  margin-bottom: 5px;
  margin-top: 0; }
  @media (max-width: 768px) {
    h4 {
      font-size: 20px; } }

h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #808080;
  color: white;
  font-family: "TTNorms-Bold", sans-serif;
  margin-bottom: 10px; }

section {
  background-color: #ffffff;
  position: relative;
  width: 100%; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

p.intro-text {
  font-size: 27px; }
  @media (max-width: 1024px) {
    p.intro-text {
      font-size: 22px; } }

blockquote {
  margin-left: 0;
  margin-right: 0; }
  blockquote p {
    font-family: "TTNorms-Medium", sans-serif;
    font-size: 27px;
    color: white; }

.img-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.large-title h1 {
  font-size: 100px; }

/*  ==========================================================================
    Links
    ==========================================================================*/
a,
a:active,
a:visited {
  color: #3B93E3;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "TTNorms-Bold", sans-serif; }

.link-special {
  display: inline-block; }
  .link-special > div {
    position: relative; }
    .link-special > div:before {
      content: url("../../imgs/arrow-blue.svg");
      position: absolute;
      right: 20px;
      top: 16px;
      z-index: 2; }
    .link-special > div:hover:before {
      content: url("../../imgs/arrow-white.svg"); }
  .link-special a {
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 12px 60px 12px 10px;
    color: white;
    display: block;
    font-family: "TTNorms-Bold", sans-serif;
    text-transform: uppercase;
    background-size: 200% 100%;
    background-position: right bottom;
    position: relative;
    border-right: none;
    font-size: 16px; }
    .link-special a span {
      position: relative;
      z-index: 3;
      font-size: 16px; }
    .link-special a:before {
      content: '';
      width: 43px;
      height: 43px;
      position: absolute;
      left: -2px;
      top: 0;
      right: auto;
      background-color: #3B93E3;
      border-radius: 50%;
      z-index: -2;
      transition: all .5s ease-out; }
    .link-special a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      background: #3B93E3;
      /* onhover background color */
      z-index: -1;
      transform: translate3D(0, -100%, 0);
      /* move elements above button so they don't appear initially */
      transition: all .5s ease-out;
      top: 0;
      z-index: -1;
      transform: translate3D(-90%, 0, 0); }
      @media (max-width: 768px) {
        .link-special a:after {
          display: none;
          content: ''; } }
  .link-special a:hover {
    background-position: left bottom; }
    .link-special a:hover:after {
      transform: translate3D(0, 0, 0);
      transition: transform .5s ease-out; }
    .link-special a:hover:before {
      display: none; }
      @media (max-width: 768px) {
        .link-special a:hover:before {
          display: block; } }

.fade {
  opacity: 1; }

.link-arrow {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 17px;
  text-transform: uppercase; }
  .link-arrow:after {
    content: url("../../imgs/arrow-blue.svg");
    position: absolute;
    right: -28px;
    top: -1px;
    transition: all .3s ease-in-out;
    z-index: 1; }
  .link-arrow:hover:after {
    right: -40px; }

/*  ==========================================================================
    Common
    ==========================================================================*/
.frame {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto; }

.inner-frame {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.column-wrapper {
  font-size: 0; }

.column {
  display: inline-block;
  vertical-align: top; }

hr {
  height: 3px;
  width: 85px;
  border-top: 1px solid rgba(88, 191, 153, 0.25);
  border-bottom: 1px solid rgba(88, 191, 153, 0.25);
  display: inline-block;
  margin: 30px 0 30px; }

/*  ==========================================================================
    CLEARFIX
    ==========================================================================*/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.clearfix {
  *zoom: 1; }

header.darkHeader {
  background-color: #262626; }
  header.darkHeader .content-wrap {
    padding: 25px 0 20px; }
    @media (max-width: 425px) {
      header.darkHeader .content-wrap {
        padding: 20px 0 15px; } }
  header.darkHeader .logo a {
    width: 210px; }
  header.darkHeader .mob-wrapper {
    top: 30px; }
    @media (max-width: 425px) {
      header.darkHeader .mob-wrapper {
        top: 14px; } }
  header.darkHeader .menu-wrapper #superfish-main {
    margin-top: 15px; }

header.darkHeaderSearch {
  background-color: #262626; }
  header.darkHeaderSearch .content-wrap {
    padding: 25px 0 20px; }

.login-header {
  background-color: #262626; }
  .login-header .content-wrap {
    padding: 45px 0 30px; }
    @media (max-width: 425px) {
      .login-header .content-wrap {
        padding: 20px 0 15px; } }
  @media (max-width: 425px) {
    .login-header .mob-wrapper {
      top: 14px; } }

header.header-dark-bg {
  background-color: #262626; }

header {
  max-width: 1800px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #262626;
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(38, 38, 38, 0);
  transition: all .3s ease-in-out; }
  header .frame {
    padding: 0 32px; }
  header:hover {
    background-color: #262626; }
  header .content-wrap {
    font-size: 0;
    padding: 40px 0 40px;
    transition: all .3s ease-in-out; }
  header .logo {
    width: 291px;
    height: auto;
    display: inline-block;
    vertical-align: top; }
    header .logo a {
      display: block;
      transition: width .3s ease-in-out;
      width: 291px; }
      @media (max-width: 425px) {
        header .logo a {
          width: 240px; } }
      @media (max-width: 375px) {
        header .logo a {
          width: 180px; } }
    header .logo img {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      height: auto; }
  header .menu-wrapper {
    width: calc(100% - 291px);
    display: inline-block;
    vertical-align: top;
    text-align: right; }
    @media (max-width: 1300px) {
      header .menu-wrapper {
        display: none; } }
    header .menu-wrapper h2 {
      display: none; }
    header .menu-wrapper #superfish-main {
      margin-top: 25px;
      transition: all .3s ease-in-out; }
      header .menu-wrapper #superfish-main .menuparent:after {
        content: '';
        background-repeat: no-repeat;
        background-size: 13px 20px;
        background-position: center;
        background-image: url(../../imgs/arrow-up.svg);
        position: absolute;
        right: -25px;
        top: 5px;
        width: 20px;
        height: 15px;
        transform: rotate(180deg);
        z-index: 5; }
      header .menu-wrapper #superfish-main .menuparent ul {
        opacity: 0;
        height: 0;
        overflow: hidden;
        z-index: -1; }
      header .menu-wrapper #superfish-main .menuparent:hover ul {
        opacity: 1;
        display: block;
        z-index: 999;
        height: auto;
        overflow: auto; }
        header .menu-wrapper #superfish-main .menuparent:hover ul:before {
          content: '';
          width: 184px; }
      header .menu-wrapper #superfish-main .menuparent:focus-within ul {
        opacity: 1;
        display: inline-block;
        height: auto;
        overflow: auto; }
      header .menu-wrapper #superfish-main > li {
        display: inline-block;
        vertical-align: top;
        margin: 0 30px 10px;
        padding-bottom: 10px;
        position: relative;
        color: white;
        text-transform: uppercase;
        font-family: "TTNorms-Bold", sans-serif;
        font-size: 18px; }
        header .menu-wrapper #superfish-main > li:last-of-type {
          margin-right: 0; }
        header .menu-wrapper #superfish-main > li .sf-external:before {
          content: '';
          background-image: url("../../imgs/icon-external-link.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          width: 8px;
          height: 8px;
          position: absolute;
          right: -13px;
          top: 6px;
          z-index: 1; }
        header .menu-wrapper #superfish-main > li > a {
          position: relative;
          display: inline-block; }
          header .menu-wrapper #superfish-main > li > a:after {
            content: '';
            height: 5px;
            width: 0;
            border-top: 1px solid #3B93E3;
            border-bottom: 1px solid #3B93E3;
            bottom: 0;
            left: 0px;
            position: absolute;
            z-index: 999;
            transition: all .7s ease-in-out; }
        header .menu-wrapper #superfish-main > li:hover > a:after {
          width: 100%; }
        header .menu-wrapper #superfish-main > li a {
          color: white;
          text-transform: uppercase;
          font-family: "TTNorms-Bold", sans-serif;
          font-size: 18px;
          padding-bottom: 15px; }
        header .menu-wrapper #superfish-main > li ul {
          width: 228px;
          background-color: #262626;
          text-align: center;
          position: absolute;
          bottom: -178px;
          padding-left: 0;
          left: 50%;
          margin-left: -114px; }
          header .menu-wrapper #superfish-main > li ul:before {
            content: '';
            height: 5px;
            width: 184px;
            width: 0;
            border-top: 1px solid #3B93E3;
            border-bottom: 1px solid #3B93E3;
            top: 0;
            left: 25px;
            position: absolute;
            z-index: 3;
            transition: all .7s ease-in-out; }
          header .menu-wrapper #superfish-main > li ul li {
            display: block; }
            header .menu-wrapper #superfish-main > li ul li a {
              font-size: 14.5px;
              padding: 8px 5px 8px;
              display: block;
              color: white;
              font-family: "TTNorms-Medium", sans-serif;
              text-transform: none;
              position: relative; }
              header .menu-wrapper #superfish-main > li ul li a:hover {
                color: #3B93E3; }
            header .menu-wrapper #superfish-main > li ul li:first-of-type {
              padding-top: 8px; }
            header .menu-wrapper #superfish-main > li ul li:last-of-type {
              padding-bottom: 8px; }
            header .menu-wrapper #superfish-main > li ul li .sf-external:before {
              right: 50px;
              top: 12px; }
      header .menu-wrapper #superfish-main .is-active {
        color: #3B93E3; }
  header .mob-wrapper {
    position: absolute;
    top: 70px;
    width: 50px;
    height: 50px;
    z-index: 3;
    right: 50px;
    display: none;
    transition: all .3s ease-in-out; }
    @media (max-width: 1300px) {
      header .mob-wrapper {
        display: block; } }
    header .mob-wrapper h2 {
      color: white;
      display: none; }
  header .btn-menu {
    border: 0;
    width: 40px;
    height: 25px;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
    display: none; }
    @media (max-width: 1300px) {
      header .btn-menu {
        display: block; } }
  header .btn-menu:focus {
    outline: 1px dotted #E0AE19; }
  header .btn-menu .text {
    display: block;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden; }
  header .btn-menu .bar,
  header .btn-menu .bar:before,
  header .btn-menu .bar:after {
    display: block;
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #3B93E3;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  header .btn-menu .bar {
    top: 10px;
    left: 0; }
  header .btn-menu .bar:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0; }
  header .btn-menu .bar:after {
    position: absolute;
    content: '';
    top: -10px;
    left: 0; }
  header .overlay {
    width: 0;
    height: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transition: width 0.3s ease-in;
    background-color: #262626;
    z-index: 8888; }
  header nav {
    text-align: center;
    position: relative; }
    header nav > ul {
      top: 130px; }
    header nav .mobile-logo {
      position: absolute;
      top: 20px;
      left: 40px;
      z-index: 1;
      display: inline-block; }
      @media (max-width: 425px) {
        header nav .mobile-logo {
          top: -26px;
          left: 32px; } }
      header nav .mobile-logo a {
        display: inline-block;
        width: 230px; }
        @media (max-width: 425px) {
          header nav .mobile-logo a {
            width: 205px; } }
    header nav .menu {
      margin-top: 50px; }
      header nav .menu > li a {
        text-transform: uppercase;
        font-size: 25px; }
      header nav .menu > li span {
        text-transform: uppercase;
        font-size: 25px; }
      header nav .menu .sf-external {
        position: relative; }
        header nav .menu .sf-external:before {
          content: '';
          background-image: url("../../imgs/icon-external-link.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          width: 8px;
          height: 8px;
          position: absolute;
          right: -13px;
          top: 6px;
          z-index: 1; }
      header nav .menu li {
        margin-bottom: 24px; }
        header nav .menu li ul {
          margin-bottom: 22px; }
          header nav .menu li ul li {
            margin-bottom: 18px; }
            header nav .menu li ul li a {
              text-transform: none;
              font-size: 18px; }
      header nav .menu .nolink:hover, header nav .menu .nolink:focus {
        cursor: pointer; }
      header nav .menu span.active:before {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: -10px;
        height: 3px;
        width: 100%;
        border-top: 1px solid #3B93E3;
        border-bottom: 1px solid #3B93E3; }
  header nav ul {
    list-style-type: none;
    position: relative;
    opacity: 0;
    transition: all 0.3s 0.2s ease-out;
    padding-left: 0; }
    header nav ul li {
      margin-bottom: 8px; }
      header nav ul li > ul {
        margin-top: 15px; }
      header nav ul li a, header nav ul li a:active, header nav ul li a:visited, header nav ul li span {
        display: inline-block;
        color: white;
        font-size: 20px;
        font-family: "TTNorms-Bold", sans-serif; }
        header nav ul li a:hover, header nav ul li a:active:hover, header nav ul li a:visited:hover, header nav ul li span:hover {
          color: #3B93E3; }
    header nav ul .menuparent {
      position: relative; }
      header nav ul .menuparent span {
        display: inline-block;
        position: relative; }
        header nav ul .menuparent span:after {
          content: '';
          background-repeat: no-repeat;
          background-size: 13px 20px;
          background-position: center;
          background-image: url(../../imgs/arrow-up.svg);
          position: absolute;
          right: -25px;
          top: 5px;
          width: 20px;
          height: 15px;
          transform: rotate(180deg);
          z-index: 5; }
      header nav ul .menuparent ul {
        display: none; }
    header nav ul .menuparent.active ul {
      display: block; }
  @media (max-width: 425px) {
    header .mob-wrapper {
      top: 55px;
      right: 55px; } }

.show nav ul {
  opacity: 1;
  transform: translateX(0); }

.show .overlay {
  width: 100%;
  height: 100%;
  positiion: fixed;
  display: block; }

.show .btn-menu .bar {
  background-color: transparent; }

.show .btn-menu .bar:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.show .btn-menu .bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.show .btn-menu:focus {
  outline: none; }

.layout-container {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid black;
  border-right: 1px solid black; }

.home-banner {
  height: 100vh;
  background-color: #262626;
  position: relative; }
  .home-banner .video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%); }
    .home-banner .video-controls button {
      position: relative;
      z-index: -1;
      height: 1px;
      width: 1px;
      overflow: hidden;
      position: absolute; }
    @media (max-width: 768px) {
      .home-banner .video-controls {
        display: none; } }
  @media (max-width: 768px) {
    .home-banner {
      overflow: hidden; } }
  .home-banner .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    display: none; }
    @media (max-width: 768px) {
      .home-banner .img-wrapper {
        display: block; } }
  .home-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media (max-width: 768px) {
      .home-banner video {
        display: none; } }
  .home-banner .frame {
    position: relative;
    height: inherit;
    padding: 0 90px; }
  .home-banner .content-wrap {
    height: inherit;
    position: relative; }
  .home-banner:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    transition: all 2.3s ease-in-out 1s;
    background-color: #222222; }
    @media (max-width: 768px) {
      .home-banner:after {
        background-color: rgba(34, 34, 34, 0.85); } }
  .home-banner h1 {
    opacity: 0;
    font-size: 94px;
    color: white;
    font-family: "TTNorms-Medium", sans-serif;
    max-width: 74%;
    width: 100%;
    bottom: 30px;
    left: 0;
    z-index: 3;
    transition: opacity 3.3s ease-in-out 2s; }
    @media (max-width: 1388px) {
      .home-banner h1 {
        font-size: 85px; } }
    @media (max-width: 1300px) {
      .home-banner h1 {
        font-size: 48px;
        max-width: 55%; }
        .home-banner h1:before {
          left: -40px;
          width: 101px;
          height: 101px; } }
    @media (max-width: 768px) {
      .home-banner h1 {
        font-size: 32px; } }
    @media (max-width: 425px) {
      .home-banner h1 {
        font-size: 26px; } }
  .home-banner h1#animation-rotate {
    position: absolute; }
    @media (max-width: 1300px) {
      .home-banner h1#animation-rotate:before {
        left: -48px;
        width: 101px;
        height: 101px;
        top: -34px; } }
  .home-banner .link-special {
    opacity: 0;
    position: absolute;
    bottom: 120px;
    right: 20px;
    z-index: 2;
    transition: opacity 1.3s ease-in-out 4s; }
    .home-banner .link-special > div:before {
      top: 7px; }
  @media (max-width: 768px) {
    .home-banner .meta-wrap {
      position: absolute;
      bottom: 17%;
      text-align: center;
      width: 100%;
      left: 0; }
      .home-banner .meta-wrap h1#animation-rotate {
        position: relative;
        max-width: 280px;
        left: auto;
        display: block;
        margin: 0 auto 10px;
        font-size: 40px; }
      .home-banner .meta-wrap .link-special {
        position: relative;
        bottom: auto;
        right: auto; } }
  @media (max-width: 320px) {
    .home-banner .meta-wrap {
      bottom: 40px; }
      .home-banner .meta-wrap h1#animation-rotate {
        font-size: 28px; } }

.home-header {
  opacity: 0; }

.home-header.loadin {
  opacity: 1; }

.loading-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2;
  text-align: center;
  width: 100%;
  transition: opacity .7s ease-in-out; }
  .loading-icons img {
    width: 250px;
    height: auto;
    display: inline-block;
    vertical-align: top; }
  .loading-icons span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 8px;
    z-index: 1;
    height: 60px;
    width: 1px;
    background-color: white;
    margin: 0 35px; }
  @media (max-width: 768px) {
    .loading-icons {
      text-align: center; }
      .loading-icons img {
        display: block;
        margin: 0 auto; }
      .loading-icons span {
        display: block;
        width: 70px;
        height: 2px;
        opacity: 0.6;
        margin: 35px auto 40px; } }

.home-banner.loadin:after {
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  background-color: rgba(34, 34, 34, 0.7); }
  @media (max-width: 768px) {
    .home-banner.loadin:after {
      top: 8px;
      bottom: 8px;
      left: 8px;
      right: 8px; } }

.home-banner.loadin h1 {
  opacity: 1; }

.home-banner.loadin .link-special {
  opacity: 1; }

.home-banner.loadin .loading-icons {
  opacity: 0; }

.home-intro {
  background-color: #262626; }
  .home-intro .content-wrap {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    padding: 180px 0 60px; }
    @media (max-width: 768px) {
      .home-intro .content-wrap {
        padding: 50px 0 40px; } }
  .home-intro p a {
    text-transform: uppercase; }
    .home-intro p a:hover {
      color: white; }
  .home-intro .down-arrow {
    margin-top: 25px; }

.home-teasers {
  background-color: #262626; }

.core-areas .content-wrap {
  padding: 80px 0 175px;
  font-size: 0; }

.core-areas .column {
  width: 390px;
  margin: 30px 30px; }
  .core-areas .column .title {
    font-size: 27px;
    font-family: "TTNorms-Medium", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all .3s ease-in-out; }
  @media (max-width: 1440px) {
    .core-areas .column {
      width: 31%;
      margin: 30px 1%; } }
  @media (max-width: 768px) {
    .core-areas .column {
      width: 48%;
      margin: 30px 1%; } }
  @media (max-width: 425px) {
    .core-areas .column {
      width: 98%;
      text-align: center;
      margin: 30px 1%; } }

.core-areas .section-title h2 {
  font-size: 48px;
  font-family: "TTNorms-Medium", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  position: relative;
  top: 70px; }
  .core-areas .section-title h2:before {
    content: url("../../imgs/green-dotted-circle.svg");
    z-index: 0;
    position: absolute;
    top: -70px;
    left: -85px;
    width: 174px;
    height: 174px;
    -webkit-animation: rotation 14s infinite linear; }
    @media (max-width: 768px) {
      .core-areas .section-title h2:before {
        display: none;
        content: ''; } }
  @media (max-width: 1440px) {
    .core-areas .section-title h2 {
      font-size: 28px; } }
  @media (max-width: 425px) {
    .core-areas .section-title h2 {
      top: auto; } }

.core-areas .block img {
  width: 73px;
  height: auto;
  margin-bottom: 10px; }

.core-areas .block .text {
  color: #565656;
  font-size: 20px; }

.core-areas .link-block-wrapper .link-block {
  box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.4);
  padding: 60px 105px 60px 45px; }
  .core-areas .link-block-wrapper .link-block p {
    font-family: "TTNorms-Medium", sans-serif;
    font-size: 27px;
    color: #231F20;
    line-height: 1.3; }
  .core-areas .link-block-wrapper .link-block p a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 17px;
    text-transform: uppercase; }
    .core-areas .link-block-wrapper .link-block p a:after {
      content: url("../../imgs/arrow-blue.svg");
      position: absolute;
      right: -28px;
      top: -1px;
      transition: all .3s ease-in-out;
      z-index: 1; }
    .core-areas .link-block-wrapper .link-block p a:hover:after {
      right: -40px; }
  @media (max-width: 1300px) {
    .core-areas .link-block-wrapper .link-block {
      padding: 35px 35px; }
      .core-areas .link-block-wrapper .link-block p {
        font-size: 24px; } }
  @media (max-width: 425px) {
    .core-areas .link-block-wrapper .link-block {
      padding: 30px 30px; }
      .core-areas .link-block-wrapper .link-block p {
        font-size: 22px; } }

.bio-intro {
  background-color: #262626; }
  .bio-intro .content-wrap {
    font-size: 0;
    padding: 90px 0 125px; }
  .bio-intro .frame {
    max-width: 1150px; }
  .bio-intro .left {
    width: 296px; }
    .bio-intro .left h4 {
      font-family: "TTNorms-Medium", sans-serif;
      font-size: 27px;
      color: white;
      margin-bottom: 12px;
      color: white; }
    .bio-intro .left p, .bio-intro .left p a {
      font-size: 15px;
      margin-bottom: 3px;
      color: white; }
      .bio-intro .left p strong, .bio-intro .left p a strong {
        text-transform: uppercase;
        font-family: "TTNorms-Bold", sans-serif;
        margin-right: 10px; }
    .bio-intro .left a:hover {
      color: #3B93E3; }
    .bio-intro .left .jump-links a {
      margin-bottom: 20px;
      position: relative;
      display: inline-block;
      font-size: 18px;
      margin-bottom: 17px;
      text-transform: uppercase; }
      .bio-intro .left .jump-links a:after {
        content: url("../../imgs/arrow-blue.svg");
        position: absolute;
        right: -28px;
        top: -1px;
        transition: all .3s ease-in-out;
        z-index: 1; }
      .bio-intro .left .jump-links a:hover:after {
        right: -40px; }
    .bio-intro .left hr {
      width: 100%; }
  .bio-intro .right {
    width: calc(100% - 296px);
    padding-left: 140px;
    font-size: 20px;
    color: white; }
    .bio-intro .right .attributes {
      margin-top: 55px; }
      .bio-intro .right .attributes > div, .bio-intro .right .attributes a {
        display: inline-block;
        vertical-align: top;
        margin-right: 40px;
        width: 35px;
        margin-bottom: 40px;
        height: auto;
        height: 47px;
        position: relative; }
        .bio-intro .right .attributes > div .tag, .bio-intro .right .attributes a .tag {
          position: absolute;
          bottom: 20px;
          left: 0;
          opacity: 0;
          background-color: #59BF99;
          color: white;
          text-transform: uppercase;
          text-align: center;
          font-family: "TTNorms-Bold", sans-serif;
          font-size: 10px;
          padding: 5px 7px;
          transition: all .3s ease-in-out;
          left: 50%;
          transform: translate(-50%, 0%); }
          .bio-intro .right .attributes > div .tag:after, .bio-intro .right .attributes a .tag:after {
            content: '';
            position: absolute;
            bottom: -9px;
            left: 50%;
            transform: translate(-50%, 0%);
            z-index: 1;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #59BF99 transparent transparent transparent; }
        .bio-intro .right .attributes > div:hover, .bio-intro .right .attributes a:hover {
          cursor: pointer; }
          .bio-intro .right .attributes > div:hover .tag, .bio-intro .right .attributes a:hover .tag {
            bottom: 62px;
            opacity: 1; }
      .bio-intro .right .attributes img {
        display: inline-block;
        vertical-align: top;
        width: 35px;
        height: auto; }
      .bio-intro .right .attributes .off:after {
        content: '';
        background-color: rgba(38, 38, 38, 0.6);
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  @media (max-width: 1024px) {
    .bio-intro .right {
      padding-left: 15px; } }
  @media (max-width: 768px) {
    .bio-intro .left, .bio-intro .right {
      display: block;
      width: 100%; }
    .bio-intro .right {
      padding-left: 0; } }

.accordion-content {
  position: relative; }
  .accordion-content .frame {
    position: relative;
    z-index: 2; }
  .accordion-content .content-wrap {
    padding: 10px 0 210px;
    font-size: 0; }
  .accordion-content .sidebar {
    width: 310px; }
    .accordion-content .sidebar hr {
      width: 100%;
      margin: 20px 0 20px; }
    .accordion-content .sidebar a {
      margin-bottom: 20px;
      position: relative;
      display: inline-block;
      font-size: 18px;
      margin-bottom: 17px;
      text-transform: uppercase; }
      .accordion-content .sidebar a:after {
        content: url("../../imgs/arrow-blue.svg");
        position: absolute;
        right: -28px;
        top: -1px;
        transition: all .3s ease-in-out;
        z-index: 1; }
      .accordion-content .sidebar a:hover:after {
        right: -40px; }
    @media (max-width: 1024px) {
      .accordion-content .sidebar {
        width: 220px; } }
    @media (max-width: 425px) {
      .accordion-content .sidebar {
        display: block;
        padding-left: 0; } }
  .accordion-content .content-wrapper {
    width: calc(100% - 310px);
    padding-left: 120px; }
    @media (max-width: 1024px) {
      .accordion-content .content-wrapper {
        width: calc(100% - 220px); } }
    @media (max-width: 768px) {
      .accordion-content .content-wrapper {
        padding-left: 45px; } }
    @media (max-width: 425px) {
      .accordion-content .content-wrapper {
        display: block;
        padding-left: 0; } }
  @media (max-width: 425px) {
    .accordion-content .sidebar, .accordion-content .content-wrapper {
      width: 100%;
      display: block; }
    .accordion-content .content-wrapper {
      padding-left: 0; } }
  .accordion-content .accordion-block {
    padding: 25px 0 20px;
    border-bottom: 1px solid #D8D8D8; }
    .accordion-content .accordion-block:first-of-type {
      padding-top: 10px; }
    .accordion-content .accordion-block h2 {
      margin-top: 0; }
    .accordion-content .accordion-block button {
      font-family: "TTNorms-Medium", sans-serif;
      font-size: 27px;
      font-weight: 400;
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        .accordion-content .accordion-block button {
          font-size: 24px; } }
      @media (max-width: 425px) {
        .accordion-content .accordion-block button {
          font-size: 20px; } }
    .accordion-content .accordion-block a:hover, .accordion-content .accordion-block a.current {
      color: #14528b; }
  .accordion-content button {
    position: relative;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: none; }
    .accordion-content button:before {
      content: '';
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .accordion-content button:hover {
      cursor: pointer; }
    .accordion-content button:after {
      content: url("../../imgs/arrow-up.svg");
      position: absolute;
      right: 0;
      top: 12px;
      z-index: 1;
      transform: rotate(180deg); }
      .accordion-content button:after:hover {
        cursor: pointer; }
  .accordion-content button.active:after {
    transform: rotate(0deg); }
  .accordion-content .content {
    display: none;
    font-size: 20px;
    margin-bottom: 15px; }

.involved-accordion:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 0 0 1800px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 1; }
  @media (max-width: 768px) {
    .involved-accordion:before {
      top: -50px; } }

.bio-accordion .content-wrap {
  padding: 90px 0 210px; }

.bio-accordion .frame {
  max-width: 920px; }

.bio-accordion .content-wrapper {
  padding-left: 0;
  width: 100%; }

.bio-accordion .hideDiv {
  display: none; }

.banner {
  height: 917px;
  margin-top: 120px;
  position: relative; }
  .banner .down-arrow {
    margin-top: 25px; }
  .banner .layer-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(41, 41, 41, 0.7); }
  .banner .layer-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(41, 41, 41, 0.3); }
  .banner .frame {
    height: inherit; }
  .banner .content-wrap {
    display: table;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    height: inherit;
    position: relative;
    z-index: 2; }
    .banner .content-wrap .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .banner .small-title, .banner .big-title, .banner h1, .banner p {
    color: white; }
  .banner .small-title {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "TTNorms-Bold", sans-serif;
    color: #D0D2D3;
    color: white; }
  .banner .big-title {
    font-size: 48px;
    font-family: "TTNorms-Medium", sans-serif;
    font-weight: 400;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .banner .big-title {
        font-size: 32px; } }
  @media (max-width: 1300px) {
    .banner {
      height: auto; }
      .banner .content-wrap {
        padding: 195px 0 235px; }
        .banner .content-wrap .inner {
          display: block; } }
  @media (max-width: 768px) {
    .banner h1 {
      font-size: 30px; }
    .banner p {
      font-size: 18px; }
    .banner .content-wrap {
      padding: 185px 0 185px; }
      .banner .content-wrap .inner {
        display: block; } }
  .banner a {
    position: relative;
    display: inline-block;
    margin-bottom: 17px;
    text-transform: uppercase; }
  .banner .link-special > div:before {
    top: 9px; }
  .banner .link-special a {
    font-size: 18px; }
    .banner .link-special a:before {
      width: 45px;
      height: 45px; }

.banner-title-large h1 {
  font-size: 100px; }

.banner.large-title #animation-rotate:before {
  left: -60px; }

.banner-details {
  min-height: 550px;
  background-color: #262626;
  text-align: center; }
  .banner-details .content-wrap {
    padding: 150px 0 380px; }
    .banner-details .content-wrap .date {
      font-size: 16px;
      color: white;
      font-family: "TTNorms-Regular", sans-serif;
      margin-bottom: 5px; }
    .banner-details .content-wrap h1 {
      font-size: 48px;
      max-width: 670px;
      color: white;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 768px) {
        .banner-details .content-wrap h1 {
          font-size: 32px; } }
      @media (max-width: 425px) {
        .banner-details .content-wrap h1 {
          font-size: 28px; } }
  @media (max-width: 1024px) {
    .banner-details .content-wrap {
      padding: 150px 0 280px; } }
  @media (max-width: 768px) {
    .banner-details {
      min-height: 250px; }
      .banner-details .content-wrap {
        padding: 120px 0 120px; } }

.error-banner h1 {
  margin-bottom: 0px; }

.error-banner .link-special {
  margin-top: 35px; }

.details-body {
  position: relative; }
  .details-body .img-banner {
    margin-bottom: 120px;
    position: relative;
    width: 1400px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 14px;
    font-style: italic; }
    .details-body .img-banner caption {
      font-size: 14px;
      font-style: italic; }
    .details-body .img-banner img {
      height: auto;
      max-width: 1400px;
      width: 1400px;
      margin-bottom: 5px; }
    @media (max-width: 1440px) {
      .details-body .img-banner {
        width: 1000px; }
        .details-body .img-banner img {
          max-width: 1000px;
          width: 1000px; } }
    @media (max-width: 1024px) {
      .details-body .img-banner {
        width: 670px;
        transform: translate(-50%, 16%);
        text-align: center; }
        .details-body .img-banner img {
          width: 100%; } }
    @media (max-width: 425px) {
      .details-body .img-banner {
        margin-bottom: 40px;
        width: 300px; }
        .details-body .img-banner img {
          width: 100%; } }
  .details-body .content-wrap {
    position: relative;
    top: -240px;
    z-index: 2; }
    @media (max-width: 768px) {
      .details-body .content-wrap {
        top: 0;
        padding-bottom: 180px; } }
  .details-body .frame {
    max-width: 1010px; }
  .details-body .body-content img {
    margin: 50px 0 70px; }
  .details-body .body-content figure {
    margin-bottom: 70px; }
    .details-body .body-content figure img {
      margin-bottom: 5px; }
    .details-body .body-content figure figcaption {
      font-size: 14px;
      font-style: italic; }
  .details-body .body-content ul li, .details-body .body-content ol li {
    font-size: 20px;
    line-height: 1.65;
    font-weight: 400; }
  .details-body .body-content a:hover, .details-body .body-content a.current {
    color: #14528b; }
  .details-body .pull-quote p {
    font-family: "TTNorms-ExtraLight", sans-serif;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 36px;
    padding: 35px 0; }
    .details-body .pull-quote p:before, .details-body .pull-quote p:after {
      content: '';
      position: absolute;
      z-index: 1;
      height: 3px;
      width: 85px;
      border-top: 1px solid rgba(88, 191, 153, 0.25);
      border-bottom: 1px solid rgba(88, 191, 153, 0.25);
      display: inline-block;
      margin: 10px 0 10px;
      width: 100%; }
    .details-body .pull-quote p:before {
      top: 0;
      left: 0; }
    .details-body .pull-quote p:after {
      bottom: 0;
      left: 0; }

.bio-banner {
  margin-top: 150px;
  height: 872px;
  position: relative; }
  @media (min-width: 1400px) {
    .bio-banner {
      height: 1100px; } }
  @media (max-width: 425px) {
    .bio-banner {
      background-image: none !important; } }
  .bio-banner .mobile-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 1; }
    @media (max-width: 425px) {
      .bio-banner .mobile-bg-image {
        display: block; } }
  @media (max-width: 768px) {
    .bio-banner {
      height: 580px; } }
  .bio-banner .frame {
    font-size: 0;
    max-width: 1150px; }
  .bio-banner h1 {
    font-size: 100px;
    margin-bottom: 5px; }
    .bio-banner h1:before {
      top: -30px !important; }
      @media (max-width: 1024px) {
        .bio-banner h1:before {
          display: none; } }
    @media (max-width: 768px) {
      .bio-banner h1 {
        margin: 10px 0 10px; } }
  .bio-banner .inner {
    padding: 5px 0 20px; }
  .bio-banner .meta {
    background-color: rgba(38, 38, 38, 0.7);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 1024px) {
      .bio-banner .meta #animation-rotate {
        font-size: 45px; } }
    @media (max-width: 1024px) {
      .bio-banner .meta .inner {
        left: 0 !important;
        right: auto !important; } }
    @media (max-width: 768px) {
      .bio-banner .meta #animation-rotate {
        font-size: 32px; } }
  .bio-banner .meta.align-left:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 0 0 1800px;
    border-color: transparent transparent transparent rgba(38, 38, 38, 0.7);
    top: -140px;
    right: 0;
    position: absolute;
    z-index: 1; }
  .bio-banner .meta.align-right:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 140px 1800px;
    border-color: transparent transparent rgba(38, 38, 38, 0.7) transparent;
    top: -140px;
    left: 0;
    position: absolute;
    z-index: 1; }
  .bio-banner .meta.align-right .open-column {
    width: 296px; }
    @media (max-width: 1024px) {
      .bio-banner .meta.align-right .open-column {
        width: 0;
        display: none; } }
  .bio-banner .meta.align-right .inner {
    position: relative;
    width: calc(100% - 296px);
    padding-left: 140px; }
    @media (max-width: 1024px) {
      .bio-banner .meta.align-right .inner {
        padding-left: 0;
        width: 100%; } }
  @media (max-width: 1024px) {
    .bio-banner .meta.align-right .inner {
      left: 25%; } }
  .bio-banner .left {
    text-transform: uppercase;
    color: white;
    font-family: "TTNorms-Bold", sans-serif;
    font-size: 15px;
    margin-top: 3px; }
  .bio-banner .right {
    font-family: "TTNorms-Regular", sans-serif;
    font-size: 15px;
    color: white;
    padding-left: 10px; }
    .bio-banner .right p {
      font-size: 15px;
      margin-bottom: 5px; }
    .bio-banner .right ol, .bio-banner .right ul {
      margin-top: 0; }
      .bio-banner .right ol li, .bio-banner .right ul li {
        margin-bottom: 5px; }

.bg-left {
  background-position: right center; }

.bg-right {
  background-position: left center; }

.det-img {
  margin-bottom: -260px; }

.content-details {
  position: relative; }
  .content-details .content-translate {
    position: relative;
    top: -400px;
    z-index: 3; }
  .content-details .frame-red {
    max-width: 1000px; }
  .content-details .details-image {
    position: relative;
    width: 100%;
    height: 704px;
    margin-bottom: 120px; }
  .content-details:before {
    content: '';
    position: absolute;
    left: 0;
    top: -180px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 0 0 1800px;
    border-color: transparent transparent transparent white; }
  .content-details h2 {
    font-size: 27px;
    margin-bottom: 12px; }
  .content-details h3 {
    font-family: "TTNorms-Bold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 15px; }

.content-posts {
  position: relative;
  background-color: #262626; }
  @media (max-width: 1024px) {
    .content-posts .content-wrap {
      padding-bottom: 160px; } }
  .content-posts:before {
    content: '';
    position: absolute;
    left: 0;
    top: -120px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 0 0 1800px;
    border-color: transparent transparent transparent #262626; }
  .content-posts .content-translate {
    position: relative;
    top: -200px;
    z-index: 3; }
    @media (max-width: 1024px) {
      .content-posts .content-translate {
        top: 0; } }
  .content-posts .item-list {
    padding-left: 0; }
    .content-posts .item-list ul {
      padding-left: 0;
      margin-top: 0; }
      .content-posts .item-list ul li {
        list-style-type: none; }
        @media (max-width: 900px) {
          .content-posts .item-list ul li .title {
            font-size: 24px !important; }
          .content-posts .item-list ul li .teaser p {
            font-size: 18px; } }
  .content-posts .posts-wrapper .post-wrapper {
    font-size: 0;
    max-width: 1300px;
    background-color: #262626;
    width: 100%;
    padding: 38px 38px;
    height: 540px;
    box-shadow: 2px 1px 14px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px; }
    .content-posts .posts-wrapper .post-wrapper a {
      display: block; }
      .content-posts .posts-wrapper .post-wrapper a:hover .link-arrow:after {
        right: -40px; }
    .content-posts .posts-wrapper .post-wrapper .img-wrapper {
      width: 47%;
      height: 100%;
      height: 440px;
      background-size: cover;
      webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      @media (max-width: 768px) {
        .content-posts .posts-wrapper .post-wrapper .img-wrapper {
          background-size: cover; } }
    .content-posts .posts-wrapper .post-wrapper .meta {
      width: 53%;
      height: 100%;
      padding-left: 60px;
      padding-top: 40px;
      color: white; }
      @media (max-width: 900px) {
        .content-posts .posts-wrapper .post-wrapper .meta {
          padding-top: 0px;
          padding-left: 40px; } }
      .content-posts .posts-wrapper .post-wrapper .meta .date {
        font-size: 16px;
        margin-bottom: 5px;
        font-family: "TTNorms-Medium", sans-serif;
        font-weight: 400; }
      .content-posts .posts-wrapper .post-wrapper .meta .title, .content-posts .posts-wrapper .post-wrapper .meta h3, .content-posts .posts-wrapper .post-wrapper .meta h4 {
        color: white;
        margin-bottom: 20px;
        font-size: 27px;
        font-family: "TTNorms-Medium", sans-serif;
        font-weight: 400; }
      .content-posts .posts-wrapper .post-wrapper .meta .teaser {
        margin-bottom: 15px;
        font-size: 20px;
        color: white;
        line-height: 1.7;
        font-family: "TTNorms-Medium", sans-serif; }
        .content-posts .posts-wrapper .post-wrapper .meta .teaser p {
          font-size: 19px; }
          @media (max-width: 900px) {
            .content-posts .posts-wrapper .post-wrapper .meta .teaser p {
              font-size: 18px; } }
      .content-posts .posts-wrapper .post-wrapper .meta .link-arrow {
        position: relative;
        display: inline-block;
        font-size: 18px;
        margin-bottom: 17px;
        text-transform: uppercase;
        color: #3B93E3; }
        .content-posts .posts-wrapper .post-wrapper .meta .link-arrow:after {
          content: url("../../imgs/arrow-blue.svg");
          position: absolute;
          right: -28px;
          top: -1px;
          transition: all .3s ease-in-out;
          z-index: 1; }
    @media (max-width: 768px) {
      .content-posts .posts-wrapper .post-wrapper {
        width: 450px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 18px 18px; }
        .content-posts .posts-wrapper .post-wrapper .img-wrapper {
          display: block;
          height: 350px;
          width: 100%; }
        .content-posts .posts-wrapper .post-wrapper .meta {
          width: 100%;
          height: auto;
          padding: 20px 10px; }
          .content-posts .posts-wrapper .post-wrapper .meta .title {
            color: white;
            margin-bottom: 20px;
            font-size: 22px;
            font-family: "TTNorms-Medium", sans-serif;
            font-weight: 400; }
          .content-posts .posts-wrapper .post-wrapper .meta .teaser p {
            margin-bottom: 15px;
            font-size: 18px;
            color: white;
            line-height: 1.7; }
          .content-posts .posts-wrapper .post-wrapper .meta h4 {
            color: white;
            margin-bottom: 20px;
            font-size: 22px;
            font-family: "TTNorms-Medium", sans-serif; }
          .content-posts .posts-wrapper .post-wrapper .meta p {
            margin-bottom: 15px;
            font-size: 18px;
            color: white; } }
    @media (max-width: 425px) {
      .content-posts .posts-wrapper .post-wrapper {
        width: 100%; }
        .content-posts .posts-wrapper .post-wrapper .img-wrapper {
          display: block;
          height: 250px; }
        .content-posts .posts-wrapper .post-wrapper .meta {
          width: 100%;
          height: auto;
          padding: 20px 10px; }
          .content-posts .posts-wrapper .post-wrapper .meta .title {
            color: white;
            margin-bottom: 20px;
            font-size: 22px;
            font-family: "TTNorms-Medium", sans-serif;
            font-weight: 400; }
          .content-posts .posts-wrapper .post-wrapper .meta .teaser {
            margin-bottom: 15px;
            font-size: 18px;
            color: white;
            line-height: 1.7; } }

.posts-wrapper .post-wrapper {
  font-size: 0;
  max-width: 1300px;
  background-color: #262626;
  width: 100%;
  padding: 38px 38px;
  height: 540px;
  box-shadow: 2px 1px 14px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px; }
  .posts-wrapper .post-wrapper .img-wrapper {
    width: 47%;
    height: 100%; }
  .posts-wrapper .post-wrapper .meta {
    width: 53%;
    height: 100%;
    padding-left: 80px;
    padding-top: 50px; }
    .posts-wrapper .post-wrapper .meta .title {
      color: white;
      margin-bottom: 20px;
      font-size: 27px;
      font-family: "TTNorms-Medium", sans-serif;
      font-weight: 400; }
    .posts-wrapper .post-wrapper .meta .teaser {
      margin-bottom: 15px;
      font-size: 20px;
      color: white;
      line-height: 1.7; }
  @media (max-width: 768px) {
    .posts-wrapper .post-wrapper {
      width: 450px;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
      .posts-wrapper .post-wrapper .img-wrapper {
        display: block;
        height: 350px;
        width: 100%; }
      .posts-wrapper .post-wrapper .meta {
        width: 100%;
        height: auto;
        padding: 20px 10px; }
        .posts-wrapper .post-wrapper .meta .title {
          color: white;
          margin-bottom: 20px;
          font-size: 22px;
          font-family: "TTNorms-Medium", sans-serif;
          font-weight: 400; }
        .posts-wrapper .post-wrapper .meta .teaser {
          margin-bottom: 15px;
          font-size: 18px;
          color: white;
          line-height: 1.7; } }
  @media (max-width: 425px) {
    .posts-wrapper .post-wrapper {
      width: 100%; }
      .posts-wrapper .post-wrapper .img-wrapper {
        display: block;
        height: 250px; }
      .posts-wrapper .post-wrapper .meta {
        width: 100%;
        height: auto;
        padding: 20px 10px; }
        .posts-wrapper .post-wrapper .meta .title {
          color: white;
          margin-bottom: 20px;
          font-size: 22px;
          font-family: "TTNorms-Medium", sans-serif;
          font-weight: 400; }
        .posts-wrapper .post-wrapper .meta .teaser {
          margin-bottom: 15px;
          font-size: 18px;
          color: white;
          line-height: 1.7; } }

.home-teasers:before, .home-teasers:after {
  display: none; }

.home-teasers .content-wrap {
  padding-bottom: 100px; }

.home-teasers .posts-wrapper .post-wrapper {
  font-size: 0;
  max-width: 1300px;
  background-color: #262626;
  width: 100%;
  padding: 38px 38px;
  height: 540px;
  box-shadow: 2px 1px 14px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px; }
  .home-teasers .posts-wrapper .post-wrapper a {
    display: block; }
    .home-teasers .posts-wrapper .post-wrapper a:hover .link-arrow:after {
      right: -40px; }
  .home-teasers .posts-wrapper .post-wrapper .img-wrapper {
    width: 47%;
    height: 100%;
    height: 440px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-size: cover; }
    @media (max-width: 425px) {
      .home-teasers .posts-wrapper .post-wrapper .img-wrapper {
        background-size: cover; } }
  .home-teasers .posts-wrapper .post-wrapper .meta {
    width: 53%;
    height: 100%;
    padding-left: 80px;
    padding-top: 50px;
    color: white; }
    .home-teasers .posts-wrapper .post-wrapper .meta .date {
      font-size: 16px;
      margin-bottom: 5px;
      font-family: "TTNorms-Medium", sans-serif;
      font-weight: 400; }
    .home-teasers .posts-wrapper .post-wrapper .meta .title, .home-teasers .posts-wrapper .post-wrapper .meta h3, .home-teasers .posts-wrapper .post-wrapper .meta h4 {
      color: white;
      margin-bottom: 20px;
      font-size: 27px;
      font-family: "TTNorms-Medium", sans-serif;
      font-weight: 400; }
    .home-teasers .posts-wrapper .post-wrapper .meta .teaser {
      margin-bottom: 15px;
      font-size: 20px;
      color: white;
      line-height: 1.7;
      font-family: "TTNorms-Medium", sans-serif; }
    .home-teasers .posts-wrapper .post-wrapper .meta .link-arrow {
      position: relative;
      display: inline-block;
      font-size: 18px;
      margin-bottom: 17px;
      text-transform: uppercase;
      color: #3B93E3; }
      .home-teasers .posts-wrapper .post-wrapper .meta .link-arrow:after {
        content: url("../../imgs/arrow-blue.svg");
        position: absolute;
        right: -28px;
        top: -1px;
        transition: all .3s ease-in-out;
        z-index: 1; }
  @media (max-width: 768px) {
    .home-teasers .posts-wrapper .post-wrapper {
      width: 450px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 18px 18px; }
      .home-teasers .posts-wrapper .post-wrapper .img-wrapper {
        display: block;
        height: 350px;
        width: 100%; }
      .home-teasers .posts-wrapper .post-wrapper .meta {
        width: 100%;
        height: auto;
        padding: 20px 10px; }
        .home-teasers .posts-wrapper .post-wrapper .meta .title {
          color: white;
          margin-bottom: 20px;
          font-size: 22px;
          font-family: "TTNorms-Medium", sans-serif;
          font-weight: 400; }
        .home-teasers .posts-wrapper .post-wrapper .meta .teaser p {
          margin-bottom: 15px;
          font-size: 18px;
          color: white;
          line-height: 1.7; }
        .home-teasers .posts-wrapper .post-wrapper .meta h4 {
          color: white;
          margin-bottom: 20px;
          font-size: 22px;
          font-family: "TTNorms-Medium", sans-serif; }
        .home-teasers .posts-wrapper .post-wrapper .meta p {
          margin-bottom: 15px;
          font-size: 18px;
          color: white; } }
  @media (max-width: 425px) {
    .home-teasers .posts-wrapper .post-wrapper {
      width: 100%; }
      .home-teasers .posts-wrapper .post-wrapper .img-wrapper {
        display: block;
        height: 250px; }
      .home-teasers .posts-wrapper .post-wrapper .meta {
        width: 100%;
        height: auto;
        padding: 20px 10px; }
        .home-teasers .posts-wrapper .post-wrapper .meta .title {
          color: white;
          margin-bottom: 20px;
          font-size: 22px;
          font-family: "TTNorms-Medium", sans-serif;
          font-weight: 400; }
        .home-teasers .posts-wrapper .post-wrapper .meta .teaser {
          margin-bottom: 15px;
          font-size: 18px;
          color: white;
          line-height: 1.7; } }

.team-anim .left h2:before {
  content: url("../../imgs/green-dotted-circle.svg");
  z-index: -1;
  position: absolute;
  top: -70px;
  left: -60px;
  width: 174px;
  height: 174px;
  -webkit-animation: rotation 14s infinite linear; }
  @media (max-width: 768px) {
    .team-anim .left h2:before {
      display: none;
      content: ''; } }

.content-team {
  background-color: #262626; }
  .content-team .content-wrap {
    font-size: 0;
    padding: 240px 0 150px; }
    @media (max-width: 768px) {
      .content-team .content-wrap {
        padding: 180px 0 130px; } }
    .content-team .content-wrap .left {
      width: 452px;
      padding-left: 15px; }
      .content-team .content-wrap .left .meta {
        background-color: #262626;
        position: relative;
        z-index: 1; }
      .content-team .content-wrap .left h2, .content-team .content-wrap .left p {
        color: white; }
      .content-team .content-wrap .left h2 {
        font-size: 48px;
        margin-top: 0;
        margin-bottom: 5px;
        position: relative;
        z-index: 2;
        display: inline-block; }
        .content-team .content-wrap .left h2:before {
          display: none !important; }
      @media (max-width: 1300px) {
        .content-team .content-wrap .left {
          width: 370px; } }
      @media (max-width: 768px) {
        .content-team .content-wrap .left {
          width: 100%;
          display: block;
          padding-left: 0;
          text-align: center; }
          .content-team .content-wrap .left h2 {
            font-size: 32px; } }
    .content-team .content-wrap .right {
      width: calc( 100% - 452px); }
      .content-team .content-wrap .right .team-wrapper, .content-team .content-wrap .right .item-list ul {
        text-align: center;
        font-size: 0; }
        @media (max-width: 768px) {
          .content-team .content-wrap .right .team-wrapper, .content-team .content-wrap .right .item-list ul {
            padding-left: 0; } }
        .content-team .content-wrap .right .team-wrapper .row-wrapper, .content-team .content-wrap .right .item-list ul .row-wrapper {
          display: inline-block;
          vertical-align: top;
          margin: 0 35px 35px;
          width: 355px; }
          @media (max-width: 1300px) {
            .content-team .content-wrap .right .team-wrapper .row-wrapper, .content-team .content-wrap .right .item-list ul .row-wrapper {
              width: 235px; } }
          @media (max-width: 768px) {
            .content-team .content-wrap .right .team-wrapper .row-wrapper, .content-team .content-wrap .right .item-list ul .row-wrapper {
              margin: 20px 0 20px; } }
          .content-team .content-wrap .right .team-wrapper .row-wrapper a, .content-team .content-wrap .right .item-list ul .row-wrapper a {
            display: inline-block; }
          .content-team .content-wrap .right .team-wrapper .row-wrapper .img-wrapper, .content-team .content-wrap .right .item-list ul .row-wrapper .img-wrapper {
            position: relative;
            overflow: hidden;
            height: 355px;
            width: 355px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px; }
            @media (max-width: 1300px) {
              .content-team .content-wrap .right .team-wrapper .row-wrapper .img-wrapper, .content-team .content-wrap .right .item-list ul .row-wrapper .img-wrapper {
                height: 235px;
                width: 235px; } }
            .content-team .content-wrap .right .team-wrapper .row-wrapper .img-wrapper .img, .content-team .content-wrap .right .item-list ul .row-wrapper .img-wrapper .img {
              background-position: center;
              background-repeat: no-repeat;
              background-size: 100%;
              border-radius: 50%;
              height: inherit;
              width: inherit;
              transition: all .3s ease-in-out; }
            .content-team .content-wrap .right .team-wrapper .row-wrapper .img-wrapper:after, .content-team .content-wrap .right .item-list ul .row-wrapper .img-wrapper:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 1;
              transition: all .3s ease-in-out;
              background: #262626;
              background: linear-gradient(180deg, rgba(38, 38, 38, 0.1) 0%, #262626 85%); }
          .content-team .content-wrap .right .team-wrapper .row-wrapper img, .content-team .content-wrap .right .item-list ul .row-wrapper img {
            width: 235px;
            height: 235px; }
          .content-team .content-wrap .right .team-wrapper .row-wrapper .meta, .content-team .content-wrap .right .item-list ul .row-wrapper .meta {
            position: relative;
            top: -13px;
            z-index: 3; }
            .content-team .content-wrap .right .team-wrapper .row-wrapper .meta .name, .content-team .content-wrap .right .team-wrapper .row-wrapper .meta h4, .content-team .content-wrap .right .item-list ul .row-wrapper .meta .name, .content-team .content-wrap .right .item-list ul .row-wrapper .meta h4 {
              font-family: "TTNorms-Medium", sans-serif;
              color: white;
              font-size: 35px;
              margin-bottom: 5px; }
              @media (max-width: 768px) {
                .content-team .content-wrap .right .team-wrapper .row-wrapper .meta .name, .content-team .content-wrap .right .team-wrapper .row-wrapper .meta h4, .content-team .content-wrap .right .item-list ul .row-wrapper .meta .name, .content-team .content-wrap .right .item-list ul .row-wrapper .meta h4 {
                  font-size: 24px; } }
            .content-team .content-wrap .right .team-wrapper .row-wrapper .meta .title, .content-team .content-wrap .right .team-wrapper .row-wrapper .meta p a, .content-team .content-wrap .right .item-list ul .row-wrapper .meta .title, .content-team .content-wrap .right .item-list ul .row-wrapper .meta p a {
              font-family: "TTNorms-Bold", sans-serif;
              font-size: 15px;
              text-transform: uppercase;
              color: white; }
            .content-team .content-wrap .right .team-wrapper .row-wrapper .meta p a:hover, .content-team .content-wrap .right .item-list ul .row-wrapper .meta p a:hover {
              color: white; }
            .content-team .content-wrap .right .team-wrapper .row-wrapper .meta p, .content-team .content-wrap .right .item-list ul .row-wrapper .meta p {
              font-family: "TTNorms-Regular", sans-serif;
              color: #808080;
              margin-bottom: 2px;
              line-height: 1.1; }
            .content-team .content-wrap .right .team-wrapper .row-wrapper .meta hr, .content-team .content-wrap .right .item-list ul .row-wrapper .meta hr {
              width: 43px;
              margin-top: 20px; }
      @media (max-width: 1300px) {
        .content-team .content-wrap .right {
          width: calc(100% - 370px); } }
      @media (max-width: 768px) {
        .content-team .content-wrap .right {
          width: 100%;
          display: block; } }
  .content-team .top-wrap {
    padding-bottom: 40px; }
  .content-team .bottom-wrap {
    padding-bottom: 1150px;
    color: red; }
    @media (max-width: 1024px) {
      .content-team .bottom-wrap {
        padding-bottom: 575px; } }
    @media (max-width: 1024px) {
      .content-team .bottom-wrap {
        padding-bottom: 325px; } }

.team-landing-list .content-wrap .left {
  position: relative; }
  .team-landing-list .content-wrap .left:before {
    content: url("../../imgs/green-dotted-circle.svg");
    z-index: 1;
    position: absolute;
    top: -54px;
    left: -60px;
    width: 174px;
    height: 174px;
    -webkit-animation: rotation 14s infinite linear; }
    @media (max-width: 768px) {
      .team-landing-list .content-wrap .left:before {
        display: none;
        content: ''; } }

.team-landing-list .content-wrap .right .team-wrapper .member-wrapper .img-wrapper:hover .img, .team-landing-list .content-wrap .right .team-wrapper .row-wrapper .img-wrapper:hover .img, .team-landing-list .content-wrap .right .item-list ul .member-wrapper .img-wrapper:hover .img, .team-landing-list .content-wrap .right .item-list ul .row-wrapper .img-wrapper:hover .img {
  background-size: 110%; }

.team-landing-list .content-wrap .right .team-wrapper .member-wrapper .img-wrapper:hover:after, .team-landing-list .content-wrap .right .team-wrapper .row-wrapper .img-wrapper:hover:after, .team-landing-list .content-wrap .right .item-list ul .member-wrapper .img-wrapper:hover:after, .team-landing-list .content-wrap .right .item-list ul .row-wrapper .img-wrapper:hover:after {
  background: transparent; }

.team-bg-img {
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat; }

.contact-team .content-wrap {
  padding-top: 25px; }

.contact-team:before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 900px;
  border-color: transparent transparent transparent #262626; }

.contact-team:after {
  content: '';
  position: absolute;
  right: 0;
  z-index: 1;
  top: -100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 900px;
  border-color: transparent transparent #262626 transparent; }

.contact-team .left {
  position: relative; }
  .contact-team .left:before {
    content: url("../../imgs/green-dotted-circle.svg");
    z-index: 1;
    position: absolute;
    top: -70px;
    left: -60px;
    width: 174px;
    height: 174px;
    -webkit-animation: rotation 14s infinite linear; }
    @media (max-width: 768px) {
      .contact-team .left:before {
        display: none;
        content: ''; } }
  .contact-team .left .meta {
    background-color: #262626;
    position: relative;
    z-index: 2; }

.contact-team .content-wrap .right .team-wrapper .member-wrapper .img-wrapper:after {
  content: '';
  display: none; }

.contact-team .member-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px 35px; }
  @media (max-width: 768px) {
    .contact-team .member-wrapper {
      margin: 20px 0 20px; } }
  .contact-team .member-wrapper a {
    display: inline-block;
    display: block; }
  .contact-team .member-wrapper .img-wrapper {
    position: relative;
    overflow: hidden;
    height: 355px;
    width: 355px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1300px) {
      .contact-team .member-wrapper .img-wrapper {
        height: 235px;
        width: 235px; } }
    .contact-team .member-wrapper .img-wrapper .img {
      border-radius: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      height: inherit;
      width: inherit;
      transition: all .3s ease-in-out; }
    .contact-team .member-wrapper .img-wrapper:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: all .3s ease-in-out;
      background: #262626;
      background: linear-gradient(180deg, rgba(38, 38, 38, 0.1) 0%, #262626 85%); }
  .contact-team .member-wrapper img {
    width: 235px;
    height: 235px; }
  .contact-team .member-wrapper .meta {
    position: relative;
    top: -3px;
    z-index: 3; }
    .contact-team .member-wrapper .meta .name, .contact-team .member-wrapper .meta h4 {
      font-family: "TTNorms-Medium", sans-serif;
      color: white;
      font-size: 35px;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .contact-team .member-wrapper .meta .name, .contact-team .member-wrapper .meta h4 {
          font-size: 24px; } }
    .contact-team .member-wrapper .meta .title, .contact-team .member-wrapper .meta p a {
      font-family: "TTNorms-Bold", sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      color: white; }
    .contact-team .member-wrapper .meta p a:hover {
      color: #3B93E3; }
    .contact-team .member-wrapper .meta p {
      font-family: "TTNorms-Regular", sans-serif;
      color: white;
      margin-bottom: 2px;
      line-height: 1.1; }
      .contact-team .member-wrapper .meta p:first-of-type {
        font-family: "TTNorms-Bold", sans-serif; }
      .contact-team .member-wrapper .meta p:nth-of-type(2) {
        font-size: 15px;
        font-family: "TTNorms-Regular", sans-serif; }
    .contact-team .member-wrapper .meta hr {
      width: 43px;
      margin-top: 20px; }

.lab-posts-section {
  background-color: #262626; }
  .lab-posts-section .content-wrap {
    padding: 0 0 20px; }
    @media (max-width: 768px) {
      .lab-posts-section .content-wrap {
        padding-bottom: 120px; } }
    @media (max-width: 425px) {
      .lab-posts-section .content-wrap {
        padding: 60px 0 180px; } }
  .lab-posts-section .content-translate {
    position: relative;
    top: -250px;
    z-index: 3; }
    @media (max-width: 1300px) {
      .lab-posts-section .content-translate {
        top: -120px; } }
    @media (max-width: 768px) {
      .lab-posts-section .content-translate {
        top: 0; } }
  .lab-posts-section .lab-posts {
    font-size: 0;
    text-align: center; }
    .lab-posts-section .lab-posts .item-list ul {
      text-align: left;
      padding-left: 0; }
      @media (max-width: 1385px) {
        .lab-posts-section .lab-posts .item-list ul {
          max-width: 900px;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      .lab-posts-section .lab-posts .item-list ul li {
        width: 448px;
        height: 581px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        background-color: #262626;
        color: white;
        position: relative;
        margin: 0px 0px;
        box-shadow: 2px 1px 14px 2px rgba(0, 0, 0, 0.6); }
        @media (max-width: 950px) {
          .lab-posts-section .lab-posts .item-list ul li {
            width: 50%; } }
        .lab-posts-section .lab-posts .item-list ul li .teaser-text p {
          font-family: "TTNorms-Regular", sans-serif; }
        @media (max-width: 768px) {
          .lab-posts-section .lab-posts .item-list ul li {
            width: 380px;
            height: 500px;
            margin-bottom: 15px; }
            .lab-posts-section .lab-posts .item-list ul li .title {
              font-size: 22px;
              margin-bottom: 12px; }
            .lab-posts-section .lab-posts .item-list ul li .teaser-text {
              font-size: 18px;
              height: auto;
              position: relative;
              top: 0; }
            .lab-posts-section .lab-posts .item-list ul li a {
              bottom: 30px;
              left: 55px; }
            .lab-posts-section .lab-posts .item-list ul li:hover .posts-img {
              height: 329px; }
            .lab-posts-section .lab-posts .item-list ul li:hover .teaser-text {
              top: 200px; }
            .lab-posts-section .lab-posts .item-list ul li:hover .meta {
              padding-top: 0; }
              .lab-posts-section .lab-posts .item-list ul li:hover .meta:before {
                top: -40px; } }
        @media (max-width: 425px) {
          .lab-posts-section .lab-posts .item-list ul li {
            width: 100%; }
            .lab-posts-section .lab-posts .item-list ul li .title {
              font-size: 20px; }
            .lab-posts-section .lab-posts .item-list ul li .teaser-text {
              font-size: 16px; }
            .lab-posts-section .lab-posts .item-list ul li .meta {
              padding: 20px 20px 20px; }
            .lab-posts-section .lab-posts .item-list ul li .link-arrow {
              left: 20px;
              bottom: 20px; }
            .lab-posts-section .lab-posts .item-list ul li .posts-img {
              height: 329px; }
            .lab-posts-section .lab-posts .item-list ul li .teaser-text {
              top: 200px; }
            .lab-posts-section .lab-posts .item-list ul li .meta {
              padding-top: 0; }
              .lab-posts-section .lab-posts .item-list ul li .meta:before {
                top: -40px; } }
    .lab-posts-section .lab-posts .lab-post hr {
      width: 36px; }
    .lab-posts-section .lab-posts .lab-post .posts-img {
      width: inherit;
      height: 360px;
      height: 0;
      transition: all .5s ease-in-out; }
    .lab-posts-section .lab-posts .lab-post .meta {
      text-align: left;
      padding: 55px 55px 60px;
      position: relative;
      z-index: 3;
      width: 100%;
      transition: all .5s ease-in-out; }
      .lab-posts-section .lab-posts .lab-post .meta:before {
        position: absolute;
        top: -40px;
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 0 0 468px;
        border-color: transparent transparent transparent #262626;
        transition: all .5s ease-in-out; }
    .lab-posts-section .lab-posts .lab-post .title {
      font-size: 27px;
      font-family: "TTNorms-Medium", sans-serif;
      margin-bottom: 12px;
      font-weight: 400;
      color: white; }
    .lab-posts-section .lab-posts .lab-post .teaser-text {
      font-size: 20px;
      height: auto;
      position: relative;
      top: 0;
      transition: all .5s ease-in-out;
      line-height: 1.7;
      color: white; }
      .lab-posts-section .lab-posts .lab-post .teaser-text p {
        font-family: "TTNorms-Regular", sans-serif; }
    .lab-posts-section .lab-posts .lab-post .link-arrow {
      position: absolute;
      z-index: 3;
      bottom: 30px;
      left: 55px;
      color: #3B93E3;
      font-family: "TTNorms-Bold", sans-serif; }
    .lab-posts-section .lab-posts .lab-post:hover .posts-img {
      height: 360px; }
    .lab-posts-section .lab-posts .lab-post:hover .teaser-text {
      opacity: 0;
      top: 300px; }
    .lab-posts-section .lab-posts .lab-post:hover .meta {
      padding-top: 0; }
      .lab-posts-section .lab-posts .lab-post:hover .meta:before {
        top: -40px; }

.about-intro {
  position: relative;
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #262626; }
  .about-intro:before {
    content: '';
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 900px;
    border-color: transparent transparent transparent #262626; }
  .about-intro:after {
    content: '';
    position: absolute;
    right: 0;
    z-index: 1;
    top: -100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 900px;
    border-color: transparent transparent #262626 transparent; }
  .about-intro .content-wrap {
    padding: 110px 0 170px;
    font-size: 0; }
    @media (max-width: 768px) {
      .about-intro .content-wrap {
        padding: 15px 0 210px; }
        .about-intro .content-wrap:before {
          display: none; } }
  .about-intro .left {
    width: 514px;
    padding: 0 20px; }
    @media (max-width: 1300px) {
      .about-intro .left {
        width: 410px; } }
    .about-intro .left hr {
      width: 100%; }
    .about-intro .left .meta {
      font-family: "TTNorms-ExtraLight", sans-serif;
      font-size: 36px;
      color: white; }
      @media (max-width: 1300px) {
        .about-intro .left .meta {
          font-size: 30px; } }
      @media (max-width: 768px) {
        .about-intro .left .meta {
          font-size: 24px; } }
  .about-intro .right {
    width: calc(100% - 514px);
    color: white;
    padding-left: 30px; }
    @media (max-width: 1300px) {
      .about-intro .right {
        width: calc(100% - 410px); } }
    .about-intro .right a:hover, .about-intro .right a.current {
      color: white; }
  @media (max-width: 768px) {
    .about-intro .left, .about-intro .right {
      display: block;
      width: 100%;
      padding: 0 0; } }

.about-issues {
  position: relative; }
  .about-issues:before {
    content: '';
    position: absolute;
    left: 0;
    top: -180px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 0 0 1800px;
    border-color: transparent transparent transparent white; }
    @media (max-width: 768px) {
      .about-issues:before {
        display: none; } }
  .about-issues:after {
    content: '';
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 750px;
    border-color: transparent transparent white transparent; }
  .about-issues .content-wrap {
    padding: 40px 80px; }
    @media (max-width: 768px) {
      .about-issues .content-wrap {
        padding: 15px 25px 40px; } }
  .about-issues h2 {
    padding-left: 22%; }
    @media (max-width: 425px) {
      .about-issues h2 {
        padding-left: 0; } }
  .about-issues hr {
    margin-left: 22%; }
    @media (max-width: 425px) {
      .about-issues hr {
        margin-left: 0; } }
  .about-issues .issue-wrapper:first-of-type {
    padding-top: 0; }
  .about-issues .issue-wrapper:last-of-type {
    padding-bottom: 80px; }
  .about-issues .issue-wrapper, .about-issues > div > div {
    margin-bottom: 0px;
    padding-top: 125px;
    position: relative;
    padding-left: 22%; }
    .about-issues .issue-wrapper p:first-of-type, .about-issues > div > div p:first-of-type {
      position: absolute;
      left: 0;
      width: 110px;
      margin-top: 5px; }
      .about-issues .issue-wrapper p:first-of-type img, .about-issues > div > div p:first-of-type img {
        width: 100%;
        height: auto; }
    @media (max-width: 585px) {
      .about-issues .issue-wrapper, .about-issues > div > div {
        padding-left: 0;
        text-align: center; }
        .about-issues .issue-wrapper .icon, .about-issues .issue-wrapper .content, .about-issues > div > div .icon, .about-issues > div > div .content {
          display: block;
          width: 100%; }
        .about-issues .issue-wrapper .content, .about-issues > div > div .content {
          padding-left: 0; }
        .about-issues .issue-wrapper .icon img, .about-issues > div > div .icon img {
          width: 80px;
          height: auto;
          margin-bottom: 15px; }
        .about-issues .issue-wrapper p:first-of-type, .about-issues > div > div p:first-of-type {
          position: relative;
          margin-left: auto;
          margin-right: auto; } }

.about-page-footer {
  background-color: #262626;
  text-align: center;
  position: relative; }
  .about-page-footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: -100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 1800px;
    border-color: transparent transparent transparent #262626; }
  .about-page-footer .content-wrap {
    padding: 15px 0 225px; }
  .about-page-footer .intro {
    color: white;
    max-width: 820px;
    margin: 0 auto 55px; }
  .about-page-footer .sponsor-icons {
    font-size: 0;
    margin-bottom: 100px; }
    .about-page-footer .sponsor-icons img {
      display: inline-block;
      vertical-align: top;
      width: 180px;
      height: auto;
      margin: 0 35px 30px; }
  .about-page-footer .ctas {
    font-size: 0; }
    .about-page-footer .ctas .cta {
      width: 45%;
      margin: 0 2.5%;
      min-height: 474px;
      box-shadow: 2px 1px 14px 2px rgba(0, 0, 0, 0.6);
      height: 100%;
      padding: 0 45px 0px;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .about-page-footer .ctas .cta .inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        padding: 20px 20px; }
        @media (max-width: 768px) {
          .about-page-footer .ctas .cta .inner {
            position: relative;
            transform: translate(0, 0);
            left: auto;
            top: auto; } }
        .about-page-footer .ctas .cta .inner .meta h2, .about-page-footer .ctas .cta .inner .meta p {
          color: white; }
        .about-page-footer .ctas .cta .inner .meta h2 {
          margin-top: 0; }
      @media (max-width: 768px) {
        .about-page-footer .ctas .cta {
          display: block;
          width: 100%;
          margin: 0 0 15px;
          height: auto;
          min-height: auto;
          padding: 15px 0; } }

.test-section {
  height: 500px; }

footer {
  background-color: #262626;
  position: relative;
  z-index: 2;
  max-width: 1800px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto; }
  footer:before, footer:after {
    position: absolute;
    max-width: 1800px; }
  footer:before {
    content: url("../../imgs/Black-Angle-Large.svg");
    left: -18px;
    top: -231px;
    z-index: -3; }
  footer:after {
    content: url("../../imgs/Black-Angle-Small.svg");
    left: -15px;
    top: -144px;
    z-index: -4; }
  footer .upper {
    position: relative;
    background-color: #262626; }
    footer .upper .content-wrap {
      font-size: 0; }
      @media (max-width: 768px) {
        footer .upper .content-wrap {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical; } }
      footer .upper .content-wrap .search {
        width: calc( 100% - 620px);
        font-size: 18px;
        color: white;
        text-transform: uppercase;
        padding-top: 92px; }
        footer .upper .content-wrap .search form {
          position: relative;
          z-index: 1;
          display: inline-block; }
          footer .upper .content-wrap .search form input {
            border: 1px solid #3B93E3;
            border-radius: 20px;
            background-color: #262626;
            padding: 7px 20px 8px; }
            @media (max-width: 768px) {
              footer .upper .content-wrap .search form input {
                padding: 14px 20px 5px; } }
          footer .upper .content-wrap .search form input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: white;
            font-size: 12px;
            font-family: "TTNorms-Medium", sans-serif;
            text-transform: uppercase;
            line-height: 1; }
          footer .upper .content-wrap .search form input::-moz-placeholder {
            /* Firefox 19+ */
            color: white;
            font-size: 12px;
            font-family: "TTNorms-Medium", sans-serif;
            text-transform: uppercase;
            line-height: 1; }
          footer .upper .content-wrap .search form input:-ms-input-placeholder {
            /* IE 10+ */
            color: white;
            font-size: 12px;
            font-family: "TTNorms-Medium", sans-serif;
            text-transform: uppercase;
            line-height: 1; }
          footer .upper .content-wrap .search form input:-moz-placeholder {
            /* Firefox 18- */
            color: white;
            font-size: 12px;
            font-family: "TTNorms-Medium", sans-serif;
            text-transform: uppercase;
            line-height: 1; }
          footer .upper .content-wrap .search form .form-actions {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 2px;
            right: 10px;
            background-color: white;
            background-color: transparent;
            transition: all .3s ease-in-out; }
            footer .upper .content-wrap .search form .form-actions:hover {
              cursor: pointer; }
            footer .upper .content-wrap .search form .form-actions input {
              border: none;
              border-radius: unset;
              background-color: transparent;
              padding: 0 0;
              width: 100%;
              height: 100%;
              font-size: 0;
              background-image: url(../../imgs/arrow-white.svg);
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain; }
          footer .upper .content-wrap .search form:hover .form-actions {
            right: 5px; }
        @media (max-width: 1024px) {
          footer .upper .content-wrap .search {
            width: 33%; } }
        @media (max-width: 768px) {
          footer .upper .content-wrap .search {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            box-ordinal-group: 2;
            display: block;
            width: 100%;
            text-align: center;
            padding-top: 50px; } }
      footer .upper .content-wrap .quick-links {
        width: 620px;
        font-size: 0; }
        footer .upper .content-wrap .quick-links .column {
          width: 50%; }
          footer .upper .content-wrap .quick-links .column a, footer .upper .content-wrap .quick-links .column p {
            color: white;
            display: inline-block;
            font-size: 15px;
            margin-bottom: 10px;
            line-height: 1.5;
            font-family: "TTNorms-Regular", sans-serif; }
          footer .upper .content-wrap .quick-links .column a:hover {
            color: #3B93E3; }
          footer .upper .content-wrap .quick-links .column p {
            display: block; }
        footer .upper .content-wrap .quick-links .col-left {
          padding-right: 80px; }
        footer .upper .content-wrap .quick-links .col-right {
          padding-left: 40px; }
        @media (max-width: 1024px) {
          footer .upper .content-wrap .quick-links {
            width: 66%; } }
        @media (max-width: 768px) {
          footer .upper .content-wrap .quick-links {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            box-ordinal-group: 1;
            display: block;
            width: 100%;
            text-align: center; }
            footer .upper .content-wrap .quick-links .col-left {
              padding-right: 35px; } }
        @media (max-width: 425px) {
          footer .upper .content-wrap .quick-links .col-left, footer .upper .content-wrap .quick-links .col-right {
            display: block;
            width: 100%;
            padding-left: 0;
            padding-right: 0; } }
  footer .lower {
    padding-bottom: 5px; }
    footer .lower hr {
      width: 100%; }
    @media (max-width: 425px) {
      footer .lower {
        text-align: center; } }
    footer .lower .copyright {
      width: calc( 100% - 390px);
      font-size: 14px;
      color: white; }
      footer .lower .copyright a {
        color: inherit;
        font-family: inherit;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-right: 7px; }
        footer .lower .copyright a:nth-of-type(2) {
          margin-left: 7px; }
          footer .lower .copyright a:nth-of-type(2):before {
            content: '|';
            position: relative;
            left: -7px;
            top: 0;
            z-index: 1; }
      @media (max-width: 425px) {
        footer .lower .copyright {
          display: block;
          width: 100%;
          margin-bottom: 20px; } }
    footer .lower .footer-link-column a {
      margin: 12px 35px; }
    footer .lower .logo-footer {
      width: 162px;
      height: auto; }
      @media (max-width: 425px) {
        footer .lower .logo-footer {
          display: block; } }
    footer .lower .footer-link-column {
      position: relative;
      top: -5px; }
      footer .lower .footer-link-column .wws-logo .logo-footer {
        width: 72px;
        top: -3px; }

.search-content h1 {
  font-family: "TTNorms-Medium", sans-serif;
  font-size: 48px;
  color: #231F20; }

.search-content h2 {
  display: none; }

.search-content .frame {
  max-width: 860px; }

.search-content .content-wrap {
  padding: 250px 0 200px;
  text-align: center; }

.search-content #edit-help-link {
  display: none; }

.search-content .form-item {
  position: relative; }

.search-content .form-wrapper {
  width: 100%;
  max-width: 680px;
  position: relative;
  margin: 0 auto 0; }

.search-content form {
  text-align: center; }
  .search-content form label {
    display: none; }
  .search-content form .form-submit {
    border: none;
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 8px;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    background-image: url(../../imgs/icon-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .search-content form .form-search {
    background-color: #F5F5F5;
    border: none;
    width: 100%;
    padding: 10px 15px 9px; }
  .search-content form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 18px;
    font-family: "TTNorms-Medium", sans-serif; }
  .search-content form input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
    font-family: "TTNorms-Medium", sans-serif; }
  .search-content form input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 18px;
    font-family: "TTNorms-Medium", sans-serif; }
  .search-content form input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
    font-family: "TTNorms-Medium", sans-serif; }

.search-result-list {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 100px;
  text-align: left; }

.result-wrapper {
  padding: 40px 0 40px;
  border-bottom: 1px solid #DEDEDE; }
  .result-wrapper h3 a {
    color: #060324;
    font-family: "TTNorms-Medium", sans-serif;
    font-size: 27px;
    margin-bottom: 10px; }
    .result-wrapper h3 a:hover {
      color: #3B93E3; }
  .result-wrapper p {
    font-size: 20px; }

#block-breadcrumbs {
  text-align: right; }
  #block-breadcrumbs h2 {
    display: none; }
  #block-breadcrumbs nav {
    margin-top: 0px;
    display: inline-block; }
    #block-breadcrumbs nav ol li {
      display: inline-block;
      vertical-align: top;
      font-family: "TTNorms-Regular", sans-serif;
      margin-left: 25px;
      font-size: 14px;
      color: white;
      letter-spacing: 0.2px;
      position: relative; }
      #block-breadcrumbs nav ol li:after {
        content: '';
        background-repeat: no-repeat;
        background-size: 13px 20px;
        background-position: center;
        background-image: url(../../imgs/arrow-up.svg);
        position: absolute;
        right: -23px;
        top: 0px;
        width: 20px;
        height: 15px;
        transform: rotate(90deg);
        z-index: 2; }
      #block-breadcrumbs nav ol li:last-of-type:after {
        display: none;
        content: none; }
      #block-breadcrumbs nav ol li a {
        font-family: inherit;
        font-size: inherit;
        color: white;
        letter-spacing: inherit;
        text-align: left; }

ul.pager__items li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none; }
  ul.pager__items li:last-of-type a {
    border-right: none; }
  ul.pager__items li a {
    font-size: 15px;
    color: #9B9B9B;
    padding: 2px 13px 1px;
    position: relative;
    border-right: 1px solid #D8D8D8;
    display: inline-block; }
    ul.pager__items li a:hover {
      color: #3B93E3; }

ul.pager__items .is-active a {
  color: #3B93E3; }

ul.pager__items .pager__item--next a, ul.pager__items .pager__item--previous a {
  border-right: none; }

.dialog-off-canvas-main-canvas {
  overflow: hidden; }
