/* Minification failed. Returning unminified contents.
(2500,1): run-time error CSS1019: Unexpected token, found '@import'
(2500,9): run-time error CSS1019: Unexpected token, found 'url("//hello.myfonts.net/count/2b5439")'
(2501,1): run-time error CSS1019: Unexpected token, found '@import'
(2501,9): run-time error CSS1019: Unexpected token, found 'url("//hello.myfonts.net/count/312d54")'
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

.grid, .grid--rev, .grid--full, .grid--thin-gutter {
    list-style: none;
    /* [1] */
    margin: 0;
    /* [2] */
    padding: 0;
    /* [2] */
    margin-left: -34px;
    /* [3] */
    letter-spacing: -0.32em;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
    position: relative;
    display: inline-block;
    padding-left: 34px;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear.
 */
.grid--rev {
    direction: rtl;
    text-align: right;
}

    .grid--rev > .grid__item {
        direction: ltr;
        text-align: left;
    }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 */
.grid--full {
    margin-left: 0;
}

    .grid--full > .grid__item {
        padding-left: 0;
    }

/**
 * Grid with very thin gutter
 */
.grid--thin-gutter {
    margin-left: -10px;
}

    .grid--thin-gutter > .grid__item {
        padding-left: 10px;
    }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 */
.grid--right {
    text-align: right;
}

    .grid--right > .grid__item {
        text-align: left;
    }

/* Centered grids align grid items centrally without needing to use push or pull
 * classes.
 */
.grid--center {
    text-align: center;
}

    .grid--center > .grid__item {
        text-align: left;
    }

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * These next bits get worked out for you.
 */
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
    width: 100%;
}

/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
    width: 50%;
}

/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
    width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
    width: 66.666%;
}

/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
    width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
    width: 75%;
}

/**
 * Fifths
 */
.one-fifth, .two-tenths {
    width: 20%;
}

.two-fifths, .four-tenths {
    width: 40%;
}

.three-fifths, .six-tenths {
    width: 60%;
}

.four-fifths, .eight-tenths {
    width: 80%;
}

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
    width: 16.666%;
}

.five-sixths, .ten-twelfths {
    width: 83.333%;
}

/**
 * Eighths
 */
.one-eighth {
    width: 12.5%;
}

.three-eighths {
    width: 37.5%;
}

.five-eighths {
    width: 62.5%;
}

.seven-eighths {
    width: 87.5%;
}

/**
 * Tenths
 */
.one-tenth {
    width: 10%;
}

.three-tenths {
    width: 30%;
}

.seven-tenths {
    width: 70%;
}

.nine-tenths {
    width: 90%;
}

/**
 * Twelfths
 */
.one-twelfth {
    width: 8.333%;
}

.five-twelfths {
    width: 41.666%;
}

.seven-twelfths {
    width: 58.333%;
}

.eleven-twelfths {
    width: 91.666%;
}

/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="push--"] {
    position: relative;
}

/**
 * Whole
 */
.push--one-whole {
    left: 100%;
}

/**
 * Halves
 */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
    left: 50%;
}

/**
 * Thirds
 */
.push--one-third, .push--two-sixths, .push--four-twelfths {
    left: 33.333%;
}

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
    left: 66.666%;
}

/**
 * Quarters
 */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
    left: 25%;
}

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
    left: 75%;
}

/**
 * Fifths
 */
.push--one-fifth, .push--two-tenths {
    left: 20%;
}

.push--two-fifths, .push--four-tenths {
    left: 40%;
}

.push--three-fifths, .push--six-tenths {
    left: 60%;
}

.push--four-fifths, .push--eight-tenths {
    left: 80%;
}

/**
 * Sixths
 */
.push--one-sixth, .push--two-twelfths {
    left: 16.666%;
}

.push--five-sixths, .push--ten-twelfths {
    left: 83.333%;
}

/**
 * Eighths
 */
.push--one-eighth {
    left: 12.5%;
}

.push--three-eighths {
    left: 37.5%;
}

.push--five-eighths {
    left: 62.5%;
}

.push--seven-eighths {
    left: 87.5%;
}

/**
 * Tenths
 */
.push--one-tenth {
    left: 10%;
}

.push--three-tenths {
    left: 30%;
}

.push--seven-tenths {
    left: 70%;
}

.push--nine-tenths {
    left: 90%;
}

/**
 * Twelfths
 */
.push--one-twelfth {
    left: 8.333%;
}

.push--five-twelfths {
    left: 41.666%;
}

.push--seven-twelfths {
    left: 58.333%;
}

.push--eleven-twelfths {
    left: 91.666%;
}

/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="pull--"] {
    position: relative;
}

/**
 * Whole
 */
.pull--one-whole {
    right: 100%;
}

/**
 * Halves
 */
.pull--one-half, .pull--two-quarters, .pull--three-sixths, .pull--four-eighths, .pull--five-tenths, .pull--six-twelfths {
    right: 50%;
}

/**
 * Thirds
 */
.pull--one-third, .pull--two-sixths, .pull--four-twelfths {
    right: 33.333%;
}

.pull--two-thirds, .pull--four-sixths, .pull--eight-twelfths {
    right: 66.666%;
}

/**
 * Quarters
 */
.pull--one-quarter, .pull--two-eighths, .pull--three-twelfths {
    right: 25%;
}

.pull--three-quarters, .pull--six-eighths, .pull--nine-twelfths {
    right: 75%;
}

/**
 * Fifths
 */
.pull--one-fifth, .pull--two-tenths {
    right: 20%;
}

.pull--two-fifths, .pull--four-tenths {
    right: 40%;
}

.pull--three-fifths, .pull--six-tenths {
    right: 60%;
}

.pull--four-fifths, .pull--eight-tenths {
    right: 80%;
}

/**
 * Sixths
 */
.pull--one-sixth, .pull--two-twelfths {
    right: 16.666%;
}

.pull--five-sixths, .pull--ten-twelfths {
    right: 83.333%;
}

/**
 * Eighths
 */
.pull--one-eighth {
    right: 12.5%;
}

.pull--three-eighths {
    right: 37.5%;
}

.pull--five-eighths {
    right: 62.5%;
}

.pull--seven-eighths {
    right: 87.5%;
}

/**
 * Tenths
 */
.pull--one-tenth {
    right: 10%;
}

.pull--three-tenths {
    right: 30%;
}

.pull--seven-tenths {
    right: 70%;
}

.pull--nine-tenths {
    right: 90%;
}

/**
 * Twelfths
 */
.pull--one-twelfth {
    right: 8.333%;
}

.pull--five-twelfths {
    right: 41.666%;
}

.pull--seven-twelfths {
    right: 58.333%;
}

.pull--eleven-twelfths {
    right: 91.666%;
}

@media screen and (min-width: 861px) and (max-width: 1023px) {

    /**
  * Whole
  */
    .lap-one-whole {
        width: 100%;
    }

    /**
  * Halves
  */
    .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
        width: 50%;
    }

    /**
  * Thirds
  */
    .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
        width: 33.333%;
    }

    .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
        width: 66.666%;
    }

    /**
  * Quarters
  */
    .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
        width: 25%;
    }

    .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
        width: 75%;
    }

    /**
  * Fifths
  */
    .lap-one-fifth, .lap-two-tenths {
        width: 20%;
    }

    .lap-two-fifths, .lap-four-tenths {
        width: 40%;
    }

    .lap-three-fifths, .lap-six-tenths {
        width: 60%;
    }

    .lap-four-fifths, .lap-eight-tenths {
        width: 80%;
    }

    /**
  * Sixths
  */
    .lap-one-sixth, .lap-two-twelfths {
        width: 16.666%;
    }

    .lap-five-sixths, .lap-ten-twelfths {
        width: 83.333%;
    }

    /**
  * Eighths
  */
    .lap-one-eighth {
        width: 12.5%;
    }

    .lap-three-eighths {
        width: 37.5%;
    }

    .lap-five-eighths {
        width: 62.5%;
    }

    .lap-seven-eighths {
        width: 87.5%;
    }

    /**
  * Tenths
  */
    .lap-one-tenth {
        width: 10%;
    }

    .lap-three-tenths {
        width: 30%;
    }

    .lap-seven-tenths {
        width: 70%;
    }

    .lap-nine-tenths {
        width: 90%;
    }

    /**
  * Twelfths
  */
    .lap-one-twelfth {
        width: 8.333%;
    }

    .lap-five-twelfths {
        width: 41.666%;
    }

    .lap-seven-twelfths {
        width: 58.333%;
    }

    .lap-eleven-twelfths {
        width: 91.666%;
    }

    /**
   * Whole
   */
    .push--lap-one-whole {
        left: 100%;
    }

    /**
   * Halves
   */
    .push--lap-one-half, .push--lap-two-quarters, .push--lap-three-sixths, .push--lap-four-eighths, .push--lap-five-tenths, .push--lap-six-twelfths {
        left: 50%;
    }

    /**
   * Thirds
   */
    .push--lap-one-third, .push--lap-two-sixths, .push--lap-four-twelfths {
        left: 33.333%;
    }

    .push--lap-two-thirds, .push--lap-four-sixths, .push--lap-eight-twelfths {
        left: 66.666%;
    }

    /**
   * Quarters
   */
    .push--lap-one-quarter, .push--lap-two-eighths, .push--lap-three-twelfths {
        left: 25%;
    }

    .push--lap-three-quarters, .push--lap-six-eighths, .push--lap-nine-twelfths {
        left: 75%;
    }

    /**
   * Fifths
   */
    .push--lap-one-fifth, .push--lap-two-tenths {
        left: 20%;
    }

    .push--lap-two-fifths, .push--lap-four-tenths {
        left: 40%;
    }

    .push--lap-three-fifths, .push--lap-six-tenths {
        left: 60%;
    }

    .push--lap-four-fifths, .push--lap-eight-tenths {
        left: 80%;
    }

    /**
   * Sixths
   */
    .push--lap-one-sixth, .push--lap-two-twelfths {
        left: 16.666%;
    }

    .push--lap-five-sixths, .push--lap-ten-twelfths {
        left: 83.333%;
    }

    /**
   * Eighths
   */
    .push--lap-one-eighth {
        left: 12.5%;
    }

    .push--lap-three-eighths {
        left: 37.5%;
    }

    .push--lap-five-eighths {
        left: 62.5%;
    }

    .push--lap-seven-eighths {
        left: 87.5%;
    }

    /**
   * Tenths
   */
    .push--lap-one-tenth {
        left: 10%;
    }

    .push--lap-three-tenths {
        left: 30%;
    }

    .push--lap-seven-tenths {
        left: 70%;
    }

    .push--lap-nine-tenths {
        left: 90%;
    }

    /**
   * Twelfths
   */
    .push--lap-one-twelfth {
        left: 8.333%;
    }

    .push--lap-five-twelfths {
        left: 41.666%;
    }

    .push--lap-seven-twelfths {
        left: 58.333%;
    }

    .push--lap-eleven-twelfths {
        left: 91.666%;
    }

    /**
   * Whole
   */
    .pull--lap-one-whole {
        right: 100%;
    }

    /**
   * Halves
   */
    .pull--lap-one-half, .pull--lap-two-quarters, .pull--lap-three-sixths, .pull--lap-four-eighths, .pull--lap-five-tenths, .pull--lap-six-twelfths {
        right: 50%;
    }

    /**
   * Thirds
   */
    .pull--lap-one-third, .pull--lap-two-sixths, .pull--lap-four-twelfths {
        right: 33.333%;
    }

    .pull--lap-two-thirds, .pull--lap-four-sixths, .pull--lap-eight-twelfths {
        right: 66.666%;
    }

    /**
   * Quarters
   */
    .pull--lap-one-quarter, .pull--lap-two-eighths, .pull--lap-three-twelfths {
        right: 25%;
    }

    .pull--lap-three-quarters, .pull--lap-six-eighths, .pull--lap-nine-twelfths {
        right: 75%;
    }

    /**
   * Fifths
   */
    .pull--lap-one-fifth, .pull--lap-two-tenths {
        right: 20%;
    }

    .pull--lap-two-fifths, .pull--lap-four-tenths {
        right: 40%;
    }

    .pull--lap-three-fifths, .pull--lap-six-tenths {
        right: 60%;
    }

    .pull--lap-four-fifths, .pull--lap-eight-tenths {
        right: 80%;
    }

    /**
   * Sixths
   */
    .pull--lap-one-sixth, .pull--lap-two-twelfths {
        right: 16.666%;
    }

    .pull--lap-five-sixths, .pull--lap-ten-twelfths {
        right: 83.333%;
    }

    /**
   * Eighths
   */
    .pull--lap-one-eighth {
        right: 12.5%;
    }

    .pull--lap-three-eighths {
        right: 37.5%;
    }

    .pull--lap-five-eighths {
        right: 62.5%;
    }

    .pull--lap-seven-eighths {
        right: 87.5%;
    }

    /**
   * Tenths
   */
    .pull--lap-one-tenth {
        right: 10%;
    }

    .pull--lap-three-tenths {
        right: 30%;
    }

    .pull--lap-seven-tenths {
        right: 70%;
    }

    .pull--lap-nine-tenths {
        right: 90%;
    }

    /**
   * Twelfths
   */
    .pull--lap-one-twelfth {
        right: 8.333%;
    }

    .pull--lap-five-twelfths {
        right: 41.666%;
    }

    .pull--lap-seven-twelfths {
        right: 58.333%;
    }

    .pull--lap-eleven-twelfths {
        right: 91.666%;
    }
}

