html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 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; }

/*! End Normalize */
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 44px;
  width: 100%;
  background: white;
  z-index: 3;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
  /* Force Hardware Acceleration */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
  @media only screen and (min-width: 568px) {
    .cd-header {
      height: 65px; } }
  .cd-header.is-fixed {
    position: fixed;
    top: -50px;
    background-color: white;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
    @media only screen and (min-width: 568px) {
      .cd-header.is-fixed {
        top: -65px; } }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .cd-header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translate3d(-260px, 0, 0);
            transform: translate3d(-260px, 0, 0);
    cursor: e-resize;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .cd-header.lateral-menu-is-open.is-visible {
    /* translate to show the lateral menu */
    -webkit-transform: translate3d(-260px, 100%, 0);
            transform: translate3d(-260px, 100%, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    cursor: e-resize; }

#cd-logo {
  display: block;
  float: left;
  margin: 6px 0 0 1.5em; }
  #cd-logo img {
    display: block;
    height: 38px; }
  @media only screen and (min-width: 568px) {
    #cd-logo {
      margin: 9px 0 0 2em; }
      #cd-logo img {
        display: block;
        height: 48px; } }

.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  position: relative;
  background-color: #F5F5F5;
  z-index: 2;
  padding-top: 50px;
  /* Force Hardware Acceleration  */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }
  .cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
            transform: translateX(-260px);
    cursor: e-resize;
    height: auto !important;
    -webkit-box-shadow: -4px 0 4px #1a1919, 4px 0 4px #333333;
            box-shadow: -4px 0 4px #1a1919, 4px 0 4px #333333; }
  @media only screen and (min-width: 568px) {
    .cd-main-content {
      padding-top: 65px; } }

