@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

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

/* [+].col-xxs-, .col-tn- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12,
.col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative; }

@media (min-width: 384px) and (max-width: 479px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left; }
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-11 {
    width: 91.66666667%; }
  .col-xxs-10 {
    width: 83.33333333%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-8 {
    width: 66.66666667%; }
  .col-xxs-7 {
    width: 58.33333333%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-5 {
    width: 41.66666667%; }
  .col-xxs-4 {
    width: 33.33333333%; }
  .col-xxs-3 {
    width: 25%; }
  .col-xxs-2 {
    width: 16.66666667%; }
  .col-xxs-1 {
    width: 8.33333333%; }
  .col-xxs-pull-12 {
    right: 100%; }
  .col-xxs-pull-11 {
    right: 91.66666667%; }
  .col-xxs-pull-10 {
    right: 83.33333333%; }
  .col-xxs-pull-9 {
    right: 75%; }
  .col-xxs-pull-8 {
    right: 66.66666667%; }
  .col-xxs-pull-7 {
    right: 58.33333333%; }
  .col-xxs-pull-6 {
    right: 50%; }
  .col-xxs-pull-5 {
    right: 41.66666667%; }
  .col-xxs-pull-4 {
    right: 33.33333333%; }
  .col-xxs-pull-3 {
    right: 25%; }
  .col-xxs-pull-2 {
    right: 16.66666667%; }
  .col-xxs-pull-1 {
    right: 8.33333333%; }
  .col-xxs-pull-0 {
    right: auto; }
  .col-xxs-push-12 {
    left: 100%; }
  .col-xxs-push-11 {
    left: 91.66666667%; }
  .col-xxs-push-10 {
    left: 83.33333333%; }
  .col-xxs-push-9 {
    left: 75%; }
  .col-xxs-push-8 {
    left: 66.66666667%; }
  .col-xxs-push-7 {
    left: 58.33333333%; }
  .col-xxs-push-6 {
    left: 50%; }
  .col-xxs-push-5 {
    left: 41.66666667%; }
  .col-xxs-push-4 {
    left: 33.33333333%; }
  .col-xxs-push-3 {
    left: 25%; }
  .col-xxs-push-2 {
    left: 16.66666667%; }
  .col-xxs-push-1 {
    left: 8.33333333%; }
  .col-xxs-push-0 {
    left: auto; }
  .col-xxs-offset-12 {
    margin-left: 100%; }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxs-offset-0 {
    margin-left: 0; } }

@media (max-width: 383px) {
  .col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 {
    float: left; }
  .col-tn-12 {
    width: 100%; }
  .col-tn-11 {
    width: 91.66666667%; }
  .col-tn-10 {
    width: 83.33333333%; }
  .col-tn-9 {
    width: 75%; }
  .col-tn-8 {
    width: 66.66666667%; }
  .col-tn-7 {
    width: 58.33333333%; }
  .col-tn-6 {
    width: 50%; }
  .col-tn-5 {
    width: 41.66666667%; }
  .col-tn-4 {
    width: 33.33333333%; }
  .col-tn-3 {
    width: 25%; }
  .col-tn-2 {
    width: 16.66666667%; }
  .col-tn-1 {
    width: 8.33333333%; }
  .col-tn-pull-12 {
    right: 100%; }
  .col-tn-pull-11 {
    right: 91.66666667%; }
  .col-tn-pull-10 {
    right: 83.33333333%; }
  .col-tn-pull-9 {
    right: 75%; }
  .col-tn-pull-8 {
    right: 66.66666667%; }
  .col-tn-pull-7 {
    right: 58.33333333%; }
  .col-tn-pull-6 {
    right: 50%; }
  .col-tn-pull-5 {
    right: 41.66666667%; }
  .col-tn-pull-4 {
    right: 33.33333333%; }
  .col-tn-pull-3 {
    right: 25%; }
  .col-tn-pull-2 {
    right: 16.66666667%; }
  .col-tn-pull-1 {
    right: 8.33333333%; }
  .col-tn-pull-0 {
    right: auto; }
  .col-tn-push-12 {
    left: 100%; }
  .col-tn-push-11 {
    left: 91.66666667%; }
  .col-tn-push-10 {
    left: 83.33333333%; }
  .col-tn-push-9 {
    left: 75%; }
  .col-tn-push-8 {
    left: 66.66666667%; }
  .col-tn-push-7 {
    left: 58.33333333%; }
  .col-tn-push-6 {
    left: 50%; }
  .col-tn-push-5 {
    left: 41.66666667%; }
  .col-tn-push-4 {
    left: 33.33333333%; }
  .col-tn-push-3 {
    left: 25%; }
  .col-tn-push-2 {
    left: 16.66666667%; }
  .col-tn-push-1 {
    left: 8.33333333%; }
  .col-tn-push-0 {
    left: auto; }
  .col-tn-offset-12 {
    margin-left: 100%; }
  .col-tn-offset-11 {
    margin-left: 91.66666667%; }
  .col-tn-offset-10 {
    margin-left: 83.33333333%; }
  .col-tn-offset-9 {
    margin-left: 75%; }
  .col-tn-offset-8 {
    margin-left: 66.66666667%; }
  .col-tn-offset-7 {
    margin-left: 58.33333333%; }
  .col-tn-offset-6 {
    margin-left: 50%; }
  .col-tn-offset-5 {
    margin-left: 41.66666667%; }
  .col-tn-offset-4 {
    margin-left: 33.33333333%; }
  .col-tn-offset-3 {
    margin-left: 25%; }
  .col-tn-offset-2 {
    margin-left: 16.66666667%; }
  .col-tn-offset-1 {
    margin-left: 8.33333333%; }
  .col-tn-offset-0 {
    margin-left: 0; } }

/* [+] hidden-xxs */
@media (min-width: 384px) and (max-width: 479px) {
  .hidden-xxs {
    display: none !important; } }

/* [+] hidden-tn */
@media (max-width: 383px) {
  .hidden-tn {
    display: none !important; } }

/* [+] visible-xxs, visible-xxs-, visible-tn and visible-tn- */
.visible-xxs, .visible-tn {
  display: none !important; }

.visible-xxs-block, .visible-tn-block,
.visible-xxs-inline, .visible-tn-inline,
.visible-xxs-inline-block, .visible-tn-inline-block {
  display: none !important; }

@media (min-width: 384px) and (max-width: 479px) {
  .visible-xxs {
    display: block !important; }
  table.visible-xxs {
    display: table; }
  tr.visible-xxs {
    display: table-row !important; }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important; }
  .visible-xxs-block {
    display: block !important; }
  .visible-xxs-inline {
    display: inline !important; }
  .visible-xxs-inline-block {
    display: inline-block !important; } }

@media (max-width: 383px) {
  .visible-tn {
    display: block !important; }
  table.visible-tn {
    display: table; }
  tr.visible-tn {
    display: table-row !important; }
  th.visible-tn,
  td.visible-tn {
    display: table-cell !important; }
  .visible-tn-block {
    display: block !important; }
  .visible-tn-inline {
    display: inline !important; }
  .visible-tn-inline-block {
    display: inline-block !important; } }

/*!
 * Preboot v2
 * LESS version by @mdo, http://getpreboot.com
 *
 * Open sourced under MIT license by @mustangostang.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.position-relative {
  position: relative; }

.block {
  display: block; }

.overflow-hidden {
  overflow: hidden; }

.intrinsic-16x9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.intrinsic-8x5 {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%; }

.intrinsic-2x1 {
  width: 100%;
  height: 0;
  padding-bottom: 50%; }

.absolute-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity .3s linear; }

/*
* jQuery FlexSlider v2.5.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides .slide-image {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
* -DEFAULT- OUR THEME
* ====================================================================================================================*/
.flexslider {
  background: #ffffff;
  position: relative;
  zoom: 1;
  overflow: hidden; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  display: block; }

