@charset "UTF-8";
@font-face {
    font-family: 'undergroundfont';
    src: url('P22UndergroundPro-Light.otf') format("opentype");
    font-style:normal;font-weight:300;
  }
  @font-face {
      font-family: 'undergroundfont';
      src: url('P22UndergroundPro-Book.otf') format("opentype");
      font-style:normal;font-weight:400;
    }
    @font-face {
        font-family: 'undergroundfont';
        src: url('P22UndergroundPro-Medium.otf') format("opentype");
        font-style:normal;font-weight:500;
      }
      @font-face {
          font-family: 'undergroundfont';
          src: url('P22UndergroundPro-Demi.otf') format("opentype");
          font-style:normal;font-weight:600;
        }
        @font-face {
            font-family: 'undergroundfont';
            src: url('P22UndergroundPro-Heavy.otf') format("opentype");
            font-style:normal;font-weight:900;
          }

html {
  box-sizing: border-box; }

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

/*! 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"],
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; }

button,
input[type="submit"],
.button {
  padding: 0.5rem 3rem;
  border: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: "undergroundfont", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #EBB32F;
  cursor: pointer;
  user-select: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  button:hover,
  input[type="submit"]:hover,
  .button:hover {
    color: #fff;
    background-color: #d39a14; }

body {
  color: #4D4D4D;
  font-family: "undergroundfont", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  letter-spacing: 1px; }

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  font-family: "undergroundfont", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000; }

h1, .alpha {
  font-size: 2.25em; }
  @media screen and (min-width: 48em) {
    h1, .alpha {
      font-size: 3.25em; } }

h2, .beta {
  font-size: 2em; }

h3, .gamma {
  font-size: 1.75em; }

h4, .delta {
  font-size: 1.5em; }

h5, .epsilon {
  font-size: 1.25em; }

h6, .zeta {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  font-weight: 600;
  text-decoration: underline;
  color: #595959;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer; }
  a:active, a:focus {
    outline: none; }

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

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

abbr, acronym {
  border-bottom: 1px dotted #EDEEEF;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #737373; }

blockquote {
  border-left: 2px solid #EDEEEF;
  color: #737373;
  margin: 0 0 1.5em;
  padding-left: 0.75em; }

cite {
  margin-top: 0.5rem;
  display: block;
  font-style: italic;
  color: #8d8d8d; }

fieldset {
  background: white;
  border: 1px solid #EDEEEF;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "undergroundfont", Helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
textarea,
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #EDEEEF;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "undergroundfont", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 1rem;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #d2d5d7; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #595959;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(77, 77, 77, 0.7);
    outline: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
textarea {
  font-weight: 600;
  font-style: normal;
  color: #4D4D4D;
  background-color: #EDEEEF; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px; }

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

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

textarea {
  min-height: 170px;
  resize: vertical; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

button,
input[type="submit"],
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

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

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

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

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

ul, ol {
  margin: 0 0 0.75em 0;
  padding: 0;
  list-style-type: none; }
  article ul, ul.default-ul, ol.default-ul {
    list-style-type: disc;
    padding-left: 1.5em; }
  ul.default-ol, ol.default-ol {
    list-style-type: decimal;
    padding-left: 1.5em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.flash-alert {
  background: #FFF6BF;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .flash-alert a {
    color: #594c00; }
    .flash-alert a:hover {
      color: black; }

.flash-error {
  background: #FBE3E4;
  color: #97161b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .flash-error a {
    color: #6a0f13; }
    .flash-error a:hover {
      color: #110203; }

.flash-notice {
  background: #FFF6BF;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .flash-notice a {
    color: #594c00; }
    .flash-notice a:hover {
      color: black; }

.flash-success {
  background: #E6EFC2;
  color: #56651a;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .flash-success a {
    color: #333c10; }
    .flash-success a:hover {
      color: black; }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.col-3-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-3-12:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .col-3-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .col-3-12:last-child {
        margin-right: 0; }
      .col-3-12:nth-child(2n) {
        margin-right: 0; }
      .col-3-12:nth-child(2n+1) {
        clear: left; } }

.col-9-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-9-12:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .col-9-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .col-9-12:last-child {
        margin-right: 0; }
      .col-9-12:nth-child(2n) {
        margin-right: 0; }
      .col-9-12:nth-child(2n+1) {
        clear: left; } }

.col-4-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-4-12:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .col-4-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .col-4-12:last-child {
        margin-right: 0; }
      .col-4-12:nth-child(2n) {
        margin-right: 0; }
      .col-4-12:nth-child(2n+1) {
        clear: left; } }

.col-8-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-8-12:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .col-8-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .col-8-12:last-child {
        margin-right: 0; }
      .col-8-12:nth-child(2n) {
        margin-right: 0; }
      .col-8-12:nth-child(2n+1) {
        clear: left; } }

.col-4, .nav_footer li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-4:last-child, .nav_footer li:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .col-4, .nav_footer li {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .col-4:last-child, .nav_footer li:last-child {
        margin-right: 0; }
      .col-4:nth-child(3n), .nav_footer li:nth-child(3n) {
        margin-right: 0; }
      .col-4:nth-child(3n+1), .nav_footer li:nth-child(3n+1) {
        clear: left; } }

.col-6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-6:last-child {
    margin-right: 0; }
  @media screen and (min-width: 25.0625em) {
    .col-6 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .col-6:last-child {
        margin-right: 0; }
      .col-6:nth-child(2n) {
        margin-right: 0; }
      .col-6:nth-child(2n+1) {
        clear: left; } }

.col-6l {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-6l:nth-child(2n) {
    margin-right: 2.3576515979%; }
  .col-6l:nth-child(2n+1) {
    clear: none; }
  .col-6l:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em) {
    .col-6l {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .col-6l:last-child {
        margin-right: 0; }
      .col-6l:nth-child(2n) {
        margin-right: 0; }
      .col-6l:nth-child(2n+1) {
        clear: left; } }

/*
// 66%
.col-8 {
    @include span-columns(12);

    @include media($l) {
        @include span-columns(8);
        @include omega(2n);
    }

    .col-sub-88 {
        @include span-columns(8 of 8);
    }

    .col-sub-84 {
        @include span-columns(8 of 8);

        @include media($m) {
            @include span-columns(4 of 8);
        }
    }
}

// 25%
.col-3 {
    @include span-columns(12);

    @include media($s) {
        @include span-columns(6);
        @include omega(2n);
    }

    @include media($l) {
        @include omega-reset(2n);
        @include span-columns(3);
        @include omega(4n);
    }
}
*/
.main_padded {
  margin-top: 2rem; }

