@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

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

/* Changed base-spacing to rem from em or not maybe..
 */
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #2169dd;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 500ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #1a54b1;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #2169dd; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 500ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #2169dd;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

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

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

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0 0 1.5em 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

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

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

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

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

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

tbody tr:nth-child(odd) {
  background: #f4f4f4; }

body {
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-size: 1.95313em; }

h2 {
  font-size: 1.5625em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #2169dd;
  text-decoration: none;
  transition: color 500ms ease; }
  a:active, a:focus, a:hover {
    color: #11356f; }

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

b, strong {
  font-weight: 700; }

/* Coz these are no longer in Bourbon
 */
/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-hero-slider {
  position: relative;
  height: 550px;
  overflow: hidden; }
  .cd-hero-slider > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .cd-hero-slider > li.selected {
      /* this is the visible slide */
      position: relative;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .cd-hero-slider > li.move-left {
      /* slide hidden on the left */
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    .cd-hero-slider > li.is-moving, .cd-hero-slider > li.selected {
      /* the is-moving class is assigned to the slide which is moving outside the viewport */
      -moz-transition: transform 0.5s;
      -o-transition: transform 0.5s;
      -webkit-transition: transform 0.5s;
      transition: transform 0.5s; }

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider > li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none; }
  .cd-hero-slider .cd-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%); }
.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .cd-hero-slider .cd-bg-video-wrapper video {
    /* you won't see this element in the html, but it will be injected using js */
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%); }
.cd-hero-slider h2, .cd-hero-slider p, .cd-hero-slider ul {
  margin: 0 auto 14px;
  width: 90%;
  max-width: 400px; }
.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(212, 68, 87, 0.9);
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .cd-hero-slider .cd-btn.secondary {
    background-color: rgba(22, 26, 30, 0.8); }
  .cd-hero-slider .cd-btn:nth-of-type(2) {
    margin-left: 1em; }
  .no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #d44457; }
  .no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e; }
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block; }
  .cd-hero-slider .cd-half-width {
    width: 45%; }
    .cd-hero-slider .cd-half-width:first-of-type {
      left: 5%; }
    .cd-hero-slider .cd-half-width:nth-of-type(2) {
      right: 5%;
      left: auto; }
  .cd-hero-slider .cd-img-container {
    display: block; }
  .cd-hero-slider h2, .cd-hero-slider p, .cd-hero-slider ul {
    max-width: 520px; } }

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  .cd-hero-slider .move-left .cd-half-width {
    -moz-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -moz-transition: opacity 0s 0.5s, transform 0s 0.5s;
    -o-transition: opacity 0s 0.5s, transform 0s 0.5s;
    -webkit-transition: opacity 0s 0.5s, transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s; }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -moz-transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    -o-transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    -webkit-transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -moz-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    -o-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    -webkit-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s; }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width ul,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width ul,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width ul,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width ul,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -moz-transition: opacity 0s 0.5s, transform 0s 0.5s;
    -o-transition: opacity 0s 0.5s, transform 0s 0.5s;
    -webkit-transition: opacity 0s 0.5s, transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s; }
  .cd-hero-slider li.selected h2 {
    -moz-transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    -o-transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    -webkit-transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }
  .cd-hero-slider li.selected p {
    -moz-transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    -o-transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    -webkit-transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s; }
  .cd-hero-slider li.selected ul {
    -moz-transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    -o-transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    -webkit-transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s; }
  .cd-hero-slider li.selected .cd-btn {
    -moz-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    -o-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    -webkit-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s; } }