@media screen and (max-width: 860px) {

    /**
  * Whole
  */
    .portable-one-whole {
        width: 100%;
    }

    /**
  * Halves
  */
    .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
        width: 50%;
    }

    /**
  * Thirds
  */
    .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
        width: 33.333%;
    }

    .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
        width: 66.666%;
    }

    /**
  * Quarters
  */
    .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
        width: 25%;
    }

    .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
        width: 75%;
    }

    /**
  * Fifths
  */
    .portable-one-fifth, .portable-two-tenths {
        width: 20%;
    }

    .portable-two-fifths, .portable-four-tenths {
        width: 40%;
    }

    .portable-three-fifths, .portable-six-tenths {
        width: 60%;
    }

    .portable-four-fifths, .portable-eight-tenths {
        width: 80%;
    }

    /**
  * Sixths
  */
    .portable-one-sixth, .portable-two-twelfths {
        width: 16.666%;
    }

    .portable-five-sixths, .portable-ten-twelfths {
        width: 83.333%;
    }

    /**
  * Eighths
  */
    .portable-one-eighth {
        width: 12.5%;
    }

    .portable-three-eighths {
        width: 37.5%;
    }

    .portable-five-eighths {
        width: 62.5%;
    }

    .portable-seven-eighths {
        width: 87.5%;
    }

    /**
  * Tenths
  */
    .portable-one-tenth {
        width: 10%;
    }

    .portable-three-tenths {
        width: 30%;
    }

    .portable-seven-tenths {
        width: 70%;
    }

    .portable-nine-tenths {
        width: 90%;
    }

    /**
  * Twelfths
  */
    .portable-one-twelfth {
        width: 8.333%;
    }

    .portable-five-twelfths {
        width: 41.666%;
    }

    .portable-seven-twelfths {
        width: 58.333%;
    }

    .portable-eleven-twelfths {
        width: 91.666%;
    }

    /**
   * Whole
   */
    .push--portable-one-whole {
        left: 100%;
    }

    /**
   * Halves
   */
    .push--portable-one-half, .push--portable-two-quarters, .push--portable-three-sixths, .push--portable-four-eighths, .push--portable-five-tenths, .push--portable-six-twelfths {
        left: 50%;
    }

    /**
   * Thirds
   */
    .push--portable-one-third, .push--portable-two-sixths, .push--portable-four-twelfths {
        left: 33.333%;
    }

    .push--portable-two-thirds, .push--portable-four-sixths, .push--portable-eight-twelfths {
        left: 66.666%;
    }

    /**
   * Quarters
   */
    .push--portable-one-quarter, .push--portable-two-eighths, .push--portable-three-twelfths {
        left: 25%;
    }

    .push--portable-three-quarters, .push--portable-six-eighths, .push--portable-nine-twelfths {
        left: 75%;
    }

    /**
   * Fifths
   */
    .push--portable-one-fifth, .push--portable-two-tenths {
        left: 20%;
    }

    .push--portable-two-fifths, .push--portable-four-tenths {
        left: 40%;
    }

    .push--portable-three-fifths, .push--portable-six-tenths {
        left: 60%;
    }

    .push--portable-four-fifths, .push--portable-eight-tenths {
        left: 80%;
    }

    /**
   * Sixths
   */
    .push--portable-one-sixth, .push--portable-two-twelfths {
        left: 16.666%;
    }

    .push--portable-five-sixths, .push--portable-ten-twelfths {
        left: 83.333%;
    }

    /**
   * Eighths
   */
    .push--portable-one-eighth {
        left: 12.5%;
    }

    .push--portable-three-eighths {
        left: 37.5%;
    }

    .push--portable-five-eighths {
        left: 62.5%;
    }

    .push--portable-seven-eighths {
        left: 87.5%;
    }

    /**
   * Tenths
   */
    .push--portable-one-tenth {
        left: 10%;
    }

    .push--portable-three-tenths {
        left: 30%;
    }

    .push--portable-seven-tenths {
        left: 70%;
    }

    .push--portable-nine-tenths {
        left: 90%;
    }

    /**
   * Twelfths
   */
    .push--portable-one-twelfth {
        left: 8.333%;
    }

    .push--portable-five-twelfths {
        left: 41.666%;
    }

    .push--portable-seven-twelfths {
        left: 58.333%;
    }

    .push--portable-eleven-twelfths {
        left: 91.666%;
    }

    /**
   * Whole
   */
    .pull--portable-one-whole {
        right: 100%;
    }

    /**
   * Halves
   */
    .pull--portable-one-half, .pull--portable-two-quarters, .pull--portable-three-sixths, .pull--portable-four-eighths, .pull--portable-five-tenths, .pull--portable-six-twelfths {
        right: 50%;
    }

    /**
   * Thirds
   */
    .pull--portable-one-third, .pull--portable-two-sixths, .pull--portable-four-twelfths {
        right: 33.333%;
    }

    .pull--portable-two-thirds, .pull--portable-four-sixths, .pull--portable-eight-twelfths {
        right: 66.666%;
    }

    /**
   * Quarters
   */
    .pull--portable-one-quarter, .pull--portable-two-eighths, .pull--portable-three-twelfths {
        right: 25%;
    }

    .pull--portable-three-quarters, .pull--portable-six-eighths, .pull--portable-nine-twelfths {
        right: 75%;
    }

    /**
   * Fifths
   */
    .pull--portable-one-fifth, .pull--portable-two-tenths {
        right: 20%;
    }

    .pull--portable-two-fifths, .pull--portable-four-tenths {
        right: 40%;
    }

    .pull--portable-three-fifths, .pull--portable-six-tenths {
        right: 60%;
    }

    .pull--portable-four-fifths, .pull--portable-eight-tenths {
        right: 80%;
    }

    /**
   * Sixths
   */
    .pull--portable-one-sixth, .pull--portable-two-twelfths {
        right: 16.666%;
    }

    .pull--portable-five-sixths, .pull--portable-ten-twelfths {
        right: 83.333%;
    }

    /**
   * Eighths
   */
    .pull--portable-one-eighth {
        right: 12.5%;
    }

    .pull--portable-three-eighths {
        right: 37.5%;
    }

    .pull--portable-five-eighths {
        right: 62.5%;
    }

    .pull--portable-seven-eighths {
        right: 87.5%;
    }

    /**
   * Tenths
   */
    .pull--portable-one-tenth {
        right: 10%;
    }

    .pull--portable-three-tenths {
        right: 30%;
    }

    .pull--portable-seven-tenths {
        right: 70%;
    }

    .pull--portable-nine-tenths {
        right: 90%;
    }

    /**
   * Twelfths
   */
    .pull--portable-one-twelfth {
        right: 8.333%;
    }

    .pull--portable-five-twelfths {
        right: 41.666%;
    }

    .pull--portable-seven-twelfths {
        right: 58.333%;
    }

    .pull--portable-eleven-twelfths {
        right: 91.666%;
    }
}