#cd-menu-trigger {
  padding-right: 20px; }
  #cd-menu-trigger .cd-menu-text {
    font-size: 1.5em;
    text-transform: uppercase;
    display: inline-block;
    line-height: 38px;
    padding-right: 14px; }
  #cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu */
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 2px;
    top: 18px;
    right: 22px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* these are the upper and lower lines in the menu menu */ }
    #cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: inherit;
      left: 0; }
    #cd-menu-trigger .cd-menu-icon::before {
      bottom: 4px; }
    #cd-menu-trigger .cd-menu-icon::after {
      top: 4px; }
  #cd-menu-trigger::hover, #cd-menu-trigger::active {
    color: rgba(0, 0, 0, 0.6); }
  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: transparent; }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      background-color: rgba(0, 0, 0, 0.8); }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before {
      bottom: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

article.type-system-traditional {
  text-align: left; }
  article.type-system-traditional::after {
    clear: both;
    content: "";
    display: block; }
  article.type-system-traditional h1, article.type-system-traditional h2, article.type-system-traditional h3, article.type-system-traditional p {
    margin: 0; }
  article.type-system-traditional hr {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0; }
  article.type-system-traditional p {
    color: #333;
    line-height: 1.5; }
  article.type-system-traditional a {
    color: #1565c0;
    text-decoration: none; }
  article.type-system-traditional .type {
    border-bottom: 2px solid;
    display: inline-block;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    font-size: .7em;
    font-weight: 800;
    margin-bottom: 2em;
    padding: .1em 0;
    text-align: left;
    text-transform: uppercase; }
  article.type-system-traditional h1 {
    font-family: "freight-text-pro", Palatino, Georgia, Times, serif;
    font-size: 1.9em;
    font-weight: 700;
    margin-bottom: 0.3em; }
    @media only screen and (min-width: 800px) {
      article.type-system-traditional h1 {
        font-size: 2.6em; } }
  article.type-system-traditional h2 {
    font-family: "freight-text-pro", Palatino, Georgia, Times, serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: .9em; }
    @media only screen and (min-width: 800px) {
      article.type-system-traditional h2 {
        font-size: 1.5em; } }
  article.type-system-traditional code {
    background: #F7F7F7;
    border-radius: 4.5px;
    border: 1px solid #E0E0E0;
    font-size: 0.75em;
    font-style: normal;
    padding: 0.1em 0.4em;
    white-space: nowrap; }
  article.type-system-traditional h2 code {
    font-size: 0.65em; }
  article.type-system-traditional h3 {
    font-family: "freight-text-pro", Palatino, Georgia, Times, serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0.4em; }
  article.type-system-traditional p.date {
    color: rgba(51, 51, 51, 0.4);
    font-family: "freight-text-pro", Palatino, Georgia, Times, serif;
    font-style: italic;
    margin-bottom: .3em; }
  article.type-system-traditional p {
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    letter-spacing: 1;
    line-height: 1.55em;
    margin-bottom: 1.5em; }
    article.type-system-traditional p span {
      font-family: "freight-text-pro", Palatino, Georgia, Times, serif;
      font-size: 1.2em;
      font-style: italic; }
  article.type-system-traditional a.read-more {
    display: inline-block;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 0.2em;
    position: relative;
    text-transform: uppercase; }
    article.type-system-traditional a.read-more span {
      font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
      font-size: 1.5em;
      font-style: normal;
      position: absolute;
      right: -12px;
      top: -1px; }
  article.type-system-traditional hr {
    width: 3em; }
  article.type-system-traditional p.author {
    font-family: "freight-text-pro", Palatino, Georgia, Times, serif;
    font-size: 1.2em;
    font-style: italic; }

footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 1em;
  overflow: hidden;
  width: 100%;
  font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif; }
  footer::after {
    clear: both;
    content: "";
    display: block; }
  footer::after {
    clear: both;
    content: "";
    display: block; }
  footer ul li {
    font-size: 1.4em;
    line-height: 2em;
    color: rgba(0, 0, 0, 0.4);
    display: inline;
    padding: 0 10px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; }
    footer ul li a {
      color: rgba(0, 0, 0, 0.8);
      font-weight: 700;
      text-decoration: none; }
      footer ul li a:hover {
        color: rgba(0, 0, 0, 0.9); }
  footer p {
    font-size: 1.4em;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 0.8);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; }

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 10px;
  min-width: 0;
  width: auto; }
  .cards .card {
    -webkit-box-ordinal-group: 1000000;
        -ms-flex-order: 999999;
            order: 999999;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    background-color: #fff;
    cursor: pointer;
    margin: 1em 1.5em 3.25em 1.5em;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.04);
            box-shadow: 0 1px 7px rgba(0, 0, 0, 0.04); }
    @media screen and (max-width: 1160px) {
      .cards .card {
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px; } }
    @media screen and (max-width: 1024px) {
      .cards .card {
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px; } }
    @media screen and (max-width: 800px) {
      .cards .card {
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px; } }
    @media screen and (max-width: 640px) {
      .cards .card {
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px; } }
    @media screen and (max-width: 568px) {
      .cards .card {
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px; } }
    .cards .card.filler {
      -webkit-box-ordinal-group: 10000000;
          -ms-flex-order: 9999999;
              order: 9999999;
      border-color: transparent;
      background-color: transparent;
      border: 0px solid rgba(0, 0, 0, 0.08) !important;
      min-height: 0;
      height: 0;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
      .cards .card.filler:focus, .cards .card.filler:hover {
        background-color: transparent; }
    .cards .card.ourteam {
      cursor: default; }
      .cards .card.ourteam:focus, .cards .card.ourteam:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .cards .card .card-image {
      overflow: hidden;
      background-size: cover;
      background-position: top center;
      height: 180px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-radius: 4px 4px 0px 0px; }
    .cards .card .card-header {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-color: #fff;
      padding: 1.75em 0.75em 1em 1.5em; }
      .cards .card .card-header h2 {
        font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
        line-height: 1em;
        font-size: 2em;
        color: rgba(0, 0, 0, 0.8);
        margin-bottom: 0.15em;
        font-weight: 600; }
      .cards .card .card-header p {
        font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
        color: #999999;
        font-size: 1.4em;
        font-weight: 600;
        margin-bottom: 0rem; }
    .cards .card .card-copy p {
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      color: rgba(0, 0, 0, 0.8);
      font-size: 1.6em;
      font-weight: 400;
      line-height: 1.4em;
      padding: 0em 1em 1.25em 1em;
      text-rendering: optimizeLegibility;
      margin-bottom: 0em; }
    .cards .card:focus, .cards .card:hover {
      background-color: #fff;
      -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.14);
              box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.14); }
      .cards .card:focus .card-image img, .cards .card:hover .card-image img {
        background: #fff; }
      .cards .card:focus .card-header, .cards .card:hover .card-header {
        background-color: #fff;
        color: #cc092f; }
    .cards .card:active {
      background-color: #fff; }
      .cards .card:active .card-header {
        background-color: #fff; }

.button-group input {
  display: none; }

.button-group label {
  margin-bottom: 0; }
  .button-group label .button-group-item {
    background: #fff;
    border: 1px solid silver;
    border-radius: 3px;
    color: #807f7f;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    padding: 0.75em 1em;
    width: 2.5em;
    height: 2.5em; }
    .button-group label .button-group-item:focus, .button-group label .button-group-item:hover {
      background-color: #f7f7f7; }

.button-group input:checked + .button-group-item {
  background: #1565c0;
  border: 1px solid #0d417b;
  -webkit-box-shadow: inset 0 1px 2px #104d92;
          box-shadow: inset 0 1px 2px #104d92;
  color: white; }

.cbp-tm-menu {
  position: relative;
  z-index: 1000;
  float: right !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 14px 10px 0px 0px; }
  .cbp-tm-menu .cd-menu-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.5em;
    padding-right: 4px; }
  .cbp-tm-menu .cd-menu-icon {
    display: inline-block;
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.5em;
    line-height: 38px; }
  @media screen and (max-width: 568px) {
    .cbp-tm-menu {
      margin: 8px 0px 0px 0px; } }

/* first level menu items */
.cbp-tm-menu > li {
  cursor: pointer;
  line-height: 38px;
  margin-right: 8px; }
  @media screen and (max-width: 568px) {
    .cbp-tm-menu > li {
      margin-right: 10px;
      line-height: 20px; } }

.cbp-tm-menu > li > a {
  height: 38px;
  padding: 0 10px 0 14px;
  color: rgba(0, 0, 0, 0.8);
  background: transparent;
  cursor: pointer;
  font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  display: inline-block; }
  @media screen and (max-width: 568px) {
    .cbp-tm-menu > li > a {
      padding: 0 12px 0 12px; } }

/* sumbenu with transitions */
.cbp-tm-submenu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  text-align: left;
  pointer-events: none;
  -webkit-transition: visibility 0s, opacity 0s;
  transition: visibility 0s, opacity 0s;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.cbp-tm-show .cbp-tm-submenu {
  width: 138px;
  right: 100px;
  margin: 0 0 0 -8em;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s; }
  @media screen and (max-width: 568px) {
    .cbp-tm-show .cbp-tm-submenu {
      right: 104px; } }

.cbp-tm-show-below .cbp-tm-submenu {
  top: 100%;
  padding-top: 10px; }

/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
  right: 0;
  left: auto; }

.cbp-tm-nospace-left .cbp-tm-submenu {
  left: 0; }

/* last menu item has to fit on the screen */
.cbp-tm-menu > li:last-child .cbp-tm-submenu {
  left: 35px; }
  @media only screen and (min-width: 800px) {
    .cbp-tm-menu > li:last-child .cbp-tm-submenu {
      left: 70px; } }

/* 	
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/
.cbp-tm-submenu:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.cbp-tm-show-below .cbp-tm-submenu:after {
  bottom: 100%;
  margin-bottom: -10px; }

.cbp-tm-submenu:after {
  border-color: transparent;
  border-width: 16px;
  margin-left: -16px;
  left: 112px; }
  @media only screen and (min-width: 568px) {
    .cbp-tm-submenu:after {
      left: 112px; } }

.cbp-tm-show-below .cbp-tm-submenu:after {
  border-bottom-color: #383433; }

.cbp-tm-submenu > li {
  display: block;
  background: #333333;
  line-height: 1.8em; }

.cbp-tm-submenu > li > a {
  padding: 5px 2em 5px 14px;
  /* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
  display: block;
  font-size: 1.7em;
  line-height: 1.8em;
  letter-spacing: .01rem;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  border: 2px solid #333333;
  -webkit-transition: all 0.2s;
  font-weight: 400;
  transition: all 0.2s; }

.no-touch .cbp-tm-submenu > li > a:hover,
.no-touch .cbp-tm-submenu > li > a:active {
  color: #fff;
  background-color: #404040; }

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  padding-top: 0.25em;
  /*background-image: url(/img/offcanvas-bg.png);*/
  background-color: #333333;
  background-repeat: repeat;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -webkit-transition: visibility 0s .4s, -webkit-transform .4s 0s;
  transition: visibility 0s .4s, -webkit-transform .4s 0s;
  transition: transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s, -webkit-transform .4s 0s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
          transform: translateX(80px); }
  #cd-lateral-nav hr.section-divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1em 3em; }
  #cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px; }
  #cd-lateral-nav .single-large > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem; }
  #cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none; }
  #cd-lateral-nav a {
    display: block;
    line-height: 1.8em;
    padding: 0 16px 0 32px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: .01rem;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    font-size: 1.7em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased; }
    #cd-lateral-nav a.current {
      background-color: #404040;
      color: white; }
    .no-touch #cd-lateral-nav a:hover {
      color: white;
      background-color: #404040; }
  @media only screen and (min-width: 568px) {
    #cd-lateral-nav .cd-navigation {
      margin: 20px 0; } }
  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -webkit-transition: visibility 0s 0s, -webkit-transform .4s 0s;
    transition: visibility 0s 0s, -webkit-transform .4s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s, -webkit-transform .4s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch; }

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8em;
  font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
  /* this is the right arrow to show that the item has a submenu  */ }
  #cd-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1em;
    background: url("/img/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: duration(0.2s);
    transition: duration(0.2s); }
  #cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    rotate: 90deg; }

#cd-lateral-nav .socials {
  padding: 0 32px; }
  #cd-lateral-nav .socials::after {
    clear: both;
    content: "";
    display: block; }
  #cd-lateral-nav .socials a {
    float: left;
    padding: 7px 14px 7px 0px;
    font-size: 2em;
    color: rgba(255, 255, 255, 0.6); }
    .no-touch #cd-lateral-nav .socials a:hover {
      color: white;
      background-color: #333333; }