.flexslider .slides > li {
  position: relative; }

.hero-slider-module {
  color: white;
  z-index: 11; }
  .hero-slider-module .page-intro {
    margin-bottom: 0; }
  .hero-slider-module .animate-in {
    opacity: 0;
    filter: "alpha(opacity=0)"; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-control-nav {
  display: none !important;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 11; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging {
  opacity: 1 !important;
  transform: translateX(0px) !important; }

.flex-control-paging li a {
  width: 13px;
  height: 13px;
  display: block;
  background: white;
  cursor: pointer;
  text-indent: -9999px; }

.flex-control-paging li a:hover {
  opacity: 0.6;
  filter: "alpha(opacity=60)"; }

.flex-control-paging li a.flex-active {
  background: #fff300;
  cursor: default; }
  .flex-control-paging li a.flex-active:hover {
    opacity: 1;
    filter: "alpha(opacity=100)"; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0px 7px 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
  overflow: hidden;
  opacity: 1 !important;
  cursor: pointer;
  color: rgba(155, 155, 155, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "futurebrand-icons";
  font-size: 60px;
  display: inline-block;
  content: '\e801';
  color: #ffffff; }

.flex-direction-nav a.flex-next:before {
  content: '\e800'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; }
  .flex-direction-nav a {
    margin-top: 0; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.fancy-select {
  position: relative; }
  .fancy-select.disabled {
    opacity: 0.5; }

.fancy-select .trigger {
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border: 1px solid #282823;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out; }
  .fancy-select .trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #282823;
    top: 20px;
    right: 9px; }
  .fancy-select .trigger.open {
    background: #4A5368;
    border: 1px solid #282823;
    color: white; }
    .fancy-select .trigger.open:after {
      border-top-color: white; }

.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #019be6;
  box-shadow: 0 1px 2px rgba(40, 40, 35, 0.2);
  width: 100%;
  padding: 6px 0;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }
  .fancy-select ul.options.open {
    visibility: visible;
    top: 50px;
    opacity: 1;
    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
    transition: opacity 300ms ease-out, top 300ms ease-out; }

.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; }
  .fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    transition: opacity 300ms ease-out, bottom 300ms ease-out; }

.fancy-select ul.options li {
  padding: 6px 12px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  white-space: nowrap; }
  .fancy-select ul.options li.hover {
    color: white; }

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(153, 204, 51, 0.9); }

/* Overlay closing cross */
.overlay .overlay-close {
  position: absolute;
  right: 20px;
  top: 24px;
  overflow: hidden;
  border: none;
  color: #d8d8d8;
  outline: none;
  z-index: 100;
  font-size: 22px;
  background: transparent; }
  .overlay .overlay-close:hover {
    color: #ababab; }

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative; }

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative; }

.overlay ul li {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0; }

/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s; }

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s; }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px; }
  .overlay ul li {
    min-height: 34px; } }

/*====================================
=            Aspect Ratio            =
====================================*/
/**
 * Create a container which maintains a specific aspect ratio.
 *
 * All variables may be overwritten globally, or at runtime via mixin parameters.
 *
 * 1. Variables
 * 2. Mixins & mixin "Modifiers"
 */
/* 1. Variables
   ========================================================================== */
/*  2. Mixins
   ========================================================================== */