@media screen and (max-width: 640px) {

    /**
  * Whole
  */
    .palm-one-whole {
        width: 100%;
    }

    /**
  * Halves
  */
    .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
        width: 50%;
    }

    /**
  * Thirds
  */
    .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
        width: 33.333%;
    }

    .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
        width: 66.666%;
    }

    /**
  * Quarters
  */
    .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
        width: 25%;
    }

    .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
        width: 75%;
    }

    /**
  * Fifths
  */
    .palm-one-fifth, .palm-two-tenths {
        width: 20%;
    }

    .palm-two-fifths, .palm-four-tenths {
        width: 40%;
    }

    .palm-three-fifths, .palm-six-tenths {
        width: 60%;
    }

    .palm-four-fifths, .palm-eight-tenths {
        width: 80%;
    }

    /**
  * Sixths
  */
    .palm-one-sixth, .palm-two-twelfths {
        width: 16.666%;
    }

    .palm-five-sixths, .palm-ten-twelfths {
        width: 83.333%;
    }

    /**
  * Eighths
  */
    .palm-one-eighth {
        width: 12.5%;
    }

    .palm-three-eighths {
        width: 37.5%;
    }

    .palm-five-eighths {
        width: 62.5%;
    }

    .palm-seven-eighths {
        width: 87.5%;
    }

    /**
  * Tenths
  */
    .palm-one-tenth {
        width: 10%;
    }

    .palm-three-tenths {
        width: 30%;
    }

    .palm-seven-tenths {
        width: 70%;
    }

    .palm-nine-tenths {
        width: 90%;
    }

    /**
  * Twelfths
  */
    .palm-one-twelfth {
        width: 8.333%;
    }

    .palm-five-twelfths {
        width: 41.666%;
    }

    .palm-seven-twelfths {
        width: 58.333%;
    }

    .palm-eleven-twelfths {
        width: 91.666%;
    }

    /**
    * Push none 
    */
    .push--palm-none {
        left:0;
    }

    /**
   * Whole
   */
    .push--palm-one-whole {
        left: 100%;
    }

    /**
   * Halves
   */
    .push--palm-one-half, .push--palm-two-quarters, .push--palm-three-sixths, .push--palm-four-eighths, .push--palm-five-tenths, .push--palm-six-twelfths {
        left: 50%;
    }

    /**
   * Thirds
   */
    .push--palm-one-third, .push--palm-two-sixths, .push--palm-four-twelfths {
        left: 33.333%;
    }

    .push--palm-two-thirds, .push--palm-four-sixths, .push--palm-eight-twelfths {
        left: 66.666%;
    }

    /**
   * Quarters
   */
    .push--palm-one-quarter, .push--palm-two-eighths, .push--palm-three-twelfths {
        left: 25%;
    }

    .push--palm-three-quarters, .push--palm-six-eighths, .push--palm-nine-twelfths {
        left: 75%;
    }

    /**
   * Fifths
   */
    .push--palm-one-fifth, .push--palm-two-tenths {
        left: 20%;
    }

    .push--palm-two-fifths, .push--palm-four-tenths {
        left: 40%;
    }

    .push--palm-three-fifths, .push--palm-six-tenths {
        left: 60%;
    }

    .push--palm-four-fifths, .push--palm-eight-tenths {
        left: 80%;
    }

    /**
   * Sixths
   */
    .push--palm-one-sixth, .push--palm-two-twelfths {
        left: 16.666%;
    }

    .push--palm-five-sixths, .push--palm-ten-twelfths {
        left: 83.333%;
    }

    /**
   * Eighths
   */
    .push--palm-one-eighth {
        left: 12.5%;
    }

    .push--palm-three-eighths {
        left: 37.5%;
    }

    .push--palm-five-eighths {
        left: 62.5%;
    }

    .push--palm-seven-eighths {
        left: 87.5%;
    }

    /**
   * Tenths
   */
    .push--palm-one-tenth {
        left: 10%;
    }

    .push--palm-three-tenths {
        left: 30%;
    }

    .push--palm-seven-tenths {
        left: 70%;
    }

    .push--palm-nine-tenths {
        left: 90%;
    }

    /**
   * Twelfths
   */
    .push--palm-one-twelfth {
        left: 8.333%;
    }

    .push--palm-five-twelfths {
        left: 41.666%;
    }

    .push--palm-seven-twelfths {
        left: 58.333%;
    }

    .push--palm-eleven-twelfths {
        left: 91.666%;
    }

    /**
   * Whole
   */
    .pull--palm-one-whole {
        right: 100%;
    }

    /**
   * Halves
   */
    .pull--palm-one-half, .pull--palm-two-quarters, .pull--palm-three-sixths, .pull--palm-four-eighths, .pull--palm-five-tenths, .pull--palm-six-twelfths {
        right: 50%;
    }

    /**
   * Thirds
   */
    .pull--palm-one-third, .pull--palm-two-sixths, .pull--palm-four-twelfths {
        right: 33.333%;
    }

    .pull--palm-two-thirds, .pull--palm-four-sixths, .pull--palm-eight-twelfths {
        right: 66.666%;
    }

    /**
   * Quarters
   */
    .pull--palm-one-quarter, .pull--palm-two-eighths, .pull--palm-three-twelfths {
        right: 25%;
    }

    .pull--palm-three-quarters, .pull--palm-six-eighths, .pull--palm-nine-twelfths {
        right: 75%;
    }

    /**
   * Fifths
   */
    .pull--palm-one-fifth, .pull--palm-two-tenths {
        right: 20%;
    }

    .pull--palm-two-fifths, .pull--palm-four-tenths {
        right: 40%;
    }

    .pull--palm-three-fifths, .pull--palm-six-tenths {
        right: 60%;
    }

    .pull--palm-four-fifths, .pull--palm-eight-tenths {
        right: 80%;
    }

    /**
   * Sixths
   */
    .pull--palm-one-sixth, .pull--palm-two-twelfths {
        right: 16.666%;
    }

    .pull--palm-five-sixths, .pull--palm-ten-twelfths {
        right: 83.333%;
    }

    /**
   * Eighths
   */
    .pull--palm-one-eighth {
        right: 12.5%;
    }

    .pull--palm-three-eighths {
        right: 37.5%;
    }

    .pull--palm-five-eighths {
        right: 62.5%;
    }

    .pull--palm-seven-eighths {
        right: 87.5%;
    }

    /**
   * Tenths
   */
    .pull--palm-one-tenth {
        right: 10%;
    }

    .pull--palm-three-tenths {
        right: 30%;
    }

    .pull--palm-seven-tenths {
        right: 70%;
    }

    .pull--palm-nine-tenths {
        right: 90%;
    }

    /**
   * Twelfths
   */
    .pull--palm-one-twelfth {
        right: 8.333%;
    }

    .pull--palm-five-twelfths {
        right: 41.666%;
    }

    .pull--palm-seven-twelfths {
        right: 58.333%;
    }

    .pull--palm-eleven-twelfths {
        right: 91.666%;
    }
}