/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 45px;
  background-color: rgba(0, 1, 1, 0.5); }
  .cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
    height: 100%; }
  .cd-slider-nav nav {
    display: inline-block;
    position: relative; }
  .cd-slider-nav .cd-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 100%;
    color: #d44457;
    background-color: #ffffff;
    box-shadow: inset 0 2px 0 currentColor;
    -moz-transition: transform 0.2s, box-shadow 0.2s;
    -o-transition: transform 0.2s, box-shadow 0.2s;
    -webkit-transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s; }
    .cd-slider-nav .cd-marker.item-2 {
      -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    .cd-slider-nav .cd-marker.item-3 {
      -moz-transform: translateX(200%);
      -o-transform: translateX(200%);
      -ms-transform: translateX(200%);
      -webkit-transform: translateX(200%);
      transform: translateX(200%); }
    .cd-slider-nav .cd-marker.item-4 {
      -moz-transform: translateX(300%);
      -o-transform: translateX(300%);
      -ms-transform: translateX(300%);
      -webkit-transform: translateX(300%);
      transform: translateX(300%); }
    .cd-slider-nav .cd-marker.item-5 {
      -moz-transform: translateX(400%);
      -o-transform: translateX(400%);
      -ms-transform: translateX(400%);
      -webkit-transform: translateX(400%);
      transform: translateX(400%); }
  .cd-slider-nav ul::after {
    clear: both;
    content: "";
    display: block; }
  .cd-slider-nav li {
    display: inline-block;
    width: 80px;
    float: left; }
    .cd-slider-nav li.selected a {
      color: #2c343b; }
      .no-touch .cd-slider-nav li.selected a:hover {
        background-color: transparent; }
  .cd-slider-nav a {
    display: block;
    position: relative;
    padding-top: 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #a8b4be;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .cd-slider-nav a::before {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      top: 8px;
      left: 50%;
      right: auto;
      transform: translateX(-50%); }
    .no-touch .cd-slider-nav a:hover {
      background-color: rgba(0, 1, 1, 0.5); }
  .cd-slider-nav li:first-of-type a::before {
    background-position: 0 0; }
  .cd-slider-nav li.selected:first-of-type a::before {
    background-position: 0 -24px; }
  .cd-slider-nav li:nth-of-type(2) a::before {
    background-position: -24px 0; }
  .cd-slider-nav li.selected:nth-of-type(2) a::before {
    background-position: -24px -24px; }
  .cd-slider-nav li:nth-of-type(3) a::before {
    background-position: -48px 0; }
  .cd-slider-nav li.selected:nth-of-type(3) a::before {
    background-position: -48px -24px; }
  .cd-slider-nav li:nth-of-type(4) a::before {
    background-position: -72px 0; }
  .cd-slider-nav li.selected:nth-of-type(4) a::before {
    background-position: -72px -24px; }
  .cd-slider-nav li:nth-of-type(5) a::before {
    background-position: -96px 0; }
  .cd-slider-nav li.selected:nth-of-type(5) a::before {
    background-position: -96px -24px; }
  @media only screen and (min-width: 768px) {
    .cd-slider-nav {
      height: 65px; }
      .cd-slider-nav .cd-marker,
      .cd-slider-nav li {
        width: 95px; }
      .cd-slider-nav a {
        padding-top: 33px;
        font-size: 1.1rem;
        text-transform: uppercase; }
        .cd-slider-nav a::before {
          top: 18px; } }

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0; }
  .cd-main-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999999;
    margin: 2em 0; }
  @media only screen and (min-width: 1170px) {
    .cd-main-content {
      padding: 3em 0; }
      .cd-main-content p {
        font-size: 1.6rem; } }

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none; }
  .no-js .cd-hero-slider li.selected {
    display: block; }

.no-js .cd-slider-nav {
  display: none; }

/* Custom CSS Starts Here
 */
/* Breakpoints
 */