body {
  font: 15px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #282823; }

.stLarge {
  background: none !important;
  height: auto !important;
  width: auto !important; }

.max-width {
  max-width: 2560px;
  margin: 0 auto; }

a {
  text-decoration: none;
  color: inherit;
  font-weight: 900; }
  a:focus {
    outline: 0; }
  a.little-cta {
    font: 14px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    display: block;
    margin-top: 10px; }

p {
  line-height: 1.4;
  margin: 0; }

.vh {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.btn {
  display: inline-block;
  padding: 8px 40px;
  border: 1.5px solid;
  text-align: center;
  font: 15px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .btn:hover {
    color: #c6c6c6; }
  @media (max-width: 1200px) {
    .btn {
      padding-left: 30px;
      padding-right: 30px;
      font-size: 14px; } }

.center-block {
  float: none;
  display: block; }

.centered-cta-wrapper {
  text-align: center; }

.bColor.bColor--darkGrey.hl, .bColor.bColor--darkGrey .hl {
  color: #c6c6c6; }
  .bColor.bColor--darkGrey.hl.hl--light, .bColor.bColor--darkGrey .hl.hl--light {
    color: #c6c6c6; }
  .bColor.bColor--darkGrey.hl.hl--dark, .bColor.bColor--darkGrey .hl.hl--dark {
    color: #282823; }

.bColor.bColor--darkGrey.bg, .bColor.bColor--darkGrey .bg {
  background-color: #282823; }

.bColor.bColor--darkGrey .hover\:border-color-bg:hover {
  border-color: #282823; }

.bColor.bColor--darkGreen.hl, .bColor.bColor--darkGreen .hl {
  color: #00DC5A; }
  .bColor.bColor--darkGreen.hl.hl--light, .bColor.bColor--darkGreen .hl.hl--light {
    color: #00DC5A; }
  .bColor.bColor--darkGreen.hl.hl--dark, .bColor.bColor--darkGreen .hl.hl--dark {
    color: #00280A; }

.bColor.bColor--darkGreen.bg, .bColor.bColor--darkGreen .bg {
  background-color: #00280A; }

.bColor.bColor--darkGreen .hover\:border-color-bg:hover {
  border-color: #00280A; }

.bColor.bColor--darkRed.hl, .bColor.bColor--darkRed .hl {
  color: #FF3750; }
  .bColor.bColor--darkRed.hl.hl--light, .bColor.bColor--darkRed .hl.hl--light {
    color: #FF3750; }
  .bColor.bColor--darkRed.hl.hl--dark, .bColor.bColor--darkRed .hl.hl--dark {
    color: #460028; }

.bColor.bColor--darkRed.bg, .bColor.bColor--darkRed .bg {
  background-color: #460028; }

.bColor.bColor--darkRed .hover\:border-color-bg:hover {
  border-color: #460028; }

.bColor.bColor--darkPurple.hl, .bColor.bColor--darkPurple .hl {
  color: #9196FF; }
  .bColor.bColor--darkPurple.hl.hl--light, .bColor.bColor--darkPurple .hl.hl--light {
    color: #9196FF; }
  .bColor.bColor--darkPurple.hl.hl--dark, .bColor.bColor--darkPurple .hl.hl--dark {
    color: #1E0F32; }

.bColor.bColor--darkPurple.bg, .bColor.bColor--darkPurple .bg {
  background-color: #1E0F32; }

.bColor.bColor--darkPurple .hover\:border-color-bg:hover {
  border-color: #1E0F32; }

.bColor.bColor--darkYellow.hl, .bColor.bColor--darkYellow .hl {
  color: #FFC800; }
  .bColor.bColor--darkYellow.hl.hl--light, .bColor.bColor--darkYellow .hl.hl--light {
    color: #FFC800; }
  .bColor.bColor--darkYellow.hl.hl--dark, .bColor.bColor--darkYellow .hl.hl--dark {
    color: #281E0F; }

.bColor.bColor--darkYellow.bg, .bColor.bColor--darkYellow .bg {
  background-color: #281E0F; }

.bColor.bColor--darkYellow .hover\:border-color-bg:hover {
  border-color: #281E0F; }

.bColor.bColor--darkBlue.hl, .bColor.bColor--darkBlue .hl {
  color: #00DCBE; }
  .bColor.bColor--darkBlue.hl.hl--light, .bColor.bColor--darkBlue .hl.hl--light {
    color: #00DCBE; }
  .bColor.bColor--darkBlue.hl.hl--dark, .bColor.bColor--darkBlue .hl.hl--dark {
    color: #002337; }

.bColor.bColor--darkBlue.bg, .bColor.bColor--darkBlue .bg {
  background-color: #002337; }

.bColor.bColor--darkBlue .hover\:border-color-bg:hover {
  border-color: #002337; }

.bColor.bColor--brightGrey.hl, .bColor.bColor--brightGrey .hl {
  color: #282823; }
  .bColor.bColor--brightGrey.hl.hl--light, .bColor.bColor--brightGrey .hl.hl--light {
    color: #c6c6c6; }
  .bColor.bColor--brightGrey.hl.hl--dark, .bColor.bColor--brightGrey .hl.hl--dark {
    color: #282823; }

.bColor.bColor--brightGrey.bg, .bColor.bColor--brightGrey .bg {
  background-color: #c6c6c6; }

.bColor.bColor--brightGrey .hover\:border-color-bg:hover {
  border-color: #c6c6c6; }

.bColor.bColor--brightGreen.hl, .bColor.bColor--brightGreen .hl {
  color: #00280A; }
  .bColor.bColor--brightGreen.hl.hl--light, .bColor.bColor--brightGreen .hl.hl--light {
    color: #00DC5A; }
  .bColor.bColor--brightGreen.hl.hl--dark, .bColor.bColor--brightGreen .hl.hl--dark {
    color: #00280A; }

.bColor.bColor--brightGreen.bg, .bColor.bColor--brightGreen .bg {
  background-color: #00DC5A; }

.bColor.bColor--brightGreen .hover\:border-color-bg:hover {
  border-color: #00DC5A; }

.bColor.bColor--brightRed.hl, .bColor.bColor--brightRed .hl {
  color: #460028; }
  .bColor.bColor--brightRed.hl.hl--light, .bColor.bColor--brightRed .hl.hl--light {
    color: #FF3750; }
  .bColor.bColor--brightRed.hl.hl--dark, .bColor.bColor--brightRed .hl.hl--dark {
    color: #460028; }

.bColor.bColor--brightRed.bg, .bColor.bColor--brightRed .bg {
  background-color: #FF3750; }

.bColor.bColor--brightRed .hover\:border-color-bg:hover {
  border-color: #FF3750; }

.bColor.bColor--brightPurple.hl, .bColor.bColor--brightPurple .hl {
  color: #1E0F32; }
  .bColor.bColor--brightPurple.hl.hl--light, .bColor.bColor--brightPurple .hl.hl--light {
    color: #9196FF; }
  .bColor.bColor--brightPurple.hl.hl--dark, .bColor.bColor--brightPurple .hl.hl--dark {
    color: #1E0F32; }

.bColor.bColor--brightPurple.bg, .bColor.bColor--brightPurple .bg {
  background-color: #9196FF; }

.bColor.bColor--brightPurple .hover\:border-color-bg:hover {
  border-color: #9196FF; }

.bColor.bColor--brightYellow.hl, .bColor.bColor--brightYellow .hl {
  color: #281E0F; }
  .bColor.bColor--brightYellow.hl.hl--light, .bColor.bColor--brightYellow .hl.hl--light {
    color: #FFC800; }
  .bColor.bColor--brightYellow.hl.hl--dark, .bColor.bColor--brightYellow .hl.hl--dark {
    color: #281E0F; }

.bColor.bColor--brightYellow.bg, .bColor.bColor--brightYellow .bg {
  background-color: #FFC800; }

.bColor.bColor--brightYellow .hover\:border-color-bg:hover {
  border-color: #FFC800; }

.bColor.bColor--brightBlue.hl, .bColor.bColor--brightBlue .hl {
  color: #002337; }
  .bColor.bColor--brightBlue.hl.hl--light, .bColor.bColor--brightBlue .hl.hl--light {
    color: #00DCBE; }
  .bColor.bColor--brightBlue.hl.hl--dark, .bColor.bColor--brightBlue .hl.hl--dark {
    color: #002337; }

.bColor.bColor--brightBlue.bg, .bColor.bColor--brightBlue .bg {
  background-color: #00DCBE; }

.bColor.bColor--brightBlue .hover\:border-color-bg:hover {
  border-color: #00DCBE; }

.video-cta {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .video-cta:hover {
    opacity: 0.7; }
  .video-cta .cta-arrow {
    width: 44px;
    height: 44px;
    background: url(../images/cta-arrow.svg) no-repeat white center;
    display: inline-block; }
    .video-cta .cta-arrow:hover {
      opacity: 0.7; }
  .video-cta .cta-text {
    padding: 11px 20px;
    display: inline-block;
    vertical-align: top;
    font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .video-cta .cta-colour-blue {
    background-color: #1155A7;
    color: white; }
  .video-cta .cta-colour-red {
    background-color: #ec2017;
    color: white; }
  .video-cta .cta-colour-white {
    background-color: white;
    color: #282823; }
  @media (max-width: 767px) {
    .video-cta .cta-arrow {
      width: 40px;
      height: 40px; } }

.thought-leadership .article-with-cta-boxes-module {
  padding-top: 30px; }

.thought-leadership .casestudy-copy-module.two-column {
  padding-bottom: 60px; }

.formbuilder2 {
  margin-top: 30px;
  margin-bottom: 200px;
  padding: 0 10px; }
  .formbuilder2 label {
    color: #212121; }
  .formbuilder2 .field {
    position: relative;
    margin: 0 0 24px;
    float: left;
    width: 100%; }
  .formbuilder2 .first-name,
  .formbuilder2 .last-name {
    float: left;
    width: 48%; }
  .formbuilder2 .last-name {
    margin-left: 4%; }
  .formbuilder2 input,
  .formbuilder2 textarea {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 14px;
    line-height: normal; }
  .formbuilder2 button {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #282823;
    border-width: 0;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    text-transform: none; }

.transition-alpha {
  transition: opacity .3s ease .3s; }
  .transition-alpha[aria-hidden="true"] {
    visibility: hidden;
    position: absolute;
    top: 0;
    opacity: 0;
    max-height: 80vh;
    max-height: calc( 100vh - 200px);
    overflow: hidden; }

@font-face {
  font-family: 'chronicle-italic';
  src: url("../fonts/ChronicleTextG1-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleTextG1-Italic.otf") format("opentype"), url("../fonts/ChronicleTextG1-Italic.woff") format("woff"), url("../fonts/ChronicleTextG1-Italic.ttf") format("truetype"), url("../fonts/ChronicleTextG1-Italic.svg#ChronicleTextG1-Italic") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'relative-bold';
  src: url("/build/fonts/Relative-Bold-Web.eot");
  src: url("/build/fonts/Relative-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Relative-Bold-Web.woff") format("woff"), url("/build/fonts/Relative-Bold-Web.woff2") format("woff2"), url("/build/fonts/Relative-Bold-Web.ttf") format("truetype"), url("/build/fonts/Relative-Bold-Web.svg#Relative-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'relative';
  src: url("/build/fonts/Relative-Medium-Web.eot");
  src: url("/build/fonts/Relative-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Relative-Medium-Web.woff") format("woff"), url("/build/fonts/Relative-Medium-Web.woff2") format("woff2"), url("/build/fonts/Relative-Medium-Web.ttf") format("truetype"), url("/build/fonts/Relative-Medium-Web.svg#Relative-Medium") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'relative';
  src: url("/build/fonts/Relative-Book-Web.eot");
  src: url("/build/fonts/Relative-Book-Web.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Relative-Book-Web.woff") format("woff"), url("/build/fonts/Relative-Book-Web.woff2") format("woff2"), url("/build/fonts/Relative-Book-Web.ttf") format("truetype"), url("/build/fonts/Relative-Book-Web.svg#Relative-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'futurebrand-icons';
    src: url('../font/futurebrand-icons.svg?73470681#futurebrand-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "futurebrand-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-right-open-big:before {
  content: '\e800'; }

/* '' */
.icon-left-open-big:before {
  content: '\e801'; }

/* '' */
.icon-mail-alt:before {
  content: '\e802'; }

/* '' */
.icon-phone:before {
  content: '\e803'; }

/* '' */
.icon-location:before {
  content: '\e804'; }

/* '' */
.icon-share:before {
  content: '\e805'; }

/* '' */
.icon-cancel:before {
  content: '\e806'; }

/* '' */
nav {
  height: 56px; }
  nav .brand {
    display: inline-block;
    margin-left: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/futurebrand-logo-2017.png);
    background-image: linear-gradient(transparent, transparent), url(../images/futurebrand-logo-2017.svg);
    width: 203px;
    height: 27px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0px;
    text-indent: -100em; }
    @media (max-width: 767px) {
      nav .brand {
        width: 140px;
        height: 19px;
        margin-top: 27px;
        margin-left: 22px; } }
  nav ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    margin-top: 40px;
    margin-right: 25px; }
    nav ul.menu li {
      display: inline-block;
      margin-right: 18px; }
    nav ul.menu a {
      font: 15px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      padding: 7px 0 6px 0; }
      nav ul.menu a.active, nav ul.menu a:hover {
        border-bottom: 1.5px solid; }

.burger {
  margin-right: 30px;
  margin-top: 34px;
  cursor: pointer; }
  .burger .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin-top: 5px; }
  @media (max-width: 767px) {
    .burger {
      margin-right: 22px;
      margin-top: 25px; } }

.overlay {
  background-color: rgba(40, 40, 35, 0.9);
  z-index: 100000; }
  .overlay ul li {
    padding: 12px 0; }
    .overlay ul li a {
      font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .overlay ul li a:hover, .overlay ul li a.active {
        color: #ababab; }
  .overlay nav {
    top: 100px; }

body.header-white-bg .fullwidth-wrapper-header {
  position: relative;
  background-color: white;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.header-white-bg .fullwidth-wrapper-header {
      padding-bottom: 20px; } }

body.header-black-bg .fullwidth-wrapper-header {
  position: relative;
  background-color: #282823; }

body.header-black-bg.header-white-text .fullwidth-wrapper-header {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.header-black-bg.header-white-text .fullwidth-wrapper-header {
      padding-bottom: 20px; } }

body.header-transparent-bg .fullwidth-wrapper-header {
  background-color: transparent; }

body.header-black-text #header .brand, body.static-head #header .brand {
  background-image: url(../images/futurebrand-logo-2017-black.png);
  background-image: linear-gradient(transparent, transparent), url(../images/futurebrand-logo-2017-black.svg); }

body.header-black-text #header .bar, body.static-head #header .bar {
  background-color: #282823; }

body.header-black-text #header .menu a, body.static-head #header .menu a {
  color: #282823; }

body.header-black-border #header {
  border-bottom: 1px solid;
  padding-bottom: 50px; }

body.header-white-border #header {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 50px; }

body.header-white-text #header .brand {
  background-image: url(../images/futurebrand-logo-2017.png);
  background-image: linear-gradient(transparent, transparent), url(../images/futurebrand-logo-2017.svg); }

body.header-white-text #header .bar {
  background-color: white; }

body.header-white-text #header .menu a {
  color: white; }

body.static-head .fullwidth-wrapper-header {
  position: static;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    body.static-head .fullwidth-wrapper-header {
      margin-top: 0;
      margin-bottom: 10px;
      padding-bottom: 0; } }

footer {
  color: white;
  min-height: 235px;
  padding: 40px;
  position: relative; }
  footer .brand {
    display: block;
    max-width: 20em;
    margin-bottom: 60px;
    height: auto !important; }
  footer a {
    font-weight: 400;
    color: #c6c6c6; }
  footer svg {
    height: 29px; }
    @media (max-width: 767px) {
      footer svg {
        height: 20px; } }
  footer .slogan {
    font: 36px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 130px;
    line-height: 1em;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 0.9em; }
  footer .sub-slogan {
    width: 240px;
    line-height: 1.6em;
    font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 40px;
    padding-bottom: 30px; }

.module {
  background-color: #fff; }

.page-title {
  font: 52px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  text-align: center;
  margin: 0px; }

.page-intro {
  font: 52px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #c6c6c6;
  margin: 0 auto;
  margin-bottom: 23px; }
  .page-intro p {
    line-height: inherit; }

.hero-module {
  min-height: 500px; }

.hero-copy {
  margin: 110px auto 0 auto; }

.module-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 45px;
  text-align: center; }
  @media (max-width: 767px) {
    .module-title {
      margin-top: 90px;
      margin-bottom: 40px; } }
  @media (max-width: 480px) {
    .module-title {
      margin-top: 60px;
      margin-bottom: 30px; } }
  .module-title.static {
    margin: 0;
    max-width: 100%; }
    @media (max-width: 767px) {
      .module-title.static {
        font-size: 21px; } }

.module-subtitle {
  font: 21px "chronicle-italic", Georgia, "Times New Roman", Times, serif;
  margin: 0;
  text-align: center; }

.module-copy {
  font: 15px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 15px auto 20px auto; }
  .module-copy--rte * + * {
    margin-top: 1em; }

.text-columns {
  padding-bottom: 80px; }
  .text-columns .module-title {
    margin-bottom: 15px; }
  .text-columns-title {
    font: 24px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 30px 0px; }
  .text-columns-copy {
    font: 15px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px; }

.text-boxes-intro {
  font: 24px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 30px 0px; }

.text-boxes-copy {
  font: 15px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0px; }

.casestudy-copy-module {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 480px) {
    .casestudy-copy-module {
      padding-left: 25px;
      padding-right: 25px; } }
  .casestudy-copy-module .module-title {
    margin-top: 45px;
    margin-bottom: 35px; }
  .casestudy-copy-module .module-intro {
    margin-top: 35px;
    font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .casestudy-copy-module .module-intro {
        font-size: 18px; } }
  .casestudy-copy-module .module-copy {
    margin-top: 40px; }
  .casestudy-copy-module.two-column {
    padding-left: 20px;
    padding-right: 20px; }
    .casestudy-copy-module.two-column .wrapper {
      padding: 0 30px; }
      @media (max-width: 480px) {
        .casestudy-copy-module.two-column .wrapper {
          padding-left: 0;
          padding-right: 0; } }
  .casestudy-copy-module p + p {
    margin-top: 20px; }

.casestudy-copy-module--withBody + .fullwidth-wrapper-hero-cta,
.casestudy-copy-module--withBody + .casestudy-embed-module {
  margin-top: 70px; }

.casestudy-copy-module--withBody + .article-boxes-module,
.casestudy-copy-module--withBody + .article-with-cta-boxes-module--withoutTitle,
.casestudy-copy-module--withBody + .flexslider {
  padding-top: 70px; }

.article-breakout-module {
  padding: 50px 0 30px 0;
  position: relative; }
  .article-breakout-module .article-title {
    font: 21px "chronicle-italic", Georgia, "Times New Roman", Times, serif;
    margin: 0 0 15px 0; }
  .article-breakout-module .article-intro {
    font: 24px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 20px; }
  .article-breakout-module .article-copy {
    font: 15px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 20px; }
  .article-breakout-module .article-graphic {
    position: absolute;
    bottom: -30px; }
  .article-breakout-module .centered-cta-wrapper {
    margin-top: 50px; }

.call-out-module {
  padding-bottom: 30px; }
  .call-out-module .module-copy {
    margin-bottom: 0; }

.centred-and-constrained,
.page-intro,
.module-intro,
.module-copy {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.fullwidth-wrapper {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  background-position: center; }
  .fullwidth-wrapper-header {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0; }
    .fullwidth-wrapper-header .container {
      max-width: 940px; }
  .fullwidth-wrapper-footer {
    background-color: #282823;
    padding-bottom: 10px; }
  .fullwidth-wrapper-hero-cta {
    color: white; }
  .fullwidth-wrapper-futurebrand-timeline {
    background-color: #e5e5e5; }

.module-colour-white,
.article-cta-box .module-colour-white {
  background: white;
  color: #282823; }

.module-colour-blue,
.article-cta-box .module-colour-blue {
  background: #019be6;
  color: white; }

.module-colour-yellow,
.article-cta-box .module-colour-yellow {
  background: #fff300;
  color: #282823; }

.module-colour-purple,
.article-cta-box .module-colour-purple {
  background: #6f215b;
  color: white; }

@media (min-width: 1200px) {
  .container {
    width: 1080px; } }

.related-projects-module .module-title,
.related-news-module .module-title {
  margin-bottom: 30px; }

.article-boxes-module {
  background-color: white; }
  .article-boxes-module .module-title {
    margin-bottom: 30px; }

.article-box-wrap {
  min-height: 0px; }

.article-on-state {
  display: none; }

.article-box {
  position: relative;
  display: block;
  overflow: hidden; }
  .article-box .article-body {
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }
    .article-box .article-body .article-overlay {
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.65);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
    .article-box .article-body .body-wrapper {
      max-width: 80%;
      text-align: center; }
  .article-box .article-title {
    font: 26px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  .article-box .article-tagline {
    font: 26px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: -4px auto 35px auto;
    color: #c6c6c6; }
  .article-box .article-teaser {
    margin-top: 39px;
    margin-bottom: 65px;
    line-height: 1.5em !important; }

.hero-client-module .article-box {
  position: relative; }
  .hero-client-module .article-box .article-body {
    position: absolute;
    bottom: 30px;
    padding: 23px 16px;
    background-color: #fff300;
    color: #282823;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .hero-client-module .article-box .article-body .article-title {
      font-size: 30px; }
    .hero-client-module .article-box .article-body .slide-in {
      display: none; }

@media (max-width: 767px) {
  .hero-client-module .article-box-wrap {
    padding: 0; }
    .hero-client-module .article-box-wrap .article-body {
      position: static; } }

.a2a_dd {
  font-family: "relative", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.news-box {
  position: relative; }
  .news-box .entry-body {
    padding: 25px 15px 28px 40px;
    color: #282823;
    width: 100%; }
    .news-box .entry-body .date {
      margin-right: 10px; }
    .news-box .entry-body .date,
    .news-box .entry-body .a2a_dd {
      display: inline; }
    .news-box .entry-body .a2a_dd {
      cursor: pointer;
      font-weight: 400; }
      .news-box .entry-body .a2a_dd:hover {
        color: #c6c6c6; }
    .news-box .entry-body .icon-share {
      margin-right: 5px; }
    @media (max-width: 767px) {
      .news-box .entry-body {
        padding-left: 22px; } }
  .news-box .entry-title {
    display: block;
    font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #afafaf; }
    .news-box .entry-title strong {
      font-size: 21px;
      color: #282823; }
    .news-box .entry-title:hover, .news-box .entry-title:focus {
      color: #282823; }
    @media (max-width: 991px) {
      .news-box .entry-title {
        max-width: none;
        font-size: 21px; } }

.news-detail-container {
  padding: 100px 0 70px 0; }

.news-detail,
.leadership-detail {
  max-width: 42em;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .news-detail,
    .leadership-detail {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 480px) {
    .news-detail,
    .leadership-detail {
      font-size: 14px; } }
  .news-detail .entry-type,
  .leadership-detail .entry-type {
    color: #afafaf;
    font-size: 1.6em; }
  .news-detail article .entry-title,
  .leadership-detail article .entry-title {
    font-family: "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    margin: 0 0 15px 0;
    line-height: 1.2;
    max-width: 15em; }
  .news-detail article .entry-teaser,
  .leadership-detail article .entry-teaser {
    font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    max-width: 30em;
    margin-top: 15px;
    margin-bottom: 30px; }
  .news-detail article .date,
  .leadership-detail article .date {
    padding-right: 10px; }
  .news-detail article .featured-image,
  .leadership-detail article .featured-image {
    margin-top: 30px;
    margin-bottom: 35px; }
  .news-detail article .entry-intro,
  .leadership-detail article .entry-intro {
    font-family: "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.46667em; }
    .news-detail article .entry-intro p,
    .leadership-detail article .entry-intro p {
      line-height: 1.2; }
  .news-detail article .entry-body .pullquote,
  .leadership-detail article .entry-body .pullquote {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797; }
  .news-detail article .entry-body > :not(:last-child),
  .leadership-detail article .entry-body > :not(:last-child) {
    margin-bottom: 30px; }
  .news-detail article .entry-text,
  .leadership-detail article .entry-text {
    font: 15px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .news-detail article .entry-text p, .news-detail article .entry-text ul,
    .leadership-detail article .entry-text p,
    .leadership-detail article .entry-text ul {
      margin: 0 0 30px 0;
      line-height: 1.4em; }
    .news-detail article .entry-text h2,
    .leadership-detail article .entry-text h2 {
      margin: 20px 0; }
    .news-detail article .entry-text h3,
    .leadership-detail article .entry-text h3 {
      font: 24px "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 20px 0; }
    .news-detail article .entry-text h4,
    .leadership-detail article .entry-text h4 {
      font: 21px "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 20px 0; }
    .news-detail article .entry-text h5,
    .leadership-detail article .entry-text h5 {
      font: 15px "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 20px 0; }
    .news-detail article .entry-text a,
    .leadership-detail article .entry-text a {
      text-decoration: underline; }
      .news-detail article .entry-text a:hover,
      .leadership-detail article .entry-text a:hover {
        text-decoration: none; }
    .news-detail article .entry-text figure,
    .leadership-detail article .entry-text figure {
      margin-left: 0;
      margin-right: 0; }
      .news-detail article .entry-text figure img,
      .leadership-detail article .entry-text figure img {
        display: block;
        max-width: 100%;
        height: auto !important; }

.sidebar .sidebar-box {
  margin-bottom: 35px; }

.sidebar .sidebar-title {
  font: 15px "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px; }

.sidebar .author-box {
  background-color: #009db2;
  width: 100%; }
  .sidebar .author-box img {
    float: left; }
    @media (max-width: 991px) and (min-width: 767px) {
      .sidebar .author-box img {
        display: none; } }
  .sidebar .author-box .details {
    float: left;
    color: white;
    padding: 18px 10px 10px 10px;
    font-size: 14px; }
    .sidebar .author-box .details .entry-author {
      font-family: "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 10px; }

.sidebar .related-entry {
  background-color: white;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%; }
  .sidebar .related-entry .related-image {
    float: left; }
    .sidebar .related-entry .related-image img {
      width: 85px;
      padding-right: 15px; }
  .sidebar .related-entry .details {
    float: left;
    width: 70%; }
  .sidebar .related-entry .entry-title {
    font: 15px "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin: 0; }
  .sidebar .related-entry .date {
    font: 14px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 5px; }

.sidebar .break-in-twos {
  display: inline-block; }

.sidebar .share-icon .stButton {
  margin: 0 5px 3px 0; }
  .sidebar .share-icon .stButton .stLarge {
    background: url("../images/share-icon-sprite.png") !important;
    background-size: 200% !important;
    width: 64px;
    height: 49px; }

.sidebar .share-icon.st_googleplus_large .stLarge {
  background-position: top right !important; }

.sidebar .share-icon.st_twitter_large .stLarge {
  background-position: bottom left !important; }

.sidebar .share-icon.st_email_large .stLarge {
  background-position: bottom right !important; }

.pagination-links {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  top: 50%;
  position: -webkit-sticky;
  position: sticky; }
  .pagination-links:before, .pagination-links:after {
    content: '';
    display: table; }
  @media (max-width: 767px) {
    .pagination-links {
      display: none; } }

.pagination-link {
  width: 50px;
  height: 50px;
  background: url(../images/cta-arrow.svg) no-repeat white center;
  background-size: 50px 50px;
  display: inline-block; }
  .pagination-link:hover {
    opacity: 0.7; }
  .pagination-link--left {
    transform: rotate(180deg);
    margin-left: calc(50% - 50vw + 20px); }
  .pagination-link--right {
    float: right;
    margin-right: calc(50% - 50vw + 20px); }

@supports (display: flex) {
  @media (max-width: 767px) {
    .news-detail {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .pagination-links {
      order: 2;
      position: static;
      display: block;
      height: auto; } } }

.hero-height {
  position: relative;
  min-height: 500px; }

.gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65), transparent);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.65)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.65), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='argb(rgba(0, 0, 0, 0.65))', endColorstr='argb(transparent)', GradientType=0)";
  z-index: 10; }

.fullwidth-wrapper-hero-cta {
  position: relative;
  overflow: hidden;
  max-height: 56.25vw;
  padding-top: 56.25%; }
  .fullwidth-wrapper-hero-cta video,
  .fullwidth-wrapper-hero-cta img {
    position: absolute;
    z-index: 0;
    display: block;
    height: 101%;
    width: 101%;
    max-width: none;
    margin: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover; }
  @media (max-width: 991px) {
    .fullwidth-wrapper-hero-cta {
      min-height: 560px;
      max-height: none; }
      .contact-us .fullwidth-wrapper-hero-cta {
        min-height: auto; } }
  @media (min-width: 992px) {
    .contact-us .fullwidth-wrapper-hero-cta {
      padding-top: 37.85%; } }

.flexslider .slides > li {
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .flexslider .slides > li {
      overflow: hidden;
      position: relative; }
      .flexslider .slides > li .slide {
        width: 100%;
        padding-top: 56.25%;
        /* 16:6 Aspect Ratio */
        position: relative;
        /* If you want text inside of it */ }
      .flexslider .slides > li img.hero-image,
      .flexslider .slides > li img.slide-image,
      .flexslider .slides > li img.casestudy-hero-image,
      .flexslider .slides > li video.hero-video-bg,
      .flexslider .slides > li video.flexslider-video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; } }

video.flexslider-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%; }

.hero-cta-module {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20; }
  .hero-cta-module .hero-copy {
    width: 80%;
    max-width: 900px;
    margin: 0 auto; }
    .hero-cta-module .hero-copy .page-intro {
      width: 90%; }
    .hero-cta-module .hero-copy .centered-cta-wrapper {
      margin-top: 20px; }
    .hero-cta-module .hero-copy .centered-ctas.video {
      margin: 30px 0; }
  @media (max-width: 991px) {
    .hero-cta-module .page-title {
      font-size: 32px; }
    .hero-cta-module .page-intro {
      display: none; }
    .hero-cta-module .hero-copy .centered-cta-wrapper {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .hero-cta-module .page-title {
      font-size: 36px;
      line-height: 1.2; }
    .hero-cta-module .hero-copy {
      max-width: 400px; }
    .hero-cta-module .hero-copy .centered-cta-wrapper {
      margin-top: 20px; } }

.secondary-cta-module .container {
  position: relative; }
  .secondary-cta-module .container .centered-cta {
    float: left;
    width: 100%;
    padding-bottom: 20px; }
    .secondary-cta-module .container .centered-cta .module-body {
      text-align: center;
      margin: 20px auto 0 auto;
      max-width: 510px; }
    .secondary-cta-module .container .centered-cta .module-intro {
      font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 30px; }
    .secondary-cta-module .container .centered-cta .btn {
      margin-bottom: 20px; }
  .secondary-cta-module .container .module-image {
    height: 90%;
    position: absolute;
    top: 0px; }

.capabilities-module {
  color: #282823;
  padding-bottom: 30px; }
  .capabilities-module .capabilities-list {
    margin: 30px auto 0 auto;
    max-width: 83%; }
    @media (max-width: 767px) {
      .capabilities-module .capabilities-list {
        max-width: none; } }
  .capabilities-module .capability-link {
    font-size: 21px;
    display: block;
    border-bottom: 1px solid #282823;
    margin-bottom: 60px;
    padding-bottom: 20px; }
    .capabilities-module .capability-link:hover {
      border-bottom-width: 3px;
      margin-bottom: 58px; }
    @media (max-width: 767px) {
      .capabilities-module .capability-link {
        font-size: 15px;
        margin-bottom: 50px;
        padding-bottom: 15px; }
        .capabilities-module .capability-link:hover {
          margin-bottom: 48px; } }
  @media (min-width: 481px) {
    .capabilities-module .capabilities-row {
      overflow: hidden; }
      @supports (display: flex) {
        .capabilities-module .capabilities-row {
          display: flex;
          width: 100%;
          flex-wrap: wrap; }
          .capabilities-module .capabilities-row .capability-col {
            display: flex;
            flex-direction: column; }
          .capabilities-module .capabilities-row .capability-link {
            flex-grow: 1; } } }
  .capabilities-module .capability-col {
    padding: 0 20px; }
    @media (min-width: 481px) {
      .capabilities-module .capability-col {
        display: inline;
        float: left; } }
    @media (min-width: 481px) and (max-width: 991px) {
      .capabilities-module .capability-col {
        width: 50%; }
        .capabilities-module .capability-col:nth-child(2n + 1) {
          clear: left; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .capabilities-module .capability-col {
        width: 33.33333%; }
        .capabilities-module .capability-col:nth-child(3n + 1) {
          clear: left; } }
    @media (min-width: 1200px) {
      .capabilities-module .capability-col {
        width: 25%; }
        .capabilities-module .capability-col:nth-child(4n + 1) {
          clear: left; } }

.capabilities.entry .approach-steps {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .capabilities.entry .approach-steps li {
    width: 120px;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none; }
    .capabilities.entry .approach-steps li:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      background: #282823;
      border-radius: 16px;
      margin-bottom: 20px;
      margin-top: -8px; }

.columns-cta-module,
.partner-module {
  padding-bottom: 30px; }
  .columns-cta-module .module-title,
  .partner-module .module-title {
    margin-top: 40px;
    margin-bottom: 35px; }
  .columns-cta-module .module-intro,
  .partner-module .module-intro {
    margin-bottom: 35px;
    font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .columns-cta-module .text-column,
  .partner-module .text-column {
    font-size: 21px;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center; }
  .columns-cta-module .cta,
  .partner-module .cta {
    margin-top: 35px; }
    .columns-cta-module .cta.why,
    .partner-module .cta.why {
      margin-bottom: 30px;
      border: 0;
      background: #282823;
      color: white; }
  .columns-cta-module:last-child,
  .partner-module:last-child {
    margin-bottom: 40px; }

.fullwidth-wrapper-approach-steps {
  margin-top: 50px; }

.partner-module {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 480px) {
    .partner-module {
      padding-left: 25px;
      padding-right: 25px; } }
  .partner-module .partner-logo {
    margin: 35px auto 10px auto;
    width: auto;
    max-width: 100%;
    max-height: 80px;
    display: block; }
  .partner-module .module-intro {
    margin-bottom: 0; }

.foresight {
  color: white;
  margin-bottom: 30px; }
  .foresight-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%; }
    .foresight-intro .module-title {
      margin: 0; }
    .foresight-intro .module-copy {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .foresight-intro .module-copy {
          margin-bottom: 20px; } }
  .foresight-body {
    background-color: #019be6;
    padding: 30px 30px 40px 50px; }
    @media (max-width: 767px) {
      .foresight-body {
        padding: 30px; } }
    .foresight-body .btn {
      margin-bottom: 30px; }
    .foresight-body-copy {
      margin: 20px 0 30px 0; }

.absolute-title {
  background-color: white;
  color: #282823;
  font-weight: 900;
  font-size: 21px;
  padding: 15px 13px 13px 45px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  min-width: 190px;
  display: block; }
  @media (max-width: 1200px) {
    .absolute-title {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .absolute-title {
      padding-left: 22px; } }

.leadership-box {
  /**
     * 1. Establish anchor for our absolutely positioned image
     * 2. Prevent potential overflow of image
     * 3. In case we have been applied to an inline element, make it block
     * 4. "tuck" our image into the aspect ratio area created
     * 5. Ensure the image scales
     * 6. If a width & height were provided, pass these to aspectRatio--size() mixin
     */
  /* 1 */
  position: relative;
  /* 2 */
  overflow: hidden;
  /* 3 */
  display: block;
  /* 6 */
  padding-top: 56.25%; }
  .leadership-box > img {
    /* 4 */
    position: absolute;
    top: 0;
    /* 5 */
    display: block;
    width: 100%;
    height: auto !important; }
  .leadership-box .leadership-job-title,
  .leadership-box .leadership-department {
    font-weight: 400;
    color: #c6c6c6; }
  .leadership-box .cta {
    margin-top: 20px;
    padding: 8px 15px; }
  .leadership-box .leadership-quote {
    position: relative;
    line-height: 1.2em;
    max-width: 50%;
    margin-bottom: 16px;
    font-size: 21px; }
    @media (max-width: 1200px) {
      .leadership-box .leadership-quote {
        font-size: 15px; } }
  .leadership-box .hover-overlay .leadership-job-title {
    color: #c6c6c6;
    width: 60%; }

.hover-overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(40, 40, 35, 0.65);
  color: white;
  height: 100%;
  width: 100%;
  padding: 40px 0px 0px 45px; }
  .hover-overlay .article-intro {
    font-size: 15px;
    line-height: 1.2em;
    max-width: 60%;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .hover-overlay .article-intro {
        max-width: 80%;
        font-size: 21px; } }
    @media (min-width: 1400px) {
      .hover-overlay .article-intro {
        max-width: 60%; } }
    @media (min-width: 1600px) {
      .hover-overlay .article-intro {
        max-width: 50%; } }

.leadership-detail-container {
  background-color: #fff;
  padding: 100px 0 70px 0; }
  .leadership-detail-container .pullquote .quote .quote-text-wrapper {
    padding-top: 25px; }
  .leadership-detail-container .quote-text {
    margin-bottom: 0; }

.futurebrand-timeline-module img {
  width: 80%;
  margin: 50px auto; }

.futurebrand-timeline-module .text-columns {
  padding-bottom: 0; }

.text-columns-box {
  padding: 50px 15px;
  background-color: white;
  color: #282823;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .text-columns-box.last {
    border-right: 1px solid #e5e5e5; }
  .text-columns-box .text-columns-title {
    font-family: "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px 0 15px 0; }
  @media (max-width: 767px) {
    .text-columns-box {
      padding: 20px 15px; }
      .text-columns-box .text-columns-title {
        min-height: 0px; } }

.values-box {
  background-color: #00280A;
  color: #00DC5A;
  padding: 40px;
  text-align: center; }
  .values-box-graphic {
    margin: 0 auto 40px auto;
    width: 70%; }
  .values-box-title {
    font: 24px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white; }
  .values-box-copy {
    padding: 0 30px; }

.award-box {
  display: inline-block;
  width: 340px; }
  .award-box .award-title {
    margin-top: 35px;
    margin-bottom: 25px;
    font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.ar--iframe {
  /**
     * 1. Establish anchor for our absolutely positioned iframe
     * 2. Prevent potential overflow of iframe
     * 3. In case we have been applied to an inline element, make it block
     * 4. "tuck" our iframe into the aspect ratio area created
     * 5. Ensure the iframe scales
     * 6. If a width & height were provided, pass these to aspectRatio--size() mixin
     */
  /* 1 */
  position: relative;
  /* 2 */
  overflow: hidden;
  /* 3 */
  display: block;
  /* 6 */
  padding-top: 56.25%; }
  .ar--iframe > iframe {
    /* 4 */
    position: absolute;
    top: 0;
    left: 0;
    /* 5 */
    width: 100%;
    height: 100%; }

.static-row {
  padding: 35px 0px 30px 40px;
  border-top: 1px solid #282823; }

.controls .col-sm-offset-1 {
  margin-left: 3%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.fancy-select ul.options {
  background-color: #00DCBE; }
  .fancy-select ul.options li {
    color: #002337; }

.fancy-select .trigger.open {
  background-color: #002337; }

.clear-btn {
  border: 0;
  color: #002337;
  background-color: #00DCBE;
  font-size: 14px;
  padding: 14px 15px 10px 15px;
  width: 100%;
  max-width: 100px;
  min-width: 65px;
  white-space: nowrap; }
  .clear-btn:hover {
    opacity: 1;
    color: white;
    background-color: #00DCBE; }

.js-toggle-filters {
  width: 100px; }

.fancy-select .trigger:after {
  border-top-color: white; }

@media (max-width: 767px) {
  .controls {
    display: none; }
    .controls .col-sm-offset-1 {
      margin-left: 0; }
  .fancy-select {
    font-size: 21px; }
    .fancy-select .trigger {
      padding: 13px 24px 10px 14px; }
  .static-row {
    padding: 20px; }
  fieldset,
  #Reset {
    margin-top: 26px; }
    fieldset.first,
    #Reset.first {
      margin-top: 50px; }
  .v-align {
    vertical-align: middle;
    line-height: 40px; }
  .controls-row {
    clear: both; }
    .controls-row .clear-btn {
      margin-bottom: 26px; } }

/**
 * Container/Target Styles
 */
@media (max-width: 991px) {
  [class^='our-work'] .fullwidth-wrapper-hero-cta {
    min-height: auto; } }

.contact__offices {
  overflow: hidden; }
  .contact__offices:before, .contact__offices:after {
    content: none; }
  .contact__offices .col-sm-4:nth-child(3n + 1) {
    clear: both; }

.message {
  text-align: center; }

.underline {
  text-decoration: underline; }

.Office {
  color: #282823; }
  .Office__image {
    padding: 0 0 0 38px; }
    .Office__image svg {
      fill: currentColor;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .Office__details {
    background-color: white;
    padding: 34px 15px 50px 43px; }
    .Office__details a {
      color: inherit; }
      .Office__details a span {
        margin-right: 10px; }
      .Office__details a.Office__viewMap {
        font: 15px "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .Office__details a.Office__viewMap:before {
          content: "";
          display: block;
          margin-top: 1.5em; }
  .Office__newBizHeading, .Office__address, .Office__phone {
    font: 21px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2em; }
  .Office__newBizHeading {
    margin-bottom: 0.2em; }
  .Office__newBiz {
    max-width: 25em;
    margin-top: 1.5em; }
  .Office__career {
    margin-top: 1.5em;
    max-width: 25em; }

.office-entry-details {
  text-align: center; }
  .office-entry-details .module-title {
    font-family: "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 30px; }
  .office-entry-details .office-address {
    font-size: 22px;
    margin-bottom: 30px; }
    .office-entry-details .office-address address {
      font-style: normal; }
    .office-entry-details .office-address .phone {
      font-family: "relative", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .office-entry-details .new-biz,
  .office-entry-details .career {
    margin-bottom: 30px;
    font-family: "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px; }
  .office-entry-details.office-hero {
    padding-top: 40px;
    margin-bottom: 115px; }
    .office-entry-details.office-hero .office-image {
      max-width: 290px;
      margin: 0 auto; }
    .office-entry-details.office-hero .module-title {
      font-size: 30px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .office-entry-details.office-hero .office-address {
      margin-bottom: 20px; }
    .office-entry-details.office-hero .view-work {
      font-size: 26px; }
    .office-entry-details.office-hero .new-biz {
      margin-bottom: 20px; }
    .office-entry-details.office-hero .new-biz,
    .office-entry-details.office-hero .career {
      font-size: 29px;
      margin-top: 20px; }

.office-entry .hero-cta-module {
  top: 45%; }

.related-work {
  margin-top: 80px;
  margin-bottom: 80px; }
  .related-work .related-title {
    font-size: 20px;
    text-align: center;
    font-size: 29px;
    margin-bottom: 30px; }
  .related-work .flexslider {
    background-color: white; }
    .related-work .flexslider .flex-control-nav {
      bottom: 140px; }
      @media (max-width: 991px) {
        .related-work .flexslider .flex-control-nav {
          bottom: 100px; } }
    @media (min-width: 992px) {
      .related-work .flexslider .slides li {
        padding-bottom: 100px; } }
    .related-work .flexslider .slides li a {
      font-family: "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 19px;
      background-color: white; }
      @media (max-width: 991px) {
        .related-work .flexslider .slides li a {
          padding: 15px 0; } }
      .related-work .flexslider .slides li a strong {
        font-family: "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .related-work .flexslider .flex-direction-nav a {
      margin-top: -55px; }
      @media (min-width: 992px) {
        .related-work .flexslider .flex-direction-nav a {
          margin-top: -85px; } }

.quote {
  font: 15px "relative", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 20px;
  line-height: 1.5em; }
  .quote-text {
    margin-bottom: 12px; }
    .quote-text:before {
      content: '';
      width: 40px;
      height: 25px;
      display: block;
      background: url(../images/quotation-marks-black.svg) no-repeat;
      background-size: contain;
      position: absolute;
      top: 4px;
      left: -10px; }
  .quote-face {
    float: left;
    margin-right: 15px; }
    .quote-face img {
      width: 85px; }
  .quote-name {
    font: 14px "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4em; }
  .quote .job-title {
    font: 14px "relative-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4em; }

@media (max-width: 767px) {
  .foresight-body .quote-text:before {
    width: 35px;
    height: 20px;
    top: -5px;
    left: 0px; } }

.round-quote .quote {
  margin-top: 15px; }
  .hero-slider-module .round-quote .quote {
    max-width: 470px;
    margin: 125px auto 0 auto; }
  .round-quote .quote-face {
    margin-right: 0;
    margin-left: 15px; }
    .round-quote .quote-face img {
      border-radius: 50px; }
  .round-quote .quote-text {
    position: relative; }
    .round-quote .quote-text:before {
      left: -45px; }
  .round-quote .quote .quote-text-wrapper {
    float: right;
    max-width: 305px; }

.pullquote .quote {
  margin: 0; }
  .pullquote .quote .quote-text-wrapper {
    max-width: 500px;
    width: 80%;
    padding: 20px 10px 25px 10px;
    margin: 0 auto; }

.pullquote.module-colour-yellow .quote-text:before {
  background: url(../images/quotation-marks-black.svg) no-repeat; }

.specialist-module .specialist-box {
  min-height: 33vw;
  padding: 6.5vw 4vw 4.5vw;
  text-align: center;
  color: white; }
  @media (max-width: 767px) {
    .specialist-module .specialist-box {
      width: 100vw;
      min-height: 100vw;
      padding: 10vw; } }
  .specialist-module .specialist-box.bColor--brightYellow p {
    color: #282823; }
  .specialist-module .specialist-box.bColor--brightYellow .cta {
    color: #282823;
    border-color: white; }
    .specialist-module .specialist-box.bColor--brightYellow .cta:hover {
      color: #c6c6c6;
      border-color: #c6c6c6; }

.specialist-module .img-wrapper {
  margin: 0 auto 30px auto; }

.specialist-module img {
  width: 100%;
  height: auto; }

.specialist-module svg {
  fill: currentColor;
  left: 0;
  width: 100%;
  height: 100%; }

.specialist-module p {
  font-size: 26px;
  line-height: 1.3;
  padding: 0 10px 30px;
  max-width: 15em;
  margin: 0 auto; }

@supports (display: flex) {
  .specialist-module .specialist-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .specialist-module .specialist-container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .specialist-module .specialist-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
    .specialist-module .specialist-box > * {
      width: 100%; }
  .specialist-module .btn-wrapper {
    margin-top: auto; } }

.our-work-fbma .fullwidth-wrapper-hero-cta,
.our-work-fbma .flexslider .slides > li {
  height: auto !important; }
  @media (max-width: 991px) {
    .our-work-fbma .fullwidth-wrapper-hero-cta img.hero-image,
    .our-work-fbma .fullwidth-wrapper-hero-cta img.slide-image,
    .our-work-fbma .fullwidth-wrapper-hero-cta img.casestudy-hero-image,
    .our-work-fbma .fullwidth-wrapper-hero-cta video.hero-video-bg,
    .our-work-fbma .fullwidth-wrapper-hero-cta video.flexslider-video,
    .our-work-fbma .flexslider .slides > li img.hero-image,
    .our-work-fbma .flexslider .slides > li img.slide-image,
    .our-work-fbma .flexslider .slides > li img.casestudy-hero-image,
    .our-work-fbma .flexslider .slides > li video.hero-video-bg,
    .our-work-fbma .flexslider .slides > li video.flexslider-video {
      position: static;
      height: auto;
      width: 100%;
      transform: none; } }
