@charset "UTF-8";
/* Cross-browser border-radius */
/* Single side border-radius */
/* Single corner border-radius */
/* Cross-browser box-shadow with arguments
 *
 * Arguments:
 * <x-axis offset> || <y-axis offset> || <blur size> || <spread-length> || <color>
 *
 * Example:
 * @include box-shadow(2px 2px 5px 5px rgba(32,123,255,0.2));
 */
/* Cross-browser opacity
 *
 * Options: 0 - 1
 */
/* RESET */
/* Cross-browser transitions with arguments
 *
 * Arguments:
 * <property> || <duration> || <timing-function> || <delay> [, ...];
 *
 * Example:
 * transition: height 0.3s ease-out, opacity 0.3s ease 0.5s;
*/
/**********
 * Base
 */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 62.5%; }

img {
  max-width: 100%;
  vertical-align: middle; }

* {
  margin: 0; }

::selection {
  color: #F39020;
  background: #0E0E18; }

::-moz-selection {
  color: #F39020;
  background: #0E0E18; }

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 1.5%;
  margin: 0 auto;
  position: relative; }
  .container--full-width {
    max-width: 100%; }

.row {
  margin: 0 -1.5%;
  font-size: 0;
  line-height: 0;
  zoom: 1; }
  .row.no-space {
    margin: 0; }
    .row.no-space [class*="col-"] {
      padding: 0; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row .row {
    font-size: 0;
    line-height: 0; }

.col {
  display: inline-block;
  padding: 0 1.5% 1.5% 1.5%;
  vertical-align: top;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.75em; }
  .col.s-1 {
    width: 8.33333%; }
  .col.s-2 {
    width: 16.66667%; }
  .col.s-3 {
    width: 25%; }
  .col.s-4 {
    width: 33.33333%; }
  .col.s-5 {
    width: 41.66667%; }
  .col.s-6 {
    width: 50%; }
  .col.s-7 {
    width: 58.33333%; }
  .col.s-8 {
    width: 66.66667%; }
  .col.s-9 {
    width: 75%; }
  .col.s-10 {
    width: 83.33333%; }
  .col.s-11 {
    width: 91.66667%; }
  .col.s-12 {
    width: 100%; }
  .col.offset-s-1 {
    margin-left: 8.33333%; }
  .col.offset-s-2 {
    margin-left: 16.66667%; }
  .col.offset-s-3 {
    margin-left: 25%; }
  .col.offset-s-4 {
    margin-left: 33.33333%; }
  .col.offset-s-5 {
    margin-left: 41.66667%; }
  .col.offset-s-6 {
    margin-left: 50%; }
  .col.offset-s-7 {
    margin-left: 58.33333%; }
  .col.offset-s-8 {
    margin-left: 66.66667%; }
  .col.offset-s-9 {
    margin-left: 75%; }
  .col.offset-s-10 {
    margin-left: 83.33333%; }
  .col.offset-s-11 {
    margin-left: 91.66667%; }
  .col.offset-s-12 {
    margin-left: 100%; }
  .col.b-2 {
    width: 100%; }
  .col.b-3 {
    width: 100%; }
  .col.b-4 {
    width: 100%; }
  .col.b-5 {
    width: 100%; }
  .col.b-6 {
    width: 100%; }
  .col.b-7 {
    width: 100%; }
  .col.b-8 {
    width: 100%; }
  .col.b-9 {
    width: 100%; }
  .col.b-10 {
    width: 100%; }
  .col.b-11 {
    width: 100%; }
  .col.b-12 {
    width: 100%; }
  .col.b-1 {
    width: 50%; }

@media (min-width: 442px) {
  .col.b-1, .col.b-2 {
    width: 25%; }
  .col.b-3, .col.b-4 {
    width: 50%; } }

@media (min-width: 768px) {
  .col.b-1 {
    width: 8.33333%; }
  .col.offset-b-1 {
    margin-left: 8.33333%; }
  .col.b-2 {
    width: 16.66667%; }
  .col.offset-b-2 {
    margin-left: 16.66667%; }
  .col.b-3 {
    width: 25%; }
  .col.offset-b-3 {
    margin-left: 25%; }
  .col.b-4 {
    width: 33.33333%; }
  .col.offset-b-4 {
    margin-left: 33.33333%; }
  .col.b-5 {
    width: 41.66667%; }
  .col.offset-b-5 {
    margin-left: 41.66667%; }
  .col.b-6 {
    width: 50%; }
  .col.offset-b-6 {
    margin-left: 50%; }
  .col.b-7 {
    width: 58.33333%; }
  .col.offset-b-7 {
    margin-left: 58.33333%; }
  .col.b-8 {
    width: 66.66667%; }
  .col.offset-b-8 {
    margin-left: 66.66667%; }
  .col.b-9 {
    width: 75%; }
  .col.offset-b-9 {
    margin-left: 75%; }
  .col.b-10 {
    width: 83.33333%; }
  .col.offset-b-10 {
    margin-left: 83.33333%; }
  .col.b-11 {
    width: 91.66667%; }
  .col.offset-b-11 {
    margin-left: 91.66667%; }
  .col.b-12 {
    width: 100%; }
  .col.offset-b-12 {
    margin-left: 100%; }
  .col.m-1 {
    width: 8.33333%; }
  .col.m-2 {
    width: 16.66667%; }
  .col.m-3 {
    width: 25%; }
  .col.m-4 {
    width: 33.33333%; }
  .col.m-5 {
    width: 41.66667%; }
  .col.m-6 {
    width: 50%; }
  .col.m-7 {
    width: 58.33333%; }
  .col.m-8 {
    width: 66.66667%; }
  .col.m-9 {
    width: 75%; }
  .col.m-10 {
    width: 83.33333%; }
  .col.m-11 {
    width: 91.66667%; }
  .col.m-12 {
    width: 100%; } }

@media (min-width: 992px) {
  .col.l-1 {
    width: 8.33333%; }
  .col.l-2 {
    width: 16.66667%; }
  .col.l-3 {
    width: 25%; }
  .col.l-4 {
    width: 33.33333%; }
  .col.l-5 {
    width: 41.66667%; }
  .col.l-6 {
    width: 50%; }
  .col.l-7 {
    width: 58.33333%; }
  .col.l-8 {
    width: 66.66667%; }
  .col.l-9 {
    width: 75%; }
  .col.l-10 {
    width: 83.33333%; }
  .col.l-11 {
    width: 91.66667%; }
  .col.l-12 {
    width: 100%; } }

body {
  font-family: "proxima-nove-alt", sans-serif;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.75em;
  color: #0E0E18;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "proxima-nove-alt", sans-serif;
    font-weight: 600;
    line-height: 2em;
    margin-top: .4em;
    margin-bottom: .2em;
    color: #0E0E18; }
    body h1.bold, body h1 strong, body h1 b, body h2.bold, body h2 strong, body h2 b, body h3.bold, body h3 strong, body h3 b, body h4.bold, body h4 strong, body h4 b, body h5.bold, body h5 strong, body h5 b, body h6.bold, body h6 strong, body h6 b {
      font-weight: 900; }
    body h1.light, body h1 .light, body h2.light, body h2 .light, body h3.light, body h3 .light, body h4.light, body h4 .light, body h5.light, body h5 .light, body h6.light, body h6 .light {
      font-weight: 400; }
  body h1 {
    font-size: 22px;
    font-size: 2.2rem; }
  body h2 {
    font-size: 26.4px;
    font-size: 2.64rem; }
  body h3 {
    font-size: 24.2px;
    font-size: 2.42rem; }
  body h4 {
    font-size: 24.2px;
    font-size: 2.42rem; }
  body h5 {
    font-size: 22px;
    font-size: 2.2rem; }
  body h6 {
    font-size: 22px;
    font-size: 2.2rem; }
  body a {
    color: #F39020;
    text-decoration: underline; }
    body a:hover, body a:active {
      color: #0E0E18; }
  body p {
    font-family: "proxima-nove-alt", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.75em;
    color: #0E0E18;
    font-weight: 300;
    margin-bottom: 1em; }
    body p:last-child {
      margin-bottom: 0; }
    body p strong, body p b {
      font-weight: 400; }

@font-face {
  font-family: 'webmechanics';
  src: url("/assets/site/fonts/webmechanics.eot?qzfhoe");
  src: url("/assets/site/fonts/webmechanics.eot?qzfhoe#iefix") format("embedded-opentype"), url("/assets/site/fonts/webmechanics.ttf?qzfhoe") format("truetype"), url("/assets/site/fonts/webmechanics.woff?qzfhoe") format("woff"), url("/assets/site/fonts/webmechanics.svg?qzfhoe#webmechanics") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon:before {
  font-family: 'webmechanics' !important;
  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;
  position: relative;
  top: .1em; }

.icon--chevron-left:before {
  content: "\e900"; }

.icon--chevron-right:before {
  content: "\e901"; }

.icon--chevron-up:before {
  content: "\e902"; }

.icon--chevron-down:before {
  content: "\e903"; }

.icon--plus:before {
  content: "\e904"; }

.icon--minus:before {
  content: "\e905"; }

.icon--cross:before {
  content: "\e906"; }

.icon--check-mark:before {
  content: "\e907"; }

.icon--arrow-clockwise:before {
  content: "\e908"; }

.icon--arrow-counter-clockwise:before {
  content: "\e909"; }

.icon--chevron-circle-left:before {
  content: "\e90a"; }

.icon--chevron-circle-right:before {
  content: "\e90b"; }

.icon--chevron-circle-up:before {
  content: "\e90c"; }

.icon--chevron-circle-down:before {
  content: "\e90d"; }

.icon--plus-circle:before {
  content: "\e90e"; }

.icon--minus-circle:before {
  content: "\e90f"; }

.icon--cross-circle:before {
  content: "\e910"; }

.icon--check-mark-circle:before {
  content: "\e911"; }

.icon--arrows-clockwise:before {
  content: "\e912"; }

.icon--enter:before {
  content: "\e913"; }

.icon--arrow-left:before {
  content: "\e914"; }

.icon--arrow-right:before {
  content: "\e915"; }

.icon--arrow-up:before {
  content: "\e916"; }

.icon--arrow-down:before {
  content: "\e917"; }

.icon--login:before {
  content: "\e918"; }

.icon--logout:before {
  content: "\e919"; }

.icon--download:before {
  content: "\e91a"; }

.icon--upload:before {
  content: "\e91b"; }

.icon--download-cloud:before {
  content: "\e91c"; }

.icon--upload-cloud:before {
  content: "\e91d"; }

.icon--list:before {
  content: "\e91e"; }

.icon--list-bullet:before {
  content: "\e91f"; }

.icon--list-check-mark:before {
  content: "\e920"; }

.icon--text:before {
  content: "\e921"; }

.icon--file-empty:before {
  content: "\e922"; }

.icon--file-text:before {
  content: "\e923"; }

.icon--file-plus:before {
  content: "\e924"; }

.icon--file-minus:before {
  content: "\e925"; }

.icon--file-check-mark:before {
  content: "\e926"; }

.icon--file-cross:before {
  content: "\e927"; }

.icon--question-mark-circle:before {
  content: "\e928"; }

.icon--warning:before {
  content: "\e929"; }

.icon--hint:before {
  content: "\e92a"; }

.icon--no:before {
  content: "\e92b"; }

.icon--bell:before {
  content: "\e92c"; }

.icon--lamp-bulb:before {
  content: "\e92d"; }

.icon--message:before {
  content: "\e92e"; }

.icon--chat:before {
  content: "\e92f"; }

.icon--mail:before {
  content: "\e930"; }

.icon--megaphone:before {
  content: "\e931"; }

.icon--phone:before {
  content: "\e932"; }

.icon--pad:before {
  content: "\e933"; }

.icon--desktop:before {
  content: "\e934"; }

.icon--mouse:before {
  content: "\e935"; }

.icon--battery-full:before {
  content: "\e936"; }

.icon--battery-empty:before {
  content: "\e937"; }

.icon--power:before {
  content: "\e938"; }

.icon--flag:before {
  content: "\e939"; }

.icon--basketball:before {
  content: "\e93a"; }

.icon--life-buoy:before {
  content: "\e93b"; }

.icon--signal:before {
  content: "\e93c"; }

.icon--wifi:before {
  content: "\e93d"; }

.icon--telephone:before {
  content: "\e93e"; }

.icon--telephone-directory:before {
  content: "\e93f"; }

.icon--calendar:before {
  content: "\e940"; }

.icon--alarm:before {
  content: "\e941"; }

.icon--clock:before {
  content: "\e942"; }

.icon--hourglass:before {
  content: "\e943"; }

.icon--hyperlink:before {
  content: "\e944"; }

.icon--hyperlink2:before {
  content: "\e945"; }

.icon--earth:before {
  content: "\e946"; }

.icon--planet:before {
  content: "\e947"; }

.icon--focus:before {
  content: "\e948"; }

.icon--marker:before {
  content: "\e949"; }

.icon--navigation:before {
  content: "\e94a"; }

.icon--pin:before {
  content: "\e94b"; }

.icon--compass:before {
  content: "\e94c"; }

.icon--plane:before {
  content: "\e94d"; }

.icon--dashboard:before {
  content: "\e94e"; }

.icon--clip:before {
  content: "\e94f"; }

.icon--wrench:before {
  content: "\e950"; }

.icon--cog:before {
  content: "\e951"; }

.icon--pencil:before {
  content: "\e952"; }

.icon--ruler:before {
  content: "\e953"; }

.icon--scissors:before {
  content: "\e954"; }

.icon--empty:before {
  content: "\e955"; }

.icon--chart:before {
  content: "\e956"; }

.icon--pie-chart:before {
  content: "\e957"; }

.icon--filter:before {
  content: "\e958"; }

.icon--briefcase:before {
  content: "\e959"; }

.icon--id-card:before {
  content: "\e95a"; }

.icon--file:before {
  content: "\e95b"; }

.icon--picture:before {
  content: "\e95c"; }

.icon--camera:before {
  content: "\e95d"; }

.icon--search:before {
  content: "\e95e"; }

.icon--zoom-in:before {
  content: "\e95f"; }

.icon--zoom-out:before {
  content: "\e960"; }

.icon--locked:before {
  content: "\e961"; }

.icon--unlocked:before {
  content: "\e962"; }

.icon--key:before {
  content: "\e963"; }

.icon--home:before {
  content: "\e964"; }

.icon--warehouse:before {
  content: "\e965"; }

.icon--user:before {
  content: "\e966"; }

.icon--user-tie:before {
  content: "\e967"; }

.icon--user-cap:before {
  content: "\e968"; }

.icon--users:before {
  content: "\e969"; }

.icon--medal:before {
  content: "\e96a"; }

.icon--medal2:before {
  content: "\e96b"; }

.icon--diamond:before {
  content: "\e96c"; }

.icon--crown:before {
  content: "\e96d"; }

.icon--van:before {
  content: "\e96e"; }

.icon--cart:before {
  content: "\e96f"; }

.icon--basket:before {
  content: "\e970"; }

.icon--bag:before {
  content: "\e971"; }

.icon--tag:before {
  content: "\e972"; }

.icon--clipboard:before {
  content: "\e973"; }

.icon--coupon:before {
  content: "\e974"; }

.icon--shirt:before {
  content: "\e975"; }

.icon--tie:before {
  content: "\e976"; }

.icon--application:before {
  content: "\e977"; }

.icon--euro-circle:before {
  content: "\e978"; }

.icon--pound-circle:before {
  content: "\e979"; }

.icon--dollar-circle:before {
  content: "\e97a"; }

.icon--yuan-circle:before {
  content: "\e97b"; }

.icon--wallet:before {
  content: "\e97c"; }

.icon--cash:before {
  content: "\e97d"; }

.icon--card:before {
  content: "\e97e"; }

.icon--eye:before {
  content: "\e97f"; }

.icon--steering-wheel:before {
  content: "\e980"; }

.icon--rocket:before {
  content: "\e981"; }

.icon--play:before {
  content: "\e982"; }

.icon--pause:before {
  content: "\e983"; }

.icon--stop:before {
  content: "\e984"; }

.icon--fast-forward:before {
  content: "\e985"; }

.icon--rewind:before {
  content: "\e986"; }

.icon--next:before {
  content: "\e987"; }

.icon--previous:before {
  content: "\e988"; }

.icon--cd:before {
  content: "\e989"; }

.icon--open:before {
  content: "\e98a"; }

.icon--music:before {
  content: "\e98b"; }

.icon--volume:before {
  content: "\e98c"; }

.icon--mute:before {
  content: "\e98d"; }

.icon--headset:before {
  content: "\e98e"; }

.icon--headphones:before {
  content: "\e98f"; }

.icon--microphone:before {
  content: "\e990"; }

.icon--star:before {
  content: "\e991"; }

.icon--heart:before {
  content: "\e992"; }

.icon--folder-plus:before {
  content: "\e993"; }

.icon--folder-star:before {
  content: "\e994"; }

.icon--bookmark:before {
  content: "\e995"; }

.icon--wine:before {
  content: "\e996"; }

.icon--cocktail:before {
  content: "\e997"; }

.icon--drink:before {
  content: "\e998"; }

.icon--beer:before {
  content: "\e999"; }

.icon--coffee:before {
  content: "\e99a"; }

.icon--cupcake:before {
  content: "\e99b"; }

.icon--candle:before {
  content: "\e99c"; }

.icon--gift:before {
  content: "\e99d"; }

.icon--cake:before {
  content: "\e99e"; }

.icon--flower:before {
  content: "\e99f"; }

.icon--snow:before {
  content: "\e9a0"; }

.icon--cloud-thunder:before {
  content: "\e9a1"; }

.icon--clound-rain:before {
  content: "\e9a2"; }

.icon--cloud:before {
  content: "\e9a3"; }

.icon--cloud-sun:before {
  content: "\e9a4"; }

.icon--sun:before {
  content: "\e9a5"; }

.icon--moon:before {
  content: "\e9a6"; }

.icon--cloud-snow-and-rain:before {
  content: "\e9a7"; }

.icon--umbrella:before {
  content: "\e9a8"; }

.icon--leaves:before {
  content: "\e9a9"; }

.icon--twitter:before {
  content: "\e9aa"; }

.icon--facebook:before {
  content: "\e9ab"; }

.icon--skype:before {
  content: "\e9ac"; }

.icon--pinterest:before {
  content: "\e9ad"; }

.icon--linked-in:before {
  content: "\e9ae"; }

.icon--twitter-circle:before {
  content: "\e9af"; }

.icon--pinterest-circle:before {
  content: "\e9b0"; }

.icon--linked-in-circle:before {
  content: "\e9b1"; }

.icon--facebook-circle:before {
  content: "\e9b2"; }

.icon--skype-outline:before {
  content: "\e9b3"; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #ffffff; }

/* Helper classes */
.capitalize {
  text-transform: capitalize; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.align-center-both {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

.align-top {
  vertical-align: top; }

.align-bottom {
  vertical-align: bottom; }

.float-left {
  float: left; }

.float-right {
  float: right; }

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

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.relative {
  position: relative; }

.static {
  position: static; }

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/**********
 * Components
 */
.background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1; }
  .background__item {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover; }
    .background__item--image {
      z-index: 3; }
      .background__item--image img {
        min-width: 100%;
        max-width: none;
        min-height: 100%; }
    .background__item--video {
      z-index: 2; }
      .background__item--video video {
        min-width: 100%;
        min-height: 100%; }

.featured-text {
  background-color: #f4f7f9;
  padding-top: 60px;
  padding-bottom: 60px; }
  .featured-text .item {
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5);
    -moz-box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5);
    box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5); }
    .featured-text .item h1, .featured-text .item h2, .featured-text .item h3, .featured-text .item h4, .featured-text .item h5 {
      text-align: center;
      padding: 0 20px;
      border-bottom: 2px solid #F39020;
      color: #F39020;
      font-size: 27.5px;
      font-size: 2.75rem; }
    .featured-text .item p {
      text-align: center;
      padding: 0 20px; }
      .featured-text .item p:last-child {
        padding-bottom: 1em;
        padding-top: 1em; }
        .featured-text .item p:last-child a {
          display: inline-block;
          padding: 4px 13px;
          background-color: #0E0E18;
          color: #ffffff;
          border: 0;
          transition: all .3s;
          text-decoration: none;
          -webkit-box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5);
          -moz-box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5);
          box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5); }
          .featured-text .item p:last-child a:hover, .featured-text .item p:last-child a:active {
            background-color: black;
            color: #ffffff;
            text-decoration: none;
            -moz-transform: translate3d(-1px, -1px, 0);
            -o-transform: translate3d(-1px, -1px, 0);
            -ms-transform: translate3d(-1px, -1px, 0);
            -webkit-transform: translate3d(-1px, -1px, 0);
            transform: translate3d(-1px, -1px, 0);
            -webkit-box-shadow: 5px 5px 10px -2px rgba(71, 107, 135, 0.5);
            -moz-box-shadow: 5px 5px 10px -2px rgba(71, 107, 135, 0.5);
            box-shadow: 5px 5px 10px -2px rgba(71, 107, 135, 0.5); }
    .featured-text .item ul {
      padding: 0 20px; }
      .featured-text .item ul li {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.3em;
        display: block;
        padding-left: 20px;
        position: relative; }
        .featured-text .item ul li:before {
          content: "";
          font-family: 'webmechanics' !important;
          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;
          position: relative;
          top: .1em;
          position: absolute;
          left: 0;
          top: .15em;
          color: #F39020; }
        .featured-text .item ul li ul {
          display: none; }

.files {
  margin-top: 40px;
  margin-bottom: 40px; }
  .files__header {
    padding-top: 1.5%; }
    .files__header h2 {
      color: white;
      font-size: 28px;
      font-size: 2.8rem;
      margin-top: 0.1em;
      line-height: 1em;
      text-align: right; }

footer {
  height: 76px;
  z-index: 10;
  position: relative; }

.footer {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.75); }
  .footer .col {
    padding-bottom: 0;
    text-align: center; }
  .footer a {
    font-size: 0;
    line-height: 24px;
    display: inline-block;
    padding: 0 10px;
    color: white;
    text-decoration: none;
    font-weight: 400; }
    .footer a:before {
      margin-right: .4em;
      color: #F39020;
      font-size: 16px;
      font-size: 1.6rem; }
    .footer a:visited {
      color: white;
      text-decoration: none; }
    .footer a:hover, .footer a:active {
      color: #F39020; }
  .footer__payoff {
    display: block;
    color: white;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400; }

@media (min-width: 442px) {
  .footer .col {
    text-align: left; }
  .footer a:first-of-type {
    padding-left: 0; }
  .footer__payoff {
    display: inline-block;
    float: right; } }

@media (min-width: 768px) {
  .footer__payoff {
    font-size: 16px;
    font-size: 1.6rem; } }

@media (min-width: 992px) {
  .footer a {
    font-size: 16px;
    font-size: 1.6rem; } }

.sub-footer {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 7px 0; }
  .sub-footer .col {
    padding-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    color: #999;
    text-align: center; }
    .sub-footer .col a {
      font-size: inherit;
      line-height: inherit;
      display: inline-block;
      color: inherit;
      text-decoration: none; }
      .sub-footer .col a:visited {
        color: inherit;
        text-decoration: none; }
      .sub-footer .col a:hover, .sub-footer .col a:active {
        color: white; }
  .sub-footer__navigation__list {
    display: block; }
    .sub-footer__navigation__list__item {
      display: inline-block;
      text-align: center; }
      .sub-footer__navigation__list__item a {
        display: block;
        padding: 0 1em;
        color: inherit;
        text-decoration: none; }
        .sub-footer__navigation__list__item a:visited {
          color: inherit;
          text-decoration: none; }
        .sub-footer__navigation__list__item a:hover, .sub-footer__navigation__list__item a:active {
          color: white; }

@media (min-width: 442px) {
  .sub-footer__navigation__list {
    display: inline-block;
    padding-left: 1em; } }

@media (min-width: 768px) {
  .sub-footer .col {
    text-align: left; }
    .sub-footer .col.sub-footer__creator {
      text-align: right; } }

.header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40; }
  .header .col {
    padding-bottom: 0; }
  .header__logo {
    display: inline-block;
    margin-left: -1.5%;
    height: 80px;
    width: 156px;
    vertical-align: middle; }
    .header__logo__svg {
      display: block;
      height: 100%;
      max-width: 100%; }

.home-navigation {
  text-align: center;
  padding: 1em 0; }
  .home-navigation__list__item {
    display: block;
    text-align: center; }
    .home-navigation__list__item a {
      display: inline-block;
      width: 150px;
      text-align: center;
      text-decoration: none;
      color: white;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 600; }
      .home-navigation__list__item a:visited {
        color: white; }
      .home-navigation__list__item a:hover, .home-navigation__list__item a:active {
        color: white; }
        .home-navigation__list__item a:hover .home-navigation__list__item__icon, .home-navigation__list__item a:active .home-navigation__list__item__icon {
          border-color: white; }
    .home-navigation__list__item__icon {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: block;
      width: 110px;
      height: 110px;
      background-color: #F39020;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      margin: 0 auto;
      position: relative;
      border: 2px solid transparent; }
      .home-navigation__list__item__icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

@media (min-width: 442px) {
  .home-navigation__list {
    font-size: 0;
    line-height: 0;
    text-align: left; }
    .home-navigation__list__item {
      display: inline-block;
      width: 50%;
      text-align: center; }
      .home-navigation__list__item a {
        display: inline-block;
        line-height: 1.75em; } }

@media (min-width: 768px) {
  .home-navigation__list__item {
    width: 25%; } }

@media (min-width: 992px) {
  .home-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .home-navigation__list {
      text-align: center; }
      .home-navigation__list__item {
        width: auto; } }

.main-navigation {
  display: none;
  position: relative;
  top: 8px; }
  .main-navigation.show {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    display: block; }
  .main-navigation__list__item {
    display: block; }
    .main-navigation__list__item a {
      font-size: 20px;
      font-size: 2rem;
      line-height: 40px;
      display: block;
      padding: 0 .4em;
      color: white;
      text-decoration: none;
      font-weight: 300; }
      .main-navigation__list__item a:visited {
        color: white;
        text-decoration: none; }
      .main-navigation__list__item a:hover, .main-navigation__list__item a:active {
        color: #F39020; }

@media (min-width: 768px) {
  .main-navigation {
    display: inline-block;
    position: relative;
    left: -20px; }
    .main-navigation.show {
      display: inline-block; }
    .main-navigation__list__item {
      display: inline-block; }
      .main-navigation__list__item a {
        padding: 0 .1em; }
      .main-navigation__list__item:first-child a {
        padding-left: 0; } }

@media (min-width: 992px) {
  .main-navigation {
    position: static; }
    .main-navigation__list__item a {
      padding: 0 .4em; } }

.news-item {
  margin-top: 40px;
  margin-bottom: 40px; }
  .news-item__overview-title {
    color: white;
    font-size: 50px;
    font-size: 5rem;
    text-align: center; }
  .news-item__header {
    color: white; }
    .news-item__header img {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
  .news-item__text {
    padding-top: 1.5%;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 1.5%; }
    .news-item__text h1 {
      font-size: 28px;
      font-size: 2.8rem; }
    .news-item__text__intro {
      font-weight: 400; }
      .news-item__text__intro p {
        font-weight: inherit; }
        .news-item__text__intro p:last-child {
          margin-bottom: 1em; }
  .news-item__share a {
    text-decoration: none; }
  .news-item__connect {
    text-align: right; }
    .news-item__connect a {
      color: #0E0E18;
      text-decoration: none; }
      .news-item__connect a:hover, .news-item__connect a:active {
        color: #F39020; }
    .news-item__connect--more:after {
      content: "";
      font-family: 'webmechanics' !important;
      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;
      position: relative;
      top: .1em; }

.news-items {
  margin-top: 40px;
  margin-bottom: 40px; }
  .news-items .row {
    margin: 0; }
    .news-items .row .row {
      margin: 0 -1.5%; }
  .news-items__overview-title {
    color: white;
    font-size: 50px;
    font-size: 5rem;
    text-align: center; }
  .news-items__header img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .news-items__text {
    padding-top: 1.5%;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 1.5%; }
  .news-items__intro__image {
    float: right;
    height: 150px;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .news-items__connect {
    text-align: right; }
    .news-items__connect a {
      color: #0E0E18;
      text-decoration: none; }
      .news-items__connect a:hover, .news-items__connect a:active {
        color: #F39020; }
    .news-items__connect--more:after {
      content: "";
      font-family: 'webmechanics' !important;
      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;
      position: relative;
      top: .1em; }
  .news-items__date-source {
    font-size: .8em;
    margin-bottom: 1em;
    color: #969696; }

@media (min-width: 442px) {
  .news-items .col.news-items__header {
    width: 100%; } }

@media (min-width: 768px) {
  .news-items .row {
    margin: 0 -1.5%; }
  .news-items .col.news-items__header {
    width: 25%; } }

.newsletter-sign-up {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f4f7f9; }
  .newsletter-sign-up h1, .newsletter-sign-up h2, .newsletter-sign-up h3, .newsletter-sign-up h4 {
    text-align: center;
    font-size: 44px;
    font-size: 4.4rem; }
  .newsletter-sign-up p {
    text-align: center; }
  .newsletter-sign-up label {
    display: block; }
  .newsletter-sign-up input {
    display: block;
    border: 1px solid #0E0E18;
    width: 100%;
    font-family: "proxima-nove-alt", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.75em;
    color: #0E0E18;
    padding: 0 10px;
    outline: none;
    transition: all .3s;
    height: 2.45em; }
    .newsletter-sign-up input:focus {
      border-bottom-color: #F39020; }
      .newsletter-sign-up input:focus::-webkit-input-placeholder {
        color: #464679; }
      .newsletter-sign-up input:focus:-moz-placeholder {
        color: #464679; }
      .newsletter-sign-up input:focus::-moz-placeholder {
        color: #464679; }
      .newsletter-sign-up input:focus:-ms-input-placeholder {
        color: #464679; }
    .newsletter-sign-up input::-webkit-input-placeholder {
      color: #0E0E18; }
    .newsletter-sign-up input:-moz-placeholder {
      color: #0E0E18; }
    .newsletter-sign-up input::-moz-placeholder {
      color: #0E0E18; }
    .newsletter-sign-up input:-ms-input-placeholder {
      color: #0E0E18; }
    .newsletter-sign-up input.error {
      border-color: #c25a40; }
      .newsletter-sign-up input.error::-webkit-input-placeholder {
        color: #c25a40; }
      .newsletter-sign-up input.error:-moz-placeholder {
        color: #c25a40; }
      .newsletter-sign-up input.error::-moz-placeholder {
        color: #c25a40; }
      .newsletter-sign-up input.error:-ms-input-placeholder {
        color: #c25a40; }
      .newsletter-sign-up input.error:focus::-webkit-input-placeholder {
        color: #f4f7f9; }
      .newsletter-sign-up input.error:focus:-moz-placeholder {
        color: #f4f7f9; }
      .newsletter-sign-up input.error:focus::-moz-placeholder {
        color: #f4f7f9; }
      .newsletter-sign-up input.error:focus:-ms-input-placeholder {
        color: #f4f7f9; }
  .newsletter-sign-up button {
    display: inline-block;
    padding: 4px 13px;
    background-color: #0E0E18;
    color: #ffffff;
    border: 0;
    transition: all .3s;
    text-decoration: none;
    -webkit-box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5);
    -moz-box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5);
    box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5);
    display: block;
    width: 100%;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "proxima-nove-alt", sans-serif;
    white-space: nowrap;
    height: 2.45em;
    overflow: hidden;
    outline: none;
    cursor: pointer; }
    .newsletter-sign-up button:hover, .newsletter-sign-up button:active {
      background-color: black;
      color: #ffffff;
      text-decoration: none;
      -moz-transform: translate3d(-1px, -1px, 0);
      -o-transform: translate3d(-1px, -1px, 0);
      -ms-transform: translate3d(-1px, -1px, 0);
      -webkit-transform: translate3d(-1px, -1px, 0);
      transform: translate3d(-1px, -1px, 0);
      -webkit-box-shadow: 5px 5px 10px -2px rgba(71, 107, 135, 0.5);
      -moz-box-shadow: 5px 5px 10px -2px rgba(71, 107, 135, 0.5);
      box-shadow: 5px 5px 10px -2px rgba(71, 107, 135, 0.5); }
  .newsletter-sign-up form {
    margin: 20px 0 30px 0; }

.quotes {
  margin-top: 40px;
  margin-bottom: 40px; }
  .quotes .row {
    margin: 0; }
    .quotes .row .row {
      margin: 0 -1.5%; }
  .quotes__overview-title {
    color: white;
    font-size: 50px;
    font-size: 5rem;
    text-align: center; }
  .quotes__header {
    padding-top: 1.5%; }
    .quotes__header h3 {
      color: white;
      font-size: 28px;
      font-size: 2.8rem;
      margin-top: 0.1em;
      line-height: 1em;
      text-align: right; }
  .quotes__text {
    padding-top: 1.5%;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 1.5%; }
  .quotes__intro__image {
    float: right;
    height: 150px;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .quotes__connect {
    text-align: right; }
    .quotes__connect a {
      color: #0E0E18;
      text-decoration: none; }
      .quotes__connect a:hover, .quotes__connect a:active {
        color: #F39020; }
    .quotes__connect--more:after {
      content: "";
      font-family: 'webmechanics' !important;
      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;
      position: relative;
      top: .1em; }

.quote {
  margin-top: 40px;
  margin-bottom: 40px; }
  .quote__header img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .quote__text {
    padding-top: 1.5%;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 1.5%; }
    .quote__text h1 {
      font-size: 28px;
      font-size: 2.8rem; }

@media (min-width: 442px) {
  .quotes .col.quotes__header {
    width: 100%; } }

@media (min-width: 768px) {
  .quotes .row {
    margin: 0 -1.5%; }
  .quotes .col.quotes__header {
    width: 25%; } }

.services-navigation {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50; }
  .services-navigation-opener {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    right: 1.5%;
    width: 60px;
    display: block;
    text-decoration: none;
    z-index: 51;
    height: 80px; }
    .services-navigation-opener span {
      display: block;
      height: 6px;
      background: #999;
      width: 60px;
      position: relative;
      top: 37px;
      left: 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .services-navigation-opener span:before, .services-navigation-opener span:after {
        margin-top: 0;
        content: '';
        display: block;
        width: 60px;
        height: 6px;
        background: #999;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
      .services-navigation-opener span:before {
        margin-top: -20px; }
      .services-navigation-opener span:after {
        margin-top: 20px; }
    .services-navigation-opener.open {
      border-color: transparent; }
      .services-navigation-opener.open span {
        background: transparent; }
        .services-navigation-opener.open span:before {
          transform: rotate(45deg);
          margin-top: 0; }
        .services-navigation-opener.open span:after {
          transform: rotate(-45deg);
          margin-top: 0; }
  .services-navigation.show {
    display: block; }
  .services-navigation .col {
    padding-bottom: 0;
    text-align: right; }
  .services-navigation__list__item {
    display: block;
    text-align: left; }
    .services-navigation__list__item a {
      font-size: 20px;
      font-size: 2rem;
      line-height: 40px;
      display: block;
      padding: 0 .4em;
      color: white;
      text-decoration: none; }
      .services-navigation__list__item a:visited {
        color: white;
        text-decoration: none; }
      .services-navigation__list__item a:hover, .services-navigation__list__item a:active {
        color: #F39020; }

@media (min-width: 768px) {
  .services-navigation {
    background-color: rgba(0, 0, 0, 0.75); }
    .services-navigation-opener--home {
      display: none; }
    .services-navigation__list__item {
      display: inline-block;
      text-align: center; }
      .services-navigation__list__item a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 3em;
        display: block;
        padding: 0 .4em;
        font-weight: 600; } }

@media (min-width: 992px) {
  .services-navigation__list__item a {
    padding: 0 1em; } }

.team-members {
  margin-top: 40px;
  margin-bottom: 40px; }
  .team-members .row {
    margin: 0; }
    .team-members .row .row {
      margin: 0 -1.5%; }
  .team-members__overview-title {
    color: white;
    font-size: 50px;
    font-size: 5rem;
    text-align: center; }
  .team-members__header {
    padding-top: 1.5%; }
    .team-members__header h3 {
      color: white;
      font-size: 28px;
      font-size: 2.8rem;
      margin-top: 0.1em;
      line-height: 1em;
      text-align: right; }
  .team-members__text {
    padding-top: 1.5%;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 1.5%; }
  .team-members__intro__image {
    float: right;
    height: 150px;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .team-members__connect {
    text-align: right; }
    .team-members__connect .icon {
      float: left;
      margin-right: 20px; }
    .team-members__connect a {
      color: #0E0E18;
      text-decoration: none; }
      .team-members__connect a:hover, .team-members__connect a:active {
        color: #F39020; }
    .team-members__connect--more:after {
      content: "";
      font-family: 'webmechanics' !important;
      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;
      position: relative;
      top: .1em; }

.team-member {
  margin-top: 40px;
  margin-bottom: 40px; }
  .team-member__header img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  .team-member__text {
    padding-top: 1.5%;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    margin-bottom: 1.5%; }
    .team-member__text h1 {
      font-size: 28px;
      font-size: 2.8rem; }
  .team-member ul.team-member__connect li {
    padding-left: 0; }
    .team-member ul.team-member__connect li:before {
      display: none; }
  .team-member ul.team-member__connect a {
    text-decoration: none; }
    .team-member ul.team-member__connect a:active, .team-member ul.team-member__connect a:hover, .team-member ul.team-member__connect a:visited {
      color: #F39020; }

@media (min-width: 442px) {
  .team-members .col.team-members__header {
    width: 100%; } }

@media (min-width: 768px) {
  .team-members .row {
    margin: 0 -1.5%; }
  .team-members .col.team-members__header {
    width: 25%; } }

.user-input iframe {
  max-width: 100%; }

.user-input ol, .user-input ul {
  margin-bottom: 1em; }
  .user-input ol li, .user-input ul li {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.75em; }
  .user-input ol ol, .user-input ol ul, .user-input ul ol, .user-input ul ul {
    margin-bottom: 0; }

.user-input ol {
  counter-reset: ol-counter; }
  .user-input ol li {
    position: relative;
    padding-left: 20px; }
    .user-input ol li:before {
      content: counter(ol-counter) ".";
      counter-increment: ol-counter;
      position: absolute;
      display: block;
      left: 0; }

.user-input ul {
  margin: 0;
  margin-bottom: 1.75em;
  padding: 0;
  list-style: none; }
  .user-input ul[class^=list].base-color li:before {
    color: #0E0E18; }
  .user-input ul[class^=list].emphasize-color li:before {
    color: #F39020; }
  .user-input ul[class^=list].red-color li:before {
    color: #c25a40; }
  .user-input ul[class^=list] li:before {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    top: 5px; }
  .user-input ul li {
    position: relative;
    padding-left: 25px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.75em; }
    .user-input ul li:before {
      font-family: "webmechanics" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 9px;
      height: 9px;
      background: #0E0E18;
      color: #0E0E18;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
  .user-input ul.list--check-mark li:before {
    content: "\e907"; }
  .user-input ul.list--check-mark-circle li:before {
    content: "\e911"; }
  .user-input ul.list--cross li:before {
    content: "\e906"; }
  .user-input ul.list--cross-circle li:before {
    content: "\e910"; }
  .user-input ul.list--right li:before {
    content: "\e901"; }
  .user-input ul.list--right-circle li:before {
    content: "\e90b"; }
  .user-input ul.list--check-mark-circle-filled.primary-color li:before {
    color: white;
    background-color: #0E0E18; }
  .user-input ul.list--check-mark-circle-filled.secondary-color li:before {
    color: white;
    background-color: #F39020; }
  .user-input ul.list--check-mark-circle-filled.red-color li:before {
    color: white;
    background-color: #c25a40; }
  .user-input ul.list--check-mark-circle-filled li:before {
    content: "\e907";
    color: white;
    background-color: #0E0E18;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    width: 17px;
    text-align: center; }

.user-input blockquote {
  margin: 2em 0;
  padding-left: 4em;
  padding-right: 4em;
  font-family: "proxima-nove-alt", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.75em; }
  .user-input blockquote:before {
    content: "“";
    display: inline-block;
    margin-right: .2em;
    font-size: 2em;
    line-height: 1em; }
  .user-input blockquote p {
    font-family: "proxima-nove-alt", sans-serif;
    display: inline; }

.user-input .button {
  display: inline-block;
  padding: 4px 13px;
  background-color: #0E0E18;
  color: #ffffff;
  border: 0;
  transition: all .3s;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5);
  -moz-box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5);
  box-shadow: 3px 3px 8px -2px rgba(71, 107, 135, 0.5); }
  .user-input .button:hover, .user-input .button:active {
    background-color: black;
    color: #ffffff;
    text-decoration: none;
    -moz-transform: translate3d(-1px, -1px, 0);
    -o-transform: translate3d(-1px, -1px, 0);
    -ms-transform: translate3d(-1px, -1px, 0);
    -webkit-transform: translate3d(-1px, -1px, 0);
    transform: translate3d(-1px, -1px, 0);
    -webkit-box-shadow: 5px 5px 10px -2px rgba(71, 107, 135, 0.5);
    -moz-box-shadow: 5px 5px 10px -2px rgba(71, 107, 135, 0.5);
    box-shadow: 5px 5px 10px -2px rgba(71, 107, 135, 0.5); }
  .user-input .button.button--alternative {
    background: #F39020; }
    .user-input .button.button--alternative:hover {
      background: #f6a850; }

.wrapper {
  min-height: 100%;
  padding-top: 100px;
  margin: 0 auto -76px;
  z-index: 10;
  position: relative; }
  .wrapper__push {
    height: 76px; }

/**********
 * Pages
 */
.page {
  margin-top: 40px;
  margin-bottom: 40px; }
  .page > .row {
    margin: 0; }
  .page .col.page__header {
    width: 100%; }
  .page__header {
    padding-top: 1.5%; }
    .page__header h1 {
      color: white;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1em;
      text-align: left; }
  .page__intro {
    font-weight: 400; }
    .page__intro p {
      font-weight: inherit; }
      .page__intro p:last-child {
        margin-bottom: 1em; }
  .page__text {
    padding-top: 1.5%;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

@media (min-width: 442px) {
  .page .col.page__header {
    width: 100%; } }

@media (min-width: 768px) {
  .page > .row {
    margin: 0 -1.5%; }
  .page__header h1 {
    margin-top: 0.1em;
    text-align: right; }
  .page .col.page__header {
    width: 25%; } }

.home {
  padding-top: 60px;
  padding-bottom: 60px; }
  .home h1 {
    text-align: center;
    margin-top: 0; }

.news-item .content {
  float: right; }
  .news-item .content .intro {
    font-weight: 400;
    margin-bottom: 1.75em; }
    .news-item .content .intro p {
      font-weight: inherit; }

.news-item .sidebar h3 {
  text-align: left; }

.news-item .sidebar .date {
  text-align: right;
  color: #0E0E18;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.75em;
  margin-bottom: 15px; }

.news-item .sidebar .share a {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 4px;
  color: #F39020;
  text-decoration: none; }
  .news-item .sidebar .share a:hover {
    color: #d5760b; }

.news-item .sidebar .more-news a {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.75em;
  display: block;
  color: #0E0E18;
  padding-left: 20px;
  position: relative;
  margin-bottom: .3em;
  text-decoration: none; }
  .news-item .sidebar .more-news a:hover {
    color: #F39020; }
  .news-item .sidebar .more-news a:before {
    content: "";
    font-family: 'webmechanics' !important;
    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;
    position: relative;
    top: .1em;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -8px; }