@font-face {
    font-family: 'hhsicons';
    src: url('fonts/icomoon.eot?m8hnyu');
    src: url('fonts/icomoon.eot?m8hnyu#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?m8hnyu') format('truetype'), url('fonts/icomoon.woff?m8hnyu') format('woff'), url('fonts/icomoon.svg?m8hnyu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    position: relative;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    padding: 0 0 0 20px;
}

    [class^="icon-"]:before, [class*=" icon-"]:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'hhsicons';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        margin: auto auto auto 0;
        font-size: 14px;
        height: 1em;
        width: 1em;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.icon-minus:before {
	content: "\e90e";
}

.icon-plus:before {
	content: "\e90f";
}

.icon-circle-arrow-right-inverted:before {
    content: "\e914";
}
.icon-circle-arrow-right:before {
    content: "\e90d";
}
.icon-menu:before {
    content: "\e915";
}

.icon-alumni:before {
    content: "\e900";
}

.icon-bibliotek:before {
    content: "\e901";
}

.icon-facebook_ny:before {
    content: "\e902";
}

.icon-forskning:before {
    content: "\e903";
}

.icon-linkedin_ny:before {
    content: "\e904";
}

.icon-omoss:before {
    content: "\e905";
}

.icon-partner:before {
    content: "\e906";
}

.icon-samverkan:before {
    content: "\e907";
}

.icon-sponsorer:before {
    content: "\e908";
}

.icon-twitter_ny:before {
    content: "\e909";
}

.icon-search:before {
    content: "\e912";
}

.icon-utbildning:before {
    content: "\e90b";
}

.icon-youtube_ny:before {
    content: "\e90c";
}

.icon-logo:before {
    content: "\e600";
}

.icon-education:before {
    content: "\e601";
}

.icon-research:before {
    content: "\e602";
}

.icon-collaborations:before {
    content: "\e603";
}

.icon-info:before {
    content: "\e604";
}

.icon-globe:before {
    content: "\e605";
}

.icon-lock:before {
    content: "\e606";
}

.icon-mail:before {
    content: "\e607";
}

.icon-uniE608:before {
    content: "\e608";
}

.icon-uniE609:before {
    content: "\e609";
}

.icon-uniE60A:before {
    content: "\e60a";
}

.icon-uniE60B:before {
    content: "\e60b";
}

.icon-uniE60C:before {
    content: "\e60c";
}

.icon-executive-education:before {
    content: "\e60d";
}

.icon-partnership:before {
    content: "\e60e";
}

.icon-people:before {
    content: "\e60f";
}

.icon-library:before {
    content: "\e610";
}

.icon-right-arrow:before {
    content: "\e611";
    font-size: 10px;
}

.icon-left-arrow:before {
    content: "\e611";
    font-size: 10px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-down-arrow:before {
    content: "\e611";
    display: block;
    line-height: 12px;
    font-size: 10px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon-up-arrow:before {
    content: '\e611';
    font-size: 10px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.icon-uniE613:before {
    content: "\e613";
}

.icon-play:before {
    content: "\e614";
}

.icon-check-mark:before {
    content: "\e615";
}

.icon-document-black:before {
    content: "\e616";
}

.icon-document-white:before {
    content: "\e617";
}

.icon-uniE618:before {
    content: "\e618";
}

.icon-uniE619:before {
    content: "\e619";
}

.icon-share:before {
    content: "\e61a";
}

.icon-mail-circle:before {
    content: "\e61b";
}

.icon-print:before {
    content: "\e61c";
}

.icon-uniE621:before {
    content: "\e621";
}

.icon-quote:before {
    content: "\e622";
}

.icon-uniE623:before {
    content: "\e623";
}

.icon-uniE624:before {
    content: "\e624";
}

.icon-uniE625:before {
    content: "\e625";
}

/*******************
    Old Icons
*******************/

/*[class^="icon-"]:before, [class*=" icon-"]:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        margin: auto auto auto 0;
        font-size: 24px;
        height: 1em;
        width: 1em;
        font-family: 'hhsicons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }*/

/*.icon-logo:before {
    content: '\e600';
    font-size: 80px;
}*/

/*.icon-education:before {
    content: '\e601';
}*/

/*.icon-research:before {
    content: '\e602';
}*/

/*.icon-collaborations:before {
    content: '\e603';
}*/

/*.icon-info:before {
    content: '\e604';
}

.icon-globe:before {
    content: '\e605';
}

.icon-lock:before {
    content: '\e606';
}

.icon-mail:before {
    content: '\e607';
}*/

.icon-facebook:before {
    content: '\e61d';
}

.icon-facebook-circle:before {
    content: '\e624';
}

.icon-linkedin:before {
    content: '\e61e';
}

.icon-twitter:before {
    content: '\e61f';
}

.icon-twitter-circle:before {
    content: '\e625';
}

.icon-youtube:before {
    content: '\e620';
}

.icon-instagram:before {
    content: '\e911';
}

/*.icon-up-arrow:before {
    content: '\e612';
    font-size: 10px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

/*.icon-right-arrow:before {
    content: '\e611';
    font-size: 10px;
}*/

/*.icon-down-arrow:before {
    content: '\e612';
    font-size: 10px;
}*/

/*.icon-left-arrow:before {
    content: '\e611';
    font-size: 10px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

/*.icon-executive-education:before {
    content: '\e60d';
}*/

/*.icon-partnership:before {
    content: '\e60e';
}*/

/*.icon-people:before {
    content: '\e60f';
}*/

/*.icon-library:before {
    content: '\e610';
}*/

/*.icon-search:before {
    content: '\e608';
}*/

/*.icon-document-black:before {
    font-size: 14px;
    content: '\e616';
}

.icon-document-white:before {
    font-size: 14px;
    content: '\e617';
}*/

/*.icon-check-mark:before {
    content: '\e615';
}*/

/*.icon-share:before {
    content: '\e61a';
}*/

/*.icon-mail-circle:before {
    content: '\e61b';
}*/

/*.icon-print:before {
    content: '\e61c';
}*/

/*.icon-play:before {
    content: '\e614';
}*/

/*.icon-menu:before {
    content: '\e623';
}*/

/*.icon-quote:before {
    font-size: 32px;
    content: '\e622';
}*/

@import url("//hello.myfonts.net/count/2b5439");
@import url("//hello.myfonts.net/count/312d54");

@font-face {
    font-family: 'FuturaBT-Book';
    src: url('Fonts/2B5439_0_0.eot');
    src: url('Fonts/2B5439_0_0.eot?#iefix') format('embedded-opentype'), url('Fonts/2B5439_0_0.woff') format('woff'), url('Fonts/2B5439_0_0.ttf') format('truetype'), url('Fonts/2B5439_0_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Medium';
    src: url('Fonts/2B5439_1_0.eot');
    src: url('Fonts/2B5439_1_0.eot?#iefix') format('embedded-opentype'), url('Fonts/2B5439_1_0.woff') format('woff'), url('Fonts/2B5439_1_0.ttf') format('truetype'), url('Fonts/2B5439_1_0.svg#wf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Bold';
    src: url('Fonts/312D54_0_0.eot');
    src: url('Fonts/312D54_0_0.eot?#iefix') format('embedded-opentype'),url('Fonts/312D54_0_0.woff2') format('woff2'),url('Fonts/312D54_0_0.woff') format('woff'),url('Fonts/312D54_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, form {
    height: 100%;
}

form {
    -moz-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

html.busy, html.busy * {
    cursor: progress !important;
}

body {
    overflow-y: scroll;
    background: #fff;
    font-family: 'FuturaBT-Book';
    font-size: 16px;
    color: #1f2023;
}

h1 {
    margin: -5px 0 14px;
    line-height: 1.2em;
    font-family: 'FuturaBT-Bold';
    font-size: 33px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

h2, h3, h4 {
    margin: 0 0 5px;
    line-height: 1.2em;
}

h2 {
    font-family: 'FuturaBT-Bold';
    font-weight: normal;
    font-size: 18px;
}

h3 {
    font-family: 'FuturaBT-Bold';
    font-weight: 400;
    font-size: 18px;
}

h4 {
    font-family: 'FuturaBT-Book';
    font-size: 14px;
}

a {
    font-family: "FuturaBT-Book",Arial,sans-serif;
    text-decoration: none;
    color: #53b3db;
}

    a:hover, a.selected {
        color: #53b3db;
    }

img, iframe {
    max-width: 100%;
}

img {
    height: auto;
}

p {
    margin: 0 0 20px;
    line-height: 1.4em;
    font-family: 'FuturaBT-Book';
    font-size: 1.125em;
    color: #4d4d4d;
}

    p strong {
        color: #1f2023;
    }

.s-cms-content {
    font-size: 14px;
}

/*******************
    Buttons
*******************/
.button,
input[type="submit"] {
    border: none;
    display: inline-block;
    padding: 11px 21px 12px 41px;
    background: #999999;
    border-radius: 3px;
    font-family: 'FuturaBT-Book';
    color: #fff;
}

input[type="submit"] {
    padding-left: 21px;
}

    .button:hover,
    input[type="submit"]:hover {
        background: #3077a6;
        color: #fff;
    }

.button:before {
    left: 16px;
}

.button--no-icon {
    padding-left: 21px;
}

.button--sending {
    opacity: 0.5;
}

.white-button {
    display: inline-block;
    padding: 10px 15px 10px 35px;
    border-radius: 3px;
    border: 2px solid #cccccc;
    font-family: 'FuturaBT-Book';
}

    .white-button:before {
        left: 16px;
    }

.button--upload {
    display: table-cell;
    position: relative;
    width: 80px;
    z-index: 100;
    border-left: 2px solid #cccccc;
    border-radius: 0;
    background: #f3f3f3;
    text-align: center;
    cursor: pointer;
    color: #1f2023;
}

    .button--upload:hover {
        background: #f3f3f3;
        color: #1f2023;
    }

/*******************
    Helper classes 
*******************/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.purple, .purple a {
    color: #8e598e;
}

.green, .green a {
    color: #55a155;
}

.yellow, .yellow a {
    color: #f89920;
}

.red, .red a {
    color: #c44343;
}

.purple-bg {
    background-color: #8e5a8f;
}

.green-bg {
    background-color: #98BB91;
}

.yellow-bg {
    background-color: #e9b315;
}

.grey-bg {
    background-color: #999999;
}

.expandable-content {
    display: none;
}

    .expandable-content p {
        margin: 0 0 30px;
    }

.square-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .square-item:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .square-item > div {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.right-arrow-link {
    display: inline-block;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    font-family: 'FuturaBT-Bold';
    letter-spacing: 1px;
}

    .right-arrow-link i {
        display: inline-block;
        height: 14px;
        width: 14px;
        margin-top: 5px;
        margin-left: 10px;
        padding-left: 0;
    }

        .right-arrow-link i:before {
            left: auto;
            right: auto;
            width: 100%;
            font-size: 20px;
            color: #fff;
        }

.palm-visible {
    display: none;
}

.portable-visible {
    display: none;
}

.lap-visible {
    display: none;
}

.hidden {
    display: none;
}

.no-hyphen-word-break {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: normal;
    word-break: normal;
}

.block-link {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

/*******************
    Forms
********************/
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fafafa;
    font-family: 'FuturaBT-Book';
    color: #717272;
}

    input.invalid-field,
    textarea.invalid-field {
        border-color: #f99595;
    }

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkbox {
    display: block;
}

    .checkbox input {
        display: none;
    }

    .checkbox span {
        display: inline-block;
        width: 15px;
        height: 15px;
        float: left;
        margin-right: 10px;
        padding: 0;
        vertical-align: top;
        border-radius: 5px;
        border: 2px solid #cccccc;
    }

        .checkbox span:before {
            top: -8px;
            left: 2px;
            font-size: 0;
            color: #53b3db;
        }

    .checkbox div {
        overflow: hidden;
    }

    .checkbox input:checked + span:before {
        font-size: 16px;
    }

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

    input[type="radio"] + label {
        position: relative;
        padding: 0 0 0 25px;
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }

        input[type="radio"] + label:before {
            content: "";
            display: block;
            position: absolute;
            top: 2px;
            height: 14px;
            width: 14px;
            background: white;
            border: 1px solid gray;
            box-shadow: inset 0px 0px 0px 2px white;
            border-radius: 8px;
        }

    input[type="radio"]:checked + label:before {
        background: #53b3db;
    }

.radio-button-list {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

    .radio-button-list li {
        display: inline-block;
        padding-right: 15px;
    }

.validation-summary {
    margin-bottom: 20px;
    padding: 16px;
    border: 2px solid #f99595;
    border-radius: 5px;
    font-family: 'FuturaBT-Book';
    color: #d36e6e;
}

    .validation-summary ul {
        list-style: none;
        padding: 0;
    }

        .validation-summary ul li span:before {
            margin-top: 5px;
        }

input[type="file"] {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0 !important;
    width: 0;
    height: 0;
    border: 0 !important;
}

.upload-file-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'FuturaBT-Book';
    color: #717272;
}

.upload-file-wrapper__file-names {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0 10px;
}

.upload-file-wrapper.invalid-field {
    border-color: #f99595;
}

/*******************
    DataPager
********************/
.data-pager {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #afb0b0;
    text-align: center;
    font-family: 'FuturaBT-Book';
    font-size: 14px;
}

.data-pager__nextprev {
    position: absolute;
    left: 0;
    text-transform: uppercase;
}

    .data-pager__nextprev.aspNetDisabled {
        display: none;
    }

    .data-pager__nextprev.icon-left-arrow {
        padding: 0 0 0 14px;
    }

    .data-pager__nextprev.icon-right-arrow {
        right: 0;
        left: auto;
        padding: 0 16px 0 0;
        font-family: 'FuturaBT-Book';
    }

        .data-pager__nextprev.icon-right-arrow:before {
            left: auto;
            font-size: 11px;
        }

.data-pager__numeric-field a,
.data-pager__numeric-field span {
    display: inline-block;
    margin: 0 10px;
}

/*******************
    Share
*******************/
.share {
    margin-bottom: 15px;
}

    .share a {
        display: inline-block;
        height: 33px;
        padding-left: 34px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .share a:before {
            font-size: 38px;
        }

/*******************
    Framework
*******************/
.page {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}

.page__content {
    padding: 10px 15px;
}

.wrapper {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}

/******** Page-Head *********/
.page__header {
    padding: 15px 15px 15px 15px;
    background: #5b5b5b;
}

.portable-nav__toggle,
.page-header__portable-logo {
    display: none;
}

.page-header {
    display: table;
    width: 100%;
}

.page-header__logo,
.page-header__nav,
.page-header__quick-links,
.page-header__search--desk {
    display: table-cell;
    vertical-align: middle;
}

.portable-nav {
    display: none;
    width: 0;
    height: 0;
    margin-left: -9999px;
}

.page-header__logo {
    width: 130px;
}

    .page-header__logo a:before {
        font-size: 80px;
    }

.page-header__nav {
    width: 540px;
}

.page-header__search--desk {
    text-align: right;
    width: 54px;
}

.page-header__search--lap {
    display: none;
}

.page-header,
.page-header a {
    color: #fff;
}


a.page__header__logo {
    display: block;
    width: 78px;
    height: 80px;
    color: #fff;
    padding: 0;
}

.page__header .main-nav {
}

    .page__header .main-nav ul {
        margin: 0;
        padding: 0;
    }

        .page__header .main-nav ul li {
            float: left;
            margin: 0 32px 0 0;
            list-style: none;
        }

            .page__header .main-nav ul li:last-child {
                margin-right: 0;
            }

            .page__header .main-nav ul li a {
                padding: 0;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-size: 14px;
                font-family: 'FuturaBT-Book';
                color: #fff;
            }

                .page__header .main-nav ul li.selected a,
                .page__header .main-nav ul li a:hover {
                    color: #aaa;
                }

.page__header__important-links {
    float: right;
    display: inline-block;
    max-width: 260px;
    margin-right: -50px;
}

    .page__header__important-links ul {
        padding: 0;
        margin: 0 50px 0 0;
        list-style: none;
    }

        .page__header__important-links ul li {
            float: left;
            padding: 0 10px;
            border-left: 1px #fff solid;
        }

            .page__header__important-links ul li:first-child {
                border-left: none;
            }

            .page__header__important-links ul li a {
                font-size: 14px;
                font-family: 'FuturaBT-Book';
                line-height: 14px;
                color: #fff;
            }

                .page__header__important-links ul li a:hover {
                    color: #93abc7;
                }


.page__header .quick-search-toggle {
    display: block;
}

    .page__header .quick-search-toggle:hover {
        color: #93abc7;
    }

    .page__header .quick-search-toggle:before {
        position: static;
        font-size: 28px;
    }

.page__header .icon-lock:before {
    font-size: 28px;
    position: static;
}

.quick-search {
    display: none;
    margin-bottom: 2px;
    padding: 10px 0 20px 0;
    background: #fff;
}

.search-textbox-wrapper {
    display: table;
    padding: 5px;
    background: #eee;
}

    .search-textbox-wrapper span {
        display: table-cell;
        width: 100%;
        padding-left: 10px;
        vertical-align: middle;
    }

        .search-textbox-wrapper span input {
            line-height: 22px;
            border: none;
            outline: none;
            background: #eee;
            font-family: 'FuturaBT-Book';
            font-size: 18px;
            color: #677178;
        }

    .search-textbox-wrapper a {
        display: table-cell;
        padding: 10px;
    }

        .search-textbox-wrapper a:before {
            position: static;
            font-size: 24px;
            color: #fff;
        }

/******** Page-Foot *********/
.page__footer {
    font-family: 'FuturaBT-Book';
    font-size: 14px;
    display: table-footer-group;
    width: 100%;
    height: 280px;
    position: relative;
    left: 0;
    bottom: 0;
    background: #5b5b5b;
}

/*.page__footer__content-wrapper {
    height: 65px;
}*/

.page__footer__content-wrapper__social-links {
    text-align: center;
    margin-top: 30px;
}

    .page__footer__content-wrapper__social-links a {
        display: inline-block;
        padding-left: 34px;
        margin-right: 5px;
        color: #fff;
        position: relative;
        padding: 0 0 0 35px;
    }

        .page__footer__content-wrapper__social-links a:hover {
            color: #93abc7;
        }

        .page__footer__content-wrapper__social-links a:before {
            margin-top: -10px;
            font-size: 34px;
        }

.page__footer__content-wrapper__footertext {
    text-align: center;
    color: #fff;
    margin-top: 40px;
    line-height: 1.8em;
}

    .page__footer__content-wrapper__footertext a {
        color: #fff;
    }

    .page__footer__content-wrapper__footertext p {
        display: inline;
        color: #fff;
    }

.page__footer__content-wrapper__logotypes {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .page__footer__content-wrapper__logotypes div {
        display: inline-block;
        margin: 0 25px 25px 25px;
    }

        .page__footer__content-wrapper__logotypes div:last-child {
            margin: 0;
            padding-left: 0;
        }

        .page__footer__content-wrapper__logotypes div a {
            display: block;
        }

        .page__footer__content-wrapper__logotypes div img {
            vertical-align: middle;
        }

/******** Breadcrumbs *********/
.breadcrumb {
    margin-top: 10px;
    font-size: 14px;
    font-family: 'FuturaBT-Book';
    color: #2a303a;
}

    .breadcrumb ul {
        list-style: none;
        padding: 0 0 44px;
        margin: 0;
    }

        .breadcrumb ul li {
            float: left;
            padding-left: 18px;
            margin-right: 8px;
            line-height: 20px;
        }

            .breadcrumb ul li:first-child {
                padding: 0;
            }

            .breadcrumb ul li:before {
                font-size: 11px;
            }

            .breadcrumb ul li a {
                font-family: 'FuturaBT-Book';
                color: #2a303a;
            }

                .breadcrumb ul li a:hover {
                    color: #3077a6;
                }

/******** Sub-Nav *********/
.sub-nav {
    margin-bottom: 40px;
    border: 1px solid #cccccc;
}

.sub-nav__heading a {
    display: block;
    padding: 20px;
    font-family: 'FuturaBT-Book';
    font-size: 18px;
    text-transform: uppercase;
    color: #1f2023;
}

.sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sub-nav ul li {
        padding: 0;
    }

        .sub-nav ul li > a {
            display: block;
            padding: 16px 30px 16px 20px;
            border-top: 1px solid #cccccc;
            font-family: 'FuturaBT-Book';
            color: #2a303a;
        }

            .sub-nav ul li > a:before {
                right: 17px;
                left: auto;
                font-size: 13px;
                float: right;
            }

            .sub-nav ul li > a.selected,
            .sub-nav ul li > a:hover {
                color: #53b3db;
            }

            .sub-nav ul li > a.selected {
                background: #eeeeee;
            }

        .sub-nav ul li.expanded {
            background: #eeeeee;
        }

    /*.sub-nav ul li.expanded {
            background: #eeeeee;
        }*/

    .sub-nav ul ul {
        /*display: none;*/
    }

    .sub-nav ul li.expanded ul {
        display: block;
        background: #eeeeee;
    }

    .sub-nav ul ul > li > a {
        padding-left: 35px;
    }

    .sub-nav ul ul ul {
        margin: 0 0 0 50px;
        padding: 0 0 10px 0;
    }

        .sub-nav ul ul ul li > a {
            padding: 6px 40px 6px 0;
            border: none;
        }

        .sub-nav ul ul ul li:first-child a {
            padding-top: 0;
        }

            .sub-nav ul ul ul li:first-child a:before {
                top: -6px;
            }

        .sub-nav ul ul ul ul {
            margin: 0 0 0 15px;
            padding: 5px 0;
        }

/*******************
    MainBody
********************/
.preamble {
    color: #262626;
    font-family: "FuturaBT-Book",Arial,sans-serif;
    font-size: 1.375em;
    line-height: 1.4em;
    margin: 22px 0;
}

article ul,
article ol {
    padding-left: 20px;
    line-height: 1.5em;
    font-size: 16px;
}

.contact-form {
    font-family: 'FuturaBT-Book';
}

.contact-form__form .checkbox {
    display: inline-block;
    margin-top: 9px;
}

.contact-form__form .button {
    float: right;
    background: #999999;
    color: #fff;
    border-radius: 0;
}

.contact-form__thank-you-message {
    padding: 30px 20px;
    border: 2px solid #669966;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
}

.page-toolbar {
    height: 38px;
    margin-bottom: 40px;
    outline: none;
}

    .page-toolbar a {
        display: inline-block;
        float: right;
        width: 38px;
        height: 38px;
        margin-left: 10px;
        padding: 0;
        vertical-align: middle;
    }

        .page-toolbar a:before {
            font-size: 40px;
        }

        .page-toolbar a.addthis_button img {
            width: 38px;
            opacity: 0;
        }

#_atssh {
    display: none;
}

/*******************
    StartLandingPage
********************/

/********* TOP *********/
.start-landing-page-top img {
    margin-bottom: 2px;
    width: 100%;
}

.start-landing-page-top__left-area__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.start-landing-page-top__left-area__heading {
    max-width: 80%;
    margin-bottom: 15px;
    font-family: 'FuturaBT-Bold';
    font-size: 38px;
    text-transform: uppercase;
}

.start-landing-page-top__left-area__text {
    max-width: 75%;
    font-size: 22px;
}

.start-landing-page-top__left-area .right-arrow-link {
    color: white;
    position: relative;
    display: inline-block;
    top: auto;
    bottom: 10px;
    left: 0;
    font-size: 18px;
    font-family: 'FuturaBT-Bold';
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
}


.start-landing-page-top__left-area:before {
    content: ' ';
    position: absolute;
    height: 350px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,0.25) 30%,rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(30%,rgba(0,0,0,0.25)),color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,0.25) 30%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,0.25) 30%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,0.25) 30%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.25) 30%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}

.start-landing-page-top__left-area__image {
    display: block;
    width: 100%;
}

.start-landing-page-top__left-area__overlay {
    position: absolute;
    bottom: 60px;
    left: 40px;
    color: #fff;
}

.start-landing-page-top__image {
    position: relative;
    margin-bottom: 10px;
}

.start-landing-page-top__image--small .right-arrow-link {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.start-landing-page-top__image a:after {
    content: ' ';
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(43%,rgba(0,0,0,0.45)),color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}

.start-landing-page-top__video {
    width: 100%;
}

.start-landing-page-top__image div {
    position: absolute;
    bottom: 7px;
    left: 20px !important;
    right: 60px !important;
    top: auto;
    height: auto;
    text-align: left;
    z-index: 100;
}

.start-landing-page-top__image a span,
.start-landing-page-top__image a:hover span {
    color: #fff;
}

.start-landing-page-top__image--big img {
    width: 100%;
    max-height: 340px;
    display: block;
}

.start-landing-page-top__image--big span {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.start-landing-page-top__image--small img {
    display: block;
    width: 100%;
    max-height: 162px;
}

.start-landing-page-top__shortcuts__item {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0;
}

    .start-landing-page-top__shortcuts__item > div > a {
        display: table;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    .start-landing-page-top__shortcuts__item > div div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .start-landing-page-top__shortcuts__item > div div span {
            display: inline-block;
            padding: 0 10px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-family: 'FuturaBT-Bold';
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 1px;
            color: #fff;
        }

/********* StartLanding bottom (modules) *********/
.start-landing-module {
    margin: 20px 0 40px 0;
}

    .start-landing-module h2 {
        margin-bottom: 17px;
        font-family: 'FuturaBT-Bold';
        font-size: 28px;
        color: #1f2123;
        text-transform: uppercase;
    }

    .start-landing-module ul {
        margin: 0 0 15px 0;
        padding: 0;
        list-style: none;
    }

        .start-landing-module ul li {
            margin-bottom: 15px;
        }

.start-landing-module--calendar li {
    background: #f6f6f8;
    padding: 0;
}

.start-landing-module--calendar__date {
    background: #1f2123;
    color: white;
    width: 95px;
    height: 65px;
    text-align: center;
    padding-top: 22px;
    margin: 0 25px 0 0;
    float: left;
    vertical-align: middle;
}

.start-landing-module--calendar__date__month {
    font-size: 16px;
    font-family: 'FuturaBT-Book';
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
}

.start-landing-module--calendar__date__day {
    line-height: 29px;
    font-size: 24px;
    font-family: 'FuturaBT-Bold';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.start-landing-module__see-more {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: #819ebf;
    border: none;
    color: #fff;
    padding: 16px 0;
    font-size: 22px;
    border-radius: 0;
}

    .start-landing-module__see-more a {
        margin-left: -37px;
        text-align: center;
        text-transform: uppercase;
        border: none;
        color: #fff;
        font-size: 22px;
        border-radius: 0;
    }

.start-landing-module__text {
    overflow: hidden;
    vertical-align: middle;
}

.start-landing-module__see-more a:before {
    left: auto;
    right: -35px;
    font-size: 24px;
}

.start-landing-module__text__heading a {
    display: block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: 'FuturaBT-Bold';
    font-size: 18px;
    color: #1f2123;
}

.start-landing-module__text span {
    font-family: 'FuturaBT-Book';
    font-size: 14px;
    color: #1f2123;
}

.start-landing-module--news li {
    background: #f6f6f8;
    padding: 0 25px 0 0;
}

.start-landing-module--news__image {
    float: left;
    width: 100px;
    margin-right: 20px;
    max-width: 95px;
    max-height: 87px;
    overflow: hidden;
}

.start-landing-module--news .start-landing-module__see-more {
    background: #98BB91;
}

/********* Slider *********/
.bx-slider-flickerfix {
    visibility: hidden;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        width: 100%;
        display: block;
    }

    .bx-wrapper,
    .bx-wrapper li,
    .bx-wrapper div {
        height: 100%;
    }

.bx-slider {
    margin: 0;
    padding: 0;
    color: #fff;
}

/* Slider prev/nav navigation */
.bx-slider-navigation {
    position: absolute;
    width: 100%;
    top: 30px;
    height: auto;
    margin-bottom: 60px;
    z-index: 100;
}

.bx-slider-navigation__prev,
.bx-slider-navigation__next {
    position: absolute;
    height: 20px;
}

.bx-slider-navigation__prev {
    left: 30px;
}

.bx-slider-navigation__next {
    right: 30px;
}

    .bx-slider-navigation__prev a,
    .bx-slider-navigation__next a {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 20px;
        height: 20px;
        /* IE10 fix */
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MENEMDRGOTU0M0U4MTFFNDg0RUZBRENCNjE1MDM4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MENEMDRGOTY0M0U4MTFFNDg0RUZBRENCNjE1MDM4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQ0QwNEY5MzQzRTgxMUU0ODRFRkFEQ0I2MTUwMzgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQ0QwNEY5NDQzRTgxMUU0ODRFRkFEQ0I2MTUwMzgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PomjaqEAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC') /*/UI/IMG/transparent.png*/;
    }

    .bx-slider-navigation__prev:before,
    .bx-slider-navigation__next:before {
        font-size: 20px;
        color: #fff;
    }

/* Slider pager navigation */
.bx-slider-navigation__pager {
    text-align: center;
}

    .bx-slider-navigation__pager .bx-pager-item {
        display: inline-block;
    }

    .bx-slider-navigation__pager a {
        text-indent: -9999px;
        display: block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        outline: 0;
        border-radius: 14px;
        border: 2px solid #fff;
    }

        .bx-slider-navigation__pager a:hover,
        .bx-slider-navigation__pager a.active {
            background: #fff;
        }

/* Slide items */
.bx-slider__item--black {
    color: #000;
}

.bx-slider__item__text-padding {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 120px 30px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-slider__item .bx-slider__item__main-heading {
    position: relative;
    height: auto;
}

    .bx-slider__item .bx-slider__item__main-heading .bx-slider__item__section-text {
        font-size: 18px;
    }

    .bx-slider__item .bx-slider__item__main-heading h2 {
        margin: 5px 0 0;
        font-size: 52px;
    }

.bx-slider__item__section-text {
    font-size: 14px;
    font-family: 'FuturaBT-Book';
    text-transform: uppercase;
}

.bx-slider__item h2 {
    font-size: 36px;
    padding-right: 10px;
}

.bx-slider__item__link {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.bx-slider .bx-slider__item__bottom {
    position: absolute;
    bottom: 32px;
    width: 100%;
    height: auto;
    padding-right: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .bx-slider .bx-slider__item__bottom p:last-child {
        margin-bottom: 0;
    }

/*******************
    PageCollection
********************/
.page-collection-push-boxes [class^="icon-"]:before,
.page-collection-push-boxes [class*=" icon-"]:before {
    top: 2px;
}

.page-collection-push-boxes .module--page-push {
    font-size: 16px;
}

    .page-collection-push-boxes .module--page-push h3 {
        padding: 0;
        text-transform: uppercase;
        font-size: 18px;
        color: #1f2023;
        letter-spacing: 0;
    }

.page-collection-push-boxes .module--page-push__read-more {
    padding-left: 13px;
    font-size: 14px;
}

.page-collection-push-boxes__bottom-content-area {
    padding-top: 45px;
    border-top: 1px solid #ccc;
}

.bottom-content-area__heading {
    margin-bottom: 20px;
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*******************
    PageList (CalendarList + NewsList)
********************/
.page-sort-filter {
    margin: 0 0 20px 0;
    padding: 0;
}

    .page-sort-filter li {
        float: left;
        list-style: none;
    }

        .page-sort-filter li a {
            display: inline-block;
            margin-right: 20px;
            font-family: 'FuturaBT-Book';
            color: #010101;
        }

        .page-sort-filter li.selected a {
            font-family: 'FuturaBT-Book';
            color: #53b3db;
        }

.page-list {
    padding: 0;
}

    .page-list > li {
        list-style: none;
        border-bottom: 1px solid #afb0b0;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

        .page-list > li:last-child {
            border: none;
        }

        .page-list > li > h2 {
            font-family: 'FuturaBT-Bold';
        }

        .page-list > li .page-list__location {
            margin-bottom: 7px;
            font-family: 'FuturaBT-Book';
            color: #787878;
        }

        .page-list > li .page-list__date {
            margin-bottom: 10px;
            font-size: 14px;
            font-family: 'FuturaBT-Book';
            color: #787878;
        }

        .page-list > li > p {
            margin-bottom: 8px;
        }

        .page-list > li > a {
            padding: 0 0 0 14px;
            text-transform: uppercase;
            font-size: 14px;
            font-family: 'FuturaBT-Book';
        }

/*******************
    CalendarEventPage
********************/
.calendar-event-page__categories {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'FuturaBT-Book';
    color: #787878;
}

.calendar-event-page__info__heading {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'FuturaBT-Book';
}

.calendar-event-page__info__text {
    font-family: 'FuturaBT-Book';
}

/*******************
    NewsPage
********************/
.news-page__date {
    margin-bottom: 20px;
    font-family: 'FuturaBT-Book';
}

/*******************
    SearchPage
********************/
.search-page__result-text {
    font-family: 'FuturaBT-Book';
}

.search-page .page-list {
    padding-top: 25px;
    border-top: 1px solid #afb0b0;
}

    .search-page .page-list a {
        padding: 0;
    }

        .search-page .page-list a h2 {
            text-transform: none;
        }

            .search-page .page-list a h2 em,
            .search-page .page-list li p em {
                font-style: italic;
            }

            .search-page .page-list a h2.icon-document-white {
                padding-left: 26px;
            }

                .search-page .page-list a h2.icon-document-white:before {
                    top: -2px;
                    font-size: 20px;
                }

    .search-page .page-list .breadcrumb ul {
        padding: 0;
    }

.search-page .module--link-list li a.selected {
    color: #1f2023;
}

.page-list__person-hit img {
    float: left;
    margin-right: 20px;
}

.page-list__person-hit h2 {
    display: inline-block;
    margin-bottom: 10px;
}

/*******************
    PersonListPage
********************/
.person-list-sort-order a {
    display: inline-block;
    margin-right: 10px;
    font-family: 'FuturaBT-Book';
}

    .person-list-sort-order a.selected {
        color: #1f2023;
    }

.person-list h2 {
    font-size: 30px;
}

.person-list h3 {
    font-size: 20px;
}

.person-list__item,
.page-list__person-hit {
    font-size: 14px;
    font-family: 'FuturaBT-Book';
}

.person-list__item__heading {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'FuturaBT-Bold';
    color: #1f2023;
}

.person-list__item__title,
.page-list__person-hit__title {
    font-size: 16px;
    font-family: 'FuturaBT-Book';
}

.person-list__item a.icon-right-arrow {
    display: block;
    margin-top: 10px;
    padding-left: 12px;
    font-family: 'FuturaBT-Book';
}

    .person-list__item a.icon-right-arrow:before {
        font-size: 9px;
    }

.person-list .person-list__item h2 {
    font-size: 18px;
}

/*******************
    PersonPage
********************/
.person-page {
    margin-bottom: 20px;
}

    .person-page.colored-module,
    .profile-page.colored-module {
        padding: 25px 25px 15px 25px;
    }

    .person-page img {
        float: left;
        margin: 0 25px 22px 0;
    }

    .person-page h1 {
        margin-top: 0;
        text-transform: none;
        font-size: 20px;
        color: #fff;
    }

.person-page__positions__title {
    font-family: 'FuturaBT-Book';
}

.person-page__positions a {
    text-decoration: underline;
    color: #fff;
}

.person-page__text strong,
.profile-page__text strong {
    font-weight: normal;
}

/*******************
    ProfileListPage
********************/
.person-list--profiles__image-wrapper {
    position: relative;
    display: inline-block;
}

    .person-list--profiles__image-wrapper img {
        width: 100%;
    }

    .person-list--profiles__image-wrapper .profile-vote-count {
        bottom: 32px;
    }

.person-list--profiles p {
    margin-bottom: 10px;
}

.person-list--profiles__share {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: 'FuturaBt-Book';
    font-size: 14px;
}

/*******************
    ProfilePage
********************/
.profile-page__left {
    position: relative;
    float: left;
    width: 180px;
    margin: 0 20px 20px 0;
}

.profile-vote-count {
    position: absolute;
    bottom: 14px;
    right: 10px;
    width: 86px;
    height: 37px;
    padding: 6px 0 0 0;
    line-height: 16px;
    background: #f1f1f1;
    border-radius: 5px;
    text-align: center;
    font-family: 'FuturaBT-Book';
    font-size: 12px;
    color: #1f2023;
}

    .profile-vote-count div {
        font-size: 14px;
        color: #53b3db;
    }

.profile-page__right {
    width: auto;
    overflow: hidden;
}

.profile-page__right__fb-info {
    max-width: 300px;
    text-align: center;
    font-size: 12px;
}

    .profile-page__right__fb-info a {
        font-family: 'FuturaBT-Book';
    }

.profile-page .bold {
    font-weight: normal;
    font-family: 'FuturaBT-Book';
}

.profile-page .button {
    width: 100%;
    max-width: 300px;
    margin-bottom: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

/*******************
    ApplyToAretsAffarskreatorPage
********************/
.apply-affarskreator__input-heading {
    margin-bottom: 8px;
}

.apply-affarskreator__input-heading--disabled,
.apply-affarskreator input.disabled-input,
.apply-affarskreator textarea.disabled-input {
    opacity: 0.5;
}

.apply-affarskreator input,
.apply-affarskreator textarea {
    margin-bottom: 15px;
}

.apply-affarskreator__sending {
    text-align: center;
}

/*******************
    CustomFormBlock
********************/
.custom-form__input-heading {
    margin-bottom: 8px;
}

.custom-form__input-heading--disabled,
.custom-form input.disabled-input,
.custom-form textarea.disabled-input {
    opacity: 0.5;
}

.custom-form input,
.custom-form textarea {
    margin-bottom: 15px;
}

.custom-form__sending {
    text-align: center;
}

/*******************
    Modules/blocks
********************/

/********* Static right content *********/
.static-right-content a {
    display: block;
    margin-bottom: 10px;
    padding: 30px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'FuturaBT-Book';
    font-size: 16px;
    color: #fff;
}

.static-right-content__push-image {
    display: inline-block;
    max-width: 100%;
}

    .static-right-content__push-image img {
        display: block;
    }

    .static-right-content__push-image div {
        padding: 15px;
        background: #eeeeee;
        font-family: 'FuturaBT-Book';
        font-size: 14px;
    }

/********* Modules *********/
.module {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: normal;
    /*font-family: 'FuturaBT-Book';*/
}

    .module > h2,
    .module > article > h2 {
        margin-bottom: 10px;
        padding: 10px 0;
        text-transform: uppercase;
        font-size: 18px;
    }

/* Page push renderer */
.module--page-push h2 {
    padding: 0;
    border: none;
    text-transform: none;
    font-size: 22px;
    text-transform: uppercase;
    color: #1f2023;
}

.module--page-push p {
    margin-bottom: 10px;
    line-height: 1.4em;
}

.module--page-push a.module--page-push__read-more {
    padding-left: 0;
    font-family: 'FuturaBT-Book';
    font-size: 1.125em;
}

    .module--page-push a.module--page-push__read-more:before {
        left: auto;
        border-radius: 50%;
        border: 2px solid #53b3db;
        padding: 3px 3px 3px 3px;
        right: -25px;
    }

    .module--page-push a.module--page-push__read-more.icon-right-arrow:before {
        font-size: 8px;
    }

/* RSSFeed */
.module--rss-feed ul li:last-child {
    border: none;
}

/* LinkList */
.module--link-list ul {
    margin: 10px 0;
    padding: 0;
    line-height: 1.2em;
    list-style: none;
}

    .module--link-list ul li {
        margin-bottom: 8px;
    }

        .module--link-list ul li a {
            font-family: 'FuturaBT-Book';
        }

            .module--link-list ul li a.icon-right-arrow:before {
                font-size: 12px;
            }

/* BlockContainer */
.module--block-container > h2 {
    margin-bottom: 20px;
}

.module--block-container__page-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #afb0b0;
}

.module--block-container .page-list h2 {
    font-size: 14px;
}

.module--block-container .page-list a.icon-right-arrow {
    font-family: 'FuturaBT-Book';
}

/* MediaObject */
.module--media-object__thumbnail {
    margin-top: 20px;
    background: #cccccc;
    position: relative;
}

.module--media-object__thumbnail--fallback {
    min-height: 150px;
}

.module--media-object__thumbnail img {
    display: block;
}

.module--media-object__thumbnail__play {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    text-align: center;
}

    .module--media-object__thumbnail__play div {
        position: relative;
        top: 50%;
        left: -50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        padding: 0;
        border-radius: 20px;
        background: #53b3db;
    }

        .module--media-object__thumbnail__play div:before {
            left: 11px;
            font-size: 16px;
            color: #fff;
        }

/* XForms */
.xform-wrapper table {
    width: 100%;
}

.xform-wrapper input,
.xform-wrapper select,
.xform-wrapper textarea {
    margin-bottom: 20px;
}

    .xform-wrapper input[type='submit'] {
        float: right;
    }

.xformvalidator {
    color: #d36e6e;
}

.xform-wrapper input[type="radio"] {
    position: static;
    opacity: 1;
    margin: 0;
}

.xform-wrapper fieldset {
    margin-bottom: 20px;
}

.xform-wrapper label {
    display: inline-block;
    margin: 0 10px 10px 0;
}

/* PageList (CalendarList + NewsList) */
.module--page-list h2 {
    margin-bottom: 12px;
}

.module--page-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .module--page-list ul li {
        margin-bottom: 10px;
    }

        .module--page-list ul li a {
            font-family: 'FuturaBT-Book';
        }

.module--page-list__heading {
    margin-bottom: 5px;
    line-height: 17px;
    font-family: 'FuturaBT-Bold';
    font-size: 15px;
}

.module--page-list__view-more {
    font-family: 'FuturaBT-Book';
}

.module--page-list--calendar .grid__item {
    background: #f6f6f8;
}

.module--page-list--calendar__date {
    float: left;
    width: 70px;
    height: 60px;
    margin: 0;
    padding-top: 20px;
    background: #1f2123;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.module--page-list--calendar__date__month {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.module--page-list--calendar__date__day {
    line-height: 26px;
    font-size: 26px;
    font-family: 'FuturaBT-Book';
    text-transform: uppercase;
}

.module--page-list--calendar__text {
    padding: 15px 25px 0 15px;
    min-height: 48px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

    .module--page-list--calendar__text a {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        border: 0;
        height: 50px;
    }

.module--page-list--news__date {
    margin-bottom: 6px;
    color: #787878;
}

.module--page-list--news__text p {
    margin-bottom: 5px;
}

/* Other */
.module--contact-info__office-address {
    font-family: 'FuturaBT-Book';
}

.module--contact-info h3 {
    font-family: 'FuturaBT-Bold';
}

/********* Colored modules *********/
.colored-module {
    position: relative;
    margin-bottom: 20px;
    font-family: 'FuturaBT-Book';
    font-size: 14px;
    color: #fff;
    letter-spacing: normal;
}

    .colored-module h2 {
        border: none;
        font-family: 'FuturaBT-Book';
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .colored-module a:hover {
        color: #fff;
    }

.colored-module--blue {
    background: #819ebf;
}

    .colored-module--blue .colored-module__read-more {
        background: #99b2cf;
    }

.colored-module--purple {
    background: #8e5a8f;
}

    .colored-module--purple .colored-module__read-more {
        background: #a882a6;
        color: #fff;
    }

.colored-module--yellow {
    background: #e9b315;
}

    .colored-module--yellow .colored-module__read-more {
        background: #f4c63e;
        color: #fff;
    }

.colored-module--red, /* Red still used for fallback */
.colored-module--grey {
    background: #999999;
}

    .colored-module--red .colored-module__read-more,
    .colored-module--grey .colored-module__read-more {
        background: #C0C0C0;
    }

.colored-module--green,
.colored-module--green.colored-module--left-border {
    background: #98BB91;
}

    .colored-module--green .colored-module__read-more {
        background: #B2CAA9;
    }

.colored-module__read-more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'FuturaBT-Medium';
    font-size: 19px;
    color: #fff;
}

    .colored-module__read-more:hover {
        color: #fff;
    }

    .colored-module__read-more span {
        padding: 0 20px 0 0;
        text-transform: uppercase;
    }

        .colored-module__read-more span:before {
            right: -14px;
            left: auto;
            padding: 5px;
            border-radius: 50%;
            border: 2px solid #fff;
        }

.colored-module--left-border {
    padding: 25px 25px;
}

    .colored-module--left-border h2 {
        text-transform: uppercase;
    }

    .colored-module--left-border h2,
    .colored-module--left-border p,
    .colored-module--left-border div,
    .colored-module--left-border a,
    .colored-module--left-border {
        color: #fff;
    }

    .colored-module--left-border a{
        text-decoration: underline;
    }

        .colored-module--left-border p:last-child {
            margin-bottom: 10px;
        }

.colored-module article ol,
.colored-module article ul {
    padding-left: 25px;
}

.colored-module p {
    color: #fff;
}

    .colored-module p strong {
        font-weight: 600;
        color: #fff;
    }

.colored-module .expandable-content {
    color: #fff;
    margin-top: 25px;
}

    .colored-module .expandable-content a {
        color: #fff;
        text-decoration: underline;
    }

/* Quote */
.colored-module--quote {
    margin-bottom: 25px;
    font-family: 'FuturaBT-Book';
    font-size: 24px;
    text-transform: none;
}

    .colored-module--quote h2 {
        padding: 0;
        line-height: 30px;
        text-indent: 45px;
        font-family: 'FuturaBT-Book';
        font-size: 24px;
        text-transform: none;
    }

        .colored-module--quote h2:before {
            margin-top: -3px;
            text-indent: 0;
            font-size: 32px;
        }

    .colored-module--quote,
    .colored-module--quote span {
        font-size: 14px;
    }

/* Expandable */
.colored-module--expandable {
    padding: 25px 25px 75px 25px;
}

    .colored-module--expandable h2 {
        color: #fff;
        text-transform: uppercase;
    }

/* Testimonial */
.colored-module--testimonial {
    padding: 25px 25px 55px 25px;
}

.colored-module--testimonial__image {
    border-radius: 100%;
}

.colored-module--testimonial__image--square {
    border-radius: 0;
}

.colored-module--testimonial__quote {
    font-family: 'FuturaBT-Book';
    font-size: 14px;
    color: #fff;
    padding-right: 15px;
}

    .colored-module--testimonial__quote p,
    .colored-module--testimonial__quote h2,
    .colored-module--testimonial__quote div,
    .colored-module--testimonial__quote span {
        color: #fff;
    }

    .colored-module--testimonial__quote h2 {
        margin-bottom: 25px;
        font-family: 'FuturaBT-Book';
    }

    .colored-module--testimonial__quote div {
        line-height: 1.4em;
    }

.tweet {
    height: 276px;
    padding: 25px;
}

.tweet a{
    color: #fff;
    text-decoration: underline;
}

.tweet__heading {
    padding: 0;
    margin: 0;
    font-size: 24px;
}

.tweet__body {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.tweet__image-wrapper {
    display: table-cell;
    width: 170px;
    padding-right: 35px;
    vertical-align: middle;
}

.tweet__image {
    width: 170px;
    max-width: 170px;
    max-height: 170px;
    border-radius: 100px;
}

.tweet__status-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.tweet__status {
    font-size: 24px;
}

.tweet-user {
    font-size: 16px;
}

@media screen and (max-width: 500px) {

    .tweet__heading {
        font-size: 22px !important;
    }

    .tweet__status {
        font-size: 18px !important;
    }
}

.instagram__header {
    padding: 20px 0;
    text-align: center;
}

.instagram__icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
    font-size: 44px;
}

    .instagram__icon:before {
        font-size: 44px;
    }

.instagram__heading {
    padding: 0;
    margin: 0;
    font-size: 24px;
}

.instagram__footer {
    padding: 15px 0;
    text-align: center;
}

.instagram__more-link {
    font-family: 'FuturaBT-Book';
    font-size: 20px;
    color: #53b3db;
    text-transform: uppercase;
}


.image-link {
    display: block;
    overflow: hidden;
}

.image-link__image {
    width: 100%;
    height: 100%;
}

.image-link__text {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto auto 0 auto;
    font-family: 'FuturaBT-Book';
    font-size: 16px;
    color: #fff;
    text-align: center;
}




.video {
    position: relative;
    height: 100%;
}

    .video:before {
        content: ' ';
        position: absolute;
        height: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(43%,rgba(0,0,0,0.45)),color-stop(100%,rgba(0,0,0,0.75)));
        background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
        background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
        background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
        background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.45) 43%,rgba(0,0,0,0.75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
    }

.video__block-link {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.video__video {
    width: 100%;
}

.video__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

    .video__content .right-arrow-link,
    .video__content .right-arrow-link:hover {
        color: white;
        position: relative;
        display: inline-block;
        top: auto;
        bottom: 10px;
        left: 0;
        font-size: 18px;
        font-family: 'FuturaBT-Bold';
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 15px;
    }

.video__content__text {
    font-size: 22px;
    color: #fff;
    margin-top: -3px;
}

.video__quote {
    font-size: 42px;
    text-align: center;
    padding: 0 0 15px 0;
}

.video__quoted {
    font-family: 'FuturaBT-Book';
    font-size: 14px;
    text-align: center;
}

.video__department {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

    .video__department span {
        font-size: 27px;
        padding: 2px 0;
        line-height: 1.5em;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }

@media screen and (min-width: 861px) and (max-width: 1150px) {
    .video__content {
        width: 80%;
    }

    .video__quote {
        font-size: 32px;
        padding: 0 0 10px 0;
    }

    .video__quoted {
    }

    .video__department {
    }

        .video__department span {
            font-size: 20px;
        }
}

@media screen and (max-width: 640px) {
    .video__content {
        width: 80%;
    }

    .video__quote {
        font-size: 32px;
        padding: 0 0 10px 0;
    }

    .video__quoted {
    }

    .video__department {
    }

        .video__department span {
            font-size: 20px;
        }
}

@media screen and (max-width: 450px) {
    .video__content {
        width: 80%;
    }

    .video__quote {
        font-size: 20px;
        padding: 0 0 10px 0;
    }

    .video__quoted {
    }

    .video__department {
    }

        .video__department span {
            font-size: 16px;
        }
}


.ratio-box {
    position: relative;
    width: 100%; /* desired width */
    overflow: hidden;
}

    .ratio-box:before {
        content: "";
        display: block;
        padding-top: 100%; /* initial ratio of 1:1*/
    }

.ratio-box__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ratio-box--ratio-2_1:before {
    padding-top: 50%;
}

.ratio-box--ratio-1_2:before {
    padding-top: 200%;
}

.ratio-box--ratio-4_3:before {
    padding-top: 75%;
}

.ratio-box--ratio-16_9:before {
    padding-top: 56.25%;
}

.ratio-box--video:before {
    padding-top: 49.41%;
}

.ratio-box--video {
    margin-bottom: 11px;
}

.module hr {
    height: 10px;
    border: 0;
}

.module .hllb--heading {
    margin: 0 0 5px 0;
    padding: 33px 33px 0 33px;
}

    .module .hllb--heading p {
        margin: 0 0 0 0;
    }

.module .hllb--text {
    margin: 5px 0 0 0;
    padding: 0 33px 13px 33px;
}

.module .hllb--line {
    height: 10px;
    margin: 0 33px;
}

.hllb--line--blue {
    background: #0a93d2;
}

.hllb--line--green {
    background: #82b98f;
}

.hllb--line--orange {
    background: #fcb52e;
}

.hllb--line--purple {
    background: #93649c;
}

.hllb--line--red {
    background: #f37165;
}

.hllb--line--soft-orange {
    background: #f79766;
}

.hllb--line--light-gray {
    background: #bcbec0;
}

.hllb--line--cyan {
    background: #1abfd4;
}

.hllb--line--pink {
    background: #db8fb5;
}

.module.hllb--background--gray {
    background: #e4e5e6;
}

.module.hllb--background--orange {
    background: #fcb53e;
}

.module.hllb--background--white {
    background: #fff;
}

    .module.hllb--background--white .hllb--heading {
        padding: 5px 5px 0 5px;
    }

    .module.hllb--background--white .hllb--text {
        padding: 0px 5px 5px 5px;
    }

    .module.hllb--background--white .hllb--line {
        margin: 0px 5px;
    }

.one-quarter .module .hllb--heading {
    padding: 5px 5px 0 5px;
}

.one-quarter .module .hllb--text {
    padding: 0 5px 5px 5px;
}

.one-quarter .module .hllb--line {
    margin: 0 5px;
}

.one-quarter .module .hllb--text p {
    margin: 0;
}

@media screen and (max-width: 1023px) {
    /*************************
        Navigation expanded
    **************************/

    /*body.expand {
        overflow-x: hidden;
    }

        body.expand form {
            -moz-transform: translate3d(250px, 0, 0);
            -ms-transform: translate3d(250px, 0, 0);
            -o-transform: translate3d(250px, 0, 0);
            -webkit-transform: translate3d(250px, 0, 0);
            transform: translate3d(250px, 0, 0);
        }*/


    /*************************
        Framework
    **************************/
    .page {
        padding-top: 60px;
    }

    .page__content {
        padding: 25px 15px;
    }

    .page__header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 40px;
        z-index: 1000;
    }

    .portable-nav__toggle {
        display: block !important;
        position: absolute;
        top: 12px;
    }

    .page-header__portable-logo {
        display: table-cell !important;
        padding-right: 20px;
        vertical-align: middle;
        text-align: center;
    }

        .page-header__portable-logo a {
            text-transform: uppercase;
            font-family: 'FuturaBT-Bold';
            font-size: 17px;
            line-height: 1.0em;
        }

    .lap-visible {
        display: block !important;
    }

    /******** MOBILE MENU ********/
    .portable-nav {
        display: none;
        width: 100%;
        height: auto;
        margin: 10px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #5b5b5b;
    }

        .portable-nav > .portable-nav__level {
            padding: 10px 0;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

        .portable-nav ul > ul {
            -moz-transition: 300ms ease all;
            -o-transition: 300ms ease all;
            -webkit-transition: 300ms ease all;
            transition: 300ms ease all;
        }

    .portable-nav__level.portable-nav__level--1 li {
        border-bottom: 1px solid #cccccc;
    }

        .portable-nav__level.portable-nav__level--1 li:first-child {
            border-top: 1px solid #cccccc;
        }

        .portable-nav__level.portable-nav__level--1 li:last-child {
            border-bottom: none;
        }

    .portable-nav__toggle a {
        display: block;
        padding: 8px;
        color: #fff;
        z-index: 10;
    }

        .portable-nav__toggle a:before {
            font-size: 30px;
        }

        .portable-nav__toggle a.open,
        .portable-nav__toggle a:hover {
            border-color: #93abc7;
            color: #93abc7;
        }

    .portable-nav__level {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
    }

    .portable-nav__level--0 {
        display: block;
        background-color: #5b5b5b;
    }

        .portable-nav__level--0 > .portable-nav__item > .portable-nav__link {
            font-size: 16px;
            text-transform: uppercase;
        }

    .portable-nav__level--2 {
        border-left: 15px solid #5b5b5b;
        margin-left: 0;
    }

    .portable-nav__level--3 {
        border-left: 15px solid #5b5b5b;
    }

    .portable-nav__level--4 {
        border-left: 15px solid #5b5b5b;
    }


    .portable-nav__item {
        position: relative;
        color: #fff;
    }

        .portable-nav__item.is-expanded > .portable-nav__level {
            display: block;
            background: #fff;
        }

            .portable-nav__item.is-expanded > .portable-nav__level a {
                color: #000;
            }

                .portable-nav__item.is-expanded > .portable-nav__level a:before {
                    color: #000;
                }

    .portable-nav__level .portable-nav__item .is-selected > .portable-nav__link {
        color: #53b3db;
    }

    /*.portable-nav__item.is-selected:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 0;
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 10px solid #fff;
        }
        .portable-nav__level--0 > .portable-nav__item.is-selected:before {
            display: none;
        }*/

    .portable-nav__link {
        display: inline-block;
        position: relative;
        padding: 10px 25px 10px 0;
        font-family: 'FuturaBT-Book';
        color: #fff;
        margin: 0 15px;
    }

        .portable-nav__link:hover {
            color: #fff;
        }

    .is-selected > .portable-nav__link {
        color: #53b3db;
    }
    /*.portable-nav__link:before {
            content: "\e611";
            display: block;
            position: absolute;
            top: 0;
            right: -15px;
            bottom: 0;
            margin: auto auto auto 0;
            font-family: 'hhsicons';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 10px;
            font-size: 10px;
            height: 10px;
            width: 10px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }*/

    .portable-nav__expander {
        display: none;
    }

    .has-children > .portable-nav__expander {
        display: block;
    }

    .portable-nav__expander:before {
        content: "\e90f";
        font-family: 'hhsicons';
        position: absolute;
        top: 5px;
        right: 10px;
        display: block;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 10px;
        font-size: 10px;
        height: 10px;
        width: 10px;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        text-align: center;
        padding: 10px;
    }

    .is-expanded > .portable-nav__expander:before {
        content: "\e90e";
        font-size: 1px;
    }

    .mobilemenu-important-links {
        float: none;
        font-family: 'FuturaBT-Book';
        font-size: 15px;
    }

        .mobilemenu-important-links ul {
            padding: 10px 0;
            margin: 0 0 0 15px;
            list-style: none;
        }

            .mobilemenu-important-links ul li {
                padding: 8px 0;
            }

                .mobilemenu-important-links ul li a {
                    font-size: 14px;
                    color: #fff;
                    text-transform: none;
                }

                    .mobilemenu-important-links ul li a:hover {
                        color: #93abc7;
                    }

                    .mobilemenu-important-links ul li a:before {
                        font-size: 20px;
                    }

    .search-textbox-wrapper {
        margin-top: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

        .search-textbox-wrapper span input {
            padding: 0;
            font-size: 14px;
            text-transform: uppercase;
            color: #5b5b5b;
        }

        .search-textbox-wrapper a:before {
            font-size: 18px;
            color: #5b5b5b;
        }

    .page-header__search--desk {
        display: none;
    }

    .page-header__search--lap {
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
        width: auto;
        padding-right: 30px;
        text-align: inherit;
    }

        .page-header__search--lap .quick-search-toggle {
            float: right;
        }

        .page-header__search--lap .icon-lock {
            float: right;
        }

        .page-header__search--lap a:hover {
            color: #93abc7;
        }

    .right-arrow-link {
        line-height: normal;
    }

    .quick-search {
        padding: 0 0 25px 0;
    }

    .start-landing-module__text__content {
        display: none;
    }

    h1 {
        margin: 0 0 14px;
    }

    .start-landing-module--calendar .start-landing-module__text__heading a {
        white-space: normal;
    }
}

@media screen and (min-width: 861px) and (max-width: 1023px) {

    /*******************
        Helper classes 
    *******************/
    .lap-hidden {
        display: none !important;
    }

    .page__header__important-links {
        margin-top: 0;
        margin-right: -35px;
    }

        .page__header__important-links ul {
            margin-top: 0;
        }

            .page__header__important-links ul li {
                float: none;
                margin-bottom: 6px;
                border: none;
            }


    .bx-slider__item__text-padding {
        padding-top: 80px;
    }

    .start-landing-page-top__image--big span {
        font-size: 40px;
    }
        
    .tweet {
    }
        .tweet__heading {
        }

        .tweet__body {
        }
            .tweet__image-wrapper {
                width: 140px;
                padding-right: 25px;
            }
                .tweet__image {
                    width: 140px;
                    max-width: 140px;
                    max-height: 140px;
                }

            .tweet__status-wrapper {
            }
                .tweet__status {
                    font-size: 22px;
                }

        .tweet-user {
        }

}

@media screen and (min-width: 1024px) and (max-width: 1277px) {

    .page__header__important-links ul li{
        border-left: none;
        float: none;
    }
}

@media screen and (max-width: 860px) {

    /*******************
        Base
    *******************/
    article h1 {
        margin-top: 20px;
    }


    /*******************
        Helper classes 
    *******************/
    .portable-hidden {
        display: none !important;
    }

    .portable-visible {
        display: inherit !important;
    }

    /*******************
        DataPager
    ********************/
    .data-pager__nextprev {
        text-indent: -9999px;
    }

        .data-pager__nextprev:before,
        .data-pager__nextprev.icon-right-arrow:before {
            font-size: 15px;
            text-indent: 0;
        }

    /*******************
        Framework
    *******************/

    /******** Page-Head *********/

    a.page__header__logo {
        text-transform: uppercase;
        font-family: 'FuturaBT-Medium';
        font-size: 24px;
        color: #fff;
        text-align: center;
    }

    .quick-search {
        padding-right: 20px;
        padding-left: 20px;
    }

    /******** Page-Foot *********/
    .page__footer__content-wrapper {
        text-align: center;
    }

    .page__footer__content-wrapper__social-links,
    .page__footer__content-wrapper__logotypes {
        float: none;
        margin-top: 50px;
        margin-bottom: 30px;
    }

        .page__footer__content-wrapper__logotypes div {
            display: block;
        }

            .page__footer__content-wrapper__logotypes div img {
                width: auto;
            }

    .page__footer__content-wrapper__footertext p {
        display: block;
        margin-bottom: 10px;
    }

        .page__footer__content-wrapper__footertext p span {
            display: none;
        }

    /*******************
        MainBody
    ********************/
    .contact-form__form .button {
        float: none;
    }

    /*******************
        StartLandingPage
    ********************/

    /********* TOP *********/
    .start-landing-page-top__left-area__text {
        max-width: 70%;
    }

    .start-landing-page-top__image span {
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .start-landing-page-top__image--big img,
    .start-landing-page-top__image--small img {
        max-height: none;
    }

    .start-landing-page-top__image--big span {
        font-size: 25px;
    }

    .start-landing-module__text__heading a {
        width: 90%;
        margin-top: 10px;
    }

    /*******************
        PersonPage
    ********************/
    .person-page.colored-module,
    .profile-page.colored-module {
        padding: 10px;
    }

    .person-page h1,
    .profile-page h1 {
        font-size: 24px;
        font-family: 'FuturaBT-Bold';
    }

    /*******************
        Modules/blocks
    ********************/
    .module--block-container__item-wrapper {
        border-bottom: 1px solid #afb0b0;
    }

    .module--block-container__page-item {
        margin-bottom: 0;
        padding-right: 20px;
        border-bottom: none;
    }

    .module--page-list ul {
        margin-bottom: 20px;
        border-bottom: 1px solid #afb0b0;
    }

        .module--page-list ul li {
            margin-bottom: 0;
            padding-right: 20px;
            border-bottom: none;
        }

    .tweet__image-wrapper {
        width: 140px;
        padding-right: 25px;
    }

    .tweet__image {
        width: 140px;
        max-width: 140px;
        max-height: 140px;
    }

    .tweet__status {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {

    /*******************
        Helper classes 
    *******************/
    .palm-hidden {
        display: none !important;
    }

    .palm-visible {
        display: inherit !important;
    }

    .palm-no-square:before {
        content: none;
        display: block;
        padding-top: 0;
    }

    .palm-no-square > div {
        position: static;
    }

    /*******************
        Framework
    *******************/
    /******** Page-Head *********/
    .page-header__portable-logo a {
        font-size: 17px;
        font-family: 'FuturaBT-Bold';
        line-height: 1.0em;
    }

    .portable-nav__toggle a:before {
        font-size: 22px;
    }

    .page__header .quick-search-toggle:before {
        font-size: 26px;
    }

    /********Page-Footer********/
    .page__footer .grid {
        padding: 0 25px;
    }

    .page__footer__content-wrapper__logotypes div {
        margin: 0 10px 25px 10px;
    }

    /*******************
        StartLandingPage
    ********************/

    /********* TOP *********/
    .start-landing-page-top__left-area__text {
        max-width: 90%;
        font-size: 13px;
    }

    .start-landing-page-top__left-area__heading {
        font-size: 28px;
        margin-bottom: 15px;
        max-width: 90%;
    }

    .start-landing-page-top__left-area .right-arrow-link {
        margin-top: 15px;
        font-size: 14px;
    }

    .video__content .right-arrow-link {
        font-size: 14px;
    }

    .video__content__text {
        font-size: 14px;
    }

    .start-landing-module h2 {
        text-align: left;
    }

    .start-landing-module .start-landing-module__see-more {
        text-align: center;
    }

    /********* Slider *******/

    /* Slider pager navigation */
    .bx-slider-navigation {
        top: 25px;
    }

    .bx-slider-navigation__pager a {
        width: 13px;
        height: 13px;
    }
    /* Slide items */
    .bx-slider__item__text-padding {
        padding: 65px 25px 20px;
    }

    .bx-slider__item .bx-slider__item__main-heading h2 {
        font-size: 36px;
    }

    .bx-slider__item h2 {
        font-size: 24px;
    }

    .bx-slider .bx-slider__item__bottom {
        bottom: 20px;
    }

    bx-slider__item__bottom__right {
        padding-left: 10px;
    }

    /*******************
        PersonPage
    ********************/
    .person-page img {
        float: none;
    }

    /*******************
        ProfilePage
    ********************/
    .profile-page__left {
        float: none;
    }

    /*******************
        Modules/blocks
    ********************/
    .colored-module--testimonial__image {
        padding-left: 0;
    }

    .module--block-container__item-wrapper {
        border-bottom: none;
    }

    .module--block-container__page-item {
        margin-bottom: 20px;
        border-bottom: 1px solid #afb0b0;
    }

    .module--page-list ul {
        margin-bottom: 0;
        border-bottom: none;
    }

        .module--page-list ul li {
            margin-bottom: 15px;
            padding-right: 0;
            border-bottom: 1px solid #afb0b0;
        }


    .video {
    }

    .video__poster {
        display: block;
    }

    .video__video {
        display: none;
    }

    #ctl09_Logotypes img {
        max-width: 75%;
    }
}

@media screen and (max-width: 450px) {

}

@media print {
    .page__header, .breadcrumb, nav, .page-toolbar, .page__footer, 
    .module--media-object, .static-right-content a, .contact-form, .expand-link,
    .start-landing-page-top, .data-pager {
        display: none;
    }

    .wrapper {
        max-width: none;
    }

    .print-one-whole {
        width: 100%;
    }

    .expandable-content {
        display: block;
    }
}
