/*------------------------------------------------
/   Important for displaying streamfield Bustouts
--------------------------------------------------*/
img {
  width: auto;
  height: auto; }

.img-wrapper {
  width: 100%;
  margin: -8em 0 0 0;
  text-align: center; }

.img-wrapper img {
  width: auto;
  position: relative;
  max-width: 100%; }

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

@charset "UTF-8";
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #ff5c26;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms 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: #cc4a1e;
    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: #ff5c26; }

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: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px; }

[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,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  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 150ms 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,
  select[multiple]: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,
  select[multiple]:focus {
    border-color: #ff5c26;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(255, 73, 13, 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,
  select[multiple]: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,
    select[multiple]: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,
  select[multiple]::placeholder {
    color: #666; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

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

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

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

html {
  box-sizing: border-box; }

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

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

dl {
  margin: 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; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Bitter, Georgia, serif;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 0.75em; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #ff5c26;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #bf451d; }

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

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

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

html {
  box-sizing: border-box; }

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

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #ff5c26;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms 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: #cc4a1e;
    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: #ff5c26; }

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: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px; }

[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,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  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 150ms 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,
  select[multiple]: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,
  select[multiple]:focus {
    border-color: #ff5c26;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(255, 73, 13, 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,
  select[multiple]: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,
    select[multiple]: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,
  select[multiple]::placeholder {
    color: #666; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

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

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

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

html {
  box-sizing: border-box; }

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

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

dl {
  margin: 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; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Bitter, Georgia, serif;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 0.75em; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #ff5c26;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #bf451d; }

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

html {
  box-sizing: border-box; }

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

header.navigation {
  background-color: #f8f8f8;
  border-top: 3px solid #ff5c26;
  border-bottom: 1px solid #dfdfdf;
  min-height: 60px;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0 2em; }
  header.navigation img {
    height: auto;
    width: auto; }
  header.navigation .navigation-wrapper {
    z-index: 9999;
    border: 0px solid green;
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
    min-width: 800px; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  header.navigation logo {
    border: 0px solid green;
    position: absolute;
    top: 0;
    right: 30px;
    height: auto;
    width: 210px; }
    @media screen and (min-width: 50em) {
      header.navigation logo {
        width: 240px;
        right: 60px; } }
    header.navigation logo img {
      padding-top: 6px; }
  header.navigation .navigation-menu-button {
    color: #666;
    display: block;
    float: left;
    line-height: 60px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 50em) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #333; }
  header.navigation nav {
    float: left;
    min-height: 60px;
    z-index: 9999999; }
    @media screen and (min-width: 50em) {
      header.navigation nav {
        float: left; } }
  header.navigation ul.navigation-menu {
    font-family: "Bitter", serif;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 60px;
    left: 0px; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 50em) {
      header.navigation ul.navigation-menu {
        position: inherit;
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link {
    background: #f8f8f8;
    font-size: 1.2em;
    display: block;
    line-height: 60px;
    overflow: hidden;
    padding-right: 0.4em;
    padding-bottom: 5px;
    text-align: left;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 50em) {
      header.navigation ul li.nav-link {
        display: inline;
        line-height: 50px;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: #666;
      display: inline-block;
      text-decoration: none;
      border-bottom: 0;
      padding-left: 40px;
      width: 100%; }
      @media screen and (min-width: 50em) {
        header.navigation ul li.nav-link a {
          padding: 0 .6em;
          width: auto;
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px; } }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        background-color: #ff7b4f;
        color: white; }
  header.navigation .active-nav-item a {
    background-color: #ff5c26;
    border-bottom: 1px solid #666;
    padding-bottom: 3px;
    color: white; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 50em) {
      header.navigation li.more.nav-link {
        padding-right: 1em; } }
    @media screen and (min-width: 50em) {
      header.navigation li.more.nav-link > ul > li:first-child a {
        padding-top: .8em; } }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a::after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: #666;
      content: "\25BE"; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 50em) {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a::after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu, header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 50em) {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 50em) {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.8em; } }
    @media screen and (min-width: 50em) {
      header.navigation ul.submenu .submenu.fly-out-right {
        left: 11.8em;
        top: 0; } }
    @media screen and (min-width: 50em) {
      header.navigation ul.submenu .submenu.fly-out-left {
        left: -11.8em;
        top: 0; } }
    @media screen and (min-width: 50em) {
      header.navigation ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 50em) {
        header.navigation ul.submenu li {
          line-height: 46.1538461538px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #f0f0f0;
        display: inline-block;
        text-align: left;
        width: 100%;
        margin-left: 20px; }
        @media screen and (min-width: 50em) {
          header.navigation ul.submenu li a {
            background-color: #f8f8f8;
            padding-left: 1em;
            text-align: left;
            width: 12em; } }
        header.navigation ul.submenu li a:focus, header.navigation ul.submenu li a:hover {
          background-color: #ff9573;
          color: white; }
  header.navigation .navigation-tools {
    background: #505050;
    clear: both;
    display: block;
    height: 60px; }
    @media screen and (min-width: 50em) {
      header.navigation .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        background: white;
        border: 1px solid #ebebeb;
        border-radius: 6px;
        box-sizing: border-box;
        color: #666;
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
        @media screen and (min-width: 50em) {
          header.navigation .search-bar form input[type=search] {
            width: 100%; } }
      header.navigation .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.navigation .search-bar form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }
    @media screen and (min-width: 50em) {
      header.navigation .search-bar {
        display: inline-block;
        position: relative;
        width: 16em; }
        header.navigation .search-bar input {
          box-sizing: border-box;
          display: block; } }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #ff5c26;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms 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: #cc4a1e;
    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: #ff5c26; }

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: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px; }

[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,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  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 150ms 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,
  select[multiple]: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,
  select[multiple]:focus {
    border-color: #ff5c26;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(255, 73, 13, 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,
  select[multiple]: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,
    select[multiple]: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,
  select[multiple]::placeholder {
    color: #666; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

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

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

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

html {
  box-sizing: border-box; }

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

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

dl {
  margin: 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; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Bitter, Georgia, serif;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 0.75em; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #ff5c26;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #bf451d; }

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

html {
  box-sizing: border-box; }

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

footer {
  width: 100%;
  display: block;
  margin-top: 3em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #A9ADBC;
  padding: 2em 2em 2em 2.3em; }
  footer::after {
    clear: both;
    content: "";
    display: block; }
  footer .contact {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%;
    border-right: 0;
    padding-left: 0.6em; }
    footer .contact:last-child {
      margin-right: 0; }
    footer .contact h2 {
      font-size: 2em;
      margin: 0.5em 0; }
    footer .contact a {
      color: #fff;
      padding: 0;
      hover-color: red;
      hover-style: underline; }
    footer .contact ul {
      border-top: 1px dotted white;
      max-width: 18em; }
    footer .contact li {
      display: inline-block;
      width: 100%;
      border-bottom: 1px dotted white;
      padding: 6px 0; }
      footer .contact li i {
        display: none;
        float: left;
        margin: 0;
        margin-right: 0;
        font-size: 1em; }
  footer button,
  footer .button {
    background-color: #FF653F; }
  footer .offices {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%;
    margin-top: 2em; }
    footer .offices:last-child {
      margin-right: 0; }
    footer .offices h3 {
      font-size: 1.5em; }
    footer .offices ul {
      margin: 0 auto; }
    footer .offices li {
      background-size: 3em;
      padding: 0;
      font-size: 1.1em; }
      footer .offices li img {
        width: 1.5em; }
    footer .offices li:first-child {
      margin-right: -1px; }
  footer .tel {
    display: block; }
  footer .vcard {
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    font-size: 0.9em;
    padding-left: 0.5em;
    display: block; }
    footer .vcard a {
      color: #fff; }
    footer .vcard a:hover {
      text-decoration: underline; }

@media only screen and (min-width: 45em) {
  footer .contact {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 64.1748217918%;
    border-right: 2px dotted white;
    padding-left: 0.6em; }
    footer .contact:last-child {
      margin-right: 0; }
    footer .contact a {
      padding: 0.5em; }
    footer .contact li i {
      display: block;
      margin-right: 0.5em; }
  footer .offices {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-top: 0; }
    footer .offices:last-child {
      margin-right: 0; }
  footer .vcard {
    padding-left: 1em; } }
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #ff5c26;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms 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: #cc4a1e;
    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: #ff5c26; }

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: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px; }

[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,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  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 150ms 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,
  select[multiple]: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,
  select[multiple]:focus {
    border-color: #ff5c26;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(255, 73, 13, 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,
  select[multiple]: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,
    select[multiple]: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,
  select[multiple]::placeholder {
    color: #666; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

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

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

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

html {
  box-sizing: border-box; }

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

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

dl {
  margin: 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; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Bitter, Georgia, serif;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 0.75em; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #ff5c26;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #bf451d; }

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

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

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

html {
  box-sizing: border-box; }

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

/*************************************
*
* LISTING STYLES e.g Project thumbnails
*
**************************************/
.listing li {
  margin-bottom: 1em;
  margin-right: .5em;
  position: relative;
  border: 0px solid green;
  width: 290px;
  vertical-align: top; }

.listing,
.listing a {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  left: auto; }

.listing h2 {
  font-size: 20px; }

.listing {
  width: 100%; }

.listing a {
  display: block;
  width: 100%;
  position: relative; }

.listing a:hover h2,
.listing a:hover h3 {
  cursor: pointer;
  transition: color 0.2s ease; }

.listing h2,
.listing h3 {
  font-size: 1.5em;
  letter-spacing: -0.03em;
  font-weight: bold;
  margin-bottom: 0.2em; }

.listing div {
  padding: 1em; }

.listing img {
  background: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 0 15px #999999;
  -moz-box-shadow: 0 0 15px #999999;
  box-shadow: 0 0 15px #999999; }

.listing img:hover {
  background: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 0 15px #666;
  -moz-box-shadow: 0 0 15px #666;
  box-shadow: 0 0 15px #666; }

.listing a h2 {
  color: #222;
  font-size: 1.2em;
  margin-bottom: 0.2em;
  line-height: 1.2;
  transition: opacity 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.25em;
  margin-bottom: 0.25em; }

/*---------------------------
/   Photos index - gallery
---------------------------*/
.gallery .listing li {
  width: 210px; }
  .gallery .listing li h2, .gallery .listing li h3 {
    font-weight: normal;
    font-size: 1em; }

/*---------------------------
/   Client listing
---------------------------*/
.page-clientlistingpage .listing li,
.page-linklistingpage .listing li {
  width: 270px;
  border: 0px solid grey; }
  .page-clientlistingpage .listing li h2, .page-clientlistingpage .listing li h3,
  .page-linklistingpage .listing li h2,
  .page-linklistingpage .listing li h3 {
    font-weight: normal;
    font-size: 1em; }
  .page-clientlistingpage .listing li img,
  .page-linklistingpage .listing li img {
    width: auto;
    height: auto;
    padding: 6px; }

.section-navigation {
  padding-bottom: 15px;
  border: 0px solid #999;
  margin-bottom: 30px;
  width: 90%; }
  .section-navigation h2 {
    font-size: 1.2em;
    margin-bottom: 12px; }
  .section-navigation ul {
    margin: 0;
    padding: 0; }
    .section-navigation ul .children {
      margin-left: 1em; }
  .section-navigation li {
    list-style-type: none;
    margin-top: 0px; }
  .section-navigation a {
    display: block; }
    .section-navigation a:link, .section-navigation a:visited {
      font-size: 1.1em;
      text-decoration: none;
      color: #828BB1;
      padding: 0.6em 20px;
      width: 100%;
      border-top: 1px dotted #334998;
      background: url("/static/byland/images/buttons/nav_bullet_blue.png") 8px 1.3em no-repeat; }
    .section-navigation a:hover {
      color: #334998;
      background: #D3D8E7 url("/static/byland/images/buttons/nav_bullet_blue.png") 11px 1.3em no-repeat; }

@media only screen and (min-width: 45em) {
  .section-navigation {
    width: 70%; } }
body {
  margin: 0px;
  min-width: 300px;
  overflow-x: hidden; }

#main-container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid red;
  min-height: 600px;
  padding-top: 80px; }
  #main-container::after {
    clear: both;
    content: "";
    display: block; }

#content-container {
  display: block;
  padding: 8px 40px 20px 1.5em;
  border: 0px solid blue; }
  #content-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 900px) {
    #content-container {
      padding: 8px 40px 20px 40px; } }

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

/*---------------------------
/   Default columns layout
---------------------------*/
.left-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 108.5298043353%;
  border: 0px dotted #274D99;
  padding-right: 1em; }
  .left-column:last-child {
    margin-right: 0; }

.right-column {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  border-top: 1px dotted #999;
  margin-top: 2em;
  padding-top: 1.5em;
  padding-left: 1em; }
  .right-column:last-child {
    margin-right: 0; }
  .right-column .content {
    margin-top: 4em; }
  .right-column img {
    border: 1px solid grey;
    padding: 4px; }

.clear-section {
  clear: both;
  border: 0px solid green;
  height: 10px; }

/*************************************
*
* SELECTED STYLES MOVED ACROSS FROM main.less
*
**************************************/
.body-copy p,
.body-copy ul {
  font-size: 1em; }

.body-copy h1 {
  font-size: 3em; }

.body-copy h1.long-title {
  font-size: 3em; }

.body-copy h2 {
  font-size: 1.4em;
  color: #384665;
  border: 0px solid green; }

.body-content {
  padding-right: 20px;
  border: 0px solid green; }

.intro {
  font-size: 1.2em;
  border-bottom: 2px solid #999;
  margin-bottom: 1em; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.container {
  padding: 0;
  max-width: 96em;
  margin: 0 auto; }

.bxslider {
  width: 90%; }

.screenshots-main {
  text-align: center;
  width: 100%;
  max-width: initial; }
  .screenshots-main img {
    border: 1px solid #999;
    padding: 5px;
    width: 100%; }

.screenshots-home {
  text-align: center;
  width: auto;
  max-width: initial; }
  .screenshots-home img {
    border: 0px solid green;
    padding: 5px;
    width: auto; }

.well {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 4px #e6e6e6;
  margin-top: 2em;
  padding: 1.5em; }

.panel {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 4px #e6e6e6;
  margin-top: 2em; }
  .panel .panel-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    font-weight: regular;
    color: #333;
    line-height: 1.5em;
    padding: 0.5em 0.75em; }
  .panel .panel-body {
    background-color: white;
    padding: 0.5em 0.75em; }

/*---------------------------
/   Standard page
---------------------------*/
/*---------------------------
/   Contact page
---------------------------*/
.page-contactpage .contacts {
  padding: 10px 8px 0px 8px;
  margin: 30px 0;
  width: 100%; }
.page-contactpage .contact-box {
  margin: 5px;
  padding: 10px;
  width: 100%;
  float: left;
  border: 1px dotted #7E8CB8; }

/*---------------------------
/   Work home page (The Gallery) -> with buttons for Work index pages
---------------------------*/
.page-workhomepage .left-column {
  display: block;
  width: 90%;
  border: 0px solid red;
  padding-right: 1em; }
  .page-workhomepage .left-column::after {
    clear: both;
    content: "";
    display: block; }
.page-workhomepage .right-column {
  display: block;
  width: 90%;
  border: 0px solid green;
  padding-right: 1em; }
  .page-workhomepage .right-column::after {
    clear: both;
    content: "";
    display: block; }
  .page-workhomepage .right-column img {
    border: 0px solid grey;
    padding: 6px; }

/*---------------------------
/   Work index
---------------------------*/
.page-workindexpage .thumbnail-container {
  text-align: center;
  border: 0px solid red;
  padding-top: 1.5em;
  padding-bottom: 70px;
  min-height: 460px; }
  .page-workindexpage .thumbnail-container .thumbnail {
    float: left;
    border: 0px solid #999999;
    margin-top: 2em;
    margin-left: 2.3em; }
    .page-workindexpage .thumbnail-container .thumbnail img {
      padding-bottom: 3px; }
    .page-workindexpage .thumbnail-container .thumbnail a:hover {
      background-color: #ff9d7d;
      cursor: pointer; }
.page-workindexpage ul a:hover {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer; }
.page-workindexpage .listing a:hover div {
  background: rgba(0, 0, 0, 0.15); }
.page-workindexpage .bullets ul {
  margin-left: 5em;
  font-size: 0.9em;
  list-style-image: url(/static/torchbox/images/blue_bullet.gif?c31aec706115); }
.page-workindexpage .soldLabel {
  text-align: right;
  padding: 8px;
  font-size: 0.9em;
  font-weight: bold;
  color: #C03D3C; }

/*---------------------------
/   Work page
---------------------------*/
.page-workpage .screenshots-main img {
  width: 100%; }

.page-workpage .img-wrapper {
  width: 100%;
  margin: 4.5em 0 0 0;
  text-align: center; }

.body-copy > * {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.body-copy img,
.body-copy .responsive-object {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: initial; }

/* Generic style for tags */
.show a {
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-bottom: 1px dotted #424A4F;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto; }

.show a:hover {
  color: #EA853A;
  border-bottom: 1px dotted #EA853A;
  background: transparent;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.show a:before {
  content: none; }

/*tags*/
.tags {
  margin-top: 2em;
  background-color: white;
  border: 0px solid green; }

.tags a {
  padding: 0.3em 0.6em 0.4em 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: .9em;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block; }

.tags a:hover {
  color: #424A4F;
  background-color: #e1e1e1; }

.page-workpage .tags {
  padding: 1.5em 0 0.5em 0;
  margin: 0;
  clear: left;
  border: 0px solid green; }

.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px; }

/*CSS3 extras*/
a.tooltip span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC; }

/*---------------------------
/   Exhibitions Listing Page
---------------------------*/
.page-exhibitionslistingpage .well .row {
  display: block; }
  .page-exhibitionslistingpage .well .row::after {
    clear: both;
    content: "";
    display: block; }
  .page-exhibitionslistingpage .well .row div:first-of-type {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    border-color: red; }
    .page-exhibitionslistingpage .well .row div:first-of-type:last-child {
      margin-right: 0; }

/*---------------------------
/   Exhibition Page
---------------------------*/
.page-exhibitionpage .exhibition-screenshots {
  margin-top: 3em;
  border-top: 1px dotted #999;
  padding-top: 2em; }
  .page-exhibitionpage .exhibition-screenshots .screenshot {
    border-bottom: 1px dotted #999;
    padding-bottom: 2em;
    margin-bottom: 2em; }
  .page-exhibitionpage .exhibition-screenshots .screenshot img {
    margin-bottom: 1em; }
  .page-exhibitionpage .exhibition-screenshots .screenshot-title {
    padding-bottom: 1em;
    margin-bottom: 1em;
    text-align: right; }
.page-exhibitionpage .footer-gallery-link {
  margin-top: 1em;
  padding-top: 1em; }
.page-exhibitionpage .footer-gallery-link i {
  vertical-align: bottom; }

/*---------------------------
/   Home page
---------------------------*/
.page-homepage .listing a h2:hover,
.page-homepage .listing a h3:hover {
  color: #FF653F; }

.page-homepage h2 {
  font-size: 2em;
  margin-bottom: 0.5em; }

.page-homepage .work li a div {
  padding: 1em 0;
  width: 100%;
  min-height: 250px;
  background-color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box; }

.page-homepage .work li a:hover h3 {
  color: #FF653F; }

.page-homepage .listing p {
  color: #222; }

.page-homepage .hero h2 {
  font-size: 2.5em;
  max-width: 9em;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #fff; }

.page-homepage h2 a {
  color: #222;
  position: relative;
  transition: color 0.1s ease; }

.page-homepage h2 a span {
  color: #FF653F; }

.page-homepage h2 a:hover {
  color: #FF653F; }

.page-homepage h2 a:hover span {
  position: absolute;
  right: -0.8em;
  -webkit-animation: spin 0.5s ease 0.1s;
  -moz-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
body .svg {
  display: none; }

/*---------------------------
/   Person index page
---------------------------*/
.page-personindexpage .listing {
  border: 0px solid green;
  padding-left: 3em; }
  .page-personindexpage .listing li {
    border: 0px solid red;
    width: 220px; }

/*---------------------------
/   Person page
---------------------------*/
.page-personpage .blog-post-title .role {
  padding-left: .8em;
  font-size: .9em;
  font-weight: normal;
  font-style: italic; }

/* Firefox 3.5+ */
/*
.people-list img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.page-personpage img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
*/
#map {
  width: 750px;
  height: 500px; }

.map iframe {
  border: 0; }

#wagtail-userbar {
  bottom: 0;
  top: inherit; }

.responsive-object {
  padding-bottom: 0 !important; }

/*---------------------------
/   Gallery page
---------------------------*/
.gallery-contact-links p {
  border-top: 1px dotted #999;
  margin-top: .4em;
  padding-top: .4em; }

.gallery-photo {
  border: 0 !important;
  border-bottom: 1px dotted #999 !important;
  padding-bottom: 1.3em !important;
  margin-bottom: .8em; }

.gallery {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px; }
  .gallery::after {
    clear: both;
    content: "";
    display: block; }
  .gallery .gallery-details {
    margin-left: 30px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .gallery .gallery-details:last-child {
      margin-right: 0; }
  .gallery img {
    width: 200px;
    float: left; }

/* ==========================================================================
    STREAM FIELD STYLES
   ========================================================================== */
.stream-field .bustout,
.stream-field .pull-quote,
.stream-field .full-width {
  max-width: none; }

.drop-cap .rich-text:first-child:first-letter {
  float: left;
  margin: 0.35em 0em;
  font-size: 3.4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  padding-top: 0.13em;
  font-family: "adelle",serif;
  font-style: normal;
  font-weight: 800; }

.bustout {
  background: #666B7B;
  color: #fff;
  margin: 0;
  padding: 0; }

.bustout-text {
  width: 100%;
  padding: 1em; }

.bustout h2 {
  font-size: 1.2em;
  font-family: "adelle",serif; }

.bustout p {
  font-family: "adelle",serif;
  font-style: italic;
  font-size: 0.9em; }

.pull-quote {
  padding: 2em 1em;
  font-size: 1.3em;
  text-align: center;
  background: #ea853a; }

.pull-quote p {
  max-width: 750px;
  margin: 0 auto 1em auto;
  color: #fff;
  font-family: "adelle",serif; }

.pull-quote cite {
  color: #fff;
  font-size: 0.8em; }

.img-holder {
  position: relative; }

.img-holder img {
  display: block; }

.img-holder p {
  margin: 0;
  font-size: 0.75em;
  max-width: 100%;
  font-family: "adelle",serif; }

.img-credit {
  position: relative; }

.align-right .img-holder img,
.align-left .img-holder img {
  border-radius: 3px; }

.align-right .img-holder .credit,
.align-left .img-holder .credit {
  border-radius: 0 0 3px 3px;
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  padding: 0.3em 0.5em;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  bottom: 0;
  left: 0;
  font-style: italic;
  display: block;
  font-family: 'proxima-nova', helvetica, sans-serif; }

.full-width p,
.half-width p {
  text-align: center; }

.full-width .credit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.8em 1em 0.6em;
  max-width: 750px;
  font-family: "adelle",serif;
  text-align: center; }

.screen-grab {
  background: #434a4f;
  text-align: center;
  padding: 2em 0 1em; }

.screen-grab img {
  width: 100%;
  margin-bottom: 0;
  display: block; }

.screen-grab p {
  text-align: left;
  color: #fff;
  padding: 1em 0 1em 1em;
  margin: 0;
  font-family: "adelle",serif; }

.img-grid a {
  display: block; }

.img-grid a {
  float: left;
  overflow: hidden;
  border-radius: 3px;
  display: block; }

.img-grid a:nth-child(1n) {
  width: 38%;
  margin: 2%;
  margin-left: 0%;
  margin-top: 0; }

.img-grid a:nth-child(2n) {
  width: 60%;
  margin-right: 0; }

.img-grid a:nth-child(3n) {
  width: 65%;
  margin: 0 2% 0 0; }

.img-grid a:nth-child(4n) {
  width: 33%;
  margin: 0; }

.body-copy h2 {
  font-size: 1.35em;
  margin-bottom: -0.5em; }

.body-copy h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: -0.5em; }

.body-copy h4 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left; }

.body-copy h5 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: -0.75em; }

.stat-block {
  background: #434a4f;
  padding: 2.5em 0 0; }

.stat-holder {
  margin: 0 auto; }

.stat-holder h4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em; }

.stat {
  text-align: center;
  color: #fff;
  margin-bottom: 3.5em; }

h4 ~ .stat {
  margin-top: 3em; }

.stat h2 {
  display: block;
  font-weight: bold;
  font-size: 5em;
  font-family: "adelle",serif;
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
  -ms-font-feature-settings: 'tnum'; }

.stat p {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: -0.9em 0; }

.html {
  max-width: 900px;
  margin: 0 auto 2em auto;
  text-align: center; }

.sml-quote {
  position: relative;
  font-style: italic;
  font-weight: bold;
  padding: 0;
  max-width: 600px;
  font-family: "adelle",serif;
  line-height: 2em; }

.sml-quote p {
  position: relative;
  max-width: 600px;
  font-size: 1.25em;
  margin: 0;
  padding: 1em; }

.rich-text ul, ol {
  list-style-type: initial;
  margin: 1em;
  padding-left: .8em; }

.rich-text li {
  margin-top: .6em; }

/*

.screengrab {
    padding: 3em 0 1em;
}

.screengrab .laptop-container {
    overflow: visible;
    position: relative;
}

.laptop {
    position: absolute;
    top: -15px;
    left: 0;
}

.screengrab .laptop-container .laptop img {
    width: 100%;
}

*/
/* ==========================================================================
   Screenshot lightbox styles
========================================================================== */
.thumbnailBlock {
  margin-top: 90px;
  margin-bottom: 20px;
  text-align: right;
  padding: 2px;
  border: 0px solid grey; }
  .thumbnailBlock img {
    border: 1px solid #BFC7DE;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 3px;
    width: auto;
    height: auto;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
    .thumbnailBlock img:hover {
      box-shadow: 0px 0px 6px 0px #333; }

/* ==========================================================================
   Helper classes
========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #434a4f !important;
    /* #434a4f prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main-lazzerini.css.map */

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #ff5c26;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms 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: #cc4a1e;
    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: #ff5c26; }

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: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px; }

[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,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  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 150ms 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,
  select[multiple]: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,
  select[multiple]:focus {
    border-color: #ff5c26;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(255, 73, 13, 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,
  select[multiple]: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,
    select[multiple]: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,
  select[multiple]::placeholder {
    color: #666; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

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

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

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

html {
  box-sizing: border-box; }

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

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

dl {
  margin: 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; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Bitter, Georgia, serif;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 0.75em; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #ff5c26;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #bf451d; }

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

html {
  box-sizing: border-box; }

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

@media only screen and (min-width: 45em) {
  html {
    margin: 0;
    padding: 0; } }
/*---------------------------
/   Default columns layout
---------------------------*/
@media only screen and (min-width: 45em) {
  .left-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    border: 0px dotted #274D99;
    padding-right: 10px; }
    .left-column:last-child {
      margin-right: 0; }

  .right-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    padding-left: 5px;
    border: 0px solid green;
    margin-top: 0em;
    padding-top: .5em; }
    .right-column:last-child {
      margin-right: 0; }
    .right-column .content {
      margin-top: 50px; }
    .right-column img {
      border: 1px solid grey;
      padding: 5px; }

  .body-content {
    padding-right: 20px;
    border-right: 1px dotted #274D99; }

  .page-workpage .screenshots-main img {
    width: 80%;
    box-shadow: 0px 0px 6px 0px #666; }

  .page-workindexpage .left-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 70.1456848265%;
    border-right: 1px dotted #274D99;
    padding-right: 2px; }
    .page-workindexpage .left-column:last-child {
      margin-right: 0; }
  .page-workindexpage .right-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 27.4966631501%;
    border: 0px solid green;
    margin-top: 0;
    padding: 0; }
    .page-workindexpage .right-column:last-child {
      margin-right: 0; }

  .page-clientlistingpage .left-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    padding-right: 2px; }
    .page-clientlistingpage .left-column:last-child {
      margin-right: 0; }
  .page-clientlistingpage .right-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    padding-left: 5px;
    border-left: 1px dotted #274D99;
    margin-top: 1em;
    padding: 0 1em 1em 1em; }
    .page-clientlistingpage .right-column:last-child {
      margin-right: 0; }

  .page-contactpage .left-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    padding-right: 2px; }
    .page-contactpage .left-column:last-child {
      margin-right: 0; }
  .page-contactpage .right-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 27.4966631501%;
    border: 0px solid green;
    margin-top: 10px;
    padding: 0; }
    .page-contactpage .right-column:last-child {
      margin-right: 0; }
  .page-contactpage .contact-box {
    width: 44%;
    margin: 15px;
    padding: 20px; }

  /*---------------------------
  /   Work home page (The Gallery) -> with buttons for Work index pages
  ---------------------------*/
  .page-workhomepage .left-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
    margin-left: 4em;
    border: 0px solid green;
    padding-right: 0em; }
    .page-workhomepage .left-column:last-child {
      margin-right: 0; }
  .page-workhomepage .right-column {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 36.0264674854%;
    padding-left: 0;
    border: 0px solid red; }
    .page-workhomepage .right-column:last-child {
      margin-right: 0; } }
/* ==========================================================================
    STREAM FIELD STYLES
   ========================================================================== */
@media only screen and (min-width: 45em) {
  .container.stream-field {
    padding: 0;
    max-width: none; }

  .pull-quote {
    padding: 3em; }

  .pull-quote p {
    font-size: 1.25em; }

  .screen-grab {
    position: relative;
    padding: 2em; }

  .img-grid .holder {
    text-align: center;
    width: 70%;
    margin: 2em auto; }

  .screen-grab img {
    width: 60%;
    margin-right: 40%;
    border-radius: 3px; }

  .screen-grab p {
    position: absolute;
    right: 10%;
    font-size: 1.25em;
    max-width: 30%;
    padding: 0.5em 1em;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  .body-copy h3 {
    font-size: 1.5em;
    margin-bottom: -0.5em; }

  .stat-block {
    padding: 3em 0 6em;
    width: 70%;
    margin: 0 auto;
    background: transparent;
    border-top: 2px solid #434a4f;
    border-bottom: 2px solid #434a4f; }

  .stat-holder h4, .stat-holder p {
    color: #434a4f;
    font-weight: bold; }

  .stat-holder h2 {
    color: #ea853a; }

  .stat {
    width: 33.3%;
    float: left;
    margin: 0; }

  .sml-quote {
    margin: 2em auto 4em;
    padding: 1.5em 0; }

  .sml-quote p {
    position: absolute;
    left: -3em;
    max-width: 600px;
    font-size: 1.25em;
    margin: 0;
    top: 0;
    border-left: 2px solid;
    padding-left: 1.5em; }

  .bustout {
    position: relative;
    overflow: hidden; }

  .bustout-text {
    padding: 2em;
    width: 60%;
    float: right;
    font-size: 1.25em;
    background: #666B7B;
    z-index: 1;
    position: relative;
    margin: 0; }

  .bustout img {
    float: left;
    width: 100%;
    position: absolute; }

  .img-holder p {
    font-size: 1.2em;
    line-height: 1em; }

  .align-right .img-holder,
  .align-left .img-holder {
    max-width: 40%; }

  .align-right .img-holder {
    float: right;
    margin-left: 2em; }

  .align-left .img-holder {
    float: left;
    margin-right: 2em; }

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

  .align-left .img-holder .credit,
  .align-right .img-holder .credit {
    max-width: 100%; }

  .full-width {
    width: auto;
    margin: 0 auto; }

    /*
    .screengrab {
        padding: 5em 0;
    }

    .screengrab .laptop-container img {
        width: 54%;
        margin-bottom: 3em;
    }

    .laptop {
        position: absolute;
        top: -7%;
        left: -39%;
        right: 0;
    }

    .screengrab .laptop-container .laptop img {
        width: 51%;
        margin: 0;
    }
    */ }
@media only screen and (min-width: 1350px) {
  .bustout img {
    float: left;
    width: 40%;
    position: relative; }

  .bustout-text {
    padding: 2em;
    width: 60%;
    float: left;
    font-size: 1.25em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40%; } }
@media only screen and (min-width: 1250px) {
  .screen-grab img {
    width: 51%;
    margin-left: 10em; }

  .screen-grab p {
    max-width: 27%;
    font-size: 1.35em; }

  .align-right .img-holder,
  .align-left .img-holder {
    max-width: 40%; }

  .align-right .img-holder {
    margin-right: -12em; }

  .align-left .img-holder {
    margin-left: -12em; }

  .align-right p,
  .align-left p {
    max-width: 80%; }

  .align-left p {
    margin-left: 20%; } }
/*========================================================================== */
/* Desktop */
@media only screen and (min-width: 1250px) {
  .italic {
    font-size: 1.4em;
    margin: 1.5em auto 1.5em auto; }

  .page-homepage .work-intro {
    padding: 4em 0 0 3em; } }

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

/**
*   VARS
**/
/* IE8 Stuff */
.jslghtbx-ie8.jslghtbx {
  background-image: url("/static/torchbox/img/trans-bck.png");
  display: none; }
  .jslghtbx-ie8.jslghtbx.jslghtbx-active {
    display: block; }
  .jslghtbx-ie8.jslghtbx .jslghtbx-contentwrapper > img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block; }
  .jslghtbx-ie8.jslghtbx .jslghtbx-contentwrapper.jslghtbx-wrapper-active > img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* Main wrapper */
.jslghtbx {
  font-family: sans-serif;
  overflow: auto;
  visibility: hidden;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); }
  .jslghtbx.jslghtbx-active {
    visibility: visible;
    background-color: rgba(18, 39, 54, 0.8); }

/* loading-animation */
.jslghtbx-loading-animation {
  margin-top: -60px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  display: none;
  position: absolute;
  z-index: -1; }
  .jslghtbx-loading-animation > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out; }
    .jslghtbx-loading-animation > span.jslghtbx-active {
      margin-bottom: 60px; }

.jslghtbx.jslghtbx-loading .jslghtbx-loading-animation {
  display: block; }

.jslghtbx-nooverflow {
  overflow: hidden !important; }

.jslghtbx-contentwrapper {
  margin: auto;
  visibility: hidden; }
  .jslghtbx-contentwrapper > img {
    background: #fff;
    padding: .5em;
    display: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    width: auto;
    height: auto; }

.jslghtbx-contentwrapper.jslghtbx-wrapper-active {
  visibility: visible; }
  .jslghtbx-contentwrapper.jslghtbx-wrapper-active > img {
    display: block;
    opacity: 1; }

/* Caption */
.jslghtbx-caption {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 450px;
  color: #fff;
  text-align: center;
  font-size: .9em; }

.jslghtbx-active .jslghtbx-caption {
  display: block; }

/* Animation Stuff */
.jslghtbx-contentwrapper.jslghtbx-animate > img {
  opacity: 0; }

.jslghtbx-contentwrapper > img.jslghtbx-animate-transition {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out; }

.jslghtbx-contentwrapper > img.jslghtbx-animating-next {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.jslghtbx-contentwrapper > img.jslghtbx-animating-prev {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.jslghtbx-contentwrapper > img.jslghtbx-animate-init {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.jslghtbx-contentwrapper > img.jslghtbx-animate-transition {
  cursor: pointer; }

/* Controls */
.jslghtbx-close {
  position: fixed;
  right: 23px;
  top: 23px;
  margin-top: -4px;
  font-size: 2em;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }
  .jslghtbx-close:hover {
    text-shadow: 0 0 10px #fff; }
  @media screen and (max-width: 1060px) {
    .jslghtbx-close {
      font-size: 1.5em; } }

.jslghtbx-next,
.jslghtbx-prev {
  display: none;
  position: fixed;
  top: 50%;
  max-width: 6%;
  max-height: 100px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out; }
  .jslghtbx-next.jslghtbx-active,
  .jslghtbx-prev.jslghtbx-active {
    display: block; }
  .jslghtbx-next > img,
  .jslghtbx-prev > img {
    width: 100%; }

.jslghtbx-next {
  right: .6em; }
  .jslghtbx-next.jslghtbx-no-img:hover {
    border-left-color: #787878; }
  @media screen and (min-width: 451px) {
    .jslghtbx-next {
      right: .6em; }
      .jslghtbx-next.jslghtbx-no-img {
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-left: 40px solid #FFF; } }
  @media screen and (max-width: 600px) {
    .jslghtbx-next.jslghtbx-no-img {
      right: 5px;
      padding-left: 0;
      border-top: 60px solid transparent;
      border-bottom: 60px solid transparent;
      border-left: 15px solid #FFF; } }
  @media screen and (max-width: 450px) {
    .jslghtbx-next {
      right: .2em;
      padding-left: 20px; } }

.jslghtbx-prev {
  left: .6em; }
  .jslghtbx-prev.jslghtbx-no-img:hover {
    border-right-color: #787878; }
  @media screen and (min-width: 451px) {
    .jslghtbx-prev {
      left: .6em; }
      .jslghtbx-prev.jslghtbx-no-img {
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-right: 40px solid #FFF; } }
  @media screen and (max-width: 600px) {
    .jslghtbx-prev.jslghtbx-no-img {
      left: 5px;
      padding-right: 0;
      border-top: 60px solid transparent;
      border-bottom: 60px solid transparent;
      border-right: 15px solid #FFF; } }
  @media screen and (max-width: 450px) {
    .jslghtbx-prev {
      left: .2em;
      padding-right: 20px; } }

.jslghtbx-thmb {
  padding: 2px;
  max-width: 100%;
  max-height: 140px;
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 451px) {
    .jslghtbx-thmb {
      margin: 1em; } }
  @media screen and (max-width: 450px) {
    .jslghtbx-thmb {
      margin: 1em 0; } }
  .jslghtbx-thmb:hover {
    box-shadow: 0px 0px 14px 0px #000; }

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