.contain {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem; }
  .contain::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 75em) {
    .contain {
      padding: 0; } }

.hero {
  margin-bottom: 2rem;
  background-color: white; }

.module {
  margin-bottom: 1.618em;
  padding: 1rem;
  color: white; }
  .module.module_one {
    background-color: #EDEEEF; }
  .module.module_two {
    background-color: #4D4D4D; }
  .module.module_three {
    background-color: #BAD3AF; }
  .module.module_four {
    background-color: #5D6F78; }
  .module.module_five {
    background-color: #EBB32F; }
  .module.module_six {
    background-color: #19CEEE; }

.main-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 5px #EDEEEF; }

.social {
  margin-right: 1rem;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .social:hover.social_twitter {
    color: #35ccff; }
  .social:hover.social_facebook {
    color: #03539e; }
  .social:hover.social_linkedin {
    color: #217bc1; }
  .social:hover.social_google {
    color: #dd4b39; }
  .social:hover.social_youtube {
    color: #e52d27; }
  .social:last-child {
    margin-right: 0; }

.pagination {
  margin-top: 1rem;
  float: right; }
  .pagination::after {
    clear: both;
    content: "";
    display: table; }
  .pagination li {
    margin-right: 0.625em;
    display: inline-block; }
    .pagination li a {
      text-decoration: none; }
      .pagination li a:hover, .pagination li a.current {
        color: #EBB32F; }

header.header-main {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0; }
  header.header-main .header-col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    header.header-main .header-col-6:last-child {
      margin-right: 0; }
    header.header-main .header-col-6:nth-child(1n) {
      margin-right: 0; }
    header.header-main .header-col-6:nth-child(1n+1) {
      clear: left; }
    @media screen and (min-width: 48em) {
      header.header-main .header-col-6 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        header.header-main .header-col-6:nth-child(1n) {
          margin-right: 2.3576515979%; }
        header.header-main .header-col-6:nth-child(1n+1) {
          clear: none; }
        header.header-main .header-col-6:last-child {
          margin-right: 0; }
        header.header-main .header-col-6:nth-child(2n) {
          margin-right: 0; }
        header.header-main .header-col-6:nth-child(2n+1) {
          clear: left; } }
    header.header-main .header-col-6 .header-col-9-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      header.header-main .header-col-6 .header-col-9-12:last-child {
        margin-right: 0; }
      header.header-main .header-col-6 .header-col-9-12:nth-child(2n) {
        margin-right: 0; }
      header.header-main .header-col-6 .header-col-9-12:nth-child(2n+1) {
        clear: left; }
      @media screen and (min-width: 48em) {
        header.header-main .header-col-6 .header-col-9-12 {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-top: 2.25rem; }
          header.header-main .header-col-6 .header-col-9-12:last-child {
            margin-right: 0; }
          header.header-main .header-col-6 .header-col-9-12:nth-child(1n) {
            margin-right: 0; }
          header.header-main .header-col-6 .header-col-9-12:nth-child(1n+1) {
            clear: left; } }
    header.header-main .header-col-6 .header-col-3-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      header.header-main .header-col-6 .header-col-3-12:last-child {
        margin-right: 0; }
      header.header-main .header-col-6 .header-col-3-12:nth-child(2n) {
        margin-right: 0; }
      header.header-main .header-col-6 .header-col-3-12:nth-child(2n+1) {
        clear: left; }
      @media screen and (min-width: 48em) {
        header.header-main .header-col-6 .header-col-3-12 {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          header.header-main .header-col-6 .header-col-3-12:last-child {
            margin-right: 0; }
          header.header-main .header-col-6 .header-col-3-12:nth-child(1n) {
            margin-right: 0; }
          header.header-main .header-col-6 .header-col-3-12:nth-child(1n+1) {
            clear: left; } }
  header.header-main .logo {
    width: 100%;
    margin-bottom: 0.5rem;
    display: block;
    text-align: center; }
    @media screen and (min-width: 48em) {
      header.header-main .logo {
        margin: 0;
        text-align: left; } }
  header.header-main .tel {
    display: none;
    font-weight: 400; }
    @media screen and (min-width: 48em) {
      header.header-main .tel {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5em; } }
    @media screen and (min-width: 66em) {
      header.header-main .tel {
        width: 50%;
        font-size: 1.75em; } }
    header.header-main .tel a {
      font-size: 0.75em;
      font-weight: 400;
      text-decoration: none; }
  header.header-main .header-social {
    text-align: right; }
    header.header-main .header-social .social,
    header.header-main .header-social .button {
      display: none;
      vertical-align: middle; }
    header.header-main .header-social .social {
      margin-right: 0.5rem;
      display: none;
      color: #EBB32F; }
      @media screen and (min-width: 66em) {
        header.header-main .header-social .social {
          display: inline-block; } }
      header.header-main .header-social .social.social_mail:hover {
        color: #d39a14; }
    header.header-main .header-social .button {
      padding: 0.5rem; }
      @media screen and (min-width: 48em) {
        header.header-main .header-social .button {
          display: inline-block; } }
    @media screen and (min-width: 48em) {
      header.header-main .header-social {
        width: 30%;
        display: inline-block;
        vertical-align: middle; } }
    @media screen and (min-width: 66em) {
      header.header-main .header-social {
        width: 50%; } }
  header.header-main .search {
    width: 100%;
    margin: 0.25rem auto; }
    header.header-main .search .tel {
      margin-top: 1rem;
      display: inline-block;
      vertical-align: middle;
      font-size: 1.75em; }
      @media screen and (min-width: 48em) {
        header.header-main .search .tel {
          display: none; } }
    header.header-main .search input {
      width: 100%;
      margin: 0 auto;
      padding-left: 3rem;
      display: none;
      background-image: url(../img/icons/search-icon.png);
      background-image: linear-gradient(transparent, transparent), url(../img/icons/search-icon.svg);
      background-repeat: no-repeat;
      background-position: left 20px center; }
      @media screen and (min-width: 48em) {
        header.header-main .search input {
          display: block; } }
    @media screen and (min-width: 48em) {
      header.header-main .search {
        margin-top: 0.5rem; } }

.social-more .social {
  color: #4D4D4D; }

@media screen and (min-width: 73em) {
  .generic-mainContent .col-12 {
    max-width: 60%; } }
.callback {
  margin-top: 4rem;
  padding: 1rem 0;
  text-align: center;
  background-color: #5D6F78; }
  .callback h3 {
    color: #fff; }
  @media screen and (min-width: 34.6875em) {
    .callback {
      padding: 5.625em 0; } }

.partners {
  padding: 2rem;
  text-align: center;
  background-color: #EBB32F; }
  .partners .social {
    margin-top: 1rem;
    display: block; }

footer.footer-main {
  padding: 1rem;
  background-color: #d39a14; }
  @media screen and (min-width: 34.6875em) {
    footer.footer-main {
      padding: 2rem; } }

.sliding-menu-button {
  padding: 1rem 1.5rem;
  display: inline-block;
  float: right;
  position: relative;
  font-size: 1em;
  color: #fff;
  background-color: #EBB32F;
  outline: none;
  cursor: pointer; }
  @media screen and (min-width: 48em) {
    .sliding-menu-button {
      display: none; } }

.sliding-menu-content {
  height: 100%;
  width: 75%;
  position: fixed;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  z-index: 999999;
  background-color: #666666;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .sliding-menu-content li a {
    padding: 1em;
    border-bottom: 1px solid #595959;
    display: block;
    font-weight: bold;
    color: #fff; }
    .sliding-menu-content li a:hover {
      color: #fff;
      background-color: #595959; }
  .sliding-menu-content .button {
    margin-bottom: 1rem;
    display: block; }
  .sliding-menu-content.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    border-right: 1px solid #595959;
    box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.4); }

.menu-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 999998;
  background-color: #595959;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  opacity: 0;
  visibility: hidden; }
  .menu-screen.is-visible {
    opacity: .4;
    visibility: visible; }

nav {
  background-color: #333333;
  color: #fff; }
  nav .contain {
    width: 100%;
    display: table; }
  nav ul {
    display: table-row; }
  nav li {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    nav li.current-menu-item a, nav li.current-page-ancestor a,
    nav li a:hover,
    nav li a:active {
      color: #4D4D4D;
      background-color: #EBB32F; }
    nav li a {
      padding: 1rem;
      display: block;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff; }

.nav_main {
  display: none; }
  @media screen and (min-width: 48em) {
    .nav_main {
      display: block; } }

.nav_mobile {
  text-align: center; }
  .nav_mobile ul, .nav_mobile li {
    width: 100%;
    display: block; }
  .nav_mobile a {
    width: 100%;
    display: block; }

.nav_subnavigation {
  margin-bottom: 3rem;
  background-color: #5D6F78; }
  .nav_subnavigation .contain {
    padding: 0;
    display: table;
    table-layout: fixed; }
    @media screen and (min-width: 48em) {
      .nav_subnavigation .contain {
        padding: 0 1rem; } }
  .nav_subnavigation ul {
    width: 100%;
    margin-bottom: 0;
    display: table-row; }
    .nav_subnavigation ul li {
      width: 100%;
      display: block;
      text-align: center;
      color: #fff; }
      .nav_subnavigation ul li a {
        width: 100%;
        padding: 0.5rem;
        display: block;
        font-weight: 900;
        font-style: normal;
        text-transform: uppercase;
        color: #fff; }
      .nav_subnavigation ul li.current_page_item a {
        color: #fff;
        background-color: #EBB32F; }
      @media screen and (min-width: 48em) {
        .nav_subnavigation ul li {
          display: table-cell;
          width: auto;
          margin-right: 0;
          border-left: solid 1px #fff;
          vertical-align: middle;
          position: relative;
          -webkit-transition: none;
          -moz-transition: none;
          transition: none; }
          .nav_subnavigation ul li:last-of-type {
            border-right: solid 1px #fff; }
          .nav_subnavigation ul li a {
            padding: 2rem 1rem; }
          .nav_subnavigation ul li:hover a::after, .nav_subnavigation ul li.selected a::after, .nav_subnavigation ul li.current_page_item a::after {
            content: "";
            width: 30px;
            height: 15px;
            margin-left: -30px;
            display: block;
            clear: both;
            position: absolute;
            bottom: -14px;
            left: 53%;
            z-index: 1;
            text-align: center;
            background-image: url(../img/icons/nav-arrow.png);
            background-image: linear-gradient(transparent, transparent), url(../img/icons/nav-arrow.svg);
            background-repeat: no-repeat;
            background-position: 50%; } }

.nav_left {
  margin-bottom: 4rem; }
  .nav_left .navControl {
    text-align: center; }
    .nav_left .navControl a {
      display: block;
      color: #fff;
      padding: 1rem;
      text-decoration: none;
      text-transform: uppercase; }
      .nav_left .navControl a:after {
        content: " ▸"; }
    @media screen and (min-width: 48em) {
      .nav_left .navControl {
        display: none; } }
    .nav_left .navControl a {
      text-align: left;
      background-color: #5D6F78; }
  .nav_left.is-visible .navControl a:after {
    content: " ▾"; }
  .nav_left.is-visible ul {
    display: block; }
  .nav_left ul {
    width: 100%;
    display: none; }
    @media screen and (min-width: 48em) {
      .nav_left ul {
        display: block; } }
  .nav_left li {
    width: 100%;
    border-bottom: solid 1px #fff;
    display: block;
    position: relative;
    z-index: 1; }
    .nav_left li:last-child {
      border-bottom: 0; }
    .nav_left li a {
      display: block;
      text-align: left;
      background-color: #5D6F78; }
    .nav_left li.current_page_item a, .nav_left li.selected, .nav_left li a:hover {
      color: #fff;
      background-color: #EBB32F; }
  @media screen and (min-width: 48em) {
    .nav_left {
      margin-bottom: 0; } }

.nav_footer {
  background-color: transparent; }
  .nav_footer .contain {
    padding: 0; }
  .nav_footer li {
    display: block;
    text-align: center; }
  .nav_footer a:hover {
    background-color: transparent; }

.pagination {
  background: transparent;
  margin-top: 1rem;
  float: right; }
  .pagination li {
    margin-right: 0.625em;
    display: inline-block; }
    .pagination li a,
    .pagination li a:hover {
      color: #4D4D4D;
      text-decoration: none; }
    .pagination li.active a {
      background: #EBB32F; }

.post-navigation {
  margin-top: 2rem;
  border-top: 1px solid #4D4D4D;
  padding-top: 2rem;
  margin-bottom: 2rem;
  background: transparent; }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .post-navigation .nav-previous,
      .post-navigation .nav-next {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .post-navigation .nav-previous:last-child,
        .post-navigation .nav-next:last-child {
          margin-right: 0; }
        .post-navigation .nav-previous:nth-child(2n),
        .post-navigation .nav-next:nth-child(2n) {
          margin-right: 0; }
        .post-navigation .nav-previous:nth-child(2n+1),
        .post-navigation .nav-next:nth-child(2n+1) {
          clear: left; } }
    .post-navigation .nav-previous a,
    .post-navigation .nav-next a {
      display: block;
      padding: 1rem;
      text-align: center;
      text-decoration: none; }
      .post-navigation .nav-previous a:hover,
      .post-navigation .nav-next a:hover {
        background: #EBB32F; }
  @media screen and (min-width: 48em) {
    .post-navigation .nav-previous {
      text-align: left; } }
  @media screen and (min-width: 48em) {
    .post-navigation .nav-next {
      text-align: right; } }

.slider {
  max-width: 980px;
  margin: 0 auto;
  position: relative; }

.slider .sliderDisplay {
  max-width: 980px;
  overflow: hidden;
  position: relative; }

.slider .sliderContent {
  position: relative; }

.slider .sliderItem {
  max-width: 980px;
  display: none;
  float: left; }

.slider .sliderItem:first-child {
  display: block; }

.slider .sliderControls {
  display: none; }

.slider .sliderControls ul {
  list-style: none;
  text-align: center; }

.slider .sliderControls li {
  margin-right: 10px;
  display: inline-block; }

.slider .sliderControls a {
  color: #333;
  text-decoration: none; }

.slider .sliderControls a:hover,
.slider .sliderControls a.selected {
  color: #73BADE; }

.slider .next,
.slider .prev {
  width: 39px;
  height: 50px;
  margin-top: -25px;
  display: none;
  opacity: 1;
  position: absolute;
  top: 50%; }

.slider .next {
  right: 0; }

.slider .prev {
  left: 0; }

.slider .next:hover,
.slider .prev:hover {
  opacity: 0.6; }

.slider_hero,
.slider_hero .sliderDisplay,
.slider_hero .sliderItem {
  max-width: 100%; }

.slider_hero .sliderItem {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .slider_hero .sliderItem .slider-overlay {
    margin: 0 auto;
    text-align: center;
    background-color: #EBB32F;
    background-color: rgba(251, 175, 51, 0.7); }
    .slider_hero .sliderItem .slider-overlay h1 {
      margin-bottom: 0; }
      .slider_hero .sliderItem .slider-overlay h1 .headline,
      .slider_hero .sliderItem .slider-overlay h1 .subline {
        display: block; }
      .slider_hero .sliderItem .slider-overlay h1 .subline {
        font-size: .5384615385em;
        color: #5D6F78; }
      .slider_hero .sliderItem .slider-overlay h1 .mainline {
        color: #fff; }
  @media screen and (min-width: 48em) {
    .slider_hero .sliderItem {
      height: 12.5em;
      padding: 0; } }

.slider_home {
  margin-bottom: 2rem; }
  .slider_home .sliderItem {
    height: 350px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .slider_home .sliderItem .slider-overlay {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (min-width: 48em) {
        .slider_home .sliderItem .slider-overlay {
          margin-top: 1rem; } }
      .slider_home .sliderItem .slider-overlay a {
        text-decoration: none;
        color: #fff; }
        .slider_home .sliderItem .slider-overlay a:hover {
          color: #4D4D4D; }
      @media screen and (min-width: 48em) {
        .slider_home .sliderItem .slider-overlay {
          width: 80%;
          position: static;
          top: 0;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
    .slider_home .sliderItem iframe {
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 48em) {
      .slider_home .sliderItem {
        height: 26.5625em; } }
  .slider_home .sliderControls {
    background-color: #5D6F78; }
    .slider_home .sliderControls .contain {
      padding: 0; }
    .slider_home .sliderControls ul {
      margin-bottom: 0; }
    .slider_home .sliderControls li {
      width: 100%;
      display: block;
      text-align: center; }
    .slider_home .sliderControls a {
      width: 100%;
      padding: 0.5rem;
      display: block;
      font-weight: 900;
      font-style: normal;
      text-transform: uppercase;
      color: #fff; }
      .slider_home .sliderControls a:hover, .slider_home .sliderControls a.selected {
        color: #fff;
        background-color: #EBB32F; }
    @media screen and (min-width: 48em) {
      .slider_home .sliderControls li {
        width: 25%;
        margin-right: 0;
        border-right: solid 1px #fff;
        display: inline-block;
        vertical-align: middle; }
        .slider_home .sliderControls li:first-child {
          border-left: solid 1px #fff; }
      .slider_home .sliderControls a {
        padding: 1rem;
        position: relative; }
        .slider_home .sliderControls a:hover::before, .slider_home .sliderControls a.selected::before {
          content: "";
          width: 30px;
          height: 15px;
          margin-left: -30px;
          display: block;
          clear: both;
          position: absolute;
          top: -15px;
          left: 53%;
          z-index: 1;
          text-align: center;
          background-image: url(../img/icons/nav-arrow-up.png);
          background-image: linear-gradient(transparent, transparent), url(../img/icons/nav-arrow-up.svg);
          background-repeat: no-repeat;
          background-position: 50%; } }

body.ie .slider_home .slider-overlay,
body.lumia .slider_home .slider-overlay {
  position: static;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.slider_banner .sliderItem {
  padding: 4rem 1rem;
  background-image: url(../img/theme/superboy-hero.jpg); }
  @media screen and (min-width: 66em) {
    .slider_banner .sliderItem .slider-overlay {
      width: 60%;
      float: right; } }
  @media screen and (min-width: 48em) {
    .slider_banner .sliderItem {
      min-height: 18.75em; } }
@media screen and (min-width: 48em) {
  .slider_banner.slider_largeBanner .sliderItem {
    min-height: 25em; }
    .slider_banner.slider_largeBanner .sliderItem .slider-overlay h1 {
      margin-bottom: 1rem;
      font-size: 2.25em; } }

.home .col-4-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .home .col-4-12:last-child {
    margin-right: 0; }
  @media screen and (min-width: 34.6875em) {
    .home .col-4-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .home .col-4-12:last-child {
        margin-right: 0; }
      .home .col-4-12:nth-child(2n) {
        margin-right: 0; }
      .home .col-4-12:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 73em) {
    .home .col-4-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .home .col-4-12:last-child {
        margin-right: 0; }
      .home .col-4-12:nth-child(2n) {
        margin-right: 0; }
      .home .col-4-12:nth-child(2n+1) {
        clear: left; } }
.home .col-8-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .home .col-8-12:last-child {
    margin-right: 0; }
  @media screen and (min-width: 34.6875em) {
    .home .col-8-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .home .col-8-12:last-child {
        margin-right: 0; }
      .home .col-8-12:nth-child(2n) {
        margin-right: 0; }
      .home .col-8-12:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 73em) {
    .home .col-8-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .home .col-8-12:last-child {
        margin-right: 0; }
      .home .col-8-12:nth-child(2n) {
        margin-right: 0; }
      .home .col-8-12:nth-child(2n+1) {
        clear: left; } }
  .home .col-8-12 .col-sub-88 {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 100%; }
    .home .col-8-12 .col-sub-88:last-child {
      margin-right: 0; }
  .home .col-8-12 .col-sub-84 {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 100%;
    width: 100%; }
    .home .col-8-12 .col-sub-84:last-child {
      margin-right: 0; }
    @media screen and (min-width: 73em) {
      .home .col-8-12 .col-sub-84 {
        float: left;
        display: block;
        margin-right: 3.5786636068%;
        width: 48.2106681966%; }
        .home .col-8-12 .col-sub-84:last-child {
          margin-right: 0; } }

.module_reasonsToSwitch {
  padding: 2rem;
  text-transform: uppercase;
  text-align: center; }
  .module_reasonsToSwitch h1 {
    margin-top: 1rem;
    color: #fff; }
  .module_reasonsToSwitch li {
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-style: normal; }
    .module_reasonsToSwitch li:last-child {
      margin-bottom: 0; }

.module_globalIt {
  padding: 2rem;
  text-align: center; }
  .module_globalIt .button {
    margin-top: 1rem; }

.module_satisfied {
  padding: 1rem;
  background-image: url(../img/theme/satisfied-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  .module_satisfied .strapline {
    padding: 1rem;
    text-align: center;
    background-color: #fff; }
    .module_satisfied .strapline h1 {
      margin-bottom: 0;
      color: #EBB32F; }
    @media screen and (min-width: 48em) {
      .module_satisfied .strapline {
        width: 60%;
        float: right; } }
  @media screen and (min-width: 25.0625em) {
    .module_satisfied {
      width: 50%; } }
  @media screen and (min-width: 34.6875em) {
    .module_satisfied {
      height: 13.75em; } }

.module_testimonial {
  padding: 2rem; }
  .module_testimonial a {
    margin-top: 2rem;
    display: inline-block;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff; }
    .module_testimonial a span {
      margin-left: 1rem;
      font-size: small; }

.module_social {
  padding: 2rem;
  text-align: center; }
  .module_social h1 {
    margin: 2rem auto;
    color: #fff; }

.module_who {
  padding: 1rem; }
  .module_who .item {
    display: block;
    font-size: 1em;
    text-decoration: none;
    margin-bottom: 1.25em;
    padding-bottom: 1.25em;
    border-bottom: solid 1px #fff; }
    .module_who .item:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .module_who .item:before {
      margin-right: 1em;
      /*padding-top: 5px;*/
      float: left;
      content: '\25BA'; }
    .module_who .item a {
      text-decoration: none; }
    .module_who .item h2 {
      margin-bottom: 0;
      padding-left: 2rem;
      font-size: 1.25em;
      color: #fff; }
      @media screen and (min-width: 73em) {
        .module_who .item h2 {
          font-size: 1em; } }
  .module_who .item-content {
    margin-top: 0.3rem;
    padding-left: 2rem; }
  @media screen and (min-width: 73em) {
    .module_who {
      padding: 2rem 4rem; } }

.microsoftPartner {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 3rem; }
  .microsoftPartner .microsoftPartner-hero {
    background-image: url("../img/logos/microsoft-partner-hero.jpg");
    background-size: cover;
    min-height: 200px; }
  .microsoftPartner .module {
    text-align: center; }
  .microsoftPartner .button {
    display: block; }
  @media screen and (min-width: 48em) {
    .microsoftPartner .microsoftPartner-hero {
      display: table-cell;
      width: 66.6666666667%; }
    .microsoftPartner .module {
      display: table-cell;
      width: 33.3333333333%;
      padding: 6rem 1rem 4rem 1rem; }
      .microsoftPartner .module .button {
        margin-top: 4rem;
        display: inline-block; } }

.role {
  text-align: center; }
  .role h1 {
    color: #5D6F78; }
  .role h2 {
    color: #EBB32F; }
  .role .role-hero {
    margin: 2rem auto;
    position: relative; }
    .role .role-hero .flip-container, .role .role-hero .front, .role .role-hero .back {
      width: 250px;
      height: 250px; }
    .role .role-hero .flip-container {
      margin: 0 auto 20px auto; }
      @media screen and (min-width: 48em) {
        .role .role-hero .flip-container {
          width: 48%;
          display: inline-block;
          vertical-align: middle; } }
      @media screen and (min-width: 73em) {
        .role .role-hero .flip-container {
          width: auto;
          margin: 0 auto;
          display: block;
          position: absolute; }
          .role .role-hero .flip-container.flip-container_persona-1 {
            top: 0;
            left: 475px; }
          .role .role-hero .flip-container.flip-container_persona-2 {
            top: 240px;
            left: 700px; }
          .role .role-hero .flip-container.flip-container_persona-3 {
            bottom: 10px;
            left: 475px; }
          .role .role-hero .flip-container.flip-container_persona-4 {
            top: 240px;
            left: 250px; } }
    .role .role-hero .flipper .front, .role .role-hero .flipper .back {
      margin: 0 auto;
      border-radius: 100%; }
      @media screen and (min-width: 73em) {
        .role .role-hero .flipper .front, .role .role-hero .flipper .back {
          position: absolute;
          top: 0;
          left: 0; } }
    .role .role-hero .flipper a {
      text-decoration: none; }
    .role .role-hero .flipper .front {
      z-index: 2; }
    .role .role-hero .flipper .back {
      padding: 35px 10px 10px 10px;
      display: none;
      background-color: #EBB32F; }
    .role .role-hero .flipper:hover .front {
      display: none; }
    .role .role-hero .flipper:hover .back {
      display: block; }
    @media screen and (min-width: 73em) {
      .role .role-hero {
        height: 720px;
        background-image: url(../img/theme/role-hero/role-background.png);
        background-image: linear-gradient(transparent, transparent), url(../img/theme/role-hero/role-background.svg);
        background-repeat: no-repeat;
        background-position: center center; } }
  .role .role-main {
    font-size: 1.25em; }
    @media screen and (min-width: 48em) {
      .role .role-main {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-left: 25.5894128995%; }
        .role .role-main:last-child {
          margin-right: 0; } }
  .role .role-section {
    margin-bottom: 4rem;
    text-align: left; }
    @media screen and (min-width: 48em) {
      .role .role-section {
        padding-bottom: 3rem;
        border-bottom: solid 1px #4D4D4D; } }
    .role .role-section h1 {
      color: #000; }
    .role .role-section.role-section_secondary {
      margin-bottom: 0; }
      .role .role-section.role-section_secondary .contain {
        padding-bottom: 0;
        border-bottom: none; }
      .role .role-section.role-section_secondary .col-4, .role .role-section.role-section_secondary .nav_footer li, .nav_footer .role .role-section.role-section_secondary li {
        margin-bottom: 4rem; }
        .role .role-section.role-section_secondary .col-4:last-child, .role .role-section.role-section_secondary .nav_footer li:last-child, .nav_footer .role .role-section.role-section_secondary li:last-child {
          margin-bottom: 0; }
        @media screen and (min-width: 48em) {
          .role .role-section.role-section_secondary .col-4, .role .role-section.role-section_secondary .nav_footer li, .nav_footer .role .role-section.role-section_secondary li {
            margin-bottom: 0; } }

.team .team-hero {
  width: 100%;
  display: none;
  position: relative;
  text-align: center;
  overflow: auto;
  background-color: #5D6F78; }
  .team .team-hero img {
    max-width: none; }
  .team .team-hero .scrollingHotSpotLeft {
    width: 10%;
    min-width: 75px;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    background-image: url(../img/icons/arrow_left.gif);
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.35;
    -moz-opacity: 0.35;
    filter: alpha(opacity=35);
    zoom: 1;
    cursor: w-resize; }
    @media screen and (min-width: 48em) {
      .team .team-hero .scrollingHotSpotLeft {
        display: block; } }
  .team .team-hero .scrollingHotSpotRight {
    width: 10%;
    min-width: 75px;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    background-image: url(../img/icons/arrow_right.gif);
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.35;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    zoom: 1;
    cursor: e-resize; }
    @media screen and (min-width: 48em) {
      .team .team-hero .scrollingHotSpotRight {
        display: block; } }
  .team .team-hero .scrollWrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .team .team-hero .scrollWrapper .scrollableArea {
      width: auto;
      height: 100%;
      position: relative; }
  @media screen and (min-width: 29.75em) {
    .team .team-hero {
      display: block; } }
.team .team-intro {
  padding: 4rem 1rem;
  text-align: center;
  background-color: #EDEEEF; }
  .team .team-intro p {
    margin: 0 auto;
    text-size: 1.25em;
    color: #5D6F78; }
    @media screen and (min-width: 73em) {
      .team .team-intro p {
        width: 50%; } }
.team .team-list {
  padding: 4rem 1rem 0 1rem;
  text-align: center; }
  .team .team-list h2 {
    color: #5D6F78; }
  @media screen and (min-width: 29.75em) {
    .team .team-list .listing_team li {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .team .team-list .listing_team li:last-child {
        margin-right: 0; }
      .team .team-list .listing_team li:nth-child(2n) {
        margin-right: 0; }
      .team .team-list .listing_team li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 48em) {
    .team .team-list .listing_team li {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .team .team-list .listing_team li:nth-child(2n) {
        margin-right: 2.3576515979%; }
      .team .team-list .listing_team li:nth-child(2n+1) {
        clear: none; }
      .team .team-list .listing_team li:last-child {
        margin-right: 0; }
      .team .team-list .listing_team li:nth-child(3n) {
        margin-right: 0; }
      .team .team-list .listing_team li:nth-child(3n+1) {
        clear: left; }
      .team .team-list .listing_team li:nth-last-child(1):nth-child(even) {
        margin-left: 34.1192171993%; } }
.team .team-member {
  margin-top: 1.875em; }
  .team .team-member .team-member-name,
  .team .team-member .team-member-position {
    margin-bottom: 0;
    font-size: 1.125em;
    font-weight: 600;
    text-transform: uppercase;
    color: #5D6F78; }

.mapContainer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .mapContainer .mapContainer-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .mapContainer .mapContainer-map img {
      max-width: none; }

.contact-details {
  margin-bottom: 1rem; }

@media screen and (min-width: 48em) {
  .book-callback fieldset {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    vertical-align: top; }
    .book-callback fieldset:last-child {
      margin-right: 0; }
    .book-callback fieldset:nth-child(2n) {
      margin-right: 0; }
    .book-callback fieldset:nth-child(2n+1) {
      clear: left; } }

.contact-ny {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid 5px #EDEEEF; }

article.alta a {
  text-decoration: none; }
article .leader-image {
  margin-bottom: 0.7rem; }
article p:first-of-type {
  /*font-weight: 900;*/ }

.sidebar .button {
  display: block;
  margin-bottom: 1rem; }
.sidebar .article-social {
  margin-bottom: 1rem;
  text-align: center; }
  .sidebar .article-social .article-social-links {
    padding: 2rem 1rem;
    background-color: black; }
  .sidebar .article-social .article-social-main {
    padding: 1rem;
    background-color: #5D6F78; }
    .sidebar .article-social .article-social-main .gamma {
      color: #fff; }
.sidebar .sidebar-unit {
  margin-bottom: 1rem; }
  .sidebar .sidebar-unit img {
    width: 100%; }
	
.faq-content p {
color:#fff!important;
}