.pagination {
  text-align: center;
  margin: 40px 0px; }
  .pagination .current {
    background: #925398;
    pointer-events: none;
    color: #ffffff; }
  .pagination ul {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center; }
    .pagination ul li {
      display: inline;
      list-style: none;
      margin: 0 .2em; }
      .pagination ul li i {
        font-size: 0.6em;
        padding: 4px; }
    .pagination ul ul li {
      display: inline; }
      @media screen and (max-width: 568px) {
        .pagination ul ul li {
          display: none; } }
    .pagination ul li a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #fff;
      border-radius: 3px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      color: rgba(0, 0, 0, 0.44);
      outline: none;
      padding: 0.375em 0.809em;
      text-decoration: none;
      font-size: 1.8em; }
      .pagination ul li a:hover, .pagination ul li a:focus {
        background: #F0F0F0;
        color: #925398; }
      .pagination ul li a:active {
        background: #fff; }

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .cd-tab-filter-wrapper::after {
    clear: both;
    content: "";
    display: block; }

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }
  .cd-tab-filter::after {
    /* small arrow icon */
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none; }
  .cd-tab-filter ul {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff; }
  .cd-tab-filter li {
    display: none; }
    .cd-tab-filter li:first-child {
      /* this way the placehodler is alway visible */
      display: block; }
  .cd-tab-filter a {
    display: block;
    /* set same size of the .cd-tab-filter */
    height: 50px;
    width: 140px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 1.5em;
    color: #925398;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    -webkit-box-shadow: inset 0 -3px 0 #925398;
            box-shadow: inset 0 -3px 0 #925398;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; }
    .cd-tab-filter a.selected {
      background: #f0f0f0;
      color: #925398; }
      .no-touch .cd-tab-filter a.selected:hover {
        color: #925398; }
  .cd-tab-filter.is-open::after {
    /* small arrow rotation */
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    rotate: -180deg; }
  .cd-tab-filter.is-open ul {
    -webkit-box-shadow: inset 0 -2px 0 #ffffff, 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 -2px 0 #ffffff, 0 2px 10px rgba(0, 0, 0, 0.2); }
  .cd-tab-filter.is-open ul li {
    display: block; }
  .cd-tab-filter.is-open a {
    color: rgba(0, 0, 0, 0.44);
    background-color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .cd-tab-filter.is-open a.selected {
      background-color: #925398;
      color: #ffffff; }
      .no-touch .cd-tab-filter.is-open a.selected:hover {
        color: #ffffff; }
  .cd-tab-filter.is-open .placeholder a {
    /* reduces the opacity of the placeholder on mobile when the menu is open */
    opacity: .8; }
  @media only screen and (min-width: 800px) {
    .cd-tab-filter {
      /* tabbed navigation style on medium devices */
      width: auto;
      cursor: auto; }
      .cd-tab-filter::after {
        /* hide the arrow */
        display: none; }
      .cd-tab-filter ul {
        background: transparent;
        position: static;
        -webkit-box-shadow: none;
                box-shadow: none;
        text-align: center; }
      .cd-tab-filter li {
        display: inline-block; }
        .cd-tab-filter li.placeholder {
          display: none !important; }
      .cd-tab-filter a {
        display: inline-block;
        padding: 0 1em;
        width: auto;
        color: rgba(0, 0, 0, 0.8);
        background: transparent;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1rem;
        font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .no-touch .cd-tab-filter a:hover {
          color: #925398; }
        .cd-tab-filter a.selected {
          background: #ffffff;
          color: #925398;
          /* create border bottom using box-shadow property*/
          -webkit-box-shadow: inset 0 -3px 0 #925398;
                  box-shadow: inset 0 -3px 0 #925398; }
      .cd-tab-filter.is-open ul li {
        display: inline-block; } }
  @media only screen and (min-width: 1024px) {
    .cd-tab-filter {
      /* tabbed navigation on big devices */
      width: 100%;
      float: right;
      margin: 0;
      -webkit-transition: width .3s;
      transition: width .3s; }
      .cd-tab-filter.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%; } }

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
  float: right; }
  .cd-gallery .cd-fail-message {
    display: none;
    text-align: center; }
  @media only screen and (min-width: 800px) {
    .cd-gallery {
      padding: 40px 3%; } }
  @media only screen and (min-width: 1024px) {
    .cd-gallery {
      padding: 50px 2%;
      float: right;
      -webkit-transition: width .3s;
      transition: width .3s; }
      .cd-gallery.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%; } }

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 330px;
  left: 0;
  width: 280px;
  height: 660px;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 20px transparent;
          box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s; }
  .cd-filter::before {
    /* top colored bar */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #925398;
    z-index: 2; }
  .cd-filter form {
    padding: 70px 20px; }
  .cd-filter .cd-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    color: #ffffff;
    font-size: 0.9rem;
    font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
    text-align: center;
    background: #79457e;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 3; }
    .no-touch .cd-filter .cd-close:hover {
      background: #724177; }
  .cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2); }
    .cd-filter.filter-is-visible .cd-close {
      opacity: 1; }
  @media only screen and (min-width: 568px) {
    .cd-filter {
      top: 345px; } }
  @media only screen and (min-width: 800px) {
    .cd-filter {
      top: 445px; } }
  @media only screen and (min-width: 1024px) {
    .cd-filter {
      width: 20%;
      top: 445px; }
      .cd-filter form {
        padding: 70px 10%; } }

.cd-filter-trigger {
  position: absolute;
  top: 330px;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter-hover.svg") no-repeat center center;
  z-index: 3; }
  .cd-filter-trigger.filter-is-visible {
    pointer-events: none;
    background: transparent url("../img/cd-icon-filter-white.svg") no-repeat center center; }
  @media only screen and (min-width: 568px) {
    .cd-filter-trigger {
      top: 345px; } }
  @media only screen and (min-width: 800px) {
    .cd-filter-trigger {
      top: 445px; } }
  @media only screen and (min-width: 1024px) {
    .cd-filter-trigger {
      width: auto;
      left: 2%;
      top: 445px;
      text-indent: 0;
      color: #925398;
      text-transform: uppercase;
      font-size: 1rem;
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      font-weight: 700;
      padding-left: 24px;
      background-position: left center;
      background: transparent url("../img/cd-icon-filter-hover.svg") no-repeat center left; }
      .no-touch .cd-filter-trigger:hover {
        color: #925398; }
      .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
        color: #ffffff;
        background: transparent url("../img/cd-icon-filter-white.svg") no-repeat center left; } }

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em; }
  .cd-filter-block h4 {
    /* filter block title */
    position: relative;
    margin-bottom: .2em;
    padding: 10px 0 10px 20px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    .no-touch .cd-filter-block h4:hover {
      color: #818080; }
    .cd-filter-block h4::before {
      /* arrow */
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 16px;
      height: 16px;
      background: url("../img/cd-icon-arrow.svg") no-repeat center center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .cd-filter-block h4.closed::before {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      rotate: -90deg; }
  .cd-filter-block input, .cd-filter-block select,
  .cd-filter-block .radio-label::before,
  .cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #e6e5e5; }
  .cd-filter-block input[type='search'],
  .cd-filter-block input[type='text'],
  .cd-filter-block select {
    width: 100%;
    padding: .8em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .cd-filter-block input[type='search']:focus,
    .cd-filter-block input[type='text']:focus,
    .cd-filter-block select:focus {
      outline: none;
      background-color: #ffffff;
      border-color: #925398; }
  .cd-filter-block input[type='search'] {
    /* custom style for the search element */
    border-color: transparent;
    background-color: #e6e5e5;
    /* prevent jump - ios devices */
    font-size: 1rem !important;
    width: 87.5%; }
    @media only screen and (min-width: 800px) {
      .cd-filter-block input[type='search'] {
        width: 87.5%; } }
    @media only screen and (min-width: 1024px) {
      .cd-filter-block input[type='search'] {
        width: 86%; } }
  .cd-filter-block input[type='search']::-webkit-search-cancel-button {
    display: none; }
  .cd-filter-block input[type="reset"], .cd-filter-block input[type="submit"], .cd-filter-block button {
    margin-top: 1em;
    margin-right: 1em;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1em;
    background: #925398;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .no-touch .cd-filter-block input[type="reset"]:hover, .no-touch .cd-filter-block input[type="submit"]:hover, .no-touch .cd-filter-block button:hover {
      background: #79457e; }
  .cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative; }
  .cd-filter-block .cd-select::after {
    /* switcher arrow for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    pointer-events: none; }
  .cd-filter-block select {
    cursor: pointer;
    font-size: 1rem; }
  .cd-filter-block select::-ms-expand {
    display: none; }
  .cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em; }
    .cd-filter-block .list li:last-of-type {
      margin-bottom: 0; }
  .cd-filter-block input[type=radio],
  .cd-filter-block input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2; }
  .cd-filter-block .checkbox-label,
  .cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 0.9rem;
    font-weight: 300;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
      /* custom radio and check boxes */
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0px; }
    .cd-filter-block .checkbox-label::before,
    .cd-filter-block .radio-label::before {
      width: 16px;
      height: 16px;
      left: 0; }
    .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::after {
      /* check mark - hidden */
      display: none; }
  .cd-filter-block .checkbox-label::after {
    /* check mark style for check boxes */
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-check.svg") no-repeat center center; }
  .cd-filter-block .radio-label::before,
  .cd-filter-block .radio-label::after {
    border-radius: 50%; }
  .cd-filter-block .radio-label::after {
    /* check mark style for radio buttons */
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    left: 5px; }
  .cd-filter-block input[type=radio]:checked + label::before,
  .cd-filter-block input[type=checkbox]:checked + label::before {
    border-color: #925398;
    background-color: #925398; }
  .cd-filter-block input[type=radio]:checked + label::after,
  .cd-filter-block input[type=checkbox]:checked + label::after {
    display: block; }

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none; } }

.cd-masthead {
  position: relative;
  height: 280px;
  background: #333 center center no-repeat;
  background-size: cover; }
  .cd-masthead .scrim {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(51, 51, 51, 0.35); }
  .cd-masthead h1 {
    color: #ffffff;
    line-height: 280px;
    text-align: center;
    font-size: 3.6em;
    font-weight: 700;
    font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(51, 51, 51, 0.5);
    letter-spacing: 2px; }
  @media only screen and (min-width: 800px) {
    .cd-masthead {
      height: 380px; }
      .cd-masthead h1 {
        line-height: 380px;
        font-size: 4.2em; } }
  @media only screen and (min-width: 1024px) {
    .cd-masthead {
      height: 380px; }
      .cd-masthead h1 {
        line-height: 380px;
        font-size: 4.2em; } }

/* -------------------------------- 

Form

-------------------------------- */
.cd-form {
  width: 90%;
  max-width: 800px;
  margin: 4em auto; }
  .cd-form::after {
    clear: both;
    content: "";
    display: block; }
  .cd-form fieldset {
    margin: 24px 0; }
  .cd-form legend {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #e6e6e6; }
  .cd-form div {
    /* form element wrapper */
    position: relative;
    margin: 20px 0; }
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.3rem;
    color: #4e4c4b;
    margin-bottom: 10px; }
  .cd-form .cd-label {
    display: block; }
  .cd-form input#preferredKitten {
    display: none; }
  .cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
    font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
    font-size: 1rem;
    color: #2b3e51; }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select,
  .cd-form legend {
    display: block;
    width: 100%; }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    /* general style for input elements */
    padding: 8px;
    border: 1px solid #bbb8b8;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08); }
    .cd-form input[type="text"]:focus,
    .cd-form input[type="email"]:focus,
    .cd-form textarea:focus,
    .cd-form select:focus {
      outline: none;
      border-color: #2c97de;
      -webkit-box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
              box-shadow: 0 0 5px rgba(44, 151, 222, 0.2); }
  .cd-form .cd-select {
    /* select element wapper */
    position: relative; }
    .cd-form .cd-select::after {
      /* arrow icon for select element */
      content: '';
      position: absolute;
      z-index: 1;
      right: 16px;
      top: 50%;
      margin-top: -8px;
      display: block;
      width: 16px;
      height: 16px;
      background: url("/img/contact/cd-icon-arrow.svg") no-repeat center center;
      pointer-events: none; }
  .cd-form select {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer; }
  .cd-form select::-ms-expand {
    display: none; }
  .cd-form textarea {
    min-height: 200px;
    resize: vertical;
    overflow: auto; }
  .cd-form input[type="submit"] {
    /* button style */
    border: none;
    background: #2c97de;
    border-radius: 4px;
    padding: 16px 20px;
    color: #ffffff;
    font-weight: bold;
    float: right;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .no-touch .cd-form input[type="submit"]:hover {
      background: #42a2e1; }
    .cd-form input[type="submit"]:focus {
      outline: none;
      background: #2b3e51; }
    .cd-form input[type="submit"]:active {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
  .cd-form [required] {
    background: url("/img/contact/cd-required.svg") no-repeat top right; }
  .cd-form .error-message ul li {
    background: #e94b35;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 4px;
    padding: 12px; }
  .cd-form .error {
    border-color: #e94b35 !important; }
  @media only screen and (min-width: 800px) {
    .cd-form div {
      /* form element wrapper */
      margin: 32px 0; }
    .cd-form legend + div {
      /* reduce margin-top for first form element after the legend */
      margin-top: 20px; }
    .cd-form h4, .cd-form .cd-label {
      font-size: 1.4rem;
      margin-bottom: 10px; }
    .cd-form input[type="text"],
    .cd-form input[type="email"],
    .cd-form textarea,
    .cd-form select {
      padding: 12px; } }

/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important; }

.cd-form [required].user {
  background: url("/img/contact/cd-icon-user.svg") no-repeat 14px center, url("/img/contact/cd-required.svg") no-repeat top right; }

.cd-form [required].email {
  background: url("/img/contact/cd-icon-email.svg") no-repeat 14px center, url("/img/contact/cd-required.svg") no-repeat top right; }

.cd-form [required].message {
  background: url("/img/contact/cd-icon-message.svg") no-repeat 14px 14px, url("/img/contact/cd-required.svg") no-repeat top right; }

/* -------------------------------- 

FLoating labels 

-------------------------------- */
.js .floating-labels div {
  margin: 28px 0; }

.js .floating-labels .cd-label {
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 1rem;
  font-weight: 400;
  cursor: text;
  -webkit-transition: top .2s, left .2s, font-size .2s;
  transition: top .2s, left .2s, font-size .2s; }

.js .floating-labels .icon .cd-label {
  left: 56px; }

.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1rem;
  top: -24px;
  left: 0 !important; }

@media only screen and (min-width: 800px) {
  .js .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px; }
  .js .floating-labels .cd-label {
    top: 14px; } }

/* -------------------------------- 

Slider

-------------------------------- */
.cd-slider-wrapper {
  position: relative;
  height: 600px; }

.cd-slider {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden; }
  .cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s; }
    .cd-slider li.is-visible {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .cd-slider .cd-half-block {
    height: 50%;
    background-position: center center;
    background-repeat: no-repeat; }
  .cd-slider .image {
    background-size: cover; }
  .cd-slider .content {
    padding: 30px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .cd-slider .light-bg {
    color: rgba(0, 0, 0, 0.6); }
  .cd-slider .btn {
    display: inline-block;
    padding: 0;
    margin-top: 0em;
    font-size: 1.2rem;
    color: #ffffff;
    border-radius: 50em;
    text-decoration: underline; }
    .cd-slider .btn:hover {
      -webkit-transition: color .3s;
      transition: color .3s;
      color: rgba(255, 255, 255, 0.6); }
  .cd-slider h4 {
    font-size: 1.2em;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 3.14px;
    position: relative;
    margin-bottom: 5px;
    font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
    text-transform: uppercase;
    color: #fff; }
  .cd-slider h2 {
    font-size: 2rem;
    line-height: 1.2em;
    margin-bottom: .25em;
    font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
    margin-left: -.02em; }
  .cd-slider p {
    font-size: 1.2rem;
    font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
    line-height: 1.2em; }
  @media only screen and (min-width: 568px) {
    .cd-slider h2 {
      font-size: 2.2rem; }
    .cd-slider p {
      line-height: 1.4em;
      font-size: 1.4rem; } }
  @media only screen and (min-width: 800px) {
    .cd-slider li {
      pointer-events: none;
      z-index: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: z-index 0s 0.6s;
      transition: z-index 0s 0.6s; }
      .cd-slider li.is-visible {
        pointer-events: auto;
        z-index: 3;
        -webkit-transition: z-index 0s 0s;
        transition: z-index 0s 0s; }
        .cd-slider li.is-visible.covered {
          /* list item still there, but covered by the list item entering the viewport (.is-visible) */
          z-index: 2; }
    .cd-slider .cd-half-block {
      height: 100%;
      width: 50%;
      float: right; }
      .cd-slider .cd-half-block.content {
        -webkit-transform: translateX(200%);
                transform: translateX(200%);
        -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
        transition: -webkit-transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out; }
      .cd-slider .cd-half-block.image {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: -webkit-transform 0s 0.3s;
        transition: -webkit-transform 0s 0.3s;
        transition: transform 0s 0.3s;
        transition: transform 0s 0.3s, -webkit-transform 0s 0.3s; }
    .cd-slider li.is-visible .cd-half-block.content,
    .cd-slider li.is-visible .cd-half-block.image {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
    .cd-slider li.is-visible .cd-half-block.content {
      -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
      transition: -webkit-transform 0.6s 0s ease-in-out;
      transition: transform 0.6s 0s ease-in-out;
      transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out; }
    .cd-slider .content {
      /* vertically align its content */
      display: table;
      padding: 0 40px; }
      .cd-slider .content > div {
        /* vertically align <div> inside div.content */
        display: table-cell;
        vertical-align: middle; }
    .cd-slider .btn {
      padding: 0.75em 1.5em;
      margin-top: 1em;
      font-size: 1.3rem;
      background: rgba(0, 0, 0, 0.2);
      margin-top: 0.5em;
      color: #ffffff;
      border-radius: 50em;
      -webkit-transition: background .3s;
      transition: background .3s;
      text-decoration: none; }
      .no-touch .cd-slider .btn:hover {
        background: rgba(0, 0, 0, 0.6);
        color: white; }
    .cd-slider p {
      font-size: 1.6rem; }
    .cd-slider h2 {
      font-size: 3.5rem;
      margin-bottom: 0.25em;
      font-weight: 700;
      line-height: 1.2em; }
    .cd-slider p {
      line-height: 1.2em; } }
  @media only screen and (min-width: 1024px) {
    .cd-slider .content {
      padding: 0 90px; } }

/* -------------------------------- 

Slider Navigation

-------------------------------- */
.cd-slider-navigation {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 3;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px; }
  .cd-slider-navigation li {
    display: inline-block;
    margin: 0 .25em; }
    .cd-slider-navigation li.selected a {
      background-color: #ffffff; }
  .cd-slider-navigation a {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    color: transparent;
    /* image replacement */
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    border: 1px solid #ffffff; }
    @media only screen and (min-width: 800px) {
      .cd-slider-navigation a {
        height: 10px;
        width: 10px; } }

section.story {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  section.story::after {
    clear: both;
    content: "";
    display: block; }
  section.story aside {
    display: block;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-right: 0;
    min-height: 210px;
    background-size: cover;
    background-position: 50% 20%; }
    section.story aside::after {
      clear: both;
      content: "";
      display: block; }
    section.story aside:last-child {
      margin-right: 0; }
    @media screen and (max-width: 568px) {
      section.story aside {
        float: left;
        display: block;
        margin-right: 7.4229717578%;
        width: 100%;
        margin-left: 0%; }
        section.story aside:last-child {
          margin-right: 0; } }
    section.story aside .aside-wrap {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      height: 24rem;
      background-color: rgba(51, 51, 51, 0.35); }
      section.story aside .aside-wrap:last-child {
        margin-right: 0; }
      @media screen and (max-width: 568px) {
        section.story aside .aside-wrap {
          float: left;
          display: block;
          margin-right: 7.4229717578%;
          width: 100%;
          margin-left: 0%;
          height: 20rem;
          background-color: rgba(104, 104, 104, 0); }
          section.story aside .aside-wrap:last-child {
            margin-right: 0; } }
    section.story aside .header-image {
      display: none; }
      @media screen and (max-width: 568px) {
        section.story aside .header-image {
          display: block;
          width: 100%;
          min-height: 20rem;
          background-size: cover;
          background-position: top center; } }
  section.story .article-wrap {
    display: block;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
    margin-left: 12.7947065029%;
    margin-top: -21rem;
    position: relative;
    min-height: 1px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 5rem;
    background-color: #fff;
    height: 24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px; }
    section.story .article-wrap::after {
      clear: both;
      content: "";
      display: block; }
    section.story .article-wrap:last-child {
      margin-right: 0; }
    @media screen and (max-width: 568px) {
      section.story .article-wrap {
        margin-top: 3rem;
        height: 24rem; } }
    @media screen and (max-width: 1160px) {
      section.story .article-wrap {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 82.9403913294%;
        margin-left: 8.5298043353%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        section.story .article-wrap:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      section.story .article-wrap {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 82.9403913294%;
        margin-left: 8.5298043353%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        section.story .article-wrap:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      section.story .article-wrap {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 91.4701956647%;
        margin-left: 4.2649021676%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        section.story .article-wrap:last-child {
          margin-right: 0; } }
    section.story .article-wrap .story-portrait {
      position: relative;
      min-height: 1px;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: 100%;
      height: 100%;
      min-height: 196px;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 568px) {
        section.story .article-wrap .story-portrait {
          display: none; } }
      @media screen and (max-width: 800px) {
        section.story .article-wrap .story-portrait {
          -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
          max-width: 40%; } }
      @media screen and (max-width: 1024px) {
        section.story .article-wrap .story-portrait {
          -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
          max-width: 40%; } }
    section.story .article-wrap .article-header {
      position: relative;
      min-height: 1px;
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%;
      padding: 0rem 3rem 0rem 3rem;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #333; }
      @media screen and (max-width: 800px) {
        section.story .article-wrap .article-header {
          -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
          max-width: 60%; } }
      @media screen and (max-width: 1024px) {
        section.story .article-wrap .article-header {
          -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
          max-width: 60%; } }
      @media screen and (max-width: 568px) {
        section.story .article-wrap .article-header {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          padding: 2rem 1rem 1.5rem 1rem; } }
      section.story .article-wrap .article-header h1 {
        font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
        color: #333;
        margin-bottom: 0.1em;
        font-size: 3rem;
        font-weight: 600; }
        @media screen and (max-width: 800px) {
          section.story .article-wrap .article-header h1 {
            font-size: 3.6em; } }
        @media screen and (max-width: 568px) {
          section.story .article-wrap .article-header h1 {
            text-align: center;
            line-height: 1.1em;
            font-size: 4.2em;
            text-shadow: none; } }
      section.story .article-wrap .article-header h2 {
        font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
        font-size: 1rem;
        font-weight: 400; }
        @media screen and (max-width: 568px) {
          section.story .article-wrap .article-header h2 {
            text-align: center; } }
      section.story .article-wrap .article-header h2.excerpt {
        font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 2rem; }
        @media screen and (max-width: 568px) {
          section.story .article-wrap .article-header h2.excerpt {
            text-align: center; } }
      section.story .article-wrap .article-header .date {
        font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
        color: #333;
        font-size: 2.3em;
        font-weight: 400;
        margin-bottom: 0.5rem; }
        @media screen and (max-width: 568px) {
          section.story .article-wrap .article-header .date {
            font-style: italic;
            text-align: center;
            text-shadow: none;
            font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
            margin-bottom: 1rem; } }
      section.story .article-wrap .article-header .institution-link {
        color: #EC5D73;
        margin-bottom: 0.5em;
        font-size: 1.8em;
        font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
        font-weight: 400; }
        section.story .article-wrap .article-header .institution-link a {
          color: rgba(0, 0, 0, 0.54); }
        @media screen and (max-width: 800px) {
          section.story .article-wrap .article-header .institution-link {
            padding-top: 0.75em;
            margin-bottom: 0.25em;
            font-size: 1.7em; } }
        @media screen and (max-width: 568px) {
          section.story .article-wrap .article-header .institution-link {
            margin-left: 1.4em;
            padding-top: 0em;
            margin-bottom: 0.25em; } }
      section.story .article-wrap .article-header .places-link {
        color: #EC5D73;
        font-size: 1.8em;
        font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
        font-weight: 400; }
        section.story .article-wrap .article-header .places-link a {
          color: rgba(0, 0, 0, 0.54); }
        @media screen and (max-width: 568px) {
          section.story .article-wrap .article-header .places-link {
            margin-left: 1.4em;
            margin-bottom: 0.25em; } }
  section.story .article-border {
    height: 30rem;
    background-color: #F5F5F5; }
    @media screen and (max-width: 568px) {
      section.story .article-border {
        height: 50rem; } }
  section.story article {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%;
    margin-left: 21.3245108382%;
    padding: 2.3576520234%; }
    section.story article:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1160px) {
      section.story article {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 82.9403913294%;
        margin-left: 8.5298043353%; }
        section.story article:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      section.story article {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 82.9403913294%;
        margin-left: 8.5298043353%; }
        section.story article:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      section.story article {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 91.4701956647%;
        margin-left: 4.2649021676%; }
        section.story article:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      section.story article {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 91.4701956647%;
        margin-left: 4.2649021676%; }
        section.story article:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 568px) {
      section.story article {
        float: left;
        display: block;
        margin-right: 7.4229717578%;
        width: 100%;
        margin-left: 0%; }
        section.story article:last-child {
          margin-right: 0; } }
    section.story article p {
      font-size: 2em;
      font-weight: 400;
      letter-spacing: .01rem;
      font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
      text-rendering: optimizeLegibility; }
    section.story article .biblio p {
      font-size: 1.6em;
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      color: #666; }
    section.story article .author p {
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      font-size: 1.6em;
      line-height: 1.4em;
      font-style: normal;
      margin-bottom: 0.5em;
      letter-spacing: 0;
      font-weight: 400;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased; }
    section.story article .authorImage {
      float: left;
      overflow: hidden;
      background-size: cover;
      background-position: top center;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      margin-right: 2em; }
    section.story article h2.excerpt {
      text-align: center;
      font-style: italic;
      font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
      font-size: 2.8em;
      font-weight: 400; }
      @media screen and (max-width: 800px) {
        section.story article h2.excerpt {
          font-size: 2.4em; } }
    section.story article h1 {
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      font-size: 3.2em;
      font-style: normal;
      font-weight: 600;
      line-height: 1.3em;
      margin-bottom: 0.4em; }
    section.story article h3 {
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      font-size: 2.4em;
      font-style: normal;
      font-weight: 600;
      line-height: 1.3em;
      margin-bottom: 0.4em; }
    section.story article h3.subheader {
      padding-top: 1em; }
    section.story article h3.divider {
      padding-top: 1em;
      margin-top: 2em;
      border-top: 1px solid #E6E6E6; }
    section.story article h3.double-divider {
      padding-top: 1em;
      margin-top: 2em;
      border-top: 3px double #E6E6E6; }
    section.story article .biblio p {
      font-size: 1.6em;
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      color: #666;
      margin-bottom: 1em; }
    section.story article hr.section-divider {
      display: block;
      width: 100px;
      margin: 51px auto 41px auto;
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
    section.story article hr.section-spacer {
      display: block;
      width: 100%;
      margin: 4em auto;
      border: 0; }
    section.story article blockquote {
      letter-spacing: .01rem;
      font-weight: 400;
      font-style: italic;
      border-left: 3px solid #90A4AE;
      padding-left: 20px;
      margin-left: -23px;
      padding-bottom: 3px;
      font-size: 2em; }
      @media screen and (max-width: 568px) {
        section.story article blockquote {
          margin-left: -9px; } }
    section.story article figure {
      position: relative;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      text-align: center; }
      section.story article figure figcaption {
        letter-spacing: .01rem;
        font-weight: 500;
        font-style: normal;
        font-size: 1.3em;
        line-height: 1.4;
        color: rgba(0, 0, 0, 0.6);
        font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
        text-align: center;
        margin-top: 0.5em;
        padding-top: 10px; }
    section.story article ol {
      font-size: 2em;
      font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
      margin-bottom: 10px;
      font-weight: 400;
      color: #333; }
      section.story article ol li {
        list-style: decimal;
        margin-bottom: 1em;
        margin-left: 1em; }
        section.story article ol li ul li {
          line-height: 1.5em; }
      section.story article ol ol {
        font-size: inherit; }
        section.story article ol ol li {
          list-style: lower-roman;
          margin-left: 2em; }
          section.story article ol ol li ul li {
            list-style: disc; }
    section.story article ul {
      padding-top: 0.5em; }
      section.story article ul li {
        list-style: disc;
        margin-bottom: 0.25em;
        margin-left: 2em; }
        section.story article ul li h3 {
          font-size: 2em;
          font-weight: 600;
          font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
          margin-bottom: 0.2em; }
    section.story article .biblio ol, section.story article .biblio ul {
      font-size: 1.6em;
      line-height: 1.5em;
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      color: #666;
      margin-bottom: 10px; }
      section.story article .biblio ol li, section.story article .biblio ul li {
        list-style: decimal;
        margin-bottom: 1em;
        margin-left: 2em; }
        section.story article .biblio ol li a, section.story article .biblio ul li a {
          padding: 3px;
          color: #CC092F;
          text-decoration: none;
          -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease; }
    section.story article sup {
      height: 0;
      line-height: 1;
      bottom: 1em;
      font-size: .7em;
      color: #666; }
      section.story article sup a {
        padding: 3px;
        color: #CC092F;
        text-decoration: none;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        font-weight: 700; }

main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  main::after {
    clear: both;
    content: "";
    display: block; }
  main::after {
    clear: both;
    content: "";
    display: block; }
  main section.cardLayout {
    background-color: #F5F5F5;
    padding-top: 75px;
    padding-bottom: 40px;
    padding: 2.3576520234%;
    margin-right: 0;
    display: block; }
    main section.cardLayout::after {
      clear: both;
      content: "";
      display: block; }
    main section.cardLayout .storyCards {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 74.4105869942%;
      margin-left: 12.7947065029%;
      padding-top: 2em; }
      main section.cardLayout .storyCards:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1160px) {
        main section.cardLayout .storyCards {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 74.4105869942%;
          margin-left: 12.7947065029%; }
          main section.cardLayout .storyCards:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 1024px) {
        main section.cardLayout .storyCards {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 91.4701956647%;
          margin-left: 4.2649021676%; }
          main section.cardLayout .storyCards:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 800px) {
        main section.cardLayout .storyCards {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 95.7350978324%;
          margin-left: 2.1324510838%; }
          main section.cardLayout .storyCards:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 640px) {
        main section.cardLayout .storyCards {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-left: 0%; }
          main section.cardLayout .storyCards:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 568px) {
        main section.cardLayout .storyCards {
          float: left;
          display: block;
          margin-right: 7.4229717578%;
          width: 100%;
          margin-left: 0%; }
          main section.cardLayout .storyCards:last-child {
            margin-right: 0; } }
      main section.cardLayout .storyCards .pagination {
        display: block; }
        main section.cardLayout .storyCards .pagination::after {
          clear: both;
          content: "";
          display: block; }
      main section.cardLayout .storyCards h3 {
        font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
        font-size: 2.4em;
        font-weight: 400;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
        margin-bottom: 1em;
        text-align: center;
        text-transform: uppercase; }
      main section.cardLayout .storyCards hr.section-divider {
        margin-top: 20px;
        margin-bottom: 80px;
        padding-bottom: 40px;
        border-bottom: 1px solid #fff;
        text-shadow: 1px 1px 0 #fff; }
      main section.cardLayout .storyCards h5 {
        font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
        font-style: normal;
        font-weight: 400;
        color: #33332b;
        line-height: 1.6em;
        font-size: 2em;
        text-rendering: optimizeLegibility;
        text-align: center;
        text-shadow: 1px 1px 0 #fff;
        width: 80%;
        margin: auto;
        padding-bottom: 3em; }
        @media screen and (max-width: 568px) {
          main section.cardLayout .storyCards h5 {
            font-size: 1.6em;
            width: 100%; } }
      main section.cardLayout .storyCards .more-link {
        margin: 1em 0em 1em 1.75em; }
        main section.cardLayout .storyCards .more-link a {
          font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
          font-weight: 600;
          font-size: 1.4em;
          text-transform: uppercase;
          color: #fb4400;
          letter-spacing: 0.05em;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased; }
          main section.cardLayout .storyCards .more-link a:focus, main section.cardLayout .storyCards .more-link a:hover {
            color: #d5420c;
            text-decoration: underline; }
  main sidebar {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    background-color: #ededed;
    display: block;
    position: absolute;
    top: 65px;
    right: 0;
    bottom: 0;
    padding: 40px 30px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: -1px 0 1px -2px rgba(0, 0, 0, 0.9);
            box-shadow: -1px 0 1px -2px rgba(0, 0, 0, 0.9); }
    main sidebar:last-child {
      margin-right: 0; }

section.collectionsLayout {
  background-color: #fff;
  display: block; }
  section.collectionsLayout::after {
    clear: both;
    content: "";
    display: block; }
  section.collectionsLayout .collections {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-left: 17.0596086706%; }
    section.collectionsLayout .collections::after {
      clear: both;
      content: "";
      display: block; }
    section.collectionsLayout .collections:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.collectionsLayout .collections {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 74.4105869942%;
        margin-left: 12.7947065029%; }
        section.collectionsLayout .collections:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      section.collectionsLayout .collections {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 82.9403913294%;
        margin-left: 8.5298043353%; }
        section.collectionsLayout .collections:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      section.collectionsLayout .collections {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 91.4701956647%;
        margin-left: 4.2649021676%; }
        section.collectionsLayout .collections:last-child {
          margin-right: 0; } }
    section.collectionsLayout .collections .collection {
      display: block;
      margin-bottom: 5em; }
      section.collectionsLayout .collections .collection::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (max-width: 640px) {
        section.collectionsLayout .collections .collection {
          margin-bottom: 3em; } }
      section.collectionsLayout .collections .collection .collection-image {
        float: left;
        display: block;
        margin-right: 3.5786642602%;
        width: 22.3160018048%;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
        height: 140px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 3px; }
        section.collectionsLayout .collections .collection .collection-image:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          section.collectionsLayout .collections .collection .collection-image {
            float: left;
            display: block;
            margin-right: 3.1684362651%;
            width: 31.2210424899%; }
            section.collectionsLayout .collections .collection .collection-image:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 800px) {
          section.collectionsLayout .collections .collection .collection-image {
            float: left;
            display: block;
            margin-right: 2.8425860857%;
            width: 28.01018974%; }
            section.collectionsLayout .collections .collection .collection-image:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 640px) {
          section.collectionsLayout .collections .collection .collection-image {
            float: left;
            display: block;
            margin-right: 2.577508451%;
            width: 25.398175672%;
            height: 160px; }
            section.collectionsLayout .collections .collection .collection-image:last-child {
              margin-right: 0; } }
      section.collectionsLayout .collections .collection .author-image {
        float: left;
        display: block;
        margin-right: 3.5786642602%;
        width: 22.3160018048%;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 50%;
        width: 120px;
        height: 120px; }
        section.collectionsLayout .collections .collection .author-image:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          section.collectionsLayout .collections .collection .author-image {
            float: left;
            display: block;
            margin-right: 3.1684362651%;
            width: 31.2210424899%; }
            section.collectionsLayout .collections .collection .author-image:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 800px) {
          section.collectionsLayout .collections .collection .author-image {
            float: left;
            display: block;
            margin-right: 2.8425860857%;
            width: 28.01018974%; }
            section.collectionsLayout .collections .collection .author-image:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 640px) {
          section.collectionsLayout .collections .collection .author-image {
            float: left;
            display: block;
            margin-right: 2.577508451%;
            width: 25.398175672%; }
            section.collectionsLayout .collections .collection .author-image:last-child {
              margin-right: 0; } }
      section.collectionsLayout .collections .collection .collection-text {
        float: left;
        display: block;
        margin-right: 3.5786642602%;
        width: 74.1053339349%; }
        section.collectionsLayout .collections .collection .collection-text:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1024px) {
          section.collectionsLayout .collections .collection .collection-text {
            float: left;
            display: block;
            margin-right: 3.1684362651%;
            width: 65.610521245%; }
            section.collectionsLayout .collections .collection .collection-text:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 800px) {
          section.collectionsLayout .collections .collection .collection-text {
            float: left;
            display: block;
            margin-right: 2.8425860857%;
            width: 69.1472241743%; }
            section.collectionsLayout .collections .collection .collection-text:last-child {
              margin-right: 0; } }
        @media screen and (max-width: 640px) {
          section.collectionsLayout .collections .collection .collection-text {
            float: left;
            display: block;
            margin-right: 2.577508451%;
            width: 72.024315877%; }
            section.collectionsLayout .collections .collection .collection-text:last-child {
              margin-right: 0; } }
        section.collectionsLayout .collections .collection .collection-text h3 {
          font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
          font-size: 2.4em;
          font-style: normal;
          font-weight: 600;
          line-height: 1.3em;
          margin-bottom: 0.4em;
          color: #333; }
          @media screen and (max-width: 640px) {
            section.collectionsLayout .collections .collection .collection-text h3 {
              font-size: 2em; } }
        section.collectionsLayout .collections .collection .collection-text p {
          font-size: 1.8em;
          font-weight: 400;
          letter-spacing: .01rem;
          font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
          text-rendering: optimizeLegibility;
          color: rgba(0, 0, 0, 0.8); }
          @media screen and (max-width: 640px) {
            section.collectionsLayout .collections .collection .collection-text p {
              font-size: 1.6em;
              letter-spacing: 0rem;
              line-height: 1.4em; } }

section.authorsLayout {
  background-color: #fff;
  display: block; }
  section.authorsLayout::after {
    clear: both;
    content: "";
    display: block; }
  section.authorsLayout .authors {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-left: 25.5894130058%; }
    section.authorsLayout .authors::after {
      clear: both;
      content: "";
      display: block; }
    section.authorsLayout .authors:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.authorsLayout .authors {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 65.8807826589%;
        margin-left: 17.0596086706%; }
        section.authorsLayout .authors:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      section.authorsLayout .authors {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 82.9403913294%;
        margin-left: 8.5298043353%; }
        section.authorsLayout .authors:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      section.authorsLayout .authors {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 91.4701956647%;
        margin-left: 4.2649021676%; }
        section.authorsLayout .authors:last-child {
          margin-right: 0; } }
    section.authorsLayout .authors hr.section-spacer {
      display: block;
      width: 100%;
      margin: 4em auto;
      border: 0; }
    section.authorsLayout .authors .search {
      margin-bottom: 2em;
      padding: .8em .8em .8em 2.8em;
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      font-size: 1.8em;
      -webkit-box-shadow: none;
              box-shadow: none;
      letter-spacing: 0;
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      color: rgba(0, 0, 0, 0.8);
      border: 2px solid rgba(0, 0, 0, 0.1);
      background-image: url(/img/search.svg);
      background-position: 0px 50%;
      background-repeat: no-repeat;
      background-size: 2.8em; }
      section.authorsLayout .authors .search:focus {
        outline: none;
        border-color: #925398; }
    section.authorsLayout .authors .author {
      display: block;
      margin-bottom: 1em;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
              box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
      border: 1px solid rgba(0, 0, 0, 0.09);
      padding: 20px;
      border-radius: 3px; }
      section.authorsLayout .authors .author::after {
        clear: both;
        content: "";
        display: block; }
      section.authorsLayout .authors .author .author-image {
        float: left;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin-right: 2em; }
      section.authorsLayout .authors .author .author-text h3 {
        font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
        font-size: 2em;
        font-style: normal;
        font-weight: 600;
        line-height: 1.2em;
        margin-bottom: 0.2em;
        color: #333; }
        @media screen and (max-width: 640px) {
          section.authorsLayout .authors .author .author-text h3 {
            font-size: 2em; } }
      section.authorsLayout .authors .author .author-text p {
        font-size: 1.6em;
        line-height: 1.4em;
        font-style: normal;
        margin-bottom: 0.5em;
        letter-spacing: 0;
        font-weight: 400;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-family: "freight-text-pro", "source-han-serif-sc", "source-han-serif-tc", serif;
        color: rgba(0, 0, 0, 0.8); }
  section.authorsLayout .pagination {
    text-align: center;
    margin: 40px auto; }
    section.authorsLayout .pagination li {
      display: inline;
      list-style: none;
      margin: 0 .2em; }
      section.authorsLayout .pagination li a {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: #fff;
        border-radius: 3px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        color: rgba(0, 0, 0, 0.44);
        outline: none;
        padding: 0.375em 0.809em;
        text-decoration: none;
        font-size: 1.8em; }
        section.authorsLayout .pagination li a:hover, section.authorsLayout .pagination li a:focus {
          background: #F0F0F0;
          color: #925398; }
        section.authorsLayout .pagination li a:active {
          background: #fff; }
    section.authorsLayout .pagination li.active a {
      background: #925398;
      pointer-events: none;
      color: #ffffff; }

section.institutionsLayout {
  display: block; }
  section.institutionsLayout::after {
    clear: both;
    content: "";
    display: block; }
  section.institutionsLayout .institutions {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-left: 17.0596086706%; }
    section.institutionsLayout .institutions::after {
      clear: both;
      content: "";
      display: block; }
    section.institutionsLayout .institutions:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.institutionsLayout .institutions {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 82.9403913294%;
        margin-left: 8.5298043353%; }
        section.institutionsLayout .institutions:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      section.institutionsLayout .institutions {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 91.4701956647%;
        margin-left: 4.2649021676%; }
        section.institutionsLayout .institutions:last-child {
          margin-right: 0; } }
    section.institutionsLayout .institutions .search {
      margin-bottom: 2em;
      padding: .8em .8em .8em 2.8em;
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      font-size: 1.8em;
      -webkit-box-shadow: none;
              box-shadow: none;
      letter-spacing: 0;
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      color: rgba(0, 0, 0, 0.8);
      border: 2px solid rgba(0, 0, 0, 0.1);
      background-image: url(/img/search.svg);
      background-position: 0px 50%;
      background-repeat: no-repeat;
      background-size: 2.8em; }
      section.institutionsLayout .institutions .search:focus {
        outline: none;
        border-color: #925398; }
    section.institutionsLayout .institutions .tables {
      border-collapse: separate;
      border-spacing: 0;
      width: 100%;
      font-size: 1.6em;
      font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
      table-layout: fixed; }
      section.institutionsLayout .institutions .tables .col-name {
        width: 50%; }
      section.institutionsLayout .institutions .tables tbody tr:hover > td, section.institutionsLayout .institutions .tables tbody tr:hover > th {
        background-color: #F5F5F5; }
      section.institutionsLayout .institutions .tables tbody tr:first-child td {
        border-top: 2px solid rgba(0, 0, 0, 0.1); }
      section.institutionsLayout .institutions .tables thead th {
        border-bottom: 0;
        padding: 0.75em 1em;
        text-align: left; }
      section.institutionsLayout .institutions .tables tbody td {
        border-bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        line-height: 1.5em;
        padding: 0.75em 1em; }
  section.institutionsLayout .pagination {
    text-align: center;
    margin: 40px auto; }
    section.institutionsLayout .pagination li {
      display: inline;
      list-style: none;
      margin: 0 .2em; }
      section.institutionsLayout .pagination li a {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: #fff;
        border-radius: 3px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        color: rgba(0, 0, 0, 0.44);
        outline: none;
        padding: 0.375em 0.809em;
        text-decoration: none;
        font-size: 1.8em; }
        section.institutionsLayout .pagination li a:hover, section.institutionsLayout .pagination li a:focus {
          background: #F0F0F0;
          color: #925398; }
        section.institutionsLayout .pagination li a:active {
          background: #fff; }
    section.institutionsLayout .pagination li.active a {
      background: #925398;
      pointer-events: none;
      color: #ffffff; }

body {
  font-size: 62.5%;
  font-family: "freight-sans-pro", "source-han-sans-simplified-c", "source-han-sans-traditional", sans-serif;
  color: #rgba 0, 0, 0, 0.8;
  background-color: #fff; }

html, body {
  /* you need to set this to assign to the main element a min height of 100% */
  height: 100%;
  min-height: 100%; }