header.banner {
  border-bottom: 1px solid #ddd; }
  header.banner .navigation-wrapper {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: .9em;
    position: relative;
    min-height: 2em;
    padding: 0 10px;
    width: 100%;
    z-index: 9999;
    background: #fff; }
    header.banner .navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  header.banner .navigation-menu-button {
    color: #333;
    display: block;
    float: right;
    line-height: 2em;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 900px) {
      header.banner .navigation-menu-button {
        display: none; } }
    header.banner .navigation-menu-button:focus, header.banner .navigation-menu-button:hover {
      color: #bc17fd; }
  header.banner nav {
    float: none;
    min-height: 2em;
    z-index: 9999999; }
    @media screen and (min-width: 900px) {
      header.banner nav {
        float: left; } }
  header.banner ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    header.banner ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 900px) {
      header.banner ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.banner ul li.nav-link {
    background: #fff;
    display: block;
    line-height: 2em;
    overflow: hidden;
    padding-right: 0.8em;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 900px) {
      header.banner ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 2em;
        text-decoration: none;
        width: auto; } }
    header.banner ul li.nav-link a {
      color: #333;
      display: inline-block;
      text-decoration: none; }
      @media screen and (min-width: 900px) {
        header.banner ul li.nav-link a {
          padding-right: 1em; } }
      header.banner ul li.nav-link a:focus, header.banner ul li.nav-link a:hover {
        color: #bc17fd; }
  header.banner .active-nav-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px; }
  header.banner li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 900px) {
      header.banner li.more.nav-link {
        padding-right: 0.75em; } }
    header.banner li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.banner li.more.nav-link a {
      margin-right: 0.75em; }
    header.banner li.more.nav-link > a {
      padding-right: 0.6em; }
    header.banner li.more.nav-link > a::after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: #333;
      content: "\25BE"; }
  header.banner li.more {
    overflow: visible;
    padding-right: 0; }
    header.banner li.more a {
      padding-right: 0.8em; }
    header.banner li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 900px) {
        header.banner li.more > a {
          margin-right: 0.75em; } }
      header.banner li.more > a::after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.375em; }
    header.banner li.more:focus > .submenu, header.banner li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 900px) {
      header.banner li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.banner ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 900px) {
      header.banner ul.submenu {
        left: -0.75em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 900px) {
      header.banner ul.submenu .submenu.fly-out-right {
        left: 11.8em;
        top: 0; } }
    @media screen and (min-width: 900px) {
      header.banner ul.submenu .submenu.fly-out-left {
        left: -11.8em;
        top: 0; } }
    @media screen and (min-width: 900px) {
      header.banner ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    header.banner ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 900px) {
        header.banner ul.submenu li {
          line-height: 1.53846em; }
          header.banner ul.submenu li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          header.banner ul.submenu li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            padding-bottom: 0.7em; } }
      header.banner ul.submenu li a {
        background-color: #f7f7f7;
        display: block;
        text-align: right;
        width: 100%; }
        @media screen and (min-width: 900px) {
          header.banner ul.submenu li a {
            padding: 0.75em;
            border: 0;
            background-color: #000;
            color: #fff;
            text-align: left;
            width: 12em; }
            header.banner ul.submenu li a:hover {
              background: #333333;
              color: #fff; } }
  header.banner .navigation-tools {
    clear: both;
    display: block;
    height: 2em; }
    @media screen and (min-width: 900px) {
      header.banner .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
  header.banner .search-bar {
    float: left;
    padding: 0.5em 0.85em 0.7em 0.6em;
    width: 100%; }
    header.banner .search-bar form {
      position: relative; }
      header.banner .search-bar form input[type=search] {
        background: white;
        border: 1px solid #c4c4c4;
        border-radius: 8px;
        box-sizing: border-box;
        color: #333;
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
        @media screen and (min-width: 900px) {
          header.banner .search-bar form input[type=search] {
            width: 100%; } }
      header.banner .search-bar form button[type=submit] {
        background: white;
        border: 0;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.banner .search-bar form button[type=submit] img {
          height: 16px;
          opacity: 0.7;
          padding: 1px; }
    @media screen and (min-width: 900px) {
      header.banner .search-bar {
        display: inline-block;
        position: relative;
        width: 22em; }
        header.banner .search-bar input {
          box-sizing: border-box;
          display: block; } }

.breadcrumb {
  font-family: "Open Sans", sans-serif;
  font-size: .8em;
  margin: 0 0 0.75em; }
  .breadcrumb::after {
    clear: both;
    content: "";
    display: block; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb li::after {
    content: "\00a0\00a0>\00a0\00a0"; }
  .breadcrumb li:last-child::after {
    content: ""; }

.pagination {
  margin: 0 0 1.5em; }
  .pagination::after {
    clear: both;
    content: "";
    display: block; }
  .pagination ul {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center; }
    .pagination ul li {
      display: inline;
      list-style: none; }
    .pagination ul ul li {
      display: none; }
      .pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3) {
        display: inline; }
      @media screen and (min-width: 900px) {
        .pagination ul ul li {
          display: inline; } }
    .pagination ul li a {
      background: #f7f7f7;
      border-radius: 4px;
      border: 1px solid #ddd;
      color: #333;
      outline: none;
      padding: 0.375em 0.809em;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }
      .pagination ul li a:hover, .pagination ul li a:focus {
        background: white;
        color: #2169dd; }
      .pagination ul li a:active {
        background: #f7f7f7; }

.pagination.bar::after {
  clear: both;
  content: "";
  display: block; }
.pagination.bar ul {
  float: left;
  text-align: left; }
  @media screen and (max-width: 600px) {
    .pagination.bar ul {
      display: block;
      margin-bottom: 0.75em; } }
.pagination.bar form {
  float: right;
  text-align: right; }
  @media screen and (max-width: 600px) {
    .pagination.bar form {
      float: none; } }
  .pagination.bar form label, .pagination.bar form select, .pagination.bar form input {
    margin-left: 0.75em;
    width: auto;
    float: left; }
  .pagination.bar form input {
    padding: 4px 8px; }

.flash-alert {
  background-color: #fff6bf;
  color: #66624c;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-alert a {
    color: #4d4a39;
    text-decoration: underline; }
    .flash-alert a:focus, .flash-alert a:hover {
      color: #1a1913; }

.flash-error {
  background-color: #fbe3e4;
  color: #645b5b;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-error a {
    color: #4b4444;
    text-decoration: underline; }
    .flash-error a:focus, .flash-error a:hover {
      color: #191717; }

.flash-notice {
  background-color: #e5edf8;
  color: #5c5f63;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-notice a {
    color: #45474a;
    text-decoration: underline; }
    .flash-notice a:focus, .flash-notice a:hover {
      color: #171819; }

.flash-success {
  background-color: #e6efc2;
  color: #5c604e;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-success a {
    color: #45483a;
    text-decoration: underline; }
    .flash-success a:focus, .flash-success a:hover {
      color: #171813; }

/* Layout
 */
body, html {
  margin: 0;
  padding: 0; }

.main-outer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .main-outer::after {
    clear: both;
    content: "";
    display: block; }
  .main-outer main {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3em; }
  .main-outer .piia-image, .main-outer .piia-article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .main-outer .piia-image:last-child, .main-outer .piia-article:last-child {
      margin-right: 0; }
    @media screen and (max-width: 900px) {
      .main-outer .piia-image, .main-outer .piia-article {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .main-outer .piia-image:last-child, .main-outer .piia-article:last-child {
          margin-right: 0; } }
  .main-outer .piia-image-info, .main-outer aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .main-outer .piia-image-info:last-child, .main-outer aside:last-child {
      margin-right: 0; }
    .main-outer .piia-image-info .info-pane, .main-outer aside .info-pane {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .main-outer .piia-image-info .info-pane:last-child, .main-outer aside .info-pane:last-child {
        margin-right: 0; }
    @media screen and (max-width: 900px) {
      .main-outer .piia-image-info, .main-outer aside {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .main-outer .piia-image-info:last-child, .main-outer aside:last-child {
          margin-right: 0; }
        .main-outer .piia-image-info .info-pane, .main-outer aside .info-pane {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .main-outer .piia-image-info .info-pane:last-child, .main-outer aside .info-pane:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 600px) {
      .main-outer .piia-image-info .info-pane, .main-outer aside .info-pane {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .main-outer .piia-image-info .info-pane:last-child, .main-outer aside .info-pane:last-child {
          margin-right: 0; } }

/* Home Page Specific
 */
#pg-home main::after {
  clear: both;
  content: "";
  display: block; }
#pg-home .info-text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  #pg-home .info-text:last-child {
    margin-right: 0; }
#pg-home nav.nav-thumbs {
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  #pg-home nav.nav-thumbs:last-child {
    margin-right: 0; }
  #pg-home nav.nav-thumbs li {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 22.316%;
    height: 10em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: center; }
    #pg-home nav.nav-thumbs li:last-child {
      margin-right: 0; }
    #pg-home nav.nav-thumbs li:nth-child(4n) {
      margin-right: 0; }
    #pg-home nav.nav-thumbs li:nth-child(4n+1) {
      clear: left; }
    #pg-home nav.nav-thumbs li img {
      max-width: 100%;
      margin-bottom: 2px;
      display: block; }
@media screen and (max-width: 900px) {
  #pg-home .info-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #pg-home .info-text:last-child {
      margin-right: 0; }
  #pg-home nav.nav-thumbs {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #pg-home nav.nav-thumbs:last-child {
      margin-right: 0; }
    #pg-home nav.nav-thumbs li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      #pg-home nav.nav-thumbs li:last-child {
        margin-right: 0; } }

/* Banner
*/
header.banner {
  position: relative;
  margin: 0 0 0.75em;
  border-bottom: 0; }
  header.banner .strap {
    padding: 10px 10px 10px 10px;
    background: url(/assets/i/header-tiles.jpg) 0 0 repeat-x; }
    header.banner .strap::after {
      clear: both;
      content: "";
      display: block; }
    header.banner .strap h1 {
      margin: 0;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      color: #fff;
      text-shadow: 2px 1px 6px #000;
      font-size: 2.2em;
      font-family: 'Ubuntu', sans-serif;
      font-weight: bold; }
      header.banner .strap h1:last-child {
        margin-right: 0; }
      header.banner .strap h1 a {
        color: #fff;
        text-decoration: none; }

#home-strap {
  margin-bottom: 0; }
  #home-strap .strap {
    background: none; }
    #home-strap .strap h1 {
      font-size: 2.4em;
      text-shadow: none;
      color: #333; }

/* Hero Slider Customisation
 */
.cd-hero {
  font-size: 1rem;
  margin-bottom: 3em;
  color: #fff; }
  @media screen and (max-width: 900px) {
    .cd-hero .cd-hero-slider {
      height: 470px; } }
  @media screen and (max-width: 600px) {
    .cd-hero .cd-hero-slider {
      height: 360px; } }
  .cd-hero .cd-hero-slider .cd-full-width,
  .cd-hero .cd-hero-slider .cd-half-width {
    padding-top: 65px; }
    @media screen and (max-width: 900px) {
      .cd-hero .cd-hero-slider .cd-full-width,
      .cd-hero .cd-hero-slider .cd-half-width {
        padding-top: 40px;
        font-size: .8em; } }
    @media screen and (max-width: 600px) {
      .cd-hero .cd-hero-slider .cd-full-width,
      .cd-hero .cd-hero-slider .cd-half-width {
        padding-top: 20px; }
        .cd-hero .cd-hero-slider .cd-full-width ul,
        .cd-hero .cd-hero-slider .cd-half-width ul {
          font-size: 1em; }
          .cd-hero .cd-hero-slider .cd-full-width ul img,
          .cd-hero .cd-hero-slider .cd-half-width ul img {
            max-width: 60px; } }
  .cd-hero .cd-hero-slider > li {
    background-color: #2c343b; }
    .cd-hero .cd-hero-slider > li#cd-latest {
      background-image: url(/assets/u/img/hero_mor_1632d.jpg); }
    .cd-hero .cd-hero-slider > li#cd-photo-archive {
      background-image: url(/assets/u/img/hero_egy_1310.jpg); }
    .cd-hero .cd-hero-slider > li#cd-print {
      background-image: url(/assets/u/img/hero_han_015.jpg); }
    .cd-hero .cd-hero-slider > li#cd-slides {
      background-image: url(/assets/u/img/hero_spa_0109.jpg); }
  .cd-hero h2, .cd-hero p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 2.44141em;
    text-shadow: 0 0 8px #000; }
  .cd-hero p {
    font-size: 1.25em;
    font-weight: normal; }
  .cd-hero .cd-img-container img {
    margin-top: -30px; }
  .cd-hero .cd-full-width ul,
  .cd-hero .cd-half-width ul {
    width: 60%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0.75em;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-size: 1.25em; }
    .cd-hero .cd-full-width ul li,
    .cd-hero .cd-half-width ul li {
      clear: left;
      margin-bottom: 0.75em;
      vertical-align: top; }
      .cd-hero .cd-full-width ul li::after,
      .cd-hero .cd-half-width ul li::after {
        clear: both;
        content: "";
        display: block; }
      .cd-hero .cd-full-width ul li:last-child,
      .cd-hero .cd-half-width ul li:last-child {
        margin-bottom: 0; }
      .cd-hero .cd-full-width ul li img,
      .cd-hero .cd-half-width ul li img {
        float: left;
        margin-right: 0.75em; }
      .cd-hero .cd-full-width ul li a,
      .cd-hero .cd-half-width ul li a {
        display: inline-block;
        color: #fff;
        width: 100%; }
        .cd-hero .cd-full-width ul li a:hover,
        .cd-hero .cd-half-width ul li a:hover {
          background: #000;
          background: rgba(0, 0, 0, 0.6); }

/* Main Footer
 */
footer.main {
  clear: both;
  margin-top: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 6em;
  background: #eaeaea; }
  footer.main .main-outer {
    padding: 0 10px; }
  footer.main .section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 1.5em; }
    footer.main .section:last-child {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      footer.main .section {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        footer.main .section:last-child {
          margin-right: 0; } }
  footer.main h2 {
    font-size: 1.25em; }

/* default figures & figcaptions
 */
figure {
  margin: 0;
  margin-bottom: 1.5em;
  padding: 10px;
  border: 1px solid #ddd; }
  figure figcaption {
    font-size: 0.8em; }

figure.push-right {
  float: right;
  margin-left: 1.5em; }

figure.push-left {
  float: left;
  margin-right: 1.5em; }

/* navigation teasers
 */
div.piia-teasers {
  margin: 0;
  padding: 0; }
  div.piia-teasers .item {
    margin: 0 0 1.5em 0;
    padding: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    div.piia-teasers .item:last-child {
      margin-right: 0; }
    div.piia-teasers .item:nth-child(3n) {
      margin-right: 0; }
    div.piia-teasers .item:nth-child(3n+1) {
      clear: left; }
    div.piia-teasers .item a {
      display: block; }
    div.piia-teasers .item h2 {
      font-size: 1.25em;
      margin-bottom: 0.375em; }
    @media screen and (max-width: 900px) {
      div.piia-teasers .item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        div.piia-teasers .item:last-child {
          margin-right: 0; }
        div.piia-teasers .item:nth-child(3n) {
          margin-right: 2.35765%; }
        div.piia-teasers .item:nth-child(3n+1) {
          clear: none; }
        div.piia-teasers .item:nth-child(2n) {
          margin-right: 0; }
        div.piia-teasers .item:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 600px) {
      div.piia-teasers .item {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        div.piia-teasers .item:last-child {
          margin-right: 0; }
        div.piia-teasers .item:nth-child(2n) {
          margin-right: 7.42297%; }
        div.piia-teasers .item:nth-child(2n+1) {
          clear: none; } }
    div.piia-teasers .item figure {
      margin-bottom: 0.375em;
      padding: 0;
      border: 0;
      position: relative;
      overflow: hidden; }
      div.piia-teasers .item figure img {
        display: block;
        margin: 0; }
      div.piia-teasers .item figure figcaption {
        position: absolute;
        opacity: 0;
        bottom: 0;
        right: 0;
        background: #000;
        color: #fff;
        padding: 2px 4px 2px 6px;
        border-top-left-radius: 4px;
        transition: opacity 500ms; }
        div.piia-teasers .item figure figcaption p {
          margin: 0; }
      div.piia-teasers .item figure:hover > figcaption {
        opacity: 0.8;
        transition: opacity 500ms; }

ul.piia-teasers {
  margin-top: 1.5em; }
  ul.piia-teasers::after {
    clear: both;
    content: "";
    display: block; }
  ul.piia-teasers > li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    min-height: 13em;
    margin-bottom: 1.5em; }
    ul.piia-teasers > li:last-child {
      margin-right: 0; }
    ul.piia-teasers > li:nth-child(6n) {
      margin-right: 0; }
    ul.piia-teasers > li:nth-child(6n+1) {
      clear: left; }
    ul.piia-teasers > li h2 {
      font-size: 1em;
      margin-bottom: 0.375em; }
    ul.piia-teasers > li .author, ul.piia-teasers > li .year {
      display: block; }
    ul.piia-teasers > li .author {
      font-style: italic; }
    ul.piia-teasers > li .year {
      font-size: 0.8em; }
    @media screen and (max-width: 900px) {
      ul.piia-teasers > li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        ul.piia-teasers > li:last-child {
          margin-right: 0; }
        ul.piia-teasers > li:nth-child(6n) {
          margin-right: 2.35765%; }
        ul.piia-teasers > li:nth-child(6n+1) {
          clear: none; }
        ul.piia-teasers > li:nth-child(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 600px) {
      ul.piia-teasers > li {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%; }
        ul.piia-teasers > li:last-child {
          margin-right: 0; }
        ul.piia-teasers > li:nth-child(4n) {
          margin-right: 7.42297%; }
        ul.piia-teasers > li:nth-child(4n+1) {
          clear: none; }
        ul.piia-teasers > li:nth-child(2n) {
          margin-right: 0; }
        ul.piia-teasers > li:nth-child(2n+1) {
          clear: left; } }

ul.piia-teasers.large li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  ul.piia-teasers.large li:last-child {
    margin-right: 0; }
  ul.piia-teasers.large li:nth-child(6n) {
    margin-right: 2.35765%; }
  ul.piia-teasers.large li:nth-child(6n+1) {
    clear: none; }
  ul.piia-teasers.large li:nth-child(4n) {
    margin-right: 0; }
  ul.piia-teasers.large li:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 900px) {
    ul.piia-teasers.large li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      ul.piia-teasers.large li:last-child {
        margin-right: 0; }
      ul.piia-teasers.large li:nth-child(4n) {
        margin-right: 2.35765%; }
      ul.piia-teasers.large li:nth-child(4n+1) {
        clear: none; }
      ul.piia-teasers.large li:nth-child(3n) {
        margin-right: 0; }
      ul.piia-teasers.large li:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 600px) {
    ul.piia-teasers.large li {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      ul.piia-teasers.large li:last-child {
        margin-right: 0; }
      ul.piia-teasers.large li:nth-child(3n) {
        margin-right: 7.42297%; }
      ul.piia-teasers.large li:nth-child(3n+1) {
        clear: none; } }

ul.piia-teasers.duo > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  ul.piia-teasers.duo > li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    ul.piia-teasers.duo > li {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      ul.piia-teasers.duo > li:last-child {
        margin-right: 0; } }
  ul.piia-teasers.duo > li:nth-child(2n) {
    margin-right: 0; }
  ul.piia-teasers.duo > li h2 {
    font-size: 1.25em; }
  ul.piia-teasers.duo > li ul {
    list-style: circle inside;
    margin-left: 1.5em; }
  ul.piia-teasers.duo > li li {
    margin-bottom: 0.375em;
    font-style: italic; }
    ul.piia-teasers.duo > li li a {
      font-style: normal;
      font-weight: 700; }

/* image article
 */
article.piia-asset {
  margin-bottom: 1.5em; }
  article.piia-asset::after {
    clear: both;
    content: "";
    display: block; }
  article.piia-asset .piia-image {
    margin-bottom: 1.5em; }
  article.piia-asset .piia-image-info table {
    margin-top: 0;
    margin-bottom: 1.5em; }
    article.piia-asset .piia-image-info table th, article.piia-asset .piia-image-info table td {
      padding: 0.375em; }
    article.piia-asset .piia-image-info table th {
      border-bottom: 1px solid #ddd; }

/* text article
 */
.piia-article header h1 {
  margin-bottom: 0.1875em; }
.piia-article header p {
  color: #999;
  font-size: .9em; }
  .piia-article header p time {
    font-style: italic; }

/* aside nav
 */
.toc li {
  margin-bottom: 0.75em; }
  .toc li.active {
    font-size: 1.25em;
    font-weight: 700; }

/* Misc
 */
.piia-image .piia-action {
  margin-top: 1.5em; }
  .piia-image .piia-action a.piia-button {
    display: inline-block;
    padding: 7px;
    padding-left: 36px;
    background: #f7f7f7;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    color: #000;
    line-height: 24px; }
    .piia-image .piia-action a.piia-button:hover {
      background-color: #ddd; }
    .piia-image .piia-action a.piia-button.download {
      background-image: url(/assets/i/ic_file_download_24px.png);
      background-position: 7px 50%;
      background-repeat: no-repeat; }

div.abstract {
  margin-bottom: 1.5em; }

small.credit {
  display: block;
  margin-bottom: 0.75em; }

blockquote {
  position: relative;
  padding: 0.75em;
  margin-top: 1.5em;
  margin-bottom: 3em;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  box-shadow: 5px 5px 10px #eaeaea; }
  blockquote p {
    font-weight: 400; }
  blockquote p::before {
    position: absolute;
    top: -.4em;
    left: -.52em;
    font-family: georgia, serif;
    font-size: 4em;
    color: #dddddd;
    content: "\201C"; }

/*# sourceMappingURL=app.css.map */
