/* THEME */
/* CONFIG */
/*
	.u-h2,
	.c-body-text h2 {
		font-size: 2rem;
	}

	@media (min-width: 64em) {
		.u-h2,
		.c-body-text h2 {
			font-size: 3rem;
		}
	}
*/
/*
	.u-small {
		font-size: 1rem;
	}

	@media (min-width: 64em) {
		.u-small {
			font-size: 0.875rem;
		}
	}
*/
/*
	@include font-size("small");
*/
/* TOOLS */
/* TOOLS.FUNCTIONS */
/* TOOLS.MIXINS */
/* GENERIC */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */ }

b,
strong {
  font-weight: bolder;
  /* 2 */ }

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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 font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* GENERIC.RESET */
html {
  box-sizing: border-box; }

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

body,
pre,
h1, h2, h3, h4, h5, h6,
dl, dd,
form, fieldset, legend,
figure,
table, th, td,
hr {
  margin: 0;
  padding: 0; }

/* BASE */
/* BASE.TYPOGRAPHY */
html {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  color: #333; }

p {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif; }

.u-h1,
.c-body-text h1 {
  font-size: 1.875rem; }
  @media (min-width: 64em) {
    .u-h1,
    .c-body-text h1 {
      font-size: 3.25rem; } }

.u-h2,
.c-body-text h2 {
  font-size: 1.625rem; }
  @media (min-width: 64em) {
    .u-h2,
    .c-body-text h2 {
      font-size: 2.625rem; } }

.u-h3,
.c-body-text h3 {
  font-size: 1.25rem; }
  @media (min-width: 64em) {
    .u-h3,
    .c-body-text h3 {
      font-size: 1.875rem; } }

.u-h4,
.c-body-text h4 {
  font-size: 1.125rem; }
  @media (min-width: 64em) {
    .u-h4,
    .c-body-text h4 {
      font-size: 1.5rem; } }

.u-h5,
.c-body-text h5 {
  font-size: 1rem; }
  @media (min-width: 64em) {
    .u-h5,
    .c-body-text h5 {
      font-size: 1.125rem; } }

.u-h6,
.c-body-text h6 {
  font-size: 1rem; }

/* begin if */
.u-mega {
  font-size: 2.5rem;
  line-height: 1.075; }
  @media (min-width: 48em) {
    .u-mega {
      font-size: 3.75rem; } }
  @media (min-width: 64em) {
    .u-mega {
      font-size: 5rem; } }

.u-small {
  font-size: 0.875rem;
  line-height: 1.42857; }
  @media (min-width: 64em) {
    .u-small {
      font-size: 0.875rem; } }

.u-micro {
  font-size: 0.875rem;
  line-height: 1.16667; }
  @media (min-width: 64em) {
    .u-micro {
      font-size: 0.75rem; } }

/* end if */
/* BASE.LINKS */
a {
  text-decoration: none;
  color: #1b5e95; }

/* BASE.LISTS */
/* BASE.FORMS */
fieldset {
  padding: 0;
  border: 0;
  margin: 0; }

/* OBJECTS */
.o-icon-wrapper {
  position: relative;
  display: block; }
  .o-icon-wrapper:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.o-input-combo {
  display: table;
  width: 100%; }

.o-input-combo__input,
.o-input-combo__btn {
  display: table-cell;
  vertical-align: middle; }

.o-input-combo__input {
  width: 100%; }

.o-input-combo__btn {
  width: 1%; }

/* OBJECT.LIST */
.o-list--reset {
  padding: 0;
  margin: 0;
  list-style: none; }

.o-list--inline > li {
  display: inline; }

.o-list--inline > [data-divider]:after {
  content: attr(data-divider); }

.o-list--inline > [data-divider]:last-child:after {
  display: none; }

/* OBJECT.FIGURE */
.o-figure {
  display: block; }
  .o-figure > img {
    display: block;
    width: 100%; }

/* OBJECT.GRID */
/*
	<ul class="o-grid">
		<li class="o-grid__item u-1/3">...Content...</li>
	</ul>
*/
/* begin if */
.o-grid {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* autoprefixer: off */
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  /* autoprefixer: off */
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -16px;
  font-size: 0; }

.o-grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 16px;
  vertical-align: top;
  font-size: 16px; }

.o-grid--loose {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* autoprefixer: off */
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  /* autoprefixer: off */
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -32px;
  font-size: 0; }
  .o-grid--loose > .o-grid__item {
    padding-left: 32px; }

.o-grid--tight {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* autoprefixer: off */
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  /* autoprefixer: off */
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: -8px;
  font-size: 0; }
  .o-grid--tight > .o-grid__item {
    padding-left: 8px; }

.o-grid--full {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* autoprefixer: off */
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  /* autoprefixer: off */
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 0;
  font-size: 0; }
  .o-grid--full > .o-grid__item {
    padding-left: 0; }

/* endif */
/* begin if */
/* endif */
/* begin if */
.o-grid--rev {
  direction: rtl;
  text-align: left; }
  .o-grid--rev > .o-grid__item {
    direction: ltr;
    text-align: left; }

/* endif */
/* OBJECT.BTN */
/*
	<a href="#" class="o-btn">Click here</a> or
	<a href="#" class="o-btn--small">Click here</a> or
	<button class="o-btn o-btn--medium">Click here</a>
*/
/* begin if */
.o-btn {
  display: inline-block;
  padding: 0 1.5em;
  border: none;
  text-align: center;
  text-decoration: none;
  line-height: 2;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  background: #333;
  transition: all 0.3s ease; }
  .o-btn:hover {
    color: #fff;
    background: #1a1a1a; }
  .o-btn.is-disabled {
    color: #aaa;
    background: #dfdfdf;
    cursor: not-allowed; }
    .o-btn.is-disabled:hover {
      color: #aaa;
      background: #dfdfdf; }
    .o-btn.is-disabled.o-btn--bordered {
      box-shadow: none; }

.o-btn--full {
  display: block;
  width: 100%; }

.o-btn--square {
  width: 2rem;
  padding: 0; }

.o-btn--reset {
  padding: 0;
  border: none;
  background: 0; }

/* begin if */
.o-btn--secondary {
  color: #333;
  background: #ccc; }
  .o-btn--secondary:hover {
    color: #000;
    background: #999; }

/* end if */
/* begin if */
.o-btn--light {
  box-shadow: 0 0 0 1px #fff inset;
  color: #fff;
  background: transparent; }
  .o-btn--light:hover {
    color: #000;
    background: #fff; }

/* end if */
/* begin if */
.o-btn--bordered {
  box-shadow: 0 0 0 1px #333 inset;
  color: #333;
  background: #fff; }
  .o-btn--bordered:hover {
    color: #fff;
    background: #1a1a1a; }

/* end if */
/* begin if */
.o-btn--small {
  font-size: 0.875rem;
  line-height: 3.21429; }

.o-btn--medium {
  font-size: 1rem;
  line-height: 3.75; }

.o-btn--large {
  font-size: 1.5rem;
  line-height: 2.70833; }

/* end if */
/* endif */
/* OBJECT.FLEX-PAIR */
/*
	<header class="o-flex-pair">
		<h2 class="o-flex-pair__major">@Model.Text</h2>
		<a class="o-flex-pair__minor" href="@Model.Link.Url">@Model.Link.Name</a>
	</header>
*/
/* begin if */
.o-flex-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.o-flex-pair--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.o-flex-pair--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.o-flex-pair__major {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.o-flex-pair__minor {
  white-space: nowrap; }

/* endif */
/* COMPONENTS */
/* COMPONENT.LAYOUT */
body {
  position: relative; }

.c-layout-wrapper {
  max-width: 80em;
  padding: 0 1em;
  margin: 0 auto; }
  .tb-fixed .c-layout-wrapper {
    width: 1280px; }

.c-layout-page {
  position: relative;
  z-index: 1;
  padding-top: 1rem; }

@media (min-width: 64em) {
  .has-aside .c-layout-main {
    width: calc(100% - 340px);
    float: left; } }

@media (min-width: 64em) {
  .c-layout-aside {
    width: 340px;
    float: left;
    padding-left: 40px; } }

.c-layout-header {
  margin-bottom: 2rem; }
  .c-layout-header h1 {
    margin-bottom: 0.3em; }

.c-layout-header__lede {
  font-size: 1.2em; }

/* LISTING */
/* LISTING.STACKED */
/* begin if */
.c-listing-stacked {
  margin: 16px 0; }

.c-listing-stacked__item {
  margin-bottom: 1rem; }
  .c-listing-stacked__item:last-child {
    margin: 0; }

.c-listing-stacked__item-heading {
  margin-bottom: 0.33em; }

.c-listing-stacked__item-meta {
  display: block;
  margin-bottom: 0.5em;
  color: #999; }

.c-listing-stacked__item-body > *:last-child {
  margin-bottom: 0; }

/* end if */
/* begin if */
.c-listing-stacked__item--basic {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem; }
  .c-listing-stacked__item--basic:first-child {
    border-top: 1px solid #ccc;
    padding-top: 1rem; }
  .c-listing-stacked__item--basic .c-listing-stacked__item-figure {
    margin-bottom: 0.5rem; }
    @media (min-width: 30em) {
      .c-listing-stacked__item--basic .c-listing-stacked__item-figure {
        margin-bottom: 0; } }

/* end if */
/* begin if */
.c-listing-stacked__item--block {
  background: #ccc; }
  .c-listing-stacked__item--block .c-listing-stacked__item-body {
    padding: 1rem; }

/* end if */
/* begin if */
.c-listing-stacked__item--padded {
  padding: 1rem;
  background: #ccc; }

/* end if */
/* LISTING.TILED */
/* begin if */
.c-listing-tiled > ul > .o-grid__item {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  /* autoprefixer: off */
  display: flex;
  margin-bottom: 1rem; }

.c-listing-block {
  margin: 16px 0; }

.c-listing-tiled__item {
  width: 100%;
  margin-bottom: 1rem; }
  .c-listing-tiled__item:last-child {
    margin: 0; }

.c-listing-tiled__item-heading {
  margin-bottom: 0.33em; }

.c-listing-tiled__item-meta {
  display: block;
  margin-bottom: 0.5em;
  color: #999; }

.c-listing-tiled__item-body > *:last-child {
  margin-bottom: 0; }

/* end if */
/* begin if */
.c-listing-tiled__item--basic .c-listing-tiled__item-figure {
  margin-bottom: 0.5rem; }

/* end if */
/* begin if */
.c-listing-tiled__item--block {
  background: #ccc; }
  .c-listing-tiled__item--block .c-listing-tiled__item-body {
    padding: 1rem; }

/* end if */
/* begin if */
.c-listing-tiled__item--horizontal {
  background: #ccc; }
  .c-listing-tiled__item--horizontal .c-listing-tiled__item-body {
    padding: 1rem; }

/* end if */
/* PATHWAYS */
.c-pathway {
  margin-bottom: 1rem; }

@media (min-width: 64em) {
  .c-pathway--feature .c-pathway__figure {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%; }
  .c-pathway--feature:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: calc(50% - 8px); } }

.c-pathway__heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.333em 0.666em;
  background: rgba(255, 255, 255, 0.65); }
  @media (min-width: 64em) {
    .c-pathway__heading {
      padding: 0.5em 1em; } }

.c-pathway__body {
  display: none; }

/* FANCY-PODS */
.o-fancy-pod {
  position: relative;
  overflow: hidden; }

.o-fancy-pod__figure {
  position: relative; }

.o-fancy-pod__body {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

/* FANCY-PODS.SLIDE */
/* begin if */
.c-fancy-pod--slide .c-fancy-pod__figure {
  transition: all 0.3s ease-in-out; }

.c-fancy-pod--slide .c-fancy-pod__body {
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 1rem;
  background: #000; }

.c-fancy-pod--slide .c-fancy-pod__heading {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  background: rgba(255, 255, 255, 0.5); }

.c-fancy-pod--slide .c-fancy-pod__text {
  transition: all 0.2s linear;
  opacity: 0;
  color: #fff; }

.c-fancy-pod--slide:hover .c-fancy-pod__figure {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.c-fancy-pod--slide:hover .c-fancy-pod__body {
  -webkit-transform: translateX(0px);
          transform: translateX(0px); }

.c-fancy-pod--slide:hover .c-fancy-pod__text {
  opacity: 1; }

/* end if */
/* FANCY-PODS.SPIN */
/* begin if */
.c-fancy-pod--spin .c-fancy-pod__figure {
  transition: all 0.4s ease-in-out 0.2s;
  opacity: 1; }

.c-fancy-pod--spin .c-fancy-pod__body {
  -webkit-transform: scale(0) rotate(-180deg);
          transform: scale(0) rotate(-180deg);
  transition: all 0.4s ease-in;
  opacity: 0;
  padding: 1rem;
  background-color: #000; }

.c-fancy-pod--spin .c-fancy-pod__heading {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  background: rgba(255, 255, 255, 0.5); }

.c-fancy-pod--spin .c-fancy-pod__text {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  color: #fff; }

.c-fancy-pod--spin .c-fancy-pod__btn {
  transition: all 0.5s ease-in-out;
  opacity: 0; }

.c-fancy-pod--spin:hover .c-fancy-pod__figure {
  -webkit-transform: scale(0);
          transform: scale(0);
  transition-delay: 0s;
  opacity: 0; }

.c-fancy-pod--spin:hover .c-fancy-pod__body {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  transition-delay: 0.2s;
  opacity: 1; }

.c-fancy-pod--spin:hover .c-fancy-pod__text {
  transition-delay: 0.5s;
  opacity: 1; }

/* end if */
/* FANCY-PODS.HOVERDIR */
/* begin if */
.c-fancy-pod--hoverdir .c-fancy-pod__body {
  left: auto;
  top: auto;
  padding: 1rem;
  color: #fff;
  background: #000; }

.c-fancy-pod--hoverdir .c-fancy-pod__heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  background: rgba(255, 255, 255, 0.5); }

/* end if */
/* FANCY-PODS.SQUAREZOOM */
/* begin if */
.c-fancy-pod--squarezoom .c-fancy-pod__figure {
  background: #000; }
  .c-fancy-pod--squarezoom .c-fancy-pod__figure img {
    opacity: 0.5; }

.c-fancy-pod--squarezoom .c-fancy-pod__body:before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  border: 1px solid #fff; }

.c-fancy-pod--squarezoom .c-fancy-pod__heading {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity 0.5s;
  opacity: 1;
  width: 100%;
  padding: 0 1rem;
  text-align: center;
  color: #fff; }

.c-fancy-pod--squarezoom .c-fancy-pod__text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 2rem;
  color: #fff; }

.c-fancy-pod--squarezoom .c-fancy-pod__body:before,
.c-fancy-pod--squarezoom .c-fancy-pod__text {
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0; }

.c-fancy-pod--squarezoom .c-fancy-pod__text {
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
  opacity: 0; }

.c-fancy-pod--squarezoom:hover .c-fancy-pod__heading {
  opacity: 0; }

.c-fancy-pod--squarezoom:hover .c-fancy-pod__body:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.c-fancy-pod--squarezoom:hover .c-fancy-pod__text {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  opacity: 1; }

/* end if */
/* FANCY-PODS.BORDER */
/* begin if */
.c-fancy-pod--border {
  background: #000; }
  .c-fancy-pod--border .c-fancy-pod__figure img {
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .c-fancy-pod--border .c-fancy-pod__heading {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: opacity 0.5s;
    opacity: 1;
    width: 100%;
    padding: 0 1rem;
    text-align: center;
    color: #fff; }
  .c-fancy-pod--border .c-fancy-pod__text {
    display: none;
    color: #fff; }
  .c-fancy-pod--border:hover img {
    -webkit-transform: scale3d(0.9, 0.9, 1);
            transform: scale3d(0.9, 0.9, 1); }

/* end if */
/* COMPONENT.BODY-TEXT */
.mce-content-body:after,
.c-body-text:after {
  content: "";
  display: table;
  clear: both; }

.mce-content-body + .mce-content-body,
.c-body-text + .mce-content-body, .mce-content-body +
.c-body-text,
.c-body-text +
.c-body-text {
  margin-top: 1rem; }

.mce-content-body > *:last-child,
.c-body-text > *:last-child {
  margin-bottom: 0; }

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6,
.c-body-text h2,
.c-body-text h3,
.c-body-text h4,
.c-body-text h5,
.c-body-text h6 {
  margin-bottom: 0.5em; }

.mce-content-body hr,
.c-body-text hr {
  border: 0;
  height: 0;
  border-top: 1px solid #ccc;
  clear: both;
  margin: 16px 0; }

.mce-content-body > ul,
.mce-content-body > ol,
.c-body-text > ul,
.c-body-text > ol {
  padding: 0 0 0 1em;
  margin: 1em 0; }
  .mce-content-body > ul ul,
  .mce-content-body > ul ol,
  .mce-content-body > ol ul,
  .mce-content-body > ol ol,
  .c-body-text > ul ul,
  .c-body-text > ul ol,
  .c-body-text > ol ul,
  .c-body-text > ol ol {
    margin: 0.25em 0; }
  .mce-content-body > ul ul li,
  .mce-content-body > ol ul li,
  .c-body-text > ul ul li,
  .c-body-text > ol ul li {
    list-style-type: circle; }
  .mce-content-body > ul ol li,
  .mce-content-body > ol ol li,
  .c-body-text > ul ol li,
  .c-body-text > ol ol li {
    list-style-type: lower-roman; }

.mce-content-body > ul > li,
.c-body-text > ul > li {
  list-style-type: disc; }

.mce-content-body > ol > li,
.c-body-text > ol > li {
  list-style-type: decimal; }

.mce-content-body table,
.c-body-text table {
  width: 100%;
  min-width: 480px;
  clear: both;
  margin-bottom: 1rem; }
  .mce-content-body table p,
  .c-body-text table p {
    margin: 0; }
  .mce-content-body table[style*="width"],
  .c-body-text table[style*="width"] {
    min-width: 0; }
  .mce-content-body table[style*="float: left"],
  .c-body-text table[style*="float: left"] {
    margin-right: 1rem; }
  .mce-content-body table[style*="float: right"],
  .c-body-text table[style*="float: right"] {
    margin-left: 1rem; }

.mce-content-body th,
.mce-content-body thead td,
.c-body-text th,
.c-body-text thead td {
  font-weight: bold; }

.mce-content-body th,
.mce-content-body td,
.c-body-text th,
.c-body-text td {
  border: 1px solid #ccc;
  padding: 0.5rem 1rem; }

.mce-content-body td,
.c-body-text td {
  vertical-align: top; }

.mce-content-body caption,
.c-body-text caption {
  border-bottom: 1px solid #ccc;
  caption-side: bottom;
  padding: 0.5rem 0;
  text-align: left; }

.abstract {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px; }
  @media (min-width: 64em) {
    .abstract {
      font-size: 21px;
      line-height: 26px; } }

.abstract--border {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .abstract--border:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 1px solid #d81118;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 130px; }

.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f5f5;
  margin-bottom: 25px; }

.breadcrumbs--spacer {
  margin-right: 35px; }

.breadcrumb__level {
  font-size: 13px; }
  .breadcrumb__level:after {
    content: ' >'; }
  .breadcrumb__level:last-child:after {
    content: ''; }

.content {
  text-align: center;
  margin-bottom: 40px; }

.homepage .content {
  padding-top: 35px; }

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

.title {
  text-align: center;
  margin-bottom: 25px; }

#map, #map2 {
  width: 100%;
  height: 450px;
  margin-bottom: 50px; }

#mapCover, #mapCoverTwo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }

/* COMPONENT.HEADING */
/*
	<header class="c-heading o-flex-pair o-flex-pair--end">
		<h2 class="c-heading__main u-h2 o-flex-pair__major">Meet some of the team...</h2>
		<a class="c-heading__link o-flex-pair__minor" href="#">View all</a>
	</header>
*/
/* begin if */
.c-heading {
  margin: 2rem 0 1rem; }

/* endif */
/* COMPONENT.BLOCKQUOTE */
/*
	<blockquote class="c-quote">
		<p class="c-quote__text">Lorem ipsum dolor sit amet</p>
		<cite class="c-quote__citation">A Latin Guy</cite>
	</blockquote>
*/
/* begin if */
.c-blockquote {
  padding: 0;
  margin: 1rem 0; }
  @media (min-width: 48em) {
    .c-blockquote {
      width: 80%;
      margin: 1rem auto; } }

.c-blockquote__text {
  color: #333; }

.c-blockquote__citation {
  color: #333; }

/* endif */
/* COMPONENT.CTA */
/*
	<div class="c-cta">
		<div class="c-cta__body">
				<h3 class="c-cta__heading">Visit Terabyte</h3>
				<p class="c-cta__text">Check out the Terabyte website</p>
		</div>
		<a href="#" class="c-cta__link o-btn">Read more</a>
	</div>
*/
/* begin if */
.c-cta {
  padding: 1rem;
  margin: 1rem 0;
  background: #333; }

.c-cta--button {
  display: block;
  text-align: center;
  transition: all 0.3s ease; }
  .c-cta--button:hover {
    background: #1a1a1a; }

.c-cta__body *:last-child {
  margin: 0; }

.c-cta__heading,
.c-cta__text {
  color: #fff; }

/* endif */
/* PLUGINS */
/* PLUGINS.TABLESCROLL */
.tablescroll {
  position: relative;
  overflow: hidden;
  clear: both;
  margin-bottom: 1rem; }
  .tablescroll table {
    margin-bottom: 0; }
  .tablescroll:before, .tablescroll:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1%;
    height: 100%;
    display: none; }
  .tablescroll.is-scrolling:before, .tablescroll.is-scrolling:after {
    display: block; }
  .tablescroll:before {
    box-shadow: rgba(0, 0, 0, 0.5) 5px 0 20px;
    left: -1%; }
  .tablescroll:after {
    box-shadow: rgba(0, 0, 0, 0.5) -5px 0 20px;
    right: -1%; }
  .tablescroll.is-end:after {
    display: none; }
  .tablescroll.is-start:before {
    display: none; }
  .tablescroll.is-end:after {
    display: none; }
  .tablescroll .tablescroll-inner {
    width: 100%; }
  .tablescroll.is-scrolling .tablescroll-inner {
    overflow-x: scroll; }

/* PLUGINS.MAGNIFIC-POPUP */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  overflow: hidden;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  background: #000; }

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

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

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

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

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

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

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

.mfp-zoom {
  cursor: pointer;
  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;
      -ms-user-select: none;
          user-select: none; }

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

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

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

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

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

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

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

.mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.65;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid #fff;
  line-height: 48px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: none; }
  .mfp-image-holder .mfp-close {
    top: 40px; }

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

.mfp-counter {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  color: #fff; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  opacity: 0.5;
  width: 60px;
  height: 136px;
  margin-top: -68px;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6)); }
  .mfp-arrow:before {
    position: absolute;
    left: -35px;
    top: 50%;
    display: block;
    margin-top: -60px;
    font-size: 120px;
    color: #fff; }
    .csstransforms .mfp-arrow:before {
      content: '';
      position: absolute;
      left: -40px;
      top: 50%;
      height: 85px;
      width: 90px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      margin-top: -40px;
      -webkit-transform: rotate(53deg) skew(15deg);
              transform: rotate(53deg) skew(15deg); }
  .mfp-arrow:hover {
    opacity: 1; }

.mfp-arrow-left {
  left: 1rem; }
  .csstransforms .mfp-arrow-left:before {
    left: 10px;
    -webkit-transform: rotate(-127deg) skew(15deg);
            transform: rotate(-127deg) skew(15deg); }

.mfp-arrow-right {
  right: 1rem; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 900px;
    line-height: 0; }
  .mfp-iframe-holder .mfp-close {
    top: -50px; }

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 75%; }
  .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; }

img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 40px 0 40px;
  margin: 0 auto;
  line-height: 0; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 40px;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #fff; }
  .mfp-figure small {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #fff; }
  .mfp-figure figure {
    margin: 0; }

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

.mfp-title {
  display: inline-block;
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
  word-wrap: break-word;
  color: #fff;
  padding: 0 80px; }

.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) {
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 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 {
    position: fixed;
    top: auto;
    bottom: 0;
    padding: 3px 5px;
    margin: 0;
    background: rgba(0, 0, 0, 0.6); }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6); } }

@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: 5px;
    padding-right: 5px; } }

/* PLUGINS.SLICK */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  padding: 0;
  border: none;
  outline: none;
  font-family: 'feenix';
  color: transparent;
  cursor: pointer;
  background: transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: 0.3s ease; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent;
    background: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1;
      color: #d81118; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0; }
  .slick-prev:before,
  .slick-next:before {
    opacity: 1;
    font-size: 30px;
    line-height: 1;
    color: #c4c4c4;
    transition: 0.2s ease; }

.slick-prev {
  left: 16px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -16px; }

.slick-next {
  right: 16px; }
  [dir="rtl"] .slick-next {
    left: -16px;
    right: auto; }

.slick-dots {
  position: absolute;
  bottom: 0.5rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 5px;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      height: 20px;
      width: 20px;
      padding: 5px;
      border: 0;
      outline: none;
      font-size: 0px;
      line-height: 0px;
      color: transparent;
      cursor: pointer;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        width: 12px;
        height: 12px;
        font-size: 50px;
        text-align: center;
        line-height: 20px;
        background-color: #333;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: opacity 0.2s linear; }
    .slick-dots li.slick-active button:before {
      opacity: 1;
      background-color: #d81118; }

/* COMPONENT.FIGURE */
.c-figure {
  margin: 0 auto 1rem; }
  .c-figure.u-float--left {
    clear: left; }
    @media (min-width: 30em) {
      .c-figure.u-float--left {
        margin-right: 1rem;
        margin-left: 0; } }
  .c-figure.u-float--right {
    clear: right; }
    @media (min-width: 30em) {
      .c-figure.u-float--right {
        margin-right: 0;
        margin-left: 1rem; } }

.c-figure--embed .c-figure__content,
.c-figure--embed iframe,
.c-figure--embed object,
.c-figure--embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.c-figure__container {
  position: relative;
  display: block;
  width: 100%; }
  .c-figure--embed .c-figure__container {
    overflow: hidden;
    height: 0; }
  .c-figure--video .c-figure__container {
    padding-bottom: 56.25%; }
  .c-figure--map .c-figure__container {
    padding-bottom: 66.66667%; }
  .c-figure__container img {
    display: block;
    width: 100%; }

.c-figure__figcaption {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0; }

.c-video__cover {
  transition: all 1s linear;
  opacity: 1;
  visibility: visible; }
  .c-video__cover.is-playing {
    opacity: 0;
    visibility: hidden; }

/* COMPONENT.ROTATOR */
.c-rotator__viewport {
  position: relative;
  overflow: hidden;
  height: 0; }
  .c-rotator--main .c-rotator__viewport {
    padding-bottom: 28.14286%; }
  .c-rotator__viewport .c-rotator__items {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.c-rotator__item {
  position: relative; }

.c-rotator__body {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 1rem;
  background: #ccc; }
  .c-rotator__body > *:last-child {
    margin-bottom: 0; }

/* COMPONENT.ACCORDION */
/*
	<ul class="c-listing-stacked o-list--reset js-expand-collapse">
		<li class="c-listing-stacked__item">
			<div class="c-accordion__header js-expand-collapse__header u-rel">
				<h3 class="u-h3">Heading</h3>
				<span class="c-accordion__icon iconf-arrow-down u-abs" aria-hidden="true"></span>
			</div>
			<div class="c-accordion__body js-expand-collapse__body">
				<div class="c-body-text">
					<p>Lorem ipsum</p>
				</div>
			</div>
		</li>
	</ul>
*/
/* begin if */
.c-accordion__header {
  padding-right: 2rem; }

.c-accordion__icon {
  right: 0;
  top: calc(50% - 0.5em);
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear; }
  .c-accordion__item.is-expanded .c-accordion__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.c-accordion__body {
  display: none; }
  .c-accordion__item.is-expanded .c-accordion__body {
    display: block; }

/* endif */
/* COMPONENT.CAROUSEL */
.c-carousel__items:after {
  content: "";
  display: table;
  clear: both; }

.c-carousel__item {
  width: 100%; }
  .c-carousel__item:nth-child(n+2) {
    display: none; }
  @media (min-width: 30em) {
    .c-carousel__item {
      width: 50%;
      float: left; }
      .c-carousel__item:nth-child(n+2) {
        display: block; }
      .c-carousel__item:nth-child(n+3) {
        display: none; } }
  @media (min-width: 64em) {
    .c-carousel__item {
      width: 33.3333%; }
      .c-carousel__item:nth-child(n+3) {
        display: block; }
      .c-carousel__item:nth-child(n+4) {
        display: none; } }
  .slick-initialized .c-carousel__item {
    display: block !important; }

/* COMPONENT.ALERT */
.c-alert {
  padding: 1rem 0;
  color: #fff;
  background: #ee6600; }

/* COMPONENT.BREADCRUMB */
.c-breadcrumb {
  margin-bottom: 1rem; }

/* COMPONENT.SUBNAV */
/*
	<div class="c-subnav">
		<ul class="c-subnav__items o-list--reset">
			<li class="is-selected">
				<a href="/kitchen-sink/" class="is-selected">Kitchen Sink</a>
				<ul class="o-list--reset">
					<li>
						<a href="/kitchen-sink/secret-squirrel-page/" class="">Secret Squirrel Page</a>
					</li>
					<li>
						<a href="/kitchen-sink/sea-soccer/" class="">Sea Soccer</a>
					</li>
				</ul>
			</li>
		</ul>
	</div>
*/
/* begin if */
.c-subnav {
  padding: 1rem;
  background: #ccc; }
  .c-subnav a.is-selected {
    font-weight: bold; }

.c-subnav__heading {
  display: block;
  margin-bottom: 0.333em; }

.c-subnav__children {
  padding-left: 0.5rem;
  margin-bottom: 0.25rem; }

/* endif */
/* COMPONENT.RELATED-ITEMS */
.c-related-items {
  margin: 1rem 0; }

.c-related-items__heading {
  margin-bottom: 0.333em; }

.c-related-items__link {
  display: block;
  padding: 0.5em 1em;
  margin-bottom: 0.25rem;
  color: #fff;
  background: #333; }
  li:last-child .c-related-items__link {
    margin-bottom: 0; }
  .c-related-items__link:hover, .c-related-items__link:focus {
    background: #1a1a1a; }

.c-related-items__icon {
  margin-right: 0.5rem; }

/* COMPONENT.SHARE */
.c-share {
  margin: 2rem auto; }

.c-share--floating {
  transition: left 0.3s ease-in;
  position: fixed;
  left: -2.875rem;
  top: 12.5rem;
  z-index: 2;
  width: 2.875rem;
  padding: 0;
  margin: 0; }
  .c-share--floating.is-visible {
    left: 0; }

.c-share__heading {
  display: block;
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase; }
  .c-share--floating .c-share__heading {
    display: none; }

.c-share__icon {
  width: 2.875rem;
  height: 2.875rem;
  display: block;
  float: left;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2.3;
  vertical-align: middle;
  color: #fff;
  background: #51ae5e; }
  .c-share__icon.iconf-facebook {
    background: #3b5997; }
    .c-share__icon.iconf-facebook:hover {
      background: #2d4372; }
  .c-share__icon.iconf-twitter {
    background: #55acef; }
    .c-share__icon.iconf-twitter:hover {
      background: #2695eb; }
  .c-share__icon.iconf-pinterest {
    background: #bd2126; }
    .c-share__icon.iconf-pinterest:hover {
      background: #92191d; }
  .c-share__icon.iconf-google-plus {
    background: #d34836; }
    .c-share__icon.iconf-google-plus:hover {
      background: #b03626; }
  .c-share__icon.iconf-weibo {
    background: #fa7d3c; }
    .c-share__icon.iconf-weibo:hover {
      background: #f95c0a; }
  .c-share__icon.iconf-email {
    background: #333; }
    .c-share__icon.iconf-email:hover {
      background: #1a1a1a; }
  .c-share__icon.iconf-print {
    background: #333; }
    .c-share__icon.iconf-print:hover {
      background: #1a1a1a; }

/* COMPONENT.HEADER */
.c-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 0 8px;
  background: #333; }
  @media (min-width: 64em) {
    .c-header {
      top: 34px; } }

.c-header__wrapper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.c-header__logo {
  display: block;
  width: 11.25rem;
  text-align: center; }
  @media (min-width: 64em) {
    .c-header__logo {
      float: left;
      width: 16.75rem; } }
  .c-header__logo img {
    max-width: 100%;
    vertical-align: middle; }

.c-header__mobile-buttons {
  position: absolute;
  right: 16px;
  top: 3px;
  direction: rtl; }
  @media (min-width: 64em) {
    .c-header__mobile-buttons {
      display: none; } }

.c-header__mobile-button {
  position: relative;
  width: 45px;
  height: 45px;
  padding: 10px 0;
  transition: all 0.3s ease-in-out; }

.c-header__nav-toggle b {
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  position: absolute;
  left: 10px;
  display: block;
  width: 25px;
  height: 0;
  border-top: 5px solid #fff; }
  .c-header__nav-toggle b:nth-child(1) {
    top: 10px; }
  .c-header__nav-toggle b:nth-child(2) {
    top: 20px; }
  .c-header__nav-toggle b:nth-child(3) {
    top: 30px; }

.c-header__nav-toggle.is-expanded b:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg); }

.c-header__nav-toggle.is-expanded b:nth-child(2) {
  opacity: 0; }

.c-header__nav-toggle.is-expanded b:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg); }

.c-header__nav-toggle:hover b, .c-header__nav-toggle.is-expanded b {
  border-color: white; }

.phone--desktop {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: right;
  padding: 6px 0;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  display: none;
  z-index: 2; }
  .phone--desktop .phone {
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    letter-spacing: 1px; }
    .phone--desktop .phone b {
      margin-left: 10px; }
  @media (min-width: 64em) {
    .phone--desktop {
      display: block; } }

.phone--mobile {
  font-size: 18px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  color: #999; }
  .phone--mobile .phone {
    margin-bottom: 15px; }

.header {
  background-color: #333;
  width: 100%;
  padding: 16px 24px;
  min-height: 56px; }

.navigation--wrapper {
  display: inline-block;
  float: right; }

.navigation--toggle {
  float: right; }

.c-header__nav {
  display: none; }

.navigation--bar {
  display: block;
  background-color: white;
  width: 30px;
  height: 4px;
  margin-bottom: 4px; }

.navigation--bar:last-child {
  margin-bottom: 0; }

.navigation__item {
  font-size: 20px; }

/* COMPONENT.NAVIGATION */
.c-navigation {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #0f0c0c; }
  .c-navigation.is-expanded {
    display: block; }
  @media (min-width: 64em) {
    .c-navigation {
      position: relative;
      display: inline-block;
      float: right;
      width: auto;
      height: auto;
      top: 0;
      background-color: transparent; }
      .c-navigation.is-sticky {
        transition: all 0.3s ease-in;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0; } }

@media (min-width: 64em) {
  .c-navigation__wrapper {
    max-width: 80rem;
    padding: 0 1rem;
    margin: 0 auto; } }

.c-navigation__items {
  margin: 0;
  padding: 0 0 0;
  text-align: center; }
  @media (min-width: 64em) {
    .c-navigation__items {
      padding: 0;
      text-align: right;
      float: right; } }

.c-navigation__item {
  position: relative;
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  display: block;
  color: white; }
  .c-navigation__item.is-expanded:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #333; }
    @media (min-width: 64em) {
      .c-navigation__item.is-expanded:before {
        display: none; } }
  .c-navigation__item:last-child {
    margin-bottom: 25px; }
  @media (min-width: 64em) {
    .c-navigation__item {
      font-size: 18px;
      margin-left: 24px;
      color: #999;
      position: static;
      display: inline-block;
      border: none;
      text-align: center;
      vertical-align: bottom; }
      .c-navigation__item:last-child {
        margin-bottom: 0; } }

.c-navigation__link {
  display: block;
  position: relative;
  padding: 1.25rem 4rem;
  font-weight: 700;
  transition: 0.3s ease color;
  color: white; }
  @media (min-width: 64em) {
    .c-navigation__link {
      color: #999;
      text-transform: uppercase;
      display: inline-block;
      padding: 1rem 0 0.8125rem;
      border-bottom: 3px solid transparent;
      font-size: 1rem; }
      .c-navigation__link:hover {
        color: white; }
        .c-navigation__link:hover:after {
          content: '';
          position: absolute;
          top: 52px;
          left: 50%;
          display: inline-block;
          width: 0;
          height: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #d81118; }
      .c-navigation__link.selected {
        color: white; }
        .c-navigation__link.selected:after {
          content: '';
          position: absolute;
          top: 52px;
          left: 50%;
          display: inline-block;
          width: 0;
          height: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid white; } }

.c-navigation__region {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1rem; }
  @media (min-width: 64em) {
    .c-navigation__region {
      padding-left: 2rem;
      border-left: 1px solid #252525;
      margin: 0 1rem 0 2rem; } }

.c-navigation__region-link {
  display: block;
  border-radius: 5px;
  padding: 0.5rem 1rem 0.3125rem;
  color: #fff;
  background: #252525; }
  .c-navigation__region-link:after {
    content: "";
    clear: both;
    display: table; }

.c-navigation__region-icon {
  float: left;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px; }

.c-navigation__region-text {
  font-size: 12px;
  float: left; }

.c-navigation__region-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

/* COMPONENT.MEGAMENU */
.c-megamenu {
  display: none;
  background: #fff; }
  .c-megamenu.is-expanded,
  .is-expanded > .c-megamenu {
    display: block; }
  .c-megamenu.is-expanded {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2); }
  @media (min-width: 64em) {
    .c-megamenu {
      transition: max-height 0.5s ease-in-out;
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      text-align: left;
      background: rgba(251, 251, 251, 0.98);
      box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2); }
      .c-megamenu.is-expanded,
      .is-expanded > .c-megamenu {
        max-height: 500px; }
      .no-js .c-navigation__item:hover .c-megamenu {
        display: block; } }

@media (min-width: 64em) {
  .c-megamenu__wrapper {
    max-width: 80em;
    padding: 0 1em;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin: 0 auto; }
    .tb-fixed .c-megamenu__wrapper {
      width: 1280px; } }

.c-megamenu__intro {
  width: 400px;
  float: left;
  padding-right: 4rem; }

.c-megamenu__intro-heading {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem; }

.c-megamenu__items {
  padding: 0.5rem 0 0.5rem 1.1875rem; }
  @media (min-width: 64em) {
    .c-megamenu__items {
      width: calc(100% - 400px);
      float: right;
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
      -webkit-column-gap: 32px;
         -moz-column-gap: 32px;
              column-gap: 32px;
      padding: 0; } }
  @media (min-width: 80em) {
    .c-megamenu__items {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }

.c-megamenu__item {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem; }
  @media (min-width: 64em) {
    .c-megamenu__item {
      border-bottom: 1px solid #ccc;
      margin: 0; } }

.c-megamenu__link {
  display: block;
  padding: 0.25rem 0; }
  .c-megamenu__link:before {
    display: none; }
  @media (min-width: 64em) {
    .c-megamenu__link {
      position: relative;
      padding: 0.5rem 2rem 0.5rem 1rem;
      font-size: 0.875rem;
      font-weight: 700;
      text-transform: uppercase; }
      .c-megamenu__link:before {
        transition: all 0.3s ease;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        position: absolute;
        display: block;
        right: 1rem;
        top: 50%;
        color: #f85652;
        opacity: 0; }
      .c-megamenu__link:hover:before {
        right: 0.5rem;
        opacity: 1; } }

.c-btn {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  border-radius: 4px;
  padding: 0px 35px;
  background: #d81118;
  color: white;
  transition: 0.3s ease;
  border: none;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  display: inline-block; }
  .c-btn:hover {
    background-color: #bd050c; }

.c-btn--bordered {
  border: 1px solid white;
  background: transparent; }

.c-btn--homepage {
  background-color: #333; }

.c-header .c-btn {
  color: white;
  padding: 0 20px;
  line-height: 18px; }
  .c-header .c-btn .c-navigation__link {
    color: white; }
    .c-header .c-btn .c-navigation__link:hover:after {
      border: 0; }

.c-navigation__item .c-btn {
  background-color: transparent;
  line-height: 36px;
  text-transform: none; }
  @media (min-width: 64em) {
    .c-navigation__item .c-btn {
      text-transform: uppercase;
      background-color: #d81118;
      line-height: 18px; }
      .c-navigation__item .c-btn:hover {
        background-color: #bd050c; } }

.footer__greyband .c-btn,
.footer__redband .c-btn {
  display: block;
  margin-top: 15px; }
  @media (min-width: 48em) {
    .footer__greyband .c-btn,
    .footer__redband .c-btn {
      display: inline-block;
      margin-top: 0;
      margin-left: 15px; } }

/* COMPONENT.FOOTER */
.c-footer {
  position: relative;
  background: #333; }

.c-footer__link {
  text-transform: uppercase; }

.c-footer__social-item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px; }

.c-footer__social-link {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 20px;
  background: #f85652; }

.footer__redband {
  font-family: "Roboto Slab", serif;
  background-color: #d81118;
  color: white;
  padding: 40px 0;
  text-align: center; }
  .footer__redband .c-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px; }
  .footer__redband .footer__band-text {
    display: inline-block;
    font-size: 30px; }

.footer__greyband {
  background: #333;
  padding: 40px;
  color: #999;
  font-size: 13px;
  text-align: center; }
  @media (min-width: 64em) {
    .footer__greyband {
      text-align: left; } }

.address {
  text-align: center;
  margin-bottom: 15px; }
  @media (min-width: 64em) {
    .address {
      text-align: left; } }

.c-footer .o-grid__item {
  font-size: 13px; }
  .c-footer .o-grid__item b {
    font-family: "Roboto Slab", serif;
    font-size: 16px; }

.c-footer__navigation {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 16px;
  margin: 25px 0;
  padding: 0;
  text-align: center; }
  .c-footer__navigation .navigation__item {
    margin-bottom: 10px;
    list-style: none; }
    .c-footer__navigation .navigation__item a {
      color: #999;
      transition: 0.3s ease; }
      .c-footer__navigation .navigation__item a:hover {
        color: white; }
  @media (min-width: 48em) {
    .c-footer__navigation {
      margin: 0; } }
  @media (min-width: 64em) {
    .c-footer__navigation {
      text-align: left; } }

.legal__navigation--item {
  line-height: 25px;
  display: block;
  color: #999;
  transition: 0.3s ease; }
  @media (min-width: 48em) {
    .legal__navigation--item {
      margin-right: 15px;
      text-align: left;
      display: inline-block; } }
  .legal__navigation--item:hover {
    color: white; }
  .legal__navigation--item.no-hover:hover {
    color: #999; }

.linkedin {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px; }

.hero {
  position: relative;
  margin-top: 50px; }
  @media (min-width: 64em) {
    .hero {
      margin-top: 0; } }

.hero__image {
  position: relative;
  width: 100%;
  vertical-align: middle;
  z-index: 1; }

.hero__page-title {
  position: absolute;
  bottom: 0;
  padding: 10px 35px;
  background-color: #333;
  color: white;
  vertical-align: bottom;
  z-index: 1; }

.hero--homepage {
  text-align: right; }
  .hero--homepage .hero__image {
    z-index: 0; }
  .hero--homepage .hero__page-title {
    position: relative;
    background-color: transparent;
    padding: 0;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 64em) {
      .hero--homepage .hero__page-title {
        max-width: 75%;
        display: inline-block;
        position: relative;
        bottom: auto;
        padding: 0;
        text-align: right; } }
    .hero--homepage .hero__page-title .u-h1 {
      font-size: 24px; }
      @media (min-width: 64em) {
        .hero--homepage .hero__page-title .u-h1 {
          font-size: 48px; }
          .hero--homepage .hero__page-title .u-h1 span {
            background-color: #333;
            padding: 12px 35px;
            display: inline-block;
            margin-top: 3px;
            line-height: 48px; } }
    .hero--homepage .hero__page-title .c-btn {
      margin-top: 15px; }
  .hero--homepage .hero__page-title--wrapper {
    position: relative;
    width: 100%;
    top: 100%;
    background-color: #333;
    padding: 15px;
    z-index: 1; }
    .hero--homepage .hero__page-title--wrapper .c-layout-wrapper {
      padding: 0; }
      @media (min-width: 64em) {
        .hero--homepage .hero__page-title--wrapper .c-layout-wrapper {
          padding: 0 1em; } }
    @media (min-width: 64em) {
      .hero--homepage .hero__page-title--wrapper {
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: transparent; } }
  .hero--homepage .slick-dots {
    position: relative;
    bottom: -15px; }
    @media (min-width: 64em) {
      .hero--homepage .slick-dots {
        bottom: 50px; } }

.hero__figure {
  width: 100%;
  max-height: 150px;
  overflow: hidden; }
  @media (min-width: 48em) {
    .hero__figure {
      max-height: 400px; } }
  @media (min-width: 64em) {
    .hero__figure {
      max-height: 650px; } }

.c-pathway {
  position: relative;
  text-align: center;
  margin-bottom: 0; }

.c-pathway__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: white;
  width: 75%; }
  @media (min-width: 64em) {
    .c-pathway__content {
      width: 50%; } }

.c-pathway__title {
  margin-bottom: 16px; }

.c-pathway__content--body {
  margin-bottom: 16px; }

.c-pathway__figure {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px; }

.c-pathway__figure--img {
  display: inline-block;
  vertical-align: middle;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.testimonials--wrapper {
  background-color: #f5f5f5;
  padding: 50px 0; }

@media (min-width: 48em) {
  .testimonial--wrapper {
    padding: 25px; } }

.c-testimonials {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  padding: 0 50px; }

.testimonial__quote {
  color: #333;
  font-size: 20px;
  text-align: center; }

.testimonial__source {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px; }

.testimonial__content {
  display: block;
  width: 200px; }

.testimonials__logos {
  margin-top: 25px; }

.testimonials__logo--img {
  margin: 0 auto;
  max-width: 100%;
  display: block; }

.c-highlights--wrapper {
  padding: 0 0;
  position: relative; }
  @media (min-width: 48em) {
    .c-highlights--wrapper {
      background-color: #f5f5f5; } }

.c-highlights {
  padding-left: 16px; }

.c-highlight {
  padding: 35px 10px;
  background-color: #f5f5f5; }
  .c-highlight:last-child {
    margin-bottom: 0; }
  @media (min-width: 64em) {
    .c-highlight {
      margin-bottom: 0; } }

.highlight__image {
  font-size: 75px;
  text-align: center;
  color: #d81118;
  margin-bottom: 20px; }

.highlight__title {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px; }

.highlight__body {
  text-align: center; }

.c-highlights--grey {
  background-color: transparent;
  margin-bottom: 35px; }
  .c-highlights--grey .o-grid__item {
    background-color: #f5f5f5;
    border: 2px solid white; }
  .c-highlights--grey .c-highlight {
    padding: 25px 35px;
    margin-bottom: 0; }
  .c-highlights--grey .highlight__image {
    color: #333;
    font-size: 50px; }

.c-highlights--nobg {
  background-color: transparent; }
  .c-highlights--nobg .c-highlight {
    padding: 0 36px;
    background-color: transparent;
    margin-bottom: 35px; }

.s-component--odd {
  background-color: #f5f5f5; }

.s-figure {
  display: inline-block;
  width: 50%; }
  @media (min-width: 48em) {
    .s-figure {
      padding-left: 0; } }

.s-figure__image {
  max-width: 100%;
  vertical-align: top; }

.s-content--wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.s-content {
  position: relative;
  top: auto;
  -webkit-transform: none;
          transform: none;
  padding: 26px; }
  @media (min-width: 48em) {
    .s-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.s-content--title {
  margin-bottom: 10px; }

.s-content__small {
  font-style: italic;
  font-size: 0.8em; }

.services--table {
  padding: 25px 1em; }
  .services--table h3 {
    padding: 15px 0; }

.s-table {
  width: 100%;
  text-align: left; }
  .s-table tr {
    text-align: center;
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto 15px;
    border: 1px solid lightgrey;
    padding: 15px 10px; }
    .s-table tr:nth-of-type(even) {
      background-color: #f5f5f5; }
    .s-table tr td:nth-of-type(1):before {
      content: ""; }
    .s-table tr td:nth-of-type(2):before {
      content: "FP2P (EPL) "; }
    .s-table tr td:nth-of-type(3):before {
      content: "FP2M (EVPL) "; }
    .s-table tr td:nth-of-type(4):before {
      content: "FM2M (VPLS) "; }
    .s-table tr td:before {
      display: block;
      font-family: "Roboto Slab", serif;
      font-weight: 700; }
    .s-table tr td {
      display: block;
      text-align: center; }
      .s-table tr td:nth-of-type(1) {
        margin-bottom: 15px;
        font-size: 18px; }
      .s-table tr td:nth-of-type(2), .s-table tr td:nth-of-type(3), .s-table tr td:nth-of-type(4) {
        margin-bottom: 10px; }
  .s-table thead {
    display: none;
    font-family: "Roboto Slab", serif; }
  @media (min-width: 30em) {
    .s-table tr td:nth-of-type(1) {
      margin-bottom: 0px;
      font-size: 18px; }
    .s-table tr td:nth-of-type(2), .s-table tr td:nth-of-type(3), .s-table tr td:nth-of-type(4) {
      display: inline-block;
      text-align: center;
      margin: 15px 20px 0; } }
  @media (min-width: 64em) {
    .s-table {
      border: 1px solid lightgrey;
      border-bottom: 3px solid #333; }
      .s-table thead {
        display: table-header-group;
        background-color: #333;
        color: white; }
      .s-table th {
        border-left: 1px solid lightgrey;
        padding: 10px 18px;
        text-align: left; }
        .s-table th:nth-of-type(2), .s-table th:nth-of-type(3), .s-table th:nth-of-type(4) {
          text-align: center; }
      .s-table tr {
        display: table-row;
        width: 100%; }
        .s-table tr td:before {
          display: none !important; }
        .s-table tr td {
          display: table-cell;
          border-left: 1px solid lightgrey;
          border-right: 1px solid lightgrey;
          padding: 10px 18px;
          text-align: left; }
          .s-table tr td:nth-of-type(1) {
            font-size: 16px; }
        .s-table tr td:nth-of-type(2),
        .s-table tr td:nth-of-type(3),
        .s-table tr td:nth-of-type(4) {
          display: table-cell;
          text-align: center; }
        .s-table tr:nth-of-type(even) {
          background-color: #f5f5f5; } }

.s-disclaimer {
  font-size: 12px;
  font-style: italic;
  line-height: 16px; }

.s-tick {
  font-size: 24px;
  color: #d81118; }

.c-quote-image {
  position: relative;
  width: 100%;
  display: block; }

.c-quote-image__figure {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.c-quote-image__image {
  vertical-align: top;
  min-width: 100%;
  min-height: 250px; }

.c-quote-image__quote {
  color: white;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .c-quote-image__quote .u-h2 {
    margin-bottom: 16px; }

.contact {
  margin-bottom: 30px; }

.office {
  background-color: #f5f5f5;
  padding: 25px;
    padding-bottom: 60px; }

.contact__purpose,
.office__location {
  margin-bottom: 15px; }

.contact__icon,
.office__icon {
  color: #d81118;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle; }

.office__icon {
  vertical-align: top; }

.contact__info,
.office__info {
  display: inline-block;
  vertical-align: middle; }

.contact--name {
  font-weight: 700; }

.contact__info {
  margin-left: 10px; }

.office__info {
  position: relative;
  padding-left: 45px;
  width: 100%; }
  .office__info:before {
    position: absolute;
    left: 0;
    font-family: 'feenix';
    color: #d81118;
    font-size: 30px; }

.contact__person .contact__info {
  line-height: 18px; }

.contact--seperator {
  margin: 15px 0 30px;
  border: 0;
    border-top: 1px solid #ededed; }

.c-form {
  margin-bottom: 25px; }
  .c-form .label {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 10px; }
  .c-form .input {
    width: 100%;
    border: 1px solid lightgrey;
    color: #666;
    border-radius: 4px;
    padding: 12px 15px;
    min-height: 50px; }
  .c-form .textarea {
    height: 136px;
    line-height: 24px; }
  .c-form .submit--wrapper {
    text-align: right;
    margin-top: 20px; }
  .c-form .error {
    border: 1px solid #d81118; }
  .c-form .error--message {
    color: #d81118;
    margin-top: 5px;
    font-weight: 700; }

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

[class^="iconf-"], [class*=" iconf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feenix' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconf-arrows-down:before {
  content: "\e900"; }

.iconf-arrows-up:before {
  content: "\e901"; }

.iconf-arrows-left:before, .slick-prev:before, [dir="rtl"] .slick-next:before {
  content: "\e902"; }

.iconf-arrows-right:before, [dir="rtl"] .slick-prev:before, .slick-next:before {
  content: "\e903"; }

.iconf-cross:before {
  content: "\e904"; }

.iconf-tick:before {
  content: "\e905"; }

.iconf-contact-person:before {
  content: "\e906"; }

.iconf-phone:before {
  content: "\e907"; }

.iconf-email:before {
  content: "\e908"; }

.iconf-location:before, .office__info:before {
  content: "\e909"; }

.iconf-linkedIn:before {
  content: "\e90a"; }

.iconf-profitable:before {
  content: "\e90b"; }

.iconf-time-to-revenue:before {
  content: "\e90c"; }

.iconf-reduce-cost:before {
  content: "\e90d"; }

.iconf-processes:before {
  content: "\e90e"; }

.iconf-about-time-effort:before {
  content: "\e90f"; }

.iconf-about-translate:before {
  content: "\e910"; }

.iconf-about-service-effort:before {
  content: "\e911"; }

.iconf-about-cost-ineffiencies:before {
  content: "\e912"; }

.iconf-about-easy-manage:before {
  content: "\e913"; }

.iconf-about-cost-of-sales:before {
  content: "\e914"; }

.iconf-about-engineering-time:before {
  content: "\e915"; }

.iconf-automation:before {
  content: "\e916"; }

.iconf-cost-ownership:before {
  content: "\e917"; }

.iconf-market-wants:before {
  content: "\e918"; }

.iconf-time-money:before {
  content: "\e919"; }

.iconf-alert:before {
  content: "\e91a"; }

.iconf-external-link:before {
  content: "\e91b"; }

/* UTILITY.WIDTHS */
.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important; }

.u-1\/3 {
  width: 33.33333% !important; }

.u-2\/3 {
  width: 66.66667% !important; }

.u-1\/4 {
  width: 25% !important; }

.u-2\/4 {
  width: 50% !important; }

.u-3\/4 {
  width: 75% !important; }

.u-1\/5 {
  width: 20% !important; }

.u-2\/5 {
  width: 40% !important; }

.u-3\/5 {
  width: 60% !important; }

.u-4\/5 {
  width: 80% !important; }

@media (min-width: 30em) {
  .u-1\/1-s {
    width: 100% !important; }
  .u-1\/2-s {
    width: 50% !important; }
  .u-1\/3-s {
    width: 33.33333% !important; }
  .u-2\/3-s {
    width: 66.66667% !important; }
  .u-1\/4-s {
    width: 25% !important; }
  .u-2\/4-s {
    width: 50% !important; }
  .u-3\/4-s {
    width: 75% !important; }
  .u-1\/5-s {
    width: 20% !important; }
  .u-2\/5-s {
    width: 40% !important; }
  .u-3\/5-s {
    width: 60% !important; }
  .u-4\/5-s {
    width: 80% !important; } }

@media (min-width: 48em) {
  .u-1\/1-m {
    width: 100% !important; }
  .u-1\/2-m {
    width: 50% !important; }
  .u-1\/3-m {
    width: 33.33333% !important; }
  .u-2\/3-m {
    width: 66.66667% !important; }
  .u-1\/4-m {
    width: 25% !important; }
  .u-2\/4-m {
    width: 50% !important; }
  .u-3\/4-m {
    width: 75% !important; }
  .u-1\/5-m {
    width: 20% !important; }
  .u-2\/5-m {
    width: 40% !important; }
  .u-3\/5-m {
    width: 60% !important; }
  .u-4\/5-m {
    width: 80% !important; } }

@media (min-width: 64em) {
  .u-1\/1-l {
    width: 100% !important; }
  .u-1\/2-l {
    width: 50% !important; }
  .u-1\/3-l {
    width: 33.33333% !important; }
  .u-2\/3-l {
    width: 66.66667% !important; }
  .u-1\/4-l {
    width: 25% !important; }
  .u-2\/4-l {
    width: 50% !important; }
  .u-3\/4-l {
    width: 75% !important; }
  .u-1\/5-l {
    width: 20% !important; }
  .u-2\/5-l {
    width: 40% !important; }
  .u-3\/5-l {
    width: 60% !important; }
  .u-4\/5-l {
    width: 80% !important; } }

@media (min-width: 80em) {
  .u-1\/1-xl {
    width: 100% !important; }
  .u-1\/2-xl {
    width: 50% !important; }
  .u-1\/3-xl {
    width: 33.33333% !important; }
  .u-2\/3-xl {
    width: 66.66667% !important; }
  .u-1\/4-xl {
    width: 25% !important; }
  .u-2\/4-xl {
    width: 50% !important; }
  .u-3\/4-xl {
    width: 75% !important; }
  .u-1\/5-xl {
    width: 20% !important; }
  .u-2\/5-xl {
    width: 40% !important; }
  .u-3\/5-xl {
    width: 60% !important; }
  .u-4\/5-xl {
    width: 80% !important; } }

/* UTILITY.PADDING */
.u-p {
  padding: 1rem !important; }

.u-pt {
  padding-top: 1rem !important; }

.u-pr {
  padding-right: 1rem !important; }

.u-pb {
  padding-bottom: 1rem !important; }

.u-pl {
  padding-left: 1rem !important; }

.u-ph {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.u-pv {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.u-p--small {
  padding: 0.5rem !important; }

.u-pt--small {
  padding-top: 0.5rem !important; }

.u-pr--small {
  padding-right: 0.5rem !important; }

.u-pb--small {
  padding-bottom: 0.5rem !important; }

.u-pl--small {
  padding-left: 0.5rem !important; }

.u-ph--small {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.u-pv--small {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.u-p--0 {
  padding: 0 !important; }

.u-pt--0 {
  padding-top: 0 !important; }

.u-pr--0 {
  padding-right: 0 !important; }

.u-pb--0 {
  padding-bottom: 0 !important; }

.u-pl--0 {
  padding-left: 0 !important; }

.u-ph--0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.u-pv--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* UTILITY.MARGINS */
.u-m {
  margin: 1rem !important; }

.u-mt {
  margin-top: 1rem !important; }

.u-mr {
  margin-right: 1rem !important; }

.u-mb {
  margin-bottom: 1rem !important; }

.u-ml {
  margin-left: 1rem !important; }

.u-mh {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.u-mv {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.u-m--tiny {
  margin: 0.25rem !important; }

.u-mt--tiny {
  margin-top: 0.25rem !important; }

.u-mr--tiny {
  margin-right: 0.25rem !important; }

.u-mb--tiny {
  margin-bottom: 0.25rem !important; }

.u-ml--tiny {
  margin-left: 0.25rem !important; }

.u-mh--tiny {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.u-mv--tiny {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.u-m--0 {
  margin: 0 !important; }

.u-mt--0 {
  margin-top: 0 !important; }

.u-mr--0 {
  margin-right: 0 !important; }

.u-mb--0 {
  margin-bottom: 0 !important; }

.u-ml--0 {
  margin-left: 0 !important; }

.u-mh--0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.u-mv--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* UTILITY.HELPERS */
.u-visuallyhidden {
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px; }

u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0; }

.u-hidden {
  display: none !important;
  visibility: hidden; }

.u-ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .u-ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.u-abs, .u-center, .u-center--h, .u-center--v {
  position: absolute !important; }

.u-rel {
  position: relative !important; }

.u-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.u-center--h {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.u-center--v {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.u-block {
  display: block !important; }

.u-inline {
  display: inline !important; }

.u-inline-b {
  display: inline-block !important; }

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

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

.u-clear {
  clear: both !important; }

.u-clear--left {
  clear: left !important; }

.u-clear--right {
  clear: right !important; }

.u-cf:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

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

.u-text--right {
  text-align: right !important; }

.u-text--center {
  text-align: center !important; }

.u-weight--light {
  font-weight: 300 !important; }

.u-weight--normal {
  font-weight: 400 !important; }

.u-weight--semibold {
  font-weight: 600 !important; }

.u-weight--bold {
  font-weight: 700 !important; }

.u-style--normal {
  font-style: normal !important; }

.u-style--italic {
  font-style: italic !important; }

.u-caps {
  text-transform: uppercase !important; }

.js-hot {
  cursor: pointer; }

.js-hidden {
  display: none; }
  .no-js .js-hidden {
    display: block; }

/* UTILITY.RESPONSIVE */
@media (min-width: 0) {
  .u-hidden--xs {
    display: none !important;
    visibility: hidden !important; }
  .u-show--xs {
    display: block !important;
    visibility: visible !important; } }

@media (min-width: 30em) {
  .u-hidden--s {
    display: none !important;
    visibility: hidden !important; }
  .u-show--s {
    display: block !important;
    visibility: visible !important; } }

@media (min-width: 48em) {
  .u-hidden--m {
    display: none !important;
    visibility: hidden !important; }
  .u-show--m {
    display: block !important;
    visibility: visible !important; } }

@media (min-width: 64em) {
  .u-hidden--l {
    display: none !important;
    visibility: hidden !important; }
  .u-show--l {
    display: block !important;
    visibility: visible !important; } }

@media (min-width: 80em) {
  .u-hidden--xl {
    display: none !important;
    visibility: hidden !important; }
  .u-show--xl {
    display: block !important;
    visibility: visible !important; } }
