@charset "UTF-8";
/*------------------------------------*\
    STYLE.CSS
\*------------------------------------*/
/**
 *
 * Here we pull in some variables, include the dr.css framework,
 * then add our project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in dr.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if dr.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. dr.css ignores its own variables in favour of
 * using your own, so you can completely modify how dr.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/*------------------------------------*\
    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*\
    DR.CSS
\*------------------------------------*/
/*!*
 *
 * Digital Republiq Responsive CSS Framework
 *
 * Heavily borrowed what we need from the awesome inuit.css framework
 *
 */
/*------------------------------------*\
    $WARNING
\*------------------------------------*/
/*
 * dr.css, being an OO framework, works in keeping with the open/closed principle.
 * The variables you set previously are now being used throughout dr.css
 * to style everything we need for a base.
 * Any modules styles SHOULD NOT be added or modified in dr.css directly,
 * but added via your theme stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point;
 * if you find you need to do so it is a failing of the framework
 * so please email ben@digitalrepubliq.com.au
 */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * dr.css’ default variables.
 * Redefine these in your own `_vars.scss` file
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/**
 * Default border-radius
 */
/**
 * Responsive push and pull produce a LOT of code,
 * only turn them on if you definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell dr.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels)
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * dr.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/* $input-border-color: #999;
$input-bg-color: #fff;
$input-text-color: $base-ui-color;
$input-radius: $base-border-radius; */
/* $base-input-height: 52px;
$label-font-size: 16px;
$input-highlight-border-color: #fff;
$input-highlight-glow-color: rgba(#fff, 0); */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * Media query mixin.
 *
 * Some broad breakpoints are defined in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * small
 * medium
 * small-and-medium
 * medium-and-up
 * large
 * extra-large
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(small){ [styles here] }`
 *
 * We work out your end points for you:
 */
/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  position: relative;
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

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

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

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

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.gform_fields > .gfield {
  margin-bottom: 15px;
}

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 13px;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 30px;
} /**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font: calc((15px/16px) * 1em)/calc(27px / 15px) "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  min-height: 100%;
}

p,
ul,
ol,
dl,
blockquote,
table,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin-bottom: 15px;
}

address {
  font-style: normal;
}

@media only screen and (max-width: 559px) {
  * {
    -webkit-overflow-scrolling: touch;
  }
}
/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=h1` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .h1 {
  font-size: 45px;
  font-size: calc((45px / 15px) * 1rem);
  line-height: 1.3;
}

h2, .h2 {
  font-size: 35px;
  font-size: calc((35px / 15px) * 1rem);
  line-height: 1.3;
}

h3, .h3 {
  font-size: 30px;
  font-size: calc((30px / 15px) * 1rem);
  line-height: 1.3;
}

h4, .h4 {
  font-size: 25px;
  font-size: calc((25px / 15px) * 1rem);
  line-height: 1.3;
}

h5, .h5 {
  font-size: 16px;
  font-size: calc((16px / 15px) * 1rem);
  line-height: 1.3;
}

h6, .h6 {
  font-size: 16px;
  font-size: calc((16px / 15px) * 1rem);
  line-height: 1.3;
}

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.super-large-text {
  font-size: 64px;
  font-size: calc((64px / 15px) * 1rem);
  line-height: 1.3;
}

.extra-large-text {
  font-size: 56px;
  font-size: calc((56px / 15px) * 1rem);
  line-height: 1.3;
}

.large-text {
  font-size: 45px;
  font-size: calc((45px / 15px) * 1rem);
  line-height: 1.3;
}

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.intro-text` class is used to make the introductory text (usually a paragraph) of a document slightly larger.
 */
.intro-text {
  font-size: 16.875px;
  font-size: calc((16.875px / 15px) * 1rem);
  line-height: 1.3;
}

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.small-text {
  font-size: 14px;
  font-size: calc((14px / 15px) * 1rem);
  line-height: 1.3;
}

.tiny-text {
  font-size: 13px;
  font-size: calc((13px / 15px) * 1rem);
  line-height: 1.3;
}

/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #000;
  padding: 15px;
}

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit;
}

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
   * Override this setting in your theme stylesheet
   */
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Fluid images.
 */
img {
  width: auto;
  height: auto;
}
img, img[height], img[width] {
  max-width: 100%;
}
img.img--full {
  width: 100%;
}

/**
 * Non-fluid images if you've specify `width` and/or `height` attributes.
 */
img[width].img--auto,
img[height].img--auto {
  max-width: none;
}

/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px;
}

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}

.img--left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 75px;
}

.img--medium {
  height: 150px;
}

.img--tall {
  height: 225px;
}

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-image--cover {
  background-size: cover;
}

.bg-image--contain {
  background-size: contain;
}

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal;
}

ul.no-style,
ol.no-style {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered table--striped table--data">
       <colgroup>
           <col class="t10">
           <col class="t10">
           <col class="t10">
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan="3">Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class="numerical">Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan="3">Sit</th>
               <td>Dolor</td>
               <td class="numerical">03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class="numerical">32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class="numerical">47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class="numerical">09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class="numerical">12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%;
}

th,
td {
  padding: calc(15px / 4);
  text-align: left;
}
@media only screen and (max-width: 559px) {
  th,
  td {
    padding: calc(15px / 2);
  }
}

/**
 * Cell alignments
 */
[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

.numerical {
  text-align: right;
}

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%;
}

.t10 {
  width: 10%;
}

.t12 {
  width: 12.5%;
} /* 1/8 */
.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
} /* 1/4 */
.t30 {
  width: 30%;
}

.t33 {
  width: 33.333%;
} /* 1/3 */
.t35 {
  width: 35%;
}

.t37 {
  width: 37.5%;
} /* 3/8 */
.t40 {
  width: 40%;
}

.t45 {
  width: 45%;
}

.t50 {
  width: 50%;
} /* 1/2 */
.t55 {
  width: 55%;
}

.t60 {
  width: 60%;
}

.t62 {
  width: 62.5%;
} /* 5/8 */
.t65 {
  width: 65%;
}

.t66 {
  width: 66.666%;
} /* 2/3 */
.t70 {
  width: 70%;
}

.t75 {
  width: 75%;
} /* 3/4*/
.t80 {
  width: 80%;
}

.t85 {
  width: 85%;
}

.t87 {
  width: 87.5%;
} /* 7/8 */
.t90 {
  width: 90%;
}

.t95 {
  width: 95%;
}

.table {
  border: 1px solid #000;
}
.table th,
.table thead td {
  font-weight: bold;
}
.table th,
.table td {
  vertical-align: top;
}
.table thead tr td,
.table thead tr th,
.table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 559px) {
  .table {
    width: 100%;
  }
  .table thead tr td,
  .table thead tr th,
  .table tbody tr:not(:last-child) td {
    border-bottom: none;
  }
  .table tbody tr:not(:last-child) td:last-child {
    border-bottom: 1px solid #000;
  }
  .table.table--reversed tbody tr:not(:last-child) td:last-child {
    border-color: #000;
  }
  .table thead {
    display: none;
  }
  .table tbody td {
    display: block;
  }
  .table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: block;
  }
}
/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #000;
}
.table--bordered th:empty,
.table--bordered td:empty {
  border: none;
}
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px;
}
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px;
}

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc; /* Override this color in your theme stylesheet */
}

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif;
}

/**
 * Objects and abstractions
 */
.lazy-media {
  position: relative;
  margin: 0;
  padding: 0;
}

.lazy-media__placeholder,
.lazy-media__image,
.lazy-media__fallback {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  will-change: opacity;
}
.lazy-media__placeholder.loaded,
.lazy-media__image.loaded,
.lazy-media__fallback.loaded {
  opacity: 1;
}

.lazy-media__placeholder {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /* this is needed so Safari keeps sharp edges */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 1;
}
.lazy-media__placeholder.loaded {
  opacity: 0.6;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.lazy-media__image,
.lazy-media__fallback {
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.lazy-media.lazy-media--auto .lazy-media__placeholder,
.lazy-media.lazy-media--auto .lazy-media__image,
.lazy-media.lazy-media--auto .lazy-media__fallback {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.lazy-media.lazy-media--contain .lazy-media__placeholder,
.lazy-media.lazy-media--contain .lazy-media__image,
.lazy-media.lazy-media--contain .lazy-media__fallback {
  -o-object-fit: contain;
  object-fit: contain;
}

.lazy-media.lazy-media--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  width: 1184px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}
.wrap.wrap--wide {
  width: 1184px;
}
.wrap.wrap--full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.wrap.wrap--hard {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media only screen and (max-width: 859px) {
  .wrap:not(.wrap--hard) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">
       <div class="grid__item one-third">
           <p>One third grid</p>
       </div>
       <div class="grid__item two-thirds">
           <p>Two thirds grid</p>
       </div>
       <div class="grid__item one-half">
           <p>One half grid</p>
       </div>
       <div class="grid__item one-quarter">
           <p>One quarter grid</p>
       </div>
       <div class="grid__item one-quarter">
           <p>One quarter grid</p>
       </div>
   </div>
 *
 */
/**
 * Grid wrapper
 */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -15px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid.grid--flipped {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid.grid--flipped.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.grid.grid--hard {
  margin-left: 0;
}
.grid.grid--hard > .grid__item {
  padding-left: 0;
}
.grid.grid--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid.grid--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid.grid--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0;
}

.grid__item {
  padding-left: 15px;
  max-width: 100%;
  vertical-align: top;
}
.grid__item:after {
  content: "";
  display: table;
  clear: both;
}
.grid__item.grid__item--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.grid__item.grid__item--center {
  -ms-flex-item-align: center;
  align-self: center;
}
.grid__item.grid__item--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class="nav">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav {
  list-style: none;
  margin-left: 0;
}
.nav:after {
  content: "";
  display: table;
  clear: both;
}
.nav,
.nav li {
  margin-bottom: 0;
}
.nav li.ignore > a {
  cursor: default;
  pointer-events: none;
}
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav nav--stacked">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item;
}
.nav--stacked > li > a {
  display: block;
}

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav nav--banner">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center;
}

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav nav--block">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav--block > li > a {
  padding: calc(15px / 2);
}

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav nav--fit">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--fit {
  display: table;
  width: 100%;
}
.nav--fit > li {
  display: table-cell;
}
.nav--fit > li > a {
  display: block;
}

/*------------------------------------*\
    $BREADCRUMB
\*------------------------------------*/
/**
 * Simple breadcrumb styling to apply to (ordered) lists. Extends `.nav`, e.g.:
 *
   <ol class="nav breadcrumb">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">The Board</a></li>
       <li class="current"><a href="#">Directors</a></li>
   </ol>
 *
 */
.breadcrumb > li + li:before {
  content: "»" " ";
}

/**
 * For denoting a path-like structure, GitHub style, e.g.:
 *
   <ol class="nav breadcrumb--path">
       <li class="breadcrumb__root"><a href="#">dr.css</a></li>
       <li><a href="#">dr.css</a></li>
       <li><a href="#">partials</a></li>
       <li class="current"><a href="#">objects</a></li>
   </ol>
 *
 */
.breadcrumb--path > li + li:before {
  content: "/" " ";
}

/**
 * Assign a delimiter on the fly through a data attribute, e.g.:
 *
   <ol class="nav breadcrumb">
       <li><a href="#">Home</a></li>
       <li data-breadcrumb="|"><a href="#">About</a></li>
       <li data-breadcrumb="|"><a href="#">The Board</a></li>
       <li data-breadcrumb="|" class="current"><a href="#">Directors</a></li>
   </ol>
 *
 */
.breadcrumb > li + li[data-breadcrumb]:before {
  content: attr(data-breadcrumb) " ";
}

/**
 * Denote the root of the tree.
 */
.breadcrumb__root {
  font-weight: bold;
}

/*------------------------------------*\
    $SPRITE
\*------------------------------------*/
/**
 * Giving an element a class of `.sprite` will throw it into ‘sprite’ mode and apply
 * a background image e.g.:
 *
   <a class="sprite sprite--question-mark">More info&hellip;</a>
 *
 * or
 *
   <a href=#><i class="sprite sprite--question-mark"></i> Help and FAQ</a>
 *
 * These require extension in your theme stylesheet, e.g. in your own CSS:
 *
   .sprite {
       background-image:url(path/to/your/sprite.png);
   }
   .sprite--link { background-position: 0 0; }
   .sprite--star { background-position: 0 -16px; }
 *
 */
.sprite, .ginput_card_security_code_icon,
.gform_card_icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  /**
   * So using `.icon` on certain elements doesn’t make a visual difference.
   */
  font-style: normal;
  font-weight: normal;
  /**
   * So icons added using `.icon` sit in the centre of the element.
   */
  text-align: center;
  /**
   * The typical size of most icons. Override in your theme stylesheet.
   */
  width: 16px;
  height: 16px;
  top: -1px;
  /*
   * H5BP method image replacement:
   * github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
   */
  overflow: hidden;
  *text-indent: -9999px;
  position: relative;
  display: inline-block;
  top: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  max-width: 100%;
}
.sprite:before, .ginput_card_security_code_icon:before,
.gform_card_icon:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

a.sprite, a.ginput_card_security_code_icon,
a.gform_card_icon,
a.ico,
button.sprite,
button.ginput_card_security_code_icon,
button.gform_card_icon,
button.ico {
  padding: 0;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  outline: none;
}
a.sprite:hover, a.ginput_card_security_code_icon:hover,
a.gform_card_icon:hover,
a.ico:hover,
button.sprite:hover,
button.ginput_card_security_code_icon:hover,
button.gform_card_icon:hover,
button.ico:hover {
  background-color: transparent;
}
a.sprite:focus, a.ginput_card_security_code_icon:focus,
a.gform_card_icon:focus, a.sprite:active, a.ginput_card_security_code_icon:active,
a.gform_card_icon:active,
a.ico:focus,
a.ico:active,
button.sprite:focus,
button.ginput_card_security_code_icon:focus,
button.gform_card_icon:focus,
button.sprite:active,
button.ginput_card_security_code_icon:active,
button.gform_card_icon:active,
button.ico:focus,
button.ico:active {
  outline: none;
}

/*------------------------------------*\
    $BUTTONS.CSS
\*------------------------------------*/
/**
 * Based on beautons - a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
.btn {
  display: inline-block; /* [1] */
  vertical-align: middle; /* [2] */
  white-space: nowrap; /* [3] */
  font-family: inherit; /* [4] */
  font-size: 100%; /* [4] */
  cursor: pointer; /* [5] */
  border: none; /* [6] */
  margin: 0; /* [6] */
  padding-top: 0; /* [6] */
  padding-bottom: 0; /* [6] */
  line-height: 3; /* [7] */
  padding-right: 1em; /* [7] */
  padding-left: 1em; /* [7] */
  border-radius: 4px; /* [8] */
}

.btn, .btn:hover {
  text-decoration: none; /* [9] */
}
.btn:active, .btn:focus {
  outline: none;
}

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2;
}

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4;
}

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5;
}

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0; /* [1] */
  padding-left: 0; /* [1] */
  text-align: center;
}

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem;
}

.btn--beta {
  font-size: 2rem;
}

.btn--gamma {
  font-size: 1rem;
}

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff;
}

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff;
}

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text; /* [1] */
}

/*------------------------------------*\
    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px; /* [1] */
}

.btn--hard {
  border-radius: 0;
}

.btn--auto {
  min-width: 0;
}

.btn--ico,
.btn--trans {
  border: none;
  padding: 0;
  line-height: 1;
  min-width: 0;
  min-height: 0;
}

.btn--trans, .btn--trans:focus, .btn--trans:hover, .btn--trans:active {
  border-radius: 0;
  background: none;
  background-color: transparent;
}

.btn--ico {
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn--ico .ico {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/*------------------------------------*\
    $LOZENGES
\*------------------------------------*/
/**
 * Create pill- and lozenge-like runs of text, e.g.:
 *
   <p>This <span class="pill">here</span> is a pill!</p>
 *
   <p>This <span class="loz">here</span> is also a lozenge!</p>
 *
 * Pills have fully rounded ends, lozenges have only their corners rounded.
 *
 */
.pill, .loz {
  display: inline-block;
  /**
   * These numbers set in ems mean that, at its narrowest, a lozenge will be
   * the same width as the `line-height` set on the `html` element.
   * This allows us to use the `.loz` in almost any `font-size` we wish.
   */
  min-width: calc((calc(27px / 15px) * 0.666667) * 1em);
  padding-right: calc((calc(27px / 15px) * 0.166667) * 1em);
  padding-left: calc((calc(27px / 15px) * 0.166667) * 1em);
  /* =1.50em */
  text-align: center;
  background-color: #000;
  color: #fff; /* Override this color in your theme stylesheet */
  /**
   * Normally we’d use border-radius:100%; but instead here we just use an
   * overly large number; `border-radius:100%;` would create an oval on
   * non-square elements whereas we just want to round the ends of an element.
   */
  border-radius: 100px;
}

.loz {
  border-radius: 4px;
}

.gform_title {
  margin-bottom: 0;
  line-height: 1;
}

.gform_heading {
  padding-bottom: 15px;
}

.gform_description {
  display: block;
  padding-top: 15px;
}

.gform_fields {
  list-style: none;
  margin: 0;
  padding-left: 0 !important;
}
.gform_fields:after {
  content: "";
  display: table;
  clear: both;
}

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

.gform_fields > .gfield {
  margin-bottom: 20px;
  padding-left: 0;
}
.gform_fields > .gfield:last-child {
  margin-bottom: 0;
}
.gform_fields > .gfield:before {
  content: none;
}

.gfield_required {
  padding-left: 4px;
}

.gfield_description,
.gform_fields .instruction {
  color: #ccc;
  font-size: 14px;
  font-style: italic;
}

.gform_fields .instruction {
  padding-top: 4px;
}

.gfield_label,
.gpoll_field_label {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 2px;
}

.ginput_container label {
  display: block;
  font-weight: normal !important;
  color: #525E66 !important;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

.gform_fields textarea,
.gform_fields input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #D8D8D8;
  color: #161616;
  padding: 8px 15px;
  height: 50px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: default;
  border-radius: 2px;
  -webkit-appearance: none;
}
.gform_fields textarea.placeholder,
.gform_fields input:not([type=checkbox]):not([type=radio]):not([type=submit]).placeholder {
  color: #ccc;
}
.gform_fields textarea:focus,
.gform_fields input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
  outline: none;
  border-color: #D8D8D8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_fields textarea:hover,
.gform_fields input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover {
  cursor: text;
}

.gform_fields textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 130px;
  resize: vertical;
}

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: calc(15px / 2) 0 0 0;
}
ul.gfield_radio li, ul.gfield_radio label,
ul.gfield_checkbox li,
ul.gfield_checkbox label {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  vertical-align: top;
}
ul.gfield_radio label,
ul.gfield_checkbox label {
  padding-left: 8px;
  margin-top: 4px;
}
ul.gfield_radio li,
ul.gfield_checkbox li {
  width: auto;
  margin-bottom: 7px;
  margin-right: 20px;
}
ul.gfield_radio li:last-child,
ul.gfield_checkbox li:last-child {
  margin-right: 0;
}
ul.gfield_radio input[type=checkbox],
ul.gfield_radio input[type=radio],
ul.gfield_checkbox input[type=checkbox],
ul.gfield_checkbox input[type=radio] {
  vertical-align: top;
  margin-top: 6px;
}
ul.gfield_radio input[type=checkbox][value=gf_other_choice],
ul.gfield_radio input[type=radio][value=gf_other_choice],
ul.gfield_checkbox input[type=checkbox][value=gf_other_choice],
ul.gfield_checkbox input[type=radio][value=gf_other_choice] {
  margin-top: 14px;
}
ul.gfield_radio input[value=gf_other_choice] + input[type=text],
ul.gfield_checkbox input[value=gf_other_choice] + input[type=text] {
  display: inline-block;
  width: 80%;
  margin-left: 15px;
}

.list-vertical ul.gfield_radio li,
.list-vertical ul.gfield_checkbox li {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 560px) and (max-width: 859px) {
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto;
  }
}
@media only screen and (max-width: 559px) {
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto;
  }
}
.gform_fields select.hasCustomSelect {
  width: 100% !important;
}

.gform_fields select:focus {
  outline: none;
}

.gform_fields select[multiple] {
  padding: 12px;
  height: 80px;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select select {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gform_fields .file {
  min-height: 43px;
}
.gform_fields .file .ginput_container {
  position: relative;
}
.gform_fields .file .btn {
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
}
.gform_fields .file input[type=file] {
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 2;
  height: 50px;
  padding: 0;
  color: white;
  font-weight: normal;
  font-size: 13px;
  opacity: 0;
  cursor: pointer;
}

.ginput_container_fileupload {
  /*
  input[type="file"] {
  	color: #ccc;
  }
  */
}
.ginput_container_fileupload .gform_button_select_files {
  margin-left: 20px;
}
@media only screen and (max-width: 559px) {
  .ginput_container_fileupload .gform_button_select_files {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}

.ginput_complex {
  margin-bottom: 10px;
}
.ginput_complex > span {
  display: block;
  margin-bottom: 20px;
}
.ginput_complex label {
  font-size: 15px;
  padding-top: 4px;
}

.ginput_full,
.ginput_card_expiration_container {
  margin-bottom: 4px;
  display: block;
  width: 100%;
}
.ginput_full:after,
.ginput_card_expiration_container:after {
  content: "";
  display: table;
  clear: both;
}
.ginput_full input,
.ginput_card_expiration_container input {
  width: 100%;
}

.ginput_left,
.ginput_cardinfo_left,
.ginput_card_expiration_container .customSelect:first-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  float: left;
  position: relative;
}
.ginput_left input,
.ginput_cardinfo_left input,
.ginput_card_expiration_container .customSelect:first-of-type input {
  width: 100%;
}

.ginput_right,
.ginput_cardinfo_right,
.ginput_card_expiration_container .customSelect:last-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  float: right;
  clear: none;
  position: relative;
}
.ginput_right input,
.ginput_cardinfo_right input,
.ginput_card_expiration_container .customSelect:last-of-type input {
  width: 100%;
}

.gform_card_icon_container {
  margin-bottom: 6px;
}

.ginput_card_security_code_icon,
.gform_card_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 24px;
}

.ginput_card_security_code {
  margin-bottom: 6px;
}

.ginput_card_security_code_icon {
  background-position: 0 -128px;
}
.ginput_card_security_code_icon + label {
  display: inline-block;
  margin-left: 10px;
}

.gform_card_icon {
  margin-left: 6px;
}
.gform_card_icon:first-child {
  margin-left: 0;
}
.gform_card_icon.gform_card_icon_visa {
  background-position: -2px -4px;
}
.gform_card_icon.gform_card_icon_mastercard {
  background-position: -38px -4px;
}
.gform_card_icon.gform_card_icon_amex {
  background-position: -74px -4px;
}

.chzn-drop {
  color: #161616;
}

.gfield.with-chzn .ginput_container {
  height: 50px;
}
.gfield.with-chzn .chzn-container .chzn-single {
  height: 50px;
  line-height: 50px;
  background-image: none;
  background-color: #fff;
  border-color: #D8D8D8;
  padding-left: 12px;
  font-size: 15px;
}
.gfield.with-chzn .chzn-container .chzn-single div b {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5L6.6 9V0H5.3v9.1L1.2 5 0 6l6 6 6-6z' fill='%237A8591' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: right 50%;
}
.gfield.with-chzn .chzn-container.chzn-container-active .chzn-single {
  outline: none;
  border-color: #D8D8D8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gfield.with-chzn .chzn-container.chzn-container-single .chzn-single div {
  background-image: none;
  background-color: transparent;
  border: none;
  width: 23px;
}
.gfield.with-chzn .chzn-container .chzn-search input {
  width: 100% !important;
  height: auto;
}
.gfield.with-chzn.gfield_error .chzn-container .chzn-single {
  border-color: #8A0E1D;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 50px;
}

.gform_wrapper .chosen-container .chosen-drop {
  color: #000;
}

.gfield_date_day,
.gfield_date_month,
.gfield_date_year,
.gfield_date_dropdown_day,
.gfield_date_dropdown_month,
.gfield_date_dropdown_year,
.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline-block !important;
  width: 30.9% !important;
  margin-right: 2.8%;
}
.gfield_date_day:last-child,
.gfield_date_month:last-child,
.gfield_date_year:last-child,
.gfield_date_dropdown_day:last-child,
.gfield_date_dropdown_month:last-child,
.gfield_date_dropdown_year:last-child,
.gfield_time_hour:last-child,
.gfield_time_minute:last-child,
.gfield_time_ampm:last-child {
  margin-right: 0;
}
.gfield_date_day i,
.gfield_date_day label,
.gfield_date_month i,
.gfield_date_month label,
.gfield_date_year i,
.gfield_date_year label,
.gfield_date_dropdown_day i,
.gfield_date_dropdown_day label,
.gfield_date_dropdown_month i,
.gfield_date_dropdown_month label,
.gfield_date_dropdown_year i,
.gfield_date_dropdown_year label,
.gfield_time_hour i,
.gfield_time_hour label,
.gfield_time_minute i,
.gfield_time_minute label,
.gfield_time_ampm i,
.gfield_time_ampm label {
  display: inline-block;
  font-size: 15px;
}

.gfield_date_year,
.gfield_date_dropdown_year,
.gfield_time_ampm {
  margin-right: 0;
}

.gfield_time_hour input {
  display: inline-block;
  max-width: 90%;
}

.gfield_time_ampm {
  display: block;
  float: right;
}

.gf_hide_ampm .gfield_time_ampm {
  display: none !important;
}

.ginput_container.ginput_container_date,
.ginput_container.ginput_container_time {
  position: relative;
}
/*
.datepicker_with_icon {
	max-width: 90% !important;
	display: inline-block !important;
}
*/
.ui-datepicker-trigger {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gfield .clear-multi {
  height: 50px;
}
.gfield .clear-multi > .ginput_container:last-child {
  float: right;
}

.ginput_container_date {
  position: relative;
}
.ginput_container_date input.datepicker_with_icon {
  padding-right: calc(15px * 2);
}
.ginput_container_date input.datepicker_with_icon + .ui-datepicker-trigger {
  width: 20px;
  right: 10px;
  cursor: pointer;
}

.gsection_title {
  margin-bottom: 0;
  line-height: 1;
  font-size: 30px;
  font-size: calc((30px / 15px) * 1rem);
  line-height: 1.3;
}
.gsection_title:empty {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.gsection_description {
  padding: calc(15px / 2) 0 0;
  font-size: 16px;
  font-size: calc((16px / 15px) * 1rem);
  line-height: 1.3;
}

.gf_page_steps {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 4px;
  overflow: auto;
  padding-left: calc(15px / 2);
}

.gf_step {
  float: left;
  margin-right: calc(15px * 2);
  font-size: 16px;
  font-size: calc((16px / 15px) * 1rem);
  line-height: 1.3;
  line-height: 1.5;
}
.gf_step a {
  color: #000;
}
.gf_step.gf_step_active {
  color: #ccc;
}

.gf_progressbar_wrapper {
  padding: 15px 0;
  margin-bottom: 15px;
}

.gf_progressbar_title {
  font-size: 16px;
  font-size: calc((16px / 15px) * 1rem);
  line-height: 1.3;
  margin-bottom: calc(15px / 2);
  color: #ccc;
}

.gf_progressbar {
  background: transparent;
  height: 15px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.gf_progressbar_percentage {
  background: #ccc;
  height: 9px;
  margin: 2px;
  border-radius: 4px;
}
.gf_progressbar_percentage span {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.gform_page_footer {
  padding: 15px 0;
  margin: 15px 0;
  text-align: left;
  position: relative;
  margin-top: 30px;
}
.gform_page_footer:after {
  content: "";
  display: table;
  clear: both;
}

.gform_page .gform_page_footer {
  min-height: 100px;
}
.gform_page .gform_page_footer .gform_ajax_spinner {
  float: none;
  display: block;
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gform_page .gform_page_footer input[type=submit],
.gform_page .gform_page_footer button[type=submit] {
  float: right;
}

.gform_page:first-child .gform_page_footer .gform_save_link {
  float: left;
}
.gform_page:first-child .gform_page_footer .gform_ajax_spinner {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
  top: 25px;
}
.gform_page:not(:first-child) .gform_page_footer .gform_save_link {
  display: block;
  clear: both;
  margin-top: 100px;
}

.submit-on-left .gform_page .gform_page_footer input[type=submit],
.submit-on-left .gform_page .gform_page_footer button[type=submit] {
  float: left;
}

.gform_save_link {
  display: inline-block;
  margin-top: 15px;
}

@media only screen and (max-width: 559px) {
  .gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
    top: 100px;
  }
  .gform_page:not(:first-child) .gform_page_footer .gform_save_link {
    margin-top: 150px;
  }
}
table.gfield_list {
  border: 0;
  margin-bottom: 0;
}
table.gfield_list thead + tbody tr:first-child td {
  padding-top: 15px;
}
@media only screen and (max-width: 859px) {
  table.gfield_list thead + tbody tr:first-child td.gfield_list_icons {
    margin-left: auto;
  }
}
table.gfield_list thead tr th {
  border-bottom: 0 !important;
  font-size: 13px;
  padding-bottom: 4px;
}
table.gfield_list tr {
  border-bottom: 0;
}
table.gfield_list tr td.gfield_list_cell, table.gfield_list tr td.gfield_list_icons {
  border-bottom: 0 !important;
  padding-bottom: 10px;
}
table.gfield_list tr td.gfield_list_cell {
  padding-right: 15px;
}

.gfield_list td {
  padding-top: 0;
}

.gfield_list_cell {
  padding-left: calc(15px / 2);
  padding-right: calc(15px / 2);
}
.gfield_list_cell input {
  width: 100%;
}
.gfield_list_cell:first-child {
  padding-left: 0;
}

.gfield_list_icons {
  text-align: right;
  padding-right: 0;
  width: 40px;
  padding-top: 8px !important;
}

.validation_error,
.gfield_description.validation_message,
.gfield_error .gfield_label,
.gfield.single-option.gfield_error .ginput_container label,
.gfield.no-label.gfield_error .ginput_container label {
  font-style: normal;
  padding: 0;
  font-size: 15px;
  color: #8A0E1D;
  background: none;
}

.gfield_error textarea,
.gfield_error input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  border-color: #8A0E1D;
  background-color: #fff;
  color: #8A0E1D;
}
.gfield_error .styled-select,
.gfield_error .customSelect {
  border-color: #8A0E1D;
  color: #8A0E1D;
}

.validation_error {
  margin-bottom: 15px;
  background: #8A0E1D;
  padding: calc(15px / 4) 15px;
  border-radius: 4px;
  color: #fff;
}

.gfield_description.validation_message {
  display: none;
}

#gforms_confirmation_message {
  margin-bottom: 15px;
}

.gform_wrapper .gfield_password_strength {
  border: 1px solid #E6E6E6;
  margin: 0 0 20px 0;
  padding: calc(15px / 2);
  text-align: center;
  min-width: 200px;
  width: 100%;
  background-color: #fff;
  color: #000;
  clear: both;
  border-radius: 4px;
}
.gform_wrapper .gfield_password_strength.bad {
  background-color: #ffe5d5;
  border-color: #FF853C;
  color: #FF853C;
}
.gform_wrapper .gfield_password_strength.good {
  background-color: #ffeb99;
  border-color: #FC0;
  color: #cca300;
}
.gform_wrapper .gfield_password_strength.strong {
  background-color: #a2d3a2;
  border-color: #479646;
  color: #377339;
}
.gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
  background-color: #fbcece;
  border-color: #f04040;
  color: #f04040;
}

.ginput_complex.ginput_container_password > span {
  margin-bottom: 0;
}

.gform_footer {
  text-align: left;
  padding: 15px 0 0;
  margin-top: 30px;
}
.gform_footer:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 559px) {
  .gform_footer {
    padding-left: calc(15px / 2);
    padding-right: calc(15px / 2);
  }
}

.submit-on-right .gform_footer {
  text-align: right;
}

.submit-on-left .gform_footer {
  text-align: left;
}

.gform_ajax_spinner {
  display: block;
  width: 42px;
  height: 42px;
}

.gform_validation_container {
  display: none !important;
}

.gform_hidden {
  display: none !important;
}

.gform_wrapper input[type=button],
.gform_wrapper input[type=submit],
.gform_wrapper button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.gform_wrapper form.waiting input[type=submit],
.gform_wrapper form.waiting button[type=submit] {
  color: transparent !important;
  background-color: #fff;
}
.gform_wrapper form.waiting input[type=submit][disabled],
.gform_wrapper form.waiting button[type=submit][disabled] {
  opacity: 1 !important;
}
.gform_wrapper form.waiting input[type=submit]:after,
.gform_wrapper form.waiting button[type=submit]:after {
  content: "";
  background-image: url(../images/spinner.svg);
  background-size: contain;
  width: 42px;
  height: 42px;
  right: auto;
  left: 50%;
  margin-left: -21px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gform_wrapper form.waiting .gform_ajax_spinner {
  display: none !important;
}

.gform_wrapper input[type=submit][disabled=disabled],
.gform_wrapper button[type=submit][disabled=disabled],
.gform_page_footer .gform_next_button[disabled=disabled] {
  cursor: default;
  opacity: 0.3;
}

@media only screen and (max-width: 559px) {
  .gform_wrapper input[type=button],
  .gform_wrapper input[type=submit],
  .gform_wrapper button[type=submit] {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}
.gfield.no-label > .gfield_label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.gfield.single-option .check-list li,
.gfield.single-option ul.gfield_radio li,
.gfield.single-option ul.gfield_checkbox li {
  width: 100%;
}
.gfield.single-option .check-list label,
.gfield.single-option ul.gfield_radio label,
.gfield.single-option ul.gfield_checkbox label {
  max-width: calc(100% - 30px);
}

.gfield.offscreen {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_left_half,
.gfield.gf_right_half {
  float: left;
}

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  float: right;
}

.gfield.gf_left_half,
.gfield.gf_right_half {
  width: 50%;
}

.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third {
  width: 33.333%;
}

.gfield.gf_right_two_thirds {
  width: 66.666%;
}

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four {
  width: 25%;
}

.gfield.gf_fourth_one,
.gfield.gf_left_third,
.gfield.gf_left_half {
  padding-right: 10px;
}

.gfield.gf_fourth_two {
  padding-right: 10px;
}

.gfield.gf_fourth_three {
  padding-left: 10px;
}

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  padding-left: 10px;
}

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  clear: none;
}

@media only screen and (min-width: 560px) and (max-width: 859px) {
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .gfield.gf_left_third {
    padding-right: calc(15px / 2);
  }
}
@media only screen and (max-width: 559px) {
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds,
  .gfield.gf_left_half,
  .gfield.gf_right_half {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_three,
  .gfield.gf_fourth_four {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: 50%;
  }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_three {
    float: left;
    padding-right: calc(15px / 4);
  }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    float: right;
    padding-left: calc(15px / 4);
  }
  .gfield.gf_fourth_three {
    clear: both;
  }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    padding-right: 0;
  }
}
.row,
.row__inner,
.row__header,
.row__body,
.row__content,
.row__media,
.row__footer {
  position: relative;
}

.row {
  padding: calc(15px * 3) 0;
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row {
    padding: calc(15px * 2) 0;
  }
}
@media only screen and (max-width: 559px) {
  .row {
    padding: 15px 0;
  }
}

.row__header,
.row__footer {
  text-align: center;
}

.row__header {
  padding-bottom: calc(15px * 2);
}
@media only screen and (max-width: 559px) {
  .row__header {
    padding-bottom: 15px;
  }
}

.row__footer {
  padding-top: calc(15px * 2);
}
@media only screen and (max-width: 559px) {
  .row__footer {
    padding-top: 15px;
  }
}

.row__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row__media > * {
  width: 100%;
}

.row__media-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  /* &,
  &:focus,
  &:hover,
  &:active {
  	border-radius: 50%;
  	background-color: $colour-light;
  } */
}

.row__media--top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row__media--middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row__media--bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row__media--left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row__media--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row__media--right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.row--form:not(.row--form-content) .row__content {
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row.row--form-content .grid__item:not(:last-child),
.row.row--multi-column .grid__item:not(:last-child) {
  margin-bottom: 15px;
}

.modal {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  top: 0;
}

.modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.modal__inner {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 18px;
}

.modal.modal--open {
  pointer-events: all;
}
.modal.modal--open .modal__bg {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.modal.modal--open .modal__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.modal.modal--right .modal__inner,
.modal.modal--left .modal__inner {
  top: 0;
  height: 100%;
  width: 400px;
  max-width: 90%;
  position: fixed;
}

.modal.modal--left .modal__inner {
  left: 0;
  right: auto;
  -webkit-transform: translateY(0) translateX(-100%);
  transform: translateY(0) translateX(-100%);
}

.modal.modal--right .modal__inner {
  left: auto;
  right: 0;
  -webkit-transform: translateY(0) translateX(100%);
  transform: translateY(0) translateX(100%);
}

.modal.modal--left.modal--open .modal__inner,
.modal.modal--right.modal--open .modal__inner {
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in dr.css, most commonly the grid system
 *
 * We have a mixin to generate our widths and their breakpoint-specific variations.
 */
/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .six-twelfths, .five-tenths, .four-eighths, .three-sixths, .two-quarters {
  width: 50%;
}

/**
* Thirds
*/
.one-third, .four-twelfths, .two-sixths {
  width: 33.333%;
}

.two-thirds, .eight-twelfths, .four-sixths {
  width: 66.666%;
}

/**
* Quarters
*/
.one-quarter, .three-twelfths, .two-eighths {
  width: 25%;
}

.three-quarters, .nine-twelfths, .six-eighths {
  width: 75%;
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.hide {
  display: none !important;
}

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.soft--sides {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

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

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

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

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

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

.float-none {
  float: none !important;
}

.hard--left {
  padding-left: 0 !important;
}

.hard--right {
  padding-right: 0 !important;
}

/**
 * You can define at which breakpoint you’d like an element to be a certain size, e.g.:
 *
 * `<div class="g one-quarter lap-one-half palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 */
@media only screen and (max-width: 559px) {
  /**
  * Whole
  */
  .small-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .small-one-half, .small-six-twelfths, .small-five-tenths, .small-four-eighths, .small-three-sixths, .small-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .small-one-third, .small-four-twelfths, .small-two-sixths {
    width: 33.333%;
  }
  .small-two-thirds, .small-eight-twelfths, .small-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .small-one-quarter, .small-three-twelfths, .small-two-eighths {
    width: 25%;
  }
  .small-three-quarters, .small-nine-twelfths, .small-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .small-one-fifth, .small-two-tenths {
    width: 20%;
  }
  .small-two-fifths, .small-four-tenths {
    width: 40%;
  }
  .small-three-fifths, .small-six-tenths {
    width: 60%;
  }
  .small-four-fifths, .small-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .small-one-sixth, .small-two-twelfths {
    width: 16.666%;
  }
  .small-five-sixths, .small-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .small-one-eighth {
    width: 12.5%;
  }
  .small-three-eighths {
    width: 37.5%;
  }
  .small-five-eighths {
    width: 62.5%;
  }
  .small-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .small-one-tenth {
    width: 10%;
  }
  .small-three-tenths {
    width: 30%;
  }
  .small-seven-tenths {
    width: 70%;
  }
  .small-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .small-one-twelfth {
    width: 8.333%;
  }
  .small-five-twelfths {
    width: 41.666%;
  }
  .small-seven-twelfths {
    width: 58.333%;
  }
  .small-eleven-twelfths {
    width: 91.666%;
  }
  .small-hide {
    display: none !important;
  }
  .small-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .small-soft--sides {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .small-text--left {
    text-align: left !important;
  }
  .small-text--right {
    text-align: right !important;
  }
  .small-text--center {
    text-align: center !important;
  }
  .small-float--left {
    float: left !important;
  }
  .small-float--right {
    float: right !important;
  }
  .small-float-none {
    float: none !important;
  }
  .small-hard--left {
    padding-left: 0 !important;
  }
  .small-hard--right {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  /**
  * Whole
  */
  .medium-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .medium-one-half, .medium-six-twelfths, .medium-five-tenths, .medium-four-eighths, .medium-three-sixths, .medium-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .medium-one-third, .medium-four-twelfths, .medium-two-sixths {
    width: 33.333%;
  }
  .medium-two-thirds, .medium-eight-twelfths, .medium-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .medium-one-quarter, .medium-three-twelfths, .medium-two-eighths {
    width: 25%;
  }
  .medium-three-quarters, .medium-nine-twelfths, .medium-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .medium-one-fifth, .medium-two-tenths {
    width: 20%;
  }
  .medium-two-fifths, .medium-four-tenths {
    width: 40%;
  }
  .medium-three-fifths, .medium-six-tenths {
    width: 60%;
  }
  .medium-four-fifths, .medium-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .medium-one-sixth, .medium-two-twelfths {
    width: 16.666%;
  }
  .medium-five-sixths, .medium-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .medium-one-eighth {
    width: 12.5%;
  }
  .medium-three-eighths {
    width: 37.5%;
  }
  .medium-five-eighths {
    width: 62.5%;
  }
  .medium-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .medium-one-tenth {
    width: 10%;
  }
  .medium-three-tenths {
    width: 30%;
  }
  .medium-seven-tenths {
    width: 70%;
  }
  .medium-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .medium-one-twelfth {
    width: 8.333%;
  }
  .medium-five-twelfths {
    width: 41.666%;
  }
  .medium-seven-twelfths {
    width: 58.333%;
  }
  .medium-eleven-twelfths {
    width: 91.666%;
  }
  .medium-hide {
    display: none !important;
  }
  .medium-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .medium-soft--sides {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .medium-text--left {
    text-align: left !important;
  }
  .medium-text--right {
    text-align: right !important;
  }
  .medium-text--center {
    text-align: center !important;
  }
  .medium-float--left {
    float: left !important;
  }
  .medium-float--right {
    float: right !important;
  }
  .medium-float-none {
    float: none !important;
  }
  .medium-hard--left {
    padding-left: 0 !important;
  }
  .medium-hard--right {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 560px) {
  /**
  * Whole
  */
  .medium-and-up-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .medium-and-up-one-half, .medium-and-up-six-twelfths, .medium-and-up-five-tenths, .medium-and-up-four-eighths, .medium-and-up-three-sixths, .medium-and-up-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .medium-and-up-one-third, .medium-and-up-four-twelfths, .medium-and-up-two-sixths {
    width: 33.333%;
  }
  .medium-and-up-two-thirds, .medium-and-up-eight-twelfths, .medium-and-up-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .medium-and-up-one-quarter, .medium-and-up-three-twelfths, .medium-and-up-two-eighths {
    width: 25%;
  }
  .medium-and-up-three-quarters, .medium-and-up-nine-twelfths, .medium-and-up-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .medium-and-up-one-fifth, .medium-and-up-two-tenths {
    width: 20%;
  }
  .medium-and-up-two-fifths, .medium-and-up-four-tenths {
    width: 40%;
  }
  .medium-and-up-three-fifths, .medium-and-up-six-tenths {
    width: 60%;
  }
  .medium-and-up-four-fifths, .medium-and-up-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .medium-and-up-one-sixth, .medium-and-up-two-twelfths {
    width: 16.666%;
  }
  .medium-and-up-five-sixths, .medium-and-up-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .medium-and-up-one-eighth {
    width: 12.5%;
  }
  .medium-and-up-three-eighths {
    width: 37.5%;
  }
  .medium-and-up-five-eighths {
    width: 62.5%;
  }
  .medium-and-up-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .medium-and-up-one-tenth {
    width: 10%;
  }
  .medium-and-up-three-tenths {
    width: 30%;
  }
  .medium-and-up-seven-tenths {
    width: 70%;
  }
  .medium-and-up-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .medium-and-up-one-twelfth {
    width: 8.333%;
  }
  .medium-and-up-five-twelfths {
    width: 41.666%;
  }
  .medium-and-up-seven-twelfths {
    width: 58.333%;
  }
  .medium-and-up-eleven-twelfths {
    width: 91.666%;
  }
  .medium-and-up-hide {
    display: none !important;
  }
  .medium-and-up-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .medium-and-up-soft--sides {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .medium-and-up-text--left {
    text-align: left !important;
  }
  .medium-and-up-text--right {
    text-align: right !important;
  }
  .medium-and-up-text--center {
    text-align: center !important;
  }
  .medium-and-up-float--left {
    float: left !important;
  }
  .medium-and-up-float--right {
    float: right !important;
  }
  .medium-and-up-float-none {
    float: none !important;
  }
  .medium-and-up-hard--left {
    padding-left: 0 !important;
  }
  .medium-and-up-hard--right {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 859px) {
  /**
  * Whole
  */
  .small-and-medium-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .small-and-medium-one-half, .small-and-medium-six-twelfths, .small-and-medium-five-tenths, .small-and-medium-four-eighths, .small-and-medium-three-sixths, .small-and-medium-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .small-and-medium-one-third, .small-and-medium-four-twelfths, .small-and-medium-two-sixths {
    width: 33.333%;
  }
  .small-and-medium-two-thirds, .small-and-medium-eight-twelfths, .small-and-medium-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .small-and-medium-one-quarter, .small-and-medium-three-twelfths, .small-and-medium-two-eighths {
    width: 25%;
  }
  .small-and-medium-three-quarters, .small-and-medium-nine-twelfths, .small-and-medium-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .small-and-medium-one-fifth, .small-and-medium-two-tenths {
    width: 20%;
  }
  .small-and-medium-two-fifths, .small-and-medium-four-tenths {
    width: 40%;
  }
  .small-and-medium-three-fifths, .small-and-medium-six-tenths {
    width: 60%;
  }
  .small-and-medium-four-fifths, .small-and-medium-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .small-and-medium-one-sixth, .small-and-medium-two-twelfths {
    width: 16.666%;
  }
  .small-and-medium-five-sixths, .small-and-medium-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .small-and-medium-one-eighth {
    width: 12.5%;
  }
  .small-and-medium-three-eighths {
    width: 37.5%;
  }
  .small-and-medium-five-eighths {
    width: 62.5%;
  }
  .small-and-medium-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .small-and-medium-one-tenth {
    width: 10%;
  }
  .small-and-medium-three-tenths {
    width: 30%;
  }
  .small-and-medium-seven-tenths {
    width: 70%;
  }
  .small-and-medium-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .small-and-medium-one-twelfth {
    width: 8.333%;
  }
  .small-and-medium-five-twelfths {
    width: 41.666%;
  }
  .small-and-medium-seven-twelfths {
    width: 58.333%;
  }
  .small-and-medium-eleven-twelfths {
    width: 91.666%;
  }
  .small-and-medium-hide {
    display: none !important;
  }
  .small-and-medium-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .small-and-medium-soft--sides {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .small-and-medium-text--left {
    text-align: left !important;
  }
  .small-and-medium-text--right {
    text-align: right !important;
  }
  .small-and-medium-text--center {
    text-align: center !important;
  }
  .small-and-medium-float--left {
    float: left !important;
  }
  .small-and-medium-float--right {
    float: right !important;
  }
  .small-and-medium-float-none {
    float: none !important;
  }
  .small-and-medium-hard--left {
    padding-left: 0 !important;
  }
  .small-and-medium-hard--right {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 860px) {
  /**
  * Whole
  */
  .large-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .large-one-half, .large-six-twelfths, .large-five-tenths, .large-four-eighths, .large-three-sixths, .large-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .large-one-third, .large-four-twelfths, .large-two-sixths {
    width: 33.333%;
  }
  .large-two-thirds, .large-eight-twelfths, .large-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .large-one-quarter, .large-three-twelfths, .large-two-eighths {
    width: 25%;
  }
  .large-three-quarters, .large-nine-twelfths, .large-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .large-one-fifth, .large-two-tenths {
    width: 20%;
  }
  .large-two-fifths, .large-four-tenths {
    width: 40%;
  }
  .large-three-fifths, .large-six-tenths {
    width: 60%;
  }
  .large-four-fifths, .large-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .large-one-sixth, .large-two-twelfths {
    width: 16.666%;
  }
  .large-five-sixths, .large-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .large-one-eighth {
    width: 12.5%;
  }
  .large-three-eighths {
    width: 37.5%;
  }
  .large-five-eighths {
    width: 62.5%;
  }
  .large-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .large-one-tenth {
    width: 10%;
  }
  .large-three-tenths {
    width: 30%;
  }
  .large-seven-tenths {
    width: 70%;
  }
  .large-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .large-one-twelfth {
    width: 8.333%;
  }
  .large-five-twelfths {
    width: 41.666%;
  }
  .large-seven-twelfths {
    width: 58.333%;
  }
  .large-eleven-twelfths {
    width: 91.666%;
  }
  .large-hide {
    display: none !important;
  }
  .large-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .large-soft--sides {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .large-text--left {
    text-align: left !important;
  }
  .large-text--right {
    text-align: right !important;
  }
  .large-text--center {
    text-align: center !important;
  }
  .large-float--left {
    float: left !important;
  }
  .large-float--right {
    float: right !important;
  }
  .large-float-none {
    float: none !important;
  }
  .large-hard--left {
    padding-left: 0 !important;
  }
  .large-hard--right {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1184px) {
  /**
  * Whole
  */
  .extra-large-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .extra-large-one-half, .extra-large-six-twelfths, .extra-large-five-tenths, .extra-large-four-eighths, .extra-large-three-sixths, .extra-large-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .extra-large-one-third, .extra-large-four-twelfths, .extra-large-two-sixths {
    width: 33.333%;
  }
  .extra-large-two-thirds, .extra-large-eight-twelfths, .extra-large-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .extra-large-one-quarter, .extra-large-three-twelfths, .extra-large-two-eighths {
    width: 25%;
  }
  .extra-large-three-quarters, .extra-large-nine-twelfths, .extra-large-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .extra-large-one-fifth, .extra-large-two-tenths {
    width: 20%;
  }
  .extra-large-two-fifths, .extra-large-four-tenths {
    width: 40%;
  }
  .extra-large-three-fifths, .extra-large-six-tenths {
    width: 60%;
  }
  .extra-large-four-fifths, .extra-large-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .extra-large-one-sixth, .extra-large-two-twelfths {
    width: 16.666%;
  }
  .extra-large-five-sixths, .extra-large-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .extra-large-one-eighth {
    width: 12.5%;
  }
  .extra-large-three-eighths {
    width: 37.5%;
  }
  .extra-large-five-eighths {
    width: 62.5%;
  }
  .extra-large-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .extra-large-one-tenth {
    width: 10%;
  }
  .extra-large-three-tenths {
    width: 30%;
  }
  .extra-large-seven-tenths {
    width: 70%;
  }
  .extra-large-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .extra-large-one-twelfth {
    width: 8.333%;
  }
  .extra-large-five-twelfths {
    width: 41.666%;
  }
  .extra-large-seven-twelfths {
    width: 58.333%;
  }
  .extra-large-eleven-twelfths {
    width: 91.666%;
  }
  .extra-large-hide {
    display: none !important;
  }
  .extra-large-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .extra-large-soft--sides {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .extra-large-text--left {
    text-align: left !important;
  }
  .extra-large-text--right {
    text-align: right !important;
  }
  .extra-large-text--center {
    text-align: center !important;
  }
  .extra-large-float--left {
    float: left !important;
  }
  .extra-large-float--right {
    float: right !important;
  }
  .extra-large-float-none {
    float: none !important;
  }
  .extra-large-hard--left {
    padding-left: 0 !important;
  }
  .extra-large-hard--right {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1184px) {
  /**
  * Whole
  */
  .super-large-one-whole {
    width: 100%;
  }
  /**
  * Halves
  */
  .super-large-one-half, .super-large-six-twelfths, .super-large-five-tenths, .super-large-four-eighths, .super-large-three-sixths, .super-large-two-quarters {
    width: 50%;
  }
  /**
  * Thirds
  */
  .super-large-one-third, .super-large-four-twelfths, .super-large-two-sixths {
    width: 33.333%;
  }
  .super-large-two-thirds, .super-large-eight-twelfths, .super-large-four-sixths {
    width: 66.666%;
  }
  /**
  * Quarters
  */
  .super-large-one-quarter, .super-large-three-twelfths, .super-large-two-eighths {
    width: 25%;
  }
  .super-large-three-quarters, .super-large-nine-twelfths, .super-large-six-eighths {
    width: 75%;
  }
  /**
  * Fifths
  */
  .super-large-one-fifth, .super-large-two-tenths {
    width: 20%;
  }
  .super-large-two-fifths, .super-large-four-tenths {
    width: 40%;
  }
  .super-large-three-fifths, .super-large-six-tenths {
    width: 60%;
  }
  .super-large-four-fifths, .super-large-eight-tenths {
    width: 80%;
  }
  /**
  * Sixths
  */
  .super-large-one-sixth, .super-large-two-twelfths {
    width: 16.666%;
  }
  .super-large-five-sixths, .super-large-ten-twelfths {
    width: 83.333%;
  }
  /**
  * Eighths
  */
  .super-large-one-eighth {
    width: 12.5%;
  }
  .super-large-three-eighths {
    width: 37.5%;
  }
  .super-large-five-eighths {
    width: 62.5%;
  }
  .super-large-seven-eighths {
    width: 87.5%;
  }
  /**
  * Tenths
  */
  .super-large-one-tenth {
    width: 10%;
  }
  .super-large-three-tenths {
    width: 30%;
  }
  .super-large-seven-tenths {
    width: 70%;
  }
  .super-large-nine-tenths {
    width: 90%;
  }
  /**
  * Twelfths
  */
  .super-large-one-twelfth {
    width: 8.333%;
  }
  .super-large-five-twelfths {
    width: 41.666%;
  }
  .super-large-seven-twelfths {
    width: 58.333%;
  }
  .super-large-eleven-twelfths {
    width: 91.666%;
  }
  .super-large-hide {
    display: none !important;
  }
  .super-large-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .super-large-soft--sides {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .super-large-text--left {
    text-align: left !important;
  }
  .super-large-text--right {
    text-align: right !important;
  }
  .super-large-text--center {
    text-align: center !important;
  }
  .super-large-float--left {
    float: left !important;
  }
  .super-large-float--right {
    float: right !important;
  }
  .super-large-float-none {
    float: none !important;
  }
  .super-large-hard--left {
    padding-left: 0 !important;
  }
  .super-large-hard--right {
    padding-right: 0 !important;
  }
}
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important;
}

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

.float--none {
  float: none !important;
}

/**
 * Text alignment
 */
.text--left {
  text-align: left !important;
}

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

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

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important;
}

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

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

/**
 * Add/remove margins
 */
.push {
  margin: 15px !important;
}

.push--top {
  margin-top: 15px !important;
}

.push--right {
  margin-right: 15px !important;
}

.push--bottom {
  margin-bottom: 15px !important;
}

.push--left {
  margin-left: 15px !important;
}

.push--ends {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.push--sides {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.push-half {
  margin: calc(15px / 2) !important;
}

.push-half--top {
  margin-top: calc(15px / 2) !important;
}

.push-half--right {
  margin-right: calc(15px / 2) !important;
}

.push-half--bottom {
  margin-bottom: calc(15px / 2) !important;
}

.push-half--left {
  margin-left: calc(15px / 2) !important;
}

.push-half--ends {
  margin-top: calc(15px / 2) !important;
  margin-bottom: calc(15px / 2) !important;
}

.push-half--sides {
  margin-right: calc(15px / 2) !important;
  margin-left: calc(15px / 2) !important;
}

.push-double {
  margin: calc(15px * 2) !important;
}

.push-double--top {
  margin-top: calc(15px * 2) !important;
}

.push-double--right {
  margin-right: calc(15px * 2) !important;
}

.push-double--bottom {
  margin-bottom: calc(15px * 2) !important;
}

.push-double--left {
  margin-left: calc(15px * 2) !important;
}

.push-double--ends {
  margin-top: calc(15px * 2) !important;
  margin-bottom: calc(15px * 2) !important;
}

.push-double--sides {
  margin-right: calc(15px * 2) !important;
  margin-left: calc(15px * 2) !important;
}

.flush {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/**
 * Add/remove paddings
 */
.soft {
  padding: 15px !important;
}

.soft--top {
  padding-top: 15px !important;
}

.soft--right {
  padding-right: 15px !important;
}

.soft--bottom {
  padding-bottom: 15px !important;
}

.soft--left {
  padding-left: 15px !important;
}

.soft--ends {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.soft--sides {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.soft-half {
  padding: calc(15px / 2) !important;
}

.soft-half--top {
  padding-top: calc(15px / 2) !important;
}

.soft-half--right {
  padding-right: calc(15px / 2) !important;
}

.soft-half--bottom {
  padding-bottom: calc(15px / 2) !important;
}

.soft-half--left {
  padding-left: calc(15px / 2) !important;
}

.soft-half--ends {
  padding-top: calc(15px / 2) !important;
  padding-bottom: calc(15px / 2) !important;
}

.soft-half--sides {
  padding-right: calc(15px / 2) !important;
  padding-left: calc(15px / 2) !important;
}

.soft-double {
  padding: calc(15px * 2) !important;
}

.soft-double--top {
  padding-top: calc(15px * 2) !important;
}

.soft-double--right {
  padding-right: calc(15px * 2) !important;
}

.soft-double--bottom {
  padding-bottom: calc(15px * 2) !important;
}

.soft-double--left {
  padding-left: calc(15px * 2) !important;
}

.soft-double--ends {
  padding-top: calc(15px * 2) !important;
  padding-bottom: calc(15px * 2) !important;
}

.soft-double--sides {
  padding-right: calc(15px * 2) !important;
  padding-left: calc(15px * 2) !important;
}

.hard {
  padding: 0 !important;
}

.hard--top {
  padding-top: 0 !important;
}

.hard--right {
  padding-right: 0 !important;
}

.hard--bottom {
  padding-bottom: 0 !important;
}

.hard--left {
  padding-left: 0 !important;
}

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important;
}

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important;
}

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important;
}

/**
 * Apply capital/lowercase case to an element
 */
.caps,
.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

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

@media only screen and (max-width: 559px) {
  .accessibility--small,
  .visuallyhidden--small {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .accessibility--medium,
  .visuallyhidden--medium {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 560px) {
  .accessibility--medium-and-up,
  .visuallyhidden--medium-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (max-width: 859px) {
  .accessibility--small-and-medium,
  .visuallyhidden--small-and-medium {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 860px) {
  .accessibility--large,
  .visuallyhidden--large {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 1184px) {
  .accessibility--extra-large,
  .visuallyhidden--extra-large {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.color--error {
  color: #8A0E1D !important;
}

.bg--error {
  background-color: #8A0E1D !important;
}

.border-top--error {
  border-top: 2px solid #8A0E1D !important;
}

.border-bottom--error {
  border-bottom: 2px solid #8A0E1D !important;
}

.border-right--error {
  border-right: 2px solid #8A0E1D !important;
}

.border-left--error {
  border-left: 2px solid #8A0E1D !important;
}

.color--success {
  color: #37803a !important;
}

.bg--success {
  background-color: #37803a !important;
}

.border-top--success {
  border-top: 2px solid #37803a !important;
}

.border-bottom--success {
  border-bottom: 2px solid #37803a !important;
}

.border-right--success {
  border-right: 2px solid #37803a !important;
}

.border-left--success {
  border-left: 2px solid #37803a !important;
}

.color--light {
  color: #fff !important;
}

.bg--light {
  background-color: #fff !important;
}

.border-top--light {
  border-top: 2px solid #fff !important;
}

.border-bottom--light {
  border-bottom: 2px solid #fff !important;
}

.border-right--light {
  border-right: 2px solid #fff !important;
}

.border-left--light {
  border-left: 2px solid #fff !important;
}

.color--dark {
  color: #000 !important;
}

/*.bg--dark {
 	background-color: $colour-dark !important;
} */
.border-top--dark {
  border-top: 2px solid #000 !important;
}

.border-bottom--dark {
  border-bottom: 2px solid #000 !important;
}

.border-right--dark {
  border-right: 2px solid #000 !important;
}

.border-left--dark {
  border-left: 2px solid #000 !important;
}

.color--soft {
  color: #ccc !important;
}

.bg--soft {
  background-color: #ccc !important;
}

.border-top--soft {
  border-top: 2px solid #ccc !important;
}

.border-bottom--soft {
  border-bottom: 2px solid #ccc !important;
}

.border-right--soft {
  border-right: 2px solid #ccc !important;
}

.border-left--soft {
  border-left: 2px solid #ccc !important;
}

.color--primary {
  color: #ccc !important;
}

.bg--primary {
  background-color: #ccc !important;
}

.border-top--primary {
  border-top: 2px solid #ccc !important;
}

.border-bottom--primary {
  border-bottom: 2px solid #ccc !important;
}

.border-right--primary {
  border-right: 2px solid #ccc !important;
}

.border-left--primary {
  border-left: 2px solid #ccc !important;
}

.color--secondary {
  color: #000 !important;
}

.bg--secondary {
  background-color: #000 !important;
}

.border-top--secondary {
  border-top: 2px solid #000 !important;
}

.border-bottom--secondary {
  border-bottom: 2px solid #000 !important;
}

.border-right--secondary {
  border-right: 2px solid #000 !important;
}

.border-left--secondary {
  border-left: 2px solid #000 !important;
}

.color--tertiary {
  color: #fff !important;
}

.bg--tertiary {
  background-color: #fff !important;
}

.border-top--tertiary {
  border-top: 2px solid #fff !important;
}

.border-bottom--tertiary {
  border-bottom: 2px solid #fff !important;
}

.border-right--tertiary {
  border-right: 2px solid #fff !important;
}

.border-left--tertiary {
  border-left: 2px solid #fff !important;
}

/**
 * Begin importing your stuff here.
 */
/*
FROM: https://github.com/bfred-it/object-fit-images
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-wrapper,
.swiper-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* add this will all relevant prefixes */
}

.swiper-slide {
  text-align: center;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "\e802";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open {
  overflow: hidden;
}

/*
.lightcase-open body {
  overflow: hidden;
}
*/
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
#lightcase-overlay {
  background: #000;
}

html:not([data-lc-type=error]) #lightcase-content {
  background-color: transparent;
}

a[class*=lightcase-icon-],
a[class*=lightcase-icon-]:focus {
  color: #fff;
}

a[class*=lightcase-icon-]:hover {
  text-shadow: none;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

select.stylized {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E5EBEF;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.3 8.2h-.1L8 8.2 1.2 1.2 1 1.1l.3-.4.2.2 6.7 6.7L14.7 1l.2-.2.4.4-.2.2L8.4 8l-.1.2z' stroke='%23B2B8BF' fill='none' fill-rule='evenodd' stroke-linecap='square'/%3E%3C/svg%3E");
  background-position: top 20px right 15px;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
  padding-left: 25px;
  padding-right: 43px;
  font-size: 15px;
  line-height: 50px;
}
select.stylized:focus {
  outline: none;
}

.selectric-wrapper .selectric {
  border: 1px solid #E5EBEF;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.3 8.2h-.1L8 8.2 1.2 1.2 1 1.1l.3-.4.2.2 6.7 6.7L14.7 1l.2-.2.4.4-.2.2L8.4 8l-.1.2z' stroke='%23B2B8BF' fill='none' fill-rule='evenodd' stroke-linecap='square'/%3E%3C/svg%3E");
  background-position: top 20px right 15px;
  background-repeat: no-repeat;
  height: 50px;
  position: relative;
  z-index: 10;
}
.selectric-wrapper .selectric .label {
  font-size: 15px;
  line-height: 50px;
  margin-left: 25px;
  margin-right: 43px;
}
.selectric-wrapper .selectric-items {
  margin-top: 6px;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-weight: bold;
}
.selectric-wrapper .selectric-items ul li {
  font-size: 14px;
  color: #385f69;
  position: relative;
  height: auto;
  min-height: 50px;
  line-height: 1.5;
  padding: 14px 50px 14px 35px;
}
.selectric-wrapper .selectric-items ul li:before {
  content: none;
}
.selectric-wrapper .selectric-items ul li:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  font-size: 9px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  opacity: 0;
}
.selectric-wrapper .selectric-items ul li.highlighted {
  background: transparent;
}
.selectric-wrapper .selectric-items ul li.disabled {
  display: none;
}
.selectric-wrapper .selectric-items ul li:hover {
  background: #FAFAFB;
}
.selectric-wrapper .selectric-items ul li:hover:after {
  opacity: 1;
}
.selectric-wrapper:hover .selectric, .selectric-wrapper:focus .selectric, .selectric-wrapper .selectric-open .selectric, .selectric-wrapper .selectric-hover .selectric, .selectric-wrapper .selectric-focus .selectric, .selectric-wrapper .selectric-below .selectric {
  border: 1px solid #E5EBEF;
}

@font-face {
  font-family: "dca";
  src: url("../fonts/dca.eot?lczspy");
  src: url("../fonts/dca.eot?lczspy#iefix") format("embedded-opentype"), url("../fonts/dca.woff2?lczspy") format("woff2"), url("../fonts/dca.ttf?lczspy") format("truetype"), url("../fonts/dca.woff?lczspy") format("woff"), url("../fonts/dca.svg?lczspy#dca") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ico--], [class*=" ico--"], .ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico--chevron-left:before {
  content: "\e901";
}

.ico--chevron-right:before {
  content: "\e902";
}

.ico--chevron-down:before {
  content: "\e900";
}

.ico--chevron-up:before {
  content: "\e903";
}

.ico--arrow-right:before {
  content: "\e906";
}

.ico--arrow-left:before {
  content: "\e905";
}

.ico--arrow-up:before {
  content: "\e907";
}

.ico--arrow-down:before {
  content: "\e904";
}

.ico--chevron:before {
  content: "\e908";
}

.ico--circle-tick:before {
  content: "\e909";
}

.ico--close:before {
  content: "\e90a";
}

.ico--dot:before {
  content: "\e90b";
}

.ico--download:before {
  content: "\e90c";
}

.ico--linkedin:before {
  content: "\e90d";
}

.ico--logo:before {
  content: "\e90e";
}

.ico--marker:before {
  content: "\e90f";
}

.ico--menu:before {
  content: "\e910";
}

.ico--mouse:before {
  content: "\e911";
}

.ico--play:before {
  content: "\e912";
}

.ico--search:before {
  content: "\e913";
}

.ico--shield:before {
  content: "\e914";
}

.ico--tick:before {
  content: "\e915";
}

.ico--facebook:before {
  content: "\e916";
}

.ico--twitter:before {
  content: "\e917";
}

.ico--link:before {
  content: "\e918";
}

.ico--login:before {
  content: "\e919";
}

.ico--email:before {
  content: "\e920";
}

main {
  overflow: hidden;
}

a:focus,
input[type=button]:focus,
input[type=submit]:focus,
button:focus {
  outline: none;
}

.inner, .row__inner {
  z-index: 1;
  width: 100%;
  max-width: 1214px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.hr {
  font-size: 0;
  padding: 0;
  margin: 15px 0;
  line-height: 0;
  overflow: hidden;
  display: block;
  height: 0;
  border-top: 1px solid #000;
}

.vh {
  height: 100vh;
}

.vw {
  width: 100vw;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
 *  Make automatic content colour changes for rows here based on background modifier classes
 */
.bg--lightgrey {
  background: #F5F7F8;
  color: #7A8591;
}

.bg--default,
.bg--white {
  background: #fff;
  color: #7A8591;
}

.bg--brand,
.bg--dca,
.bg--data-services,
.bg--cities,
.bg--researchmaster,
.bg--research-master {
  color: #fff;
  /*
  p {
  	opacity: 0.75;
  }
  */
}
.bg--brand h1, .bg--brand h2, .bg--brand h3, .bg--brand h4, .bg--brand h5, .bg--brand h6, .bg--brand .h1, .bg--brand .h2, .bg--brand .h3, .bg--brand .h4, .bg--brand .h5, .bg--brand .h6, .bg--brand p,
.bg--dca h1,
.bg--dca h2,
.bg--dca h3,
.bg--dca h4,
.bg--dca h5,
.bg--dca h6,
.bg--dca .h1,
.bg--dca .h2,
.bg--dca .h3,
.bg--dca .h4,
.bg--dca .h5,
.bg--dca .h6,
.bg--dca p,
.bg--data-services h1,
.bg--data-services h2,
.bg--data-services h3,
.bg--data-services h4,
.bg--data-services h5,
.bg--data-services h6,
.bg--data-services .h1,
.bg--data-services .h2,
.bg--data-services .h3,
.bg--data-services .h4,
.bg--data-services .h5,
.bg--data-services .h6,
.bg--data-services p,
.bg--cities h1,
.bg--cities h2,
.bg--cities h3,
.bg--cities h4,
.bg--cities h5,
.bg--cities h6,
.bg--cities .h1,
.bg--cities .h2,
.bg--cities .h3,
.bg--cities .h4,
.bg--cities .h5,
.bg--cities .h6,
.bg--cities p,
.bg--researchmaster h1,
.bg--researchmaster h2,
.bg--researchmaster h3,
.bg--researchmaster h4,
.bg--researchmaster h5,
.bg--researchmaster h6,
.bg--researchmaster .h1,
.bg--researchmaster .h2,
.bg--researchmaster .h3,
.bg--researchmaster .h4,
.bg--researchmaster .h5,
.bg--researchmaster .h6,
.bg--researchmaster p,
.bg--research-master h1,
.bg--research-master h2,
.bg--research-master h3,
.bg--research-master h4,
.bg--research-master h5,
.bg--research-master h6,
.bg--research-master .h1,
.bg--research-master .h2,
.bg--research-master .h3,
.bg--research-master .h4,
.bg--research-master .h5,
.bg--research-master .h6,
.bg--research-master p {
  color: #fff;
}
.bg--brand .button--secondary,
.bg--dca .button--secondary,
.bg--data-services .button--secondary,
.bg--cities .button--secondary,
.bg--researchmaster .button--secondary,
.bg--research-master .button--secondary {
  border: 2px solid #fff;
  background: transparent;
}

.bg--dca {
  background: #1497D9;
}

.bg--data-services {
  background: #7E56C6;
}

.bg--cities {
  background: #43BEC6;
}

.bg--researchmaster,
.bg--research-master {
  background: #F3AF1C;
}

.dca-color {
  color: #1497D9;
}

.data-services-color {
  color: #7E56C6;
}

.cities-color {
  color: #43BEC6;
}

.research-mastercolor,
.research-master-color {
  color: #F3AF1C;
}

.bg--dark, .bg--darkgrey {
  background: #02323F;
  color: #fff;
}
.bg--dark h1, .bg--dark h2, .bg--dark h3, .bg--dark h4, .bg--dark h5, .bg--dark h6, .bg--dark .h1, .bg--dark .h2, .bg--dark .h3, .bg--dark .h4, .bg--dark .h5, .bg--dark .h6, .bg--dark p, .bg--darkgrey h1, .bg--darkgrey h2, .bg--darkgrey h3, .bg--darkgrey h4, .bg--darkgrey h5, .bg--darkgrey h6, .bg--darkgrey .h1, .bg--darkgrey .h2, .bg--darkgrey .h3, .bg--darkgrey .h4, .bg--darkgrey .h5, .bg--darkgrey .h6, .bg--darkgrey p {
  color: #fff;
}

.bg--midgrey {
  background: #9AA9B8;
  color: #fff;
}

.bg--gradient {
  background-image: linear-gradient(121deg, #1497D9 30%, #37BAEB 57%, #43BEC6 89%);
  color: #fff;
}

/* Also do the breakout boxes */
/*.row.bg--dark {

	.row__header,
	.row__body,
	.row__footer,
	.row__content,
	.row__media {
		color: $colour-light;
	}

	h1, h2, h3, h4, h5, h6,
	.h1, .h2, .h3, .h4, .h5, .h6 {
		color: $colour-soft;
	}

}

.row.bg--soft {

	h1, h2, h3, h4, h5, h6,
	.h1, .h2, .h3, .h4, .h5, .h6 {
		color: $base-ui-color;
	}

	a {
		&,
		&:visited {
			color: lighten($base-ui-color, 30%);
		}
		&:focus,
		&:active,
		&:hover {
			color: $base-ui-color;
		}
	}

} */
html, body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background-color: #ccc;
  color: #fff;
}

::selection {
  background-color: #ccc;
  color: #fff;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav a {
  text-decoration: none;
}

.nav.nav--stacked a {
  display: inline-block;
}

blockquote {
  quotes: none;
  text-indent: 0;
  border-radius: 0;
  padding: 30px;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 60px;
}
blockquote p {
  z-index: 1;
  position: relative;
  font-size: 25px;
  line-height: 41px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote:before, blockquote:after {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #F5F7F8;
  font-size: 200px;
  position: absolute;
  z-index: 0;
  line-height: 46px;
}
blockquote:before {
  content: "“";
  top: 14px;
  left: -40px;
}
blockquote:after {
  content: "”";
  right: 40px;
  bottom: -10px;
}
@media only screen and (max-width: 559px) {
  blockquote p {
    font-size: 22px;
    line-height: 30px;
  }
  blockquote:after {
    right: 0;
  }
}

p:last-child,
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
ol:last-child, ul:last-child,
figure:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

p, .p {
  color: #7A8591;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 26px;
  font-weight: normal;
  letter-spacing: -0.09px;
}
p a, .p a {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
}

ul, ol {
  font-size: 17px;
  line-height: 33px;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: -0.09px;
  margin-left: 0;
}
ul a, ol a {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
}

ul {
  list-style-type: none;
}
ul li {
  padding-left: 27px;
  position: relative;
}
ul li:before {
  content: "•";
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 0;
}
ul.ticks li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  font-size: 10px;
  top: 9px;
}
ul.no-dots li {
  padding-left: 0;
}
ul.no-dots li:before {
  content: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
}
h1 i, h1 em, h2 i, h2 em, h3 i, h3 em, h4 i, h4 em, h5 i, h5 em, h6 i, h6 em,
.h1 i,
.h1 em, .h2 i, .h2 em, .h3 i, .h3 em, .h4 i, .h4 em, .h5 i, .h5 em, .h6 i, .h6 em {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

h1, .h1 {
  font-size: 45px;
  line-height: 55px;
  color: #02323F;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 559px) {
  h1, .h1 {
    font-size: 37px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 35px;
  line-height: 40px;
  color: #02323F;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.35px;
}

h3, .h3 {
  font-size: 25px;
  line-height: 31px;
  color: #02323F;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 9px;
  letter-spacing: -0.25px;
}

h4, .h4 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #02323F;
}

h5, .h5 {
  font-size: 16px;
  margin-bottom: 16px;
}

h6, .h6 {
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
}

p + h5, p + .h5 {
  margin-top: 70px;
}

span.br,
i.br {
  display: block;
  width: 0;
}

.lazy-media__placeholder,
.lazy-media__image,
.lazy-media__fallback {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.lazy-media.lazy-media--auto .lazy-media__placeholder,
.lazy-media.lazy-media--auto .lazy-media__image,
.lazy-media.lazy-media--auto .lazy-media__fallback {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down";
}

.lazy-media.lazy-media--contain .lazy-media__placeholder,
.lazy-media.lazy-media--contain .lazy-media__image,
.lazy-media.lazy-media--contain .lazy-media__fallback {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

figure.alignright {
  float: right;
  margin: 0 0 0 30px;
  vertical-align: middle;
}

figure.alignleft {
  float: left;
  margin: 0 30px 0 0;
  vertical-align: middle;
}

img.alignright {
  display: inline-block;
  float: right;
  margin: 30px;
  vertical-align: top;
}

img.alignleft {
  display: inline-block;
  float: left;
  margin: 30px;
  vertical-align: top;
}

.button {
  text-decoration: none;
}

.button--primary {
  display: inline-block;
  padding: 6px 60px 12px 0;
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  line-height: 1.3em;
  position: relative;
}
.button--primary:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.button--primary:hover:after, .button--primary:focus:after {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}
.button--primary.button-colour--white {
  border-bottom-color: #fff;
}
.button--primary.button-colour--white, .button--primary.button-colour--white:after {
  color: #fff;
}
.button--primary.button-colour--black {
  border-bottom-color: #000;
}
.button--primary.button-colour--black, .button--primary.button-colour--black:after {
  color: #000;
}
.button--primary.button-colour--lightgrey {
  border-bottom-color: #F5F7F8;
}
.button--primary.button-colour--lightgrey, .button--primary.button-colour--lightgrey:after {
  color: #F5F7F8;
}
.button--primary.button-colour--midgrey {
  border-bottom-color: #9AA9B8;
}
.button--primary.button-colour--midgrey, .button--primary.button-colour--midgrey:after {
  color: #9AA9B8;
}
.button--primary.button-colour--darkgrey {
  border-bottom-color: #02323F;
}
.button--primary.button-colour--darkgrey, .button--primary.button-colour--darkgrey:after {
  color: #02323F;
}
.button--primary.button-colour--dca {
  border-bottom-color: #1497D9;
}
.button--primary.button-colour--dca, .button--primary.button-colour--dca:after {
  color: #1497D9;
}
.button--primary.button-colour--dataservices {
  border-bottom-color: #7E56C6;
}
.button--primary.button-colour--dataservices, .button--primary.button-colour--dataservices:after {
  color: #7E56C6;
}
.button--primary.button-colour--cities {
  border-bottom-color: #43BEC6;
}
.button--primary.button-colour--cities, .button--primary.button-colour--cities:after {
  color: #43BEC6;
}
.button--primary.button-colour--researchmaster {
  border-bottom-color: #F3AF1C;
}
.button--primary.button-colour--researchmaster, .button--primary.button-colour--researchmaster:after {
  color: #F3AF1C;
}

.button--secondary {
  display: inline-block;
  padding: 20px 50px 0 50px;
  height: 62px;
  border-radius: 35px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-right: 30px;
  line-height: 1.3em;
  position: relative;
  border: 2px solid transparent;
}
.button--secondary.button-colour--white {
  background: #fff;
  color: #7A8591;
}
.button--secondary.button-colour--white:hover, .button--secondary.button-colour--white:focus {
  background: #F5F7F8;
}
.button--secondary.button-colour--black {
  background: #000;
}
.button--secondary.button-colour--black:hover, .button--secondary.button-colour--black:focus {
  background: black;
}
.button--secondary.button-colour--lightgrey {
  background: #F5F7F8;
  color: #7A8591;
}
.button--secondary.button-colour--lightgrey:hover, .button--secondary.button-colour--lightgrey:focus {
  color: #626c76;
  background: #d7dfe3;
}
.button--secondary.button-colour--midgrey {
  background: #9AA9B8;
}
.button--secondary.button-colour--midgrey:hover, .button--secondary.button-colour--midgrey:focus {
  background: #7c90a3;
}
.button--secondary.button-colour--darkgrey {
  background: #02323F;
}
.button--secondary.button-colour--darkgrey:hover, .button--secondary.button-colour--darkgrey:focus {
  background: #000b0e;
}
.button--secondary.button-colour--dca {
  background: #1497D9;
}
.button--secondary.button-colour--dca:hover, .button--secondary.button-colour--dca:focus {
  background: #1077aa;
}
.button--secondary.button-colour--dataservices {
  background: #7E56C6;
}
.button--secondary.button-colour--dataservices:hover, .button--secondary.button-colour--dataservices:focus {
  background: #643bae;
}
.button--secondary.button-colour--cities {
  background: #7E56C6;
}
.button--secondary.button-colour--cities:hover, .button--secondary.button-colour--cities:focus {
  background: #643bae;
}
.button--secondary.button-colour--researchmaster {
  background: #F3AF1C;
}
.button--secondary.button-colour--researchmaster:hover, .button--secondary.button-colour--researchmaster:focus {
  background: #d1920b;
}

.button--square {
  height: 66px;
  min-width: 280px;
  border: 3px solid #fff;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 16px 50px 0 25px;
  display: inline-block;
  position: relative;
}

.button--full-width {
  width: 100%;
}

.gform_wrapper input[type=button]:not(.button--secondary),
.gform_wrapper input[type=submit]:not(.button--secondary),
.gform_wrapper button[type=submit]:not(.button--secondary) {
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid;
  text-align: left;
  padding: 2px 15px 0 0;
  font-weight: bold;
  min-width: 180px;
  height: 50px;
  position: relative;
}
.gform_wrapper input[type=button]:not(.button--secondary):after,
.gform_wrapper input[type=submit]:not(.button--secondary):after,
.gform_wrapper button[type=submit]:not(.button--secondary):after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.gform_wrapper input[type=button]:not(.button--secondary):hover:after, .gform_wrapper input[type=button]:not(.button--secondary):focus:after,
.gform_wrapper input[type=submit]:not(.button--secondary):hover:after,
.gform_wrapper input[type=submit]:not(.button--secondary):focus:after,
.gform_wrapper button[type=submit]:not(.button--secondary):hover:after,
.gform_wrapper button[type=submit]:not(.button--secondary):focus:after {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.gform_wrapper input[type=button].button--secondary,
.gform_wrapper input[type=submit].button--secondary,
.gform_wrapper button[type=submit].button--secondary {
  padding-top: 0;
  margin-right: 0;
}

.mouse-scroll {
  width: 22px;
  height: 36px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 20px;
  display: inline-block;
  /* positioning and angle */
}
.mouse-scroll.mouse-scroll--block {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: -11px;
}
.mouse-scroll span {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 9px;
  background: #fff;
  margin-left: -2px;
  top: 6px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mousescroll-up;
  animation-name: mousescroll-up;
}
.mouse-scroll.down span {
  -webkit-animation-name: mousescroll-down;
  animation-name: mousescroll-down;
}
.mouse-scroll.right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mouse-scroll.left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mouse-scroll.bottom-center {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  top: auto;
  margin-left: -11px;
}

@-webkit-keyframes mousescroll-up {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes mousescroll-up {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mousescroll-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes mousescroll-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.alert {
  width: auto;
  height: 120px;
  background: #fff;
  border-radius: 3px;
  position: fixed;
  bottom: 60px;
  left: 60px;
  z-index: 40;
  overflow: hidden;
  max-width: 610px;
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
}
.alert .alert__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.alert .alert__inner .alert__icon {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  width: 120px;
  background: #1497D9;
  color: #fff;
  text-align: center;
  height: 120px;
  padding-top: 30px;
}
.alert .alert__inner .alert__icon .ico {
  font-size: 60px;
}
.alert .alert__inner .alert__content {
  padding: 0 15px 0 30px;
}
.alert .alert__inner .alert__content a {
  color: #1497D9;
}
.alert .alert__inner .alert__content p {
  line-height: 22px;
}
.alert .alert__inner .alert__content h4 {
  font-size: 16px;
  margin-bottom: 9px;
  color: #02323F;
}
.alert .alert__inner .alert__button a {
  display: inline-block;
  opacity: 0.75;
}
.alert .alert__inner .alert__button a:hover, .alert .alert__inner .alert__button a:focus {
  opacity: 1;
}
.alert .alert__inner .alert__button a .ico {
  font-size: 60px;
  color: #1497D9;
  padding: 26px 20px 0 0;
}
@media only screen and (max-width: 559px) {
  .alert {
    bottom: 10px;
    left: 10px;
    max-width: 340px;
    width: calc(100% - 20px);
    height: auto;
  }
  .alert .alert__inner .alert__icon {
    display: none;
    width: 40px;
    height: 100%;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
  }
  .alert .alert__inner .alert__icon .ico {
    font-size: 30px;
  }
  .alert .alert__inner .alert__content {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .alert .alert__inner .alert__content h4 {
    font-size: 12px;
  }
  .alert .alert__inner .alert__content p {
    font-size: 11px;
    line-height: 14px;
  }
  .alert .alert__inner .alert__button {
    line-height: 1;
  }
  .alert .alert__inner .alert__button a .ico {
    font-size: 40px;
    padding: 0 10px 0 0;
  }
}

.customSelect {
  display: block;
  max-width: 100%;
  width: 100% !important;
  background: #fff;
  border: 1px solid #D8D8D8;
  color: #161616;
  padding: 12px 15px 8px;
  height: 50px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: default;
  border-radius: 2px;
  -webkit-appearance: none;
}
.customSelect:focus {
  outline: none;
  border-color: #D8D8D8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.customSelect.changed {
  background-color: #fff;
}

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
  outline: none;
  border-color: #D8D8D8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */
}
.customSelect.customSelectDisabledOption .customSelectInner {
  color: rgba(22, 22, 22, 0.5);
}

.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */
}

.customSelectInner {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5L6.6 9V0H5.3v9.1L1.2 5 0 6l6 6 6-6z' fill='%237A8591' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: right 54%;
  background-repeat: no-repeat;
  padding-right: 30px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  pointer-events: none;
}
.customSelectInner:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.header {
  position: absolute;
  z-index: 50;
  width: 100%;
  margin-top: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 859px) {
  .header {
    position: fixed;
    margin-top: 0;
    padding-top: 20px;
  }
}
.header.out {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}
.header .inner .site-bar {
  position: relative;
  height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 859px) {
  .header .inner .site-bar {
    border-bottom: 0;
    height: auto;
  }
}
.header .brand {
  position: relative;
  height: 46px;
  width: 82px;
  display: inline-block;
  color: white;
  font-size: 46px;
  line-height: 0;
  vertical-align: top;
}
@media only screen and (max-width: 859px) {
  .header .brand {
    margin-left: 10px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.header .logo {
  width: 70px;
  height: 42px;
  display: inline-block;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.header ul.items {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 859px) {
  .header ul.items {
    display: none;
  }
}
.header ul.items li {
  margin-left: 30px;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
.header ul.items li:before {
  content: none;
}
.header ul.items li a {
  color: #fff;
  background: none;
  opacity: 0.9;
  text-decoration: none;
}
.header ul.items li a:hover, .header ul.items li a:focus {
  opacity: 1;
}
.header .menu-button {
  position: absolute;
  right: 50px;
  bottom: -1px;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 14px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  z-index: 1;
  color: #fff;
  border-bottom: 3px solid #fff;
  /* @include media-query(small) {
      top: 0;
      right: 0;
      left: auto;
      width: 80px;
      color: transparent;
  } */
}
.header .menu-button .ico--menu {
  font-size: 10px;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 859px) {
  .header .menu-button {
    border-bottom: 0;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    bottom: auto;
    top: auto;
    margin-top: 10px;
  }
  .header .menu-button span.menu-button__text {
    display: none;
  }
  .header .menu-button .ico--menu {
    font-size: 16px;
  }
}
.header .search-button {
  width: 30px;
  height: 50px;
  margin-left: 20px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 14px;
  text-align: right;
  opacity: 1;
}
.header .search-button:hover, .header .search-button:focus {
  opacity: 1;
}
.header .search-button .ico--search {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 859px) {
  .header .search-button {
    right: 45px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    top: auto;
    bottom: auto;
    margin-top: 10px;
  }
}
.header.header--alt .menu-button {
  position: relative;
  display: inline-block;
  height: 60px;
  padding-top: 18px;
  left: auto;
  right: auto;
  margin-left: 30px;
}
@media only screen and (max-width: 859px) {
  .header.header--alt .menu-button {
    border-bottom: 0;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    bottom: auto;
    top: auto;
    margin-top: 10px;
  }
  .header.header--alt .menu-button span.menu-button__text {
    display: none;
  }
  .header.header--alt .menu-button .ico--menu {
    font-size: 16px;
  }
}
.header.header--alt .items li {
  margin-left: 20px;
}

@media only screen and (max-width: 859px) {
  .scrolled .header {
    padding-bottom: 15px;
    background: #1497D9;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  .scrolled .header .brand {
    -webkit-transform: scale(0.6) translate(-5px, -8px);
    transform: scale(0.6) translate(-5px, -8px);
  }
}
.footer {
  background: #161B23;
  padding: 70px 0 90px;
  color: #fff;
}
.footer .footer__inner .logo {
  width: 70px;
  height: 42px;
  display: inline-block;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 55px;
}
.footer .footer__inner h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  margin: 0;
  margin-bottom: 25px;
}
.footer .footer__inner h3:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #1497D9;
  display: inline-block;
  font-size: 7px;
  margin-left: 15px;
  vertical-align: top;
  margin-top: 5px;
}
.footer .footer__inner h3 a {
  color: #fff;
}
.footer .footer__inner ul {
  padding: 0;
  margin: 0;
}
.footer .footer__inner ul li {
  padding: 0;
  margin-bottom: 2px;
}
.footer .footer__inner ul li:before {
  content: none;
}
.footer .footer__inner ul li a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #9AA9B8;
}
.footer .footer__inner ul li a:hover, .footer .footer__inner ul li a:focus {
  color: #fff;
}
.footer .footer__inner .copyright, .footer .footer__inner a.text-link {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  margin-top: 42px;
  color: #9AA9B8;
}
.footer .footer__inner a.text-link {
  text-decoration: underline;
}
.footer .footer__inner a.linkedin {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.05);
  vertical-align: top;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding-top: 8px;
  font-size: 15px;
  margin-left: 0;
  text-decoration: none;
}
.footer .footer__inner a.linkedin:hover, .footer .footer__inner a.linkedin:focus {
  background: rgba(255, 255, 255, 0.15);
}
.footer .footer__inner a.linkedin .ico {
  color: #fff;
}
.footer .footer__inner .disclaimer {
  margin-top: 25px;
}
.footer .footer__inner .disclaimer, .footer .footer__inner .disclaimer p {
  font-size: 11px;
  line-height: 20px;
  color: #9AA9B8;
}
.footer.footer--simple .footer__inner {
  padding: 0 15px;
}
.footer.footer--simple .footer__inner a.linkedin {
  margin-top: 0;
}
.footer.footer--simple .footer__inner .copyright, .footer.footer--simple .footer__inner a.text-link {
  margin-top: 14px;
}
.footer.footer--simple .footer__inner .disclaimer {
  max-width: 460px;
}
@media only screen and (max-width: 559px) {
  .footer {
    padding: 45px 0 80px;
  }
  .footer .footer__inner {
    padding: 0;
  }
  .footer .footer__inner .logo {
    margin-bottom: 25px;
    margin-left: 25px;
  }
  .footer .footer__inner .grid {
    margin: 0;
  }
  .footer .footer__inner .grid__item {
    width: 100%;
    padding: 0;
  }
  .footer .footer__inner .footer__dropdown {
    border-bottom: 1px solid rgba(216, 216, 216, 0.3);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer .footer__inner .footer__dropdown.first {
    border-top: 1px solid rgba(216, 216, 216, 0.3);
  }
  .footer .footer__inner .footer__dropdown h3 {
    position: relative;
    margin: 0;
  }
  .footer .footer__inner .footer__dropdown h3 a {
    display: block;
    height: 65px;
    padding: 24px 80px 0 25px;
    font-weight: 500;
  }
  .footer .footer__inner .footer__dropdown h3:after {
    position: absolute;
    right: 35px;
    top: 25px;
  }
  .footer .footer__inner .footer__dropdown ul {
    display: none;
    margin-top: -10px;
    padding: 0 25px 20px;
  }
  .footer .footer__inner .footer__dropdown.footer__dropdown--open {
    background: #0D1015;
  }
  .footer .footer__inner a.linkedin {
    margin-left: 25px;
  }
  .footer .footer__inner .disclaimer {
    padding: 0 25px;
  }
  .footer.footer--simple .footer__inner .linkedin {
    float: left;
  }
  .footer.footer--simple .footer__inner .copyright {
    margin-top: 0;
    width: calc(100% - 90px);
  }
  .footer.footer--simple .footer__inner a.text-link {
    margin-top: -5px;
    vertical-align: top;
  }
}

#cookie-law-info-bar {
  border-top: none !important;
  position: fixed;
  right: 50px !important;
  bottom: 50px !important;
  width: 30%;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 80px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 10px 10px 80px 0px rgba(0, 0, 0, 0.26);
  padding: 30px;
  margin: 0px;
  left: unset;
  text-align: left;
  font-size: 13px;
}
@media only screen and (max-width: 559px) {
  #cookie-law-info-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    right: 0px;
    left: 0px;
    bottom: 0px !important;
    border-radius: unset;
    width: 100%;
  }
}
#cookie-law-info-bar #cookie_action_close_header {
  border-radius: 5px;
  padding: 15px 45px;
  font-weight: bold;
  margin: 13px 0px !important;
  display: block !important;
  text-align: center;
}

.menubar-holder {
  height: 80px;
}
@media only screen and (max-width: 859px) {
  .menubar-holder {
    display: none;
  }
}

nav.menubar {
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #EEF0F2;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.menubar,
nav.menubar > .inner {
  z-index: auto;
}
nav.menubar h3 {
  font-size: 14px;
  font-weight: bold;
  color: #9aa9b8;
  line-height: 80px;
  display: inline-block;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.menubar h3:before {
  content: "";
  display: block;
  height: 100%;
  right: -25px;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 1000px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.menubar ul {
  list-style-type: none;
  display: inline-block;
}
nav.menubar ul li {
  display: inline-block;
  padding: 0;
  margin-left: 50px;
  position: relative;
}
nav.menubar ul li:before {
  content: none;
}
nav.menubar ul li a {
  background: none;
  color: #385f69;
  font-size: 14px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
  position: relative;
}
nav.menubar ul li a:before {
  content: "";
  bottom: 0px;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  opacity: 0;
  height: 3px;
  left: 0;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.menubar ul li a:hover:before, nav.menubar ul li a:focus:before {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
nav.menubar ul li.current-menu-item > a:before, nav.menubar ul li.current-menu-parent > a:before, nav.menubar ul li.current-menu-ancestor > a:before {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
nav.menubar ul li.menu-item-has-children ul {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
nav.menubar ul li.menu-item-has-children ul ul {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
nav.menubar ul li.menu-item-has-children > a:after {
  content: "\e900";
  font-size: 5px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 9px;
  position: relative;
  top: -2px;
}
nav.menubar ul li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: none;
  transform: none;
}
nav.menubar ul.sub-menu {
  width: 245px;
  position: absolute;
  top: 80px;
  left: 0;
  padding-top: 5px;
  padding-bottom: 15px;
  z-index: 11;
}
nav.menubar ul.sub-menu:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: block;
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}
nav.menubar ul.sub-menu li {
  margin-left: 0;
  display: block;
  position: relative;
  z-index: 3;
}
nav.menubar ul.sub-menu li a {
  height: auto;
  min-height: 55px;
  padding: 20px 20px 20px 30px;
  width: 100%;
  line-height: 1.2em;
  display: block;
  position: relative;
}
nav.menubar ul.sub-menu li a:before {
  content: none;
}
nav.menubar ul.sub-menu li a:hover, nav.menubar ul.sub-menu li a:focus {
  background: #fafafb;
}
nav.menubar ul.sub-menu li a:after {
  content: "";
}
nav.menubar ul.sub-menu li.menu-item-has-children > a:after {
  content: "\e902";
  position: absolute;
  font-size: 8px;
  right: 23px;
  top: 24px;
}
nav.menubar ul.sub-menu li.menu-item-has-children ul.sub-menu {
  left: 100%;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 220px;
}
nav.menubar ul.sub-menu li.menu-item-has-children ul.sub-menu:before {
  top: 0;
}
nav.menubar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  z-index: 4;
}
nav.menubar.sticky h3 {
  color: #fff;
}
nav.menubar.sticky h3:before {
  opacity: 1;
}
@media only screen and (min-width: 860px) and (max-width: 1183px) {
  nav.menubar h3:before {
    right: -12px;
  }
  nav.menubar ul li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 559px) {
  nav.menubar li.mobile-hide {
    display: none;
  }
}
@media only screen and (min-width: 560px) {
  nav.menubar li.mobile-only {
    display: none;
  }
}
aside.modal.modal--mobile-menu {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
  overflow: hidden;
}
aside.modal.modal--mobile-menu .modal__content {
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
aside.modal.modal--mobile-menu .modal__content nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 40px 0;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
aside.modal.modal--mobile-menu .modal__content nav.active {
  opacity: 1;
  pointer-events: all;
}
aside.modal.modal--mobile-menu .modal__content nav.level--1 ul {
  padding-top: 40px;
  padding-bottom: 160px;
}
aside.modal.modal--mobile-menu .modal__content nav ul {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
aside.modal.modal--mobile-menu .modal__content nav ul li {
  margin-bottom: 0;
}
aside.modal.modal--mobile-menu .modal__content nav ul li a {
  font-weight: 500;
  font-size: 17px;
  display: block;
  min-height: 55px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
}
aside.modal.modal--mobile-menu .modal__content nav ul li a:hover, aside.modal.modal--mobile-menu .modal__content nav ul li a:focus {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
}
aside.modal.modal--mobile-menu .modal__content nav ul li:hover a:after, aside.modal.modal--mobile-menu .modal__content nav ul li:focus a:after {
  content: none;
}
aside.modal.modal--mobile-menu .modal__content nav ul li:first-child a, aside.modal.modal--mobile-menu .modal__content nav ul li:first-child a:hover, aside.modal.modal--mobile-menu .modal__content nav ul li:first-child a:focus {
  border-top: none;
}
aside.modal.modal--mobile-menu .modal__content nav ul li.menu-item-has-children > a:after {
  content: "\e902";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  top: 23px;
  opacity: 1;
}
aside.modal.modal--mobile-menu .modal__content nav ul li.menu-item--contact a:before {
  content: "\e920";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
aside.modal.modal--mobile-menu .modal__content nav ul li.menu-item--login a:before {
  content: "\e919";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
aside.modal.modal--mobile-menu .modal__content nav ul ul {
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  padding-top: 90px;
  pointer-events: none;
}
aside.modal.modal--mobile-menu .modal__content nav ul ul.level--2 {
  left: 100%;
}
aside.modal.modal--mobile-menu .modal__content nav ul ul.level--3 {
  left: 100%;
}
aside.modal.modal--mobile-menu .modal__content nav a.nav__up-a-level {
  position: relative;
  border: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  min-width: 40px;
  height: 40px;
}
aside.modal.modal--mobile-menu .modal__content nav a.nav__up-a-level:after {
  content: none !important;
}
aside.modal.modal--mobile-menu .modal__content nav a.nav__up-a-level:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  vertical-align: top;
  margin-top: 6px;
}
aside.modal.modal--mobile-menu .modal__content nav h3 {
  font-size: 23px;
  margin-top: 0;
}
aside.modal.modal--mobile-menu .modal__content.on-level--1 nav {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
aside.modal.modal--mobile-menu .modal__content.on-level--1 nav.level--1 {
  -webkit-transform: none;
  transform: none;
}
aside.modal.modal--mobile-menu .modal__content.on-level--2 nav {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
aside.modal.modal--mobile-menu .modal__content.on-level--2 nav.level--1 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
aside.modal.modal--mobile-menu .modal__content.on-level--2 nav.level--2 {
  -webkit-transform: none;
  transform: none;
}
aside.modal.modal--mobile-menu .modal__content.on-level--2 nav.level--global {
  margin-top: 0;
}
aside.modal.modal--mobile-menu .modal__content.on-level--3 nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
aside.modal.modal--mobile-menu .modal__content.on-level--3 nav.level--3 {
  -webkit-transform: none;
  transform: none;
}
aside.modal.modal--mobile-menu .modal__content.on-level--3 nav.level--global {
  margin-top: 0;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #02323F;
  position: absolute;
  margin-top: -90px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: all;
  padding-bottom: 40px;
  overflow: hidden;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global:after {
  content: "\e907";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 35px;
  top: 35px;
  font-size: 20px;
  pointer-events: none;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global.open {
  overflow: auto;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
}
aside.modal.modal--mobile-menu .modal__content nav.level--global.open:after {
  content: "\e90a";
}
aside.modal.modal--mobile-menu .modal__content nav.level--global a.open-global-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 37px 40px 0 40px;
  font-size: 15px;
  font-weight: bold;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global a.open-global-menu h4 {
  font-size: 15px;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global a.open-global-menu .ico {
  display: inline-block;
  font-size: 10px;
  opacity: 0.6;
  margin-right: 10px;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global ul {
  margin-top: 30px;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global ul li a {
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global ul li a:after {
  content: "\e918";
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 13px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global ul li.cities a:after {
  color: #43BEC6;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global ul li.researchmaster a:after {
  color: #F3AF1C;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global ul li.dataservices a:after {
  color: #7E56C6;
}
aside.modal.modal--mobile-menu .modal__content nav.level--global ul li.dca a:after {
  color: #1497D9;
}

@media only screen and (max-width: 559px) {
  aside.modal.modal--mobile-menu .modal__content nav ul li.mobile-hide {
    display: none;
  }
}
@media only screen and (min-width: 560px) {
  aside.modal.modal--mobile-menu .modal__content nav ul li.mobile-only {
    display: none;
  }
}
html.modal-open,
html.modal-open body {
  height: auto;
}

aside.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
aside.modal.modal--open {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
aside.modal .modal__inner {
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
aside.modal .modal__inner:before {
  content: none;
}
@media only screen and (max-width: 559px) {
  aside.modal .modal__inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 559px) {
  aside.modal:not(.modal--mobile-menu):not(.modal--explore) .modal__inner {
    background: #1497D9;
  }
}
@media only screen and (max-width: 559px) {
  aside.modal {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
}
aside.modal .modal__close {
  top: 66px;
  right: 75px;
  z-index: 2;
}
aside.modal .modal__close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
}
@media only screen and (max-width: 559px) {
  aside.modal .modal__close {
    top: 25px;
    right: 25px;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  aside.modal .modal__close {
    top: 34px;
    right: 35px;
  }
}
aside.modal .modal__content {
  max-width: 1000px;
  width: 100%;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
aside.modal .modal__content h2 {
  font-size: 65px;
  letter-spacing: -0.65px;
  color: #fff;
  line-height: 75px;
  margin-top: 50px;
}
@media only screen and (max-width: 559px) {
  aside.modal .modal__content h2 {
    font-size: 55px;
    line-height: 64px;
  }
}
aside.modal .modal__content p {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
}
@media only screen and (max-width: 559px) {
  aside.modal .modal__content p {
    line-height: 24px;
  }
}
aside.modal .modal__content a.button {
  margin-top: 10px;
}
aside.modal .modal__content nav {
  position: relative;
}
aside.modal .modal__content nav ul {
  width: 520px;
}
aside.modal .modal__content nav ul li {
  margin-bottom: 5px;
  display: block;
  padding: 0;
  position: static;
}
aside.modal .modal__content nav ul li:before {
  content: none;
  padding-left: 0;
}
aside.modal .modal__content nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 12px 7px 0;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  font-weight: 900;
  position: relative;
}
aside.modal .modal__content nav ul li a:after {
  content: "▶";
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
aside.modal .modal__content nav ul li:hover > a, aside.modal .modal__content nav ul li:focus > a {
  border-bottom-color: #fff;
}
aside.modal .modal__content nav ul li:hover > a:after, aside.modal .modal__content nav ul li:focus > a:after {
  opacity: 1;
}
aside.modal .modal__content nav ul li:hover ul.sub-menu, aside.modal .modal__content nav ul li:focus ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}
aside.modal .modal__content nav ul.sub-menu {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  padding-left: 90px;
  top: 0;
  left: 210px;
  width: 310px;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  aside.modal .modal__content {
    padding: 35px;
  }
}

.modal.modal--search form {
  position: relative;
  width: 400px;
  max-width: 100%;
}
@media only screen and (max-width: 559px) {
  .modal.modal--search form {
    width: 100%;
  }
}
.modal.modal--search form button[type=submit] {
  position: absolute;
  right: 0;
  top: 20px;
  background: transparent;
  color: #fff;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}
.modal.modal--search .modal__content h2 {
  margin-top: 0;
}
.modal.modal--search .modal__content .site-search {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  /*
  &:before {
  	content: unicode($ico-search);
  	@include ico;
  	position: absolute;
  	top: 20px;
  	right: 0;
  	font-size: 20px;
  }
  @include media-query(small) {
  	width: 100%;
  }
  */
}
.modal.modal--search .modal__content .site-search input {
  border: 0;
  width: 100%;
  border-bottom: 3px solid #fff;
  height: 60px;
  background: transparent;
  font-size: 25px;
  color: #fff;
  cursor: text;
}
.modal.modal--search .modal__content .site-search input:hover, .modal.modal--search .modal__content .site-search input:focus {
  outline: none;
}
.modal.modal--search .modal__content .site-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.modal.modal--search .modal__content .site-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.modal.modal--search .modal__content .site-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.modal.modal--search .modal__content .site-search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.modal.modal--search .modal__content .site-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.modal.modal--search .modal__content .site-search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.modal.modal--search .modal__content .search-option {
  display: inline-block;
  margin-right: 20px;
}
.modal.modal--search .modal__content .search-option label {
  font-weight: 500;
  font-size: 14px;
}
.modal.modal--search .modal__content .search-option .iradio_minimal {
  background-image: none;
  width: 18px;
  height: 18px;
  border-radius: 22px;
  border: 2px solid #fff;
  margin-right: 6px;
  position: relative;
}
.modal.modal--search .modal__content .search-option .iradio_minimal:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 16px;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.modal.modal--search .modal__content .search-option .iradio_minimal.checked:after {
  opacity: 1;
}
@media only screen and (max-width: 559px) {
  .modal.modal--search .modal__content .search-option {
    margin-bottom: 15px;
  }
}

aside.modal.modal--explore .modal__content {
  overflow: auto;
  height: 100%;
  -webkit-transform: none;
  transform: none;
  padding-top: 90px;
  left: 0;
  top: 0;
}
aside.modal.modal--explore .modal__content h2 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}
aside.modal.modal--explore .modal__content p {
  font-size: 15px;
}
aside.modal.modal--explore .modal__content nav ul {
  width: 100%;
}
aside.modal.modal--explore .modal__content nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 17px;
  font-weight: 500;
  border-bottom: 0;
}
aside.modal.modal--explore .modal__content nav ul li a:hover, aside.modal.modal--explore .modal__content nav ul li a:focus {
  border-bottom: 0;
}
aside.modal.modal--explore .modal__content nav ul li:first-child a {
  border-top: 0;
}
aside.modal.modal--explore .modal__content nav ul li:hover a:after, aside.modal.modal--explore .modal__content nav ul li:focus a:after {
  content: none;
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  aside.modal.modal--explore .modal__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

aside.modal.modal--desktop-menu .modal__content nav ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  column-gap: 10%;
}
aside.modal.modal--desktop-menu .modal__content nav ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.gform_wrapper .validation_error,
.gform_wrapper .gfield_description.validation_message {
  display: block;
}
.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.gform_wrapper .gform_body {
  max-width: 730px;
}
.gform_wrapper .gform_body .gfield {
  clear: both;
  margin-bottom: 12px;
}
.gform_wrapper .gform_body .gfield label {
  font-weight: bold;
  font-size: 13px;
  color: #02323F;
}
.gform_wrapper .gform_body .gfield.gf_left_half, .gform_wrapper .gform_body .gfield.gf_right_half {
  clear: none;
}
.gform_wrapper .gform_body .gfield ul li {
  padding-left: 0;
}
.gform_wrapper .gform_body .gfield ul li:before {
  content: none;
}
.gform_wrapper .gform_body .gfield .icheckbox_minimal + label {
  display: inline-block;
  max-width: calc(100% - 40px);
  line-height: 1.2;
}
.gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 0;
}
.gform_wrapper .gform_footer .gform_button {
  width: 220px;
}

.gform_validation_errors .gform_submission_error {
  font-size: 14px;
  color: white;
}

.row {
  padding-top: 100px;
  padding-bottom: 100px;
  /* .grid__item .row__content {
      padding: 160px 100px;
      @include media-query(small) {
          padding: 50px 20px;
      }
      @include media-query(medium) {
          padding: 80px 60px;
      }
      @include media-query(large-only) {
          padding: 80px 60px;
      }
  } */
  /* breakout boxes - wysiwyg */
}
.row ul:not(.nav), .row ol:not(.nav) {
  color: #7A8591;
}
.row .row__header,
.row .row__footer {
  text-align: left;
}
.row .row__header.row__header--narrow {
  width: 740px;
  max-width: 100%;
}
.row .row__header.row__header--wide {
  width: 100%;
}
.row .row__header.row__header--align-left {
  margin-left: 0;
  margin-right: 0;
}
.row .row__header.row__header--align-right {
  margin-left: auto;
  margin-right: 0;
}
.row .row__header.row__header--align-center {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .row .row__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row .row__footer.row__footer--narrow {
  width: 740px;
  max-width: 100%;
}
.row .row__footer.row__footer--wide {
  width: 100%;
}
.row .row__footer.row__footer--align-left {
  margin-left: 0;
  margin-right: 0;
}
.row .row__footer.row__footer--align-right {
  margin-left: auto;
  margin-right: 0;
}
.row .row__footer.row__footer--align-center {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .row .row__footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row .grid--bleed {
  max-width: 100vw;
}
.row .row__media--zoom {
  overflow: hidden;
}
.row .row__media--zoom figure {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.row .row__media--zoom:hover figure {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.row .row__media .text-on-image {
  width: auto;
  position: absolute;
  bottom: 40px;
  left: 50px;
  font-weight: bold;
  z-index: 2;
  color: #fff;
  font-size: 13px;
}
.row .row__media .text-on-image.action:after {
  display: inline-block;
  margin-left: 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 12px;
  position: relative;
  top: 1px;
  opacity: 0.7;
}
.row .row__media .text-on-image.text-on-image--right {
  right: 50px;
  left: auto;
}
@media only screen and (max-width: 559px) {
  .row .row__media .text-on-image {
    bottom: 10px;
    left: 15px;
  }
  .row .row__media .text-on-image.text-on-image--right {
    right: 15px;
  }
}
.row .row__media.row__media--video:after {
  content: "\e912";
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 60px;
  z-index: 2;
  pointer-events: none;
}
.row .row__media.row__media--gradient figure:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 2;
  opacity: 0.8;
  background-image: linear-gradient(173deg, rgba(0, 0, 0, 0) 24%, black 100%);
}
.row .breakout-box {
  max-width: 880px;
  padding: 40px 45px 45px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.row .breakout-box h3, .row .breakout-box h4 {
  font-size: 20px;
  letter-spacing: -0.2px;
  margin: 0 0 15px;
  color: #fff;
}
.row .breakout-box h4 {
  font-size: 18px;
}
.row .breakout-box p {
  color: #fff;
  opacity: 0.8;
}
.row .breakout-box .button--primary {
  color: #fff;
  border-bottom-color: #fff;
}
@media only screen and (max-width: 559px) {
  .row .breakout-box {
    padding: 35px 25px;
  }
}

.row.row--hero {
  padding: 0;
  height: 640px;
  position: relative;
  background: #02323F;
  color: #fff;
}
@media only screen and (max-width: 559px) {
  .row.row--hero {
    height: 610px;
  }
}
.row.row--hero nav ul,
.row.row--hero nav ol {
  color: #fff;
}
.row.row--hero .row__inner, .row.row--hero .row__body {
  height: 100%;
}
.row.row--hero .row__body {
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 559px) {
  .row.row--hero .row__body {
    position: static;
  }
  .row.row--hero .row__body .mouse-scroll.bottom-center {
    top: 90vh;
    bottom: auto;
  }
}
.row.row--hero .row__content {
  position: absolute;
  bottom: 195px;
  z-index: 1;
  max-width: 500px;
}
.row.row--hero .row__content h1 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  color: #fff;
}
.row.row--hero .row__content p {
  padding-right: 70px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0.8;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .row.row--hero .row__content {
    width: 100%;
    max-width: calc(100% - 30px);
    bottom: 145px;
  }
  .row.row--hero .row__content p {
    padding-right: 0;
  }
}
.row.row--hero .row__breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% + 110px);
  height: 100px;
  color: white;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.row.row--hero .row__breadcrumbs .row__breadcrumbs_inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.row.row--hero .row__breadcrumbs .row__breadcrumbs_inner .ico--marker {
  vertical-align: top;
  margin-right: 10px;
  display: inline-block;
  font-size: 20px;
}
.row.row--hero .row__breadcrumbs .row__breadcrumbs_inner a,
.row.row--hero .row__breadcrumbs .row__breadcrumbs_inner .location {
  text-decoration: none;
}
.row.row--hero .row__breadcrumbs .row__breadcrumbs_inner a,
.row.row--hero .row__breadcrumbs .row__breadcrumbs_inner .location,
.row.row--hero .row__breadcrumbs .row__breadcrumbs_inner .breadcrumb_last {
  color: #fff;
  display: inline-block;
  padding: 0 4px;
}
.row.row--hero .row__breadcrumbs .row__breadcrumbs_inner .active,
.row.row--hero .row__breadcrumbs .row__breadcrumbs_inner .breadcrumb_last {
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .row.row--hero .row__breadcrumbs {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .row.row--hero .row__breadcrumbs .row__breadcrumbs_inner {
    left: 15px;
    position: relative;
    height: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    padding-left: 35px;
    line-height: 18px;
  }
  .row.row--hero .row__breadcrumbs .row__breadcrumbs_inner .ico--marker {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.row.row--hero .row__image {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: calc(50% - 110px);
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
}
.row.row--hero .row__image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='42px' height='42px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-ring-alt'%3E%3Crect x='0' y='0' width='100' height='100' fill='none' class='bk'%3E%3C/rect%3E%3Ccircle cx='50' cy='50' r='40' stroke='%23ffffff' fill='none' stroke-width='10' stroke-linecap='round'%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='40' stroke='%23ccc' fill='none' stroke-width='6' stroke-linecap='round'%3E%3Canimate attributeName='stroke-dashoffset' dur='1s' repeatCount='indefinite' from='0' to='502'%3E%3C/animate%3E%3Canimate attributeName='stroke-dasharray' dur='1s' repeatCount='indefinite' values='100.4 150.6;1 250;100.4 150.6'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
}
.row.row--hero .row__image figure {
  height: 100%;
}
@media only screen and (max-width: 559px) {
  .row.row--hero .row__image {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    z-index: 0;
  }
}
@media only screen and (min-width: 1184px) {
  .row.row--hero .row__breadcrumbs .row__breadcrumbs_inner {
    left: calc((100vw - 1184px) / 2);
  }
}

.row.row--hero-landing {
  height: 800px;
}
.row.row--hero-landing .row__body .logo {
  position: absolute;
  top: 45px;
  color: white;
}
.row.row--hero-landing .row__body .logo:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-size: 45px;
}
.row.row--hero-landing .row__body .row__content {
  left: 0;
  max-width: 415px;
  margin-top: 30px;
}
.row.row--hero-landing .row__body .row__content p {
  padding: 0;
}
.row.row--hero-landing .row__image {
  width: 58%;
}
.row.row--hero-landing .row__image figure:after {
  content: none;
}
.row.row--hero-landing .mouse-scroll {
  bottom: 90px;
  z-index: 5;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-landing {
    height: calc(100vh - 50px);
  }
  .row.row--hero-landing .row__content {
    padding: 0 15px;
    bottom: 60px;
  }
  .row.row--hero-landing .row__image {
    width: 100%;
  }
  .row.row--hero-landing .mouse-scroll {
    display: none;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--hero-landing .row__image {
    width: 40%;
  }
}

.row.row--hero-with-solutions {
  padding: 0;
  height: 790px;
  position: relative;
  background: transparent;
  color: #fff;
  overflow: hidden;
}
.row.row--hero-with-solutions:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: calc(50% + 110px);
  height: 790px;
  background: #02323F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.row.row--hero-with-solutions.row--hero-alt {
  height: 935px;
}
.row.row--hero-with-solutions.row--hero-alt:before {
  background: linear-gradient(121deg, #1497D9 30%, #37BAEB 57%, #43BEC6 89%);
  height: 727px;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-with-solutions.row--hero-alt {
    height: auto;
  }
  .row.row--hero-with-solutions.row--hero-alt .row__body {
    height: calc(100vh - 60px);
  }
  .row.row--hero-with-solutions.row--hero-alt .row__body .grid__item {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .row.row--hero-with-solutions .solution-items {
    display: none;
  }
}
.row.row--hero-with-solutions .mouse-scroll {
  left: 50%;
  right: auto;
  top: 220px;
  bottom: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-with-solutions .mouse-scroll {
    display: none;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--hero-with-solutions .mouse-scroll {
    display: none;
  }
}
.row.row--hero-with-solutions .close-button {
  position: absolute;
  top: 80px;
  right: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  z-index: 1;
}
.row.row--hero-with-solutions .close-button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  position: absolute;
  right: 18px;
  font-size: 20px;
  top: 24px;
  color: #fff;
}
.row.row--hero-with-solutions .row__content {
  bottom: auto;
  top: 320px;
  max-width: 100%;
  width: 100%;
}
.row.row--hero-with-solutions .row__content h1 {
  font-size: 65px;
  line-height: 60px;
}
.row.row--hero-with-solutions .row__content p {
  padding-right: 20px;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-with-solutions .row__content {
    top: auto;
    bottom: 60px;
    height: auto;
  }
}
.row.row--hero-with-solutions .row__content .button--square {
  margin-top: 20px;
}
.row.row--hero-with-solutions .row__content .button--square:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  position: absolute;
  right: 18px;
  font-size: 13px;
  top: 24px;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-with-solutions .row__content .button--square {
    width: 100%;
    max-width: 420px;
  }
}
.row.row--hero-with-solutions .row__content nav {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  position: relative;
  margin-left: 30px;
  margin-top: -50px;
}
.row.row--hero-with-solutions .row__content nav ul {
  width: 520px;
  max-width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  column-gap: 10%;
}
.row.row--hero-with-solutions .row__content nav ul li {
  padding: 0;
  padding-bottom: 5px;
  display: block;
  position: static;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.row.row--hero-with-solutions .row__content nav ul li:before {
  content: none;
  padding-left: 0;
}
.row.row--hero-with-solutions .row__content nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 12px 7px 0;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.row.row--hero-with-solutions .row__content nav ul li a:after {
  content: "▶";
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.row.row--hero-with-solutions .row__content nav ul li:hover > a, .row.row--hero-with-solutions .row__content nav ul li:focus > a {
  border-bottom-color: #fff;
}
.row.row--hero-with-solutions .row__content nav ul li:hover > a:after, .row.row--hero-with-solutions .row__content nav ul li:focus > a:after {
  opacity: 1;
}
.row.row--hero-with-solutions .row__image {
  height: 800px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-with-solutions .row__image {
    height: calc(100vh - 50px);
  }
}
.row.row--hero-with-solutions .row__quick-explore {
  background: #02323F;
  height: 208px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% + 110px);
  height: 210px;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.row.row--hero-with-solutions .row__quick-explore .mouse-scroll {
  left: auto;
  right: 60px;
  top: 75px;
  bottom: auto;
}
.row.row--hero-with-solutions .row__quick-explore .row__quick-explore_inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 400px;
  left: 15px;
}
.row.row--hero-with-solutions .row__quick-explore .row__quick-explore_inner h2 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 24px;
}
.row.row--hero-with-solutions .row__quick-explore .row__quick-explore_inner p {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 10px;
}
.row.row--hero-with-solutions .row__quick-explore .row__quick-explore_inner .button--primary {
  color: #fff;
  border-bottom-color: #fff;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-with-solutions .row__quick-explore {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    background: #1497D9;
  }
  .row.row--hero-with-solutions .row__quick-explore .row__quick-explore_inner {
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    padding: 30px 40px 40px;
  }
}
@media only screen and (min-width: 1184px) {
  .row.row--hero-with-solutions .row__quick-explore .row__quick-explore_inner {
    left: calc((100vw - 1184px) / 2);
  }
}
.row.row--hero-with-solutions.explore-open:before {
  width: 100%;
  height: 100%;
}
.row.row--hero-with-solutions.explore-open .close-button {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.row.row--hero-with-solutions.explore-open .row__content .button--square:after {
  content: "\e90a";
}
.row.row--hero-with-solutions.explore-open .row__content nav {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.row.row--hero-with-solutions.explore-open .row__quick-explore, .row.row--hero-with-solutions.explore-open .row__breadcrumbs {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}
.row.row--hero-with-solutions.explore-open .row__image {
  -webkit-transform: translateX(97%);
  transform: translateX(97%);
  height: 100%;
}
.row.row--hero-with-solutions.explore-open .mouse-scroll {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-with-solutions {
    height: 100vh;
  }
  .row.row--hero-with-solutions:before {
    width: 100%;
  }
  .row.row--hero-with-solutions .row__body {
    height: calc(100vh - 60px);
  }
  .row.row--hero-with-solutions .row__body .row__content {
    bottom: 90px;
  }
  .row.row--hero-with-solutions .row__body .grid__item {
    padding-right: 30px;
  }
  .row.row--hero-with-solutions .row__body .grid__item p {
    padding-right: 0;
    margin-bottom: 0;
  }
  .row.row--hero-with-solutions .row__image {
    height: 100vh;
  }
}

.calc .row.row--hero-with-solutions.explore-open .row__image {
  -webkit-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
}

.row.row--hero-blog-index {
  height: auto;
}
.row.row--hero-blog-index .row__body {
  padding-top: 190px;
  height: auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-blog-index .row__body {
    padding-top: 170px;
    padding-bottom: 50px;
  }
}
.row.row--hero-blog-index .row__body .row__content {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
}
.row.row--hero-blog-index .row__body .row__content h1 {
  line-height: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-blog-index .row__body .row__content h1 {
    line-height: 40px;
  }
}
.row.row--hero-blog-index .row__body .row__content h1 .underline {
  display: inline-block;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.row.row--hero-blog-index .row__body .row__content p {
  padding-right: 0;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-blog-index .row__body .row__content p {
    display: none;
  }
}
.row.row--hero-blog-index .row__body .row__content .breadcrumbs {
  font-size: 13px;
  color: #fff;
}
.row.row--hero-blog-index .row__body .row__content .breadcrumbs .ico {
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.row.row--hero-blog-index .row__body .row__content .breadcrumbs a,
.row.row--hero-blog-index .row__body .row__content .breadcrumbs .location {
  text-decoration: none;
}
.row.row--hero-blog-index .row__body .row__content .breadcrumbs a,
.row.row--hero-blog-index .row__body .row__content .breadcrumbs .location,
.row.row--hero-blog-index .row__body .row__content .breadcrumbs .breadcrumb_last {
  color: #fff;
  display: inline-block;
  padding: 0 4px;
}
.row.row--hero-blog-index .row__body .row__content .breadcrumbs .active,
.row.row--hero-blog-index .row__body .row__content .breadcrumbs .breadcrumb_last {
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-blog-index .breadcrumbs {
    margin-top: 40px;
  }
}

.row.row--hero-blog-single {
  height: auto;
}
.row.row--hero-blog-single .row__body {
  padding-top: 330px;
  height: auto;
  padding-bottom: 60px;
}
.row.row--hero-blog-single .row__body .row__content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.row.row--hero-blog-single .row__body .row__content .title-and-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.row--hero-blog-single .row__body .row__content .title {
  -ms-flex-preferred-size: calc(100% - 95px);
  flex-basis: calc(100% - 95px);
}
.row.row--hero-blog-single .row__body .row__content h1 {
  line-height: 50px;
  margin-bottom: 20px;
  max-width: 800px;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -1px;
}
.row.row--hero-blog-single .row__body .row__content .social-icons {
  -ms-flex-preferred-size: 94px;
  flex-basis: 94px;
}
.row.row--hero-blog-single .row__body .row__content .social-icons a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 6px;
  margin-right: 50px;
}
.row.row--hero-blog-single .row__body .row__content .social-icons a:hover, .row.row--hero-blog-single .row__body .row__content .social-icons a:focus {
  background: #fff;
  color: #02323F;
}
.row.row--hero-blog-single .row__body .row__content .breadcrumbs {
  font-size: 13px;
  margin-left: 60px;
  clear: both;
  margin-top: 30px;
}
.row.row--hero-blog-single .row__body .row__content .breadcrumbs .ico {
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.row.row--hero-blog-single .row__body .row__content .breadcrumbs a,
.row.row--hero-blog-single .row__body .row__content .breadcrumbs .location {
  text-decoration: none;
}
.row.row--hero-blog-single .row__body .row__content .breadcrumbs a,
.row.row--hero-blog-single .row__body .row__content .breadcrumbs .location,
.row.row--hero-blog-single .row__body .row__content .breadcrumbs .breadcrumb_last {
  color: #fff;
  display: inline-block;
  padding: 0 4px;
}
.row.row--hero-blog-single .row__body .row__content .breadcrumbs .active,
.row.row--hero-blog-single .row__body .row__content .breadcrumbs .breadcrumb_last {
  font-weight: bold;
}
@media only screen and (max-width: 559px) {
  .row.row--hero-blog-single .row__body {
    padding-top: 220px;
  }
  .row.row--hero-blog-single .row__body .row__content .title-and-social {
    display: block;
  }
  .row.row--hero-blog-single .row__body .row__content .title {
    width: 100%;
  }
  .row.row--hero-blog-single .row__body .row__content h1 {
    line-height: 35px;
    font-size: 26px;
  }
  .row.row--hero-blog-single .row__body .row__content .social-icons {
    float: none;
  }
  .row.row--hero-blog-single .row__body .row__content .social-icons br {
    display: none;
  }
  .row.row--hero-blog-single .row__body .row__content .social-icons a {
    margin-right: 5px;
    width: 50px;
    height: 50px;
    padding-top: 11px;
  }
  .row.row--hero-blog-single .row__body .row__content .breadcrumbs {
    margin-left: 0;
    padding-left: 28px;
    position: relative;
  }
  .row.row--hero-blog-single .row__body .row__content .breadcrumbs span.ico {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.row--single-media .row__body {
  width: 100%;
}

.row.row--form .gform_title {
  font-size: 35px;
}
.row.row--form .gform_description {
  color: #7A8591;
}
.row.row--form .row__header {
  text-align: left;
  padding: 0;
  max-width: 880px;
}
.row.row--form .row__body .row__content {
  width: auto;
}
.row.row--form .block--form {
  margin-top: 50px;
  padding: 40px 50px 50px;
  background: #FAFAFB;
  border: 1px solid #E5EBEF;
  max-width: 880px;
}
.row.row--form .block--form .gform_wrapper .gform_footer {
  padding-top: 0;
  text-align: left;
}
.row.row--form .block--form .gform_wrapper .gform_footer button.gform_button {
  width: auto;
}
.row.row--form.row--form-split .row__inner {
  max-width: 1090px;
}
.row.row--form.row--form-split .row__inner .block--form {
  margin-top: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 559px) {
  .row.row--form {
    padding: 50px 0 50px !important;
  }
  .row.row--form .block--form {
    padding: 15px 25px 25px;
    margin-bottom: 0;
  }
  .row.row--form .block--form span.customSelectInner {
    width: 100% !important;
  }
  .row.row--form.row--form-split .row__inner .block--form {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--form .block--form {
    padding: 25px 25px 50px;
  }
  .row.row--form.row--form-split .row__inner .block--form {
    margin-left: 0;
    margin-top: 40px;
  }
}

.page-template-members-login .row.row--form.row--form-default,
.page-template-members-registration .row.row--form.row--form-default,
.page-template-members-account .row.row--form.row--form-default,
.page-template-members-page .row.row--form.row--form-default {
  padding: 60px 0;
}
.page-template-members-login .row.row--form.row--form-default .row__body,
.page-template-members-registration .row.row--form.row--form-default .row__body,
.page-template-members-account .row.row--form.row--form-default .row__body,
.page-template-members-page .row.row--form.row--form-default .row__body {
  width: 100%;
}
.page-template-members-login .row.row--form.row--form-default .block--form,
.page-template-members-registration .row.row--form.row--form-default .block--form,
.page-template-members-account .row.row--form.row--form-default .block--form,
.page-template-members-page .row.row--form.row--form-default .block--form {
  margin: 0;
}
.page-template-members-login .row.row--form.row--form-default .block__header,
.page-template-members-registration .row.row--form.row--form-default .block__header,
.page-template-members-account .row.row--form.row--form-default .block__header,
.page-template-members-page .row.row--form.row--form-default .block__header {
  margin-bottom: 20px;
}

.row.row--form#apply-now {
  padding-top: 20px;
}
.row.row--form#apply-now .row__body {
  width: 100%;
}
.row.row--form#apply-now .block--form {
  margin: 0;
}

.row.row--charts {
  text-align: center;
}
.row.row--charts .row__inner {
  max-width: 1090px;
}
.row.row--charts .chart-wrapper {
  text-align: center;
  color: #7A8591;
  border: 6px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  max-width: 90%;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.row.row--charts .chart-wrapper:hover {
  border-color: #f7f7f7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.row.row--charts .chart-wrapper .amount {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.6px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.row.row--charts .chart-wrapper .canvas-wrapper {
  height: 185px !important;
  width: 185px !important;
  margin: 30px auto;
  position: relative;
}
.row.row--charts .row__footer {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .row.row--charts {
    padding: 50px 0 !important;
  }
  .row.row--charts .chart-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-color: #f7f7f7;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--charts .row__inner {
    max-width: 90%;
  }
  .row.row--charts .row__footer {
    padding-top: 0;
  }
}

.row.row--one-column .row__inner,
.row.row--breakout-box .row__inner {
  max-width: 1090px;
}
.row.row--one-column .row__content,
.row.row--breakout-box .row__content {
  max-width: 890px;
}
.row.row--one-column.row--centered .row__content,
.row.row--breakout-box.row--centered .row__content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* intentionally larger text? */
}
.row.row--one-column.row--centered .row__content p,
.row.row--breakout-box.row--centered .row__content p {
  font-size: 17px;
  line-height: 27px;
}
@media only screen and (max-width: 559px) {
  .row.row--one-column,
  .row.row--breakout-box {
    padding: 50px 0 !important;
  }
}

.row.row--one-column {
  padding-top: 120px;
  padding-bottom: 120px;
}
.row.row--one-column.row--legacy-post {
  padding-top: 60px;
  padding-bottom: 40px;
}
.row.row--one-column.row--position-detail {
  padding-top: 60px;
  padding-bottom: 40px;
}

.row--position-detail .breakout-box {
  margin-top: 30px;
  margin-bottom: 40px;
}

.row.row--multi-column {
  text-align: left;
  padding-top: 120px;
  padding-bottom: 120px;
}
.row.row--multi-column .row__inner {
  max-width: 1090px;
}
.row.row--multi-column .row__header {
  text-align: left;
}
.row.row--multi-column .row__header h2 {
  margin-bottom: 0;
}
.row.row--multi-column .row__footer {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 559px) {
  .row.row--multi-column .row__footer {
    margin-top: 30px;
  }
}
.row.row--multi-column .grid {
  margin-left: -15px;
  margin-right: -15px;
}
.row.row--multi-column .grid .grid__item {
  padding: 0 15px;
}
@media only screen and (max-width: 859px) {
  .row.row--multi-column .grid .grid__item {
    margin-top: 30px;
  }
  .row.row--multi-column .grid .grid__item:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .row.row--multi-column {
    padding: 50px 0 !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--multi-column .row__footer {
    margin-top: 30px;
  }
}

.row.row--media-grid .row__header {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
}
.row.row--media-grid .row__header p {
  max-width: 850px;
  font-size: 17px;
}
.row.row--media-grid .row__media {
  margin-top: 40px;
  -webkit-box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
}
.row.row--media-grid .row__content {
  padding-top: 25px;
  padding-right: 30px;
}
.row.row--media-grid .grid {
  margin-right: -15px;
}
.row.row--media-grid .grid__item {
  padding: 0 15px;
}
@media only screen and (max-width: 559px) {
  .row.row--media-grid {
    padding: 50px 0 !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--media-grid .row__media .text-on-image {
    bottom: 20px;
    left: 20px;
  }
  .row.row--media-grid .row__media .text-on-image.text-on-image--right {
    right: 20px;
    left: auto;
  }
}

.row--text-and-image-split.imgoffset--top {
  padding-top: 0;
}
.row--text-and-image-split.imgoffset--bottom {
  padding-bottom: 0;
}
.row--text-and-image-split.row--text-and-image-popout {
  padding: 0;
}
.row--text-and-image-split .row__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row--text-and-image-split .row__body.layout--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 859px) {
  .row--text-and-image-split .row__body {
    display: block;
  }
}
.row--text-and-image-split .row__content {
  padding: 0 55px 0 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 40%;
  /* @include media-query(medium) {
  	padding-right: 25px;
  	.button {
  		margin-right: 15px;
  	}
  } */
}
.row--text-and-image-split .row__content .button {
  margin-top: 20px;
}
@media only screen and (max-width: 859px) {
  .row--text-and-image-split .row__content {
    width: 100%;
    padding: 0;
  }
}
.row--text-and-image-split .row__media {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 60%;
  padding-left: 0;
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
}
.row--text-and-image-split .row__media a {
  position: relative;
  height: 100%;
}
.row--text-and-image-split .row__media a figure {
  position: relative;
  height: 100%;
}
.row--text-and-image-split .row__media .caption {
  position: absolute;
  bottom: 55px;
  left: 0;
  font-size: 12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  display: inline-block;
}
@media only screen and (max-width: 859px) {
  .row--text-and-image-split .row__media {
    width: 100%;
    margin-top: 40px;
  }
}
.row--text-and-image-split .layout--reverse .row__content {
  padding-left: 55px;
  padding-right: 0;
  /* @include media-query(medium) {
  	padding-left: 25px;
  } */
}
@media only screen and (max-width: 859px) {
  .row--text-and-image-split .layout--reverse .row__content {
    padding-left: 0;
  }
}
.row--text-and-image-split .layout--reverse .row__media {
  -webkit-box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
}
.row--text-and-image-split.text--indent .row__content {
  padding-left: 60px;
  /* @include media-query(medium) {
  	padding-left: 0;
  	padding-right: 30px;
  } */
}
@media only screen and (max-width: 859px) {
  .row--text-and-image-split.text--indent .row__content {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.row--text-and-image-split.text--indent .layout--reverse .row__content {
  padding-left: 0;
  padding-right: 60px;
}
.row--text-and-image-split.align--hard .row__content {
  width: 50%;
}
@media only screen and (max-width: 859px) {
  .row--text-and-image-split.align--hard .row__content {
    width: 100%;
  }
}
.row--text-and-image-split.align--hard .row__media {
  width: 50%;
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 100px;
  position: relative;
  /* @include media-query(medium) {
  	padding-left: 50px;
  } */
}
.row--text-and-image-split.align--hard .row__media a, .row--text-and-image-split.align--hard .row__media figure {
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  width: calc(100% + 150px);
  margin-left: 75px;
}
@media only screen and (max-width: 859px) {
  .row--text-and-image-split.align--hard .row__media a, .row--text-and-image-split.align--hard .row__media figure {
    width: 100%;
    margin: 0;
  }
}
.row--text-and-image-split.align--hard .row__media a > figure {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  margin-left: 0;
}
@media only screen and (max-width: 859px) {
  .row--text-and-image-split.align--hard .row__media {
    width: 100%;
    padding-left: 0;
  }
}
.row--text-and-image-split.align--hard .layout--reverse .row__media {
  padding-right: 100px;
  padding-left: 0;
  /* @include media-query(medium) {
  	padding-right: 50px;
  } */
}
.row--text-and-image-split.align--hard .layout--reverse .row__media a, .row--text-and-image-split.align--hard .layout--reverse .row__media figure {
  -webkit-box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  width: calc(100% + 150px);
  margin-left: -75px;
}
.row--text-and-image-split.align--hard .layout--reverse .row__media a > figure {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
  width: auto;
}
@media only screen and (max-width: 859px) {
  .row--text-and-image-split.align--hard .layout--reverse .row__media {
    padding-right: 0;
  }
  .row--text-and-image-split.align--hard .layout--reverse .row__media a, .row--text-and-image-split.align--hard .layout--reverse .row__media figure {
    margin-left: 0;
    width: 100%;
  }
}
.row--text-and-image-split.split--overlay .row__content {
  width: 40%;
  padding-left: 60px;
}
.row--text-and-image-split.split--overlay .row__media figure.overlap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 450px;
  height: 515px;
  margin-left: -120px;
}
@media only screen and (min-width: 560px) {
  .row--text-and-image-split.split--overlay .row__media figure.overlap {
    padding-top: 0 !important;
  }
}
.row--text-and-image-split.split--overlay .row__media figure.behind {
  z-index: 1;
  width: 100%;
  margin-left: 350px;
}
.row--text-and-image-split.split--overlay .layout--reverse .row__media figure.overlap {
  margin-right: -120px;
  margin-left: auto;
}
.row--text-and-image-split.split--overlay .layout--reverse .row__media figure.behind {
  z-index: 1;
  width: 100%;
  margin-left: -350px;
}
@media only screen and (max-width: 559px) {
  .row--text-and-image-split.split--overlay .row__content {
    width: 100%;
    padding-left: 0;
  }
  .row--text-and-image-split.split--overlay .row__media figure.overlap {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    height: auto;
    margin-left: 0;
    width: 100%;
  }
  .row--text-and-image-split.split--overlay .row__media figure.behind {
    display: none;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row--text-and-image-split.split--overlay .row__content {
    padding-left: 0;
  }
  .row--text-and-image-split.split--overlay .row__media figure.overlap {
    width: 250px;
    height: 300px;
    margin-left: -100px;
  }
  .row--text-and-image-split.split--overlay .row__media figure.behind {
    margin-left: 150px;
  }
}
.row--text-and-image-split.imgoffset--bottom .row__media {
  margin-bottom: -50px;
}
.row--text-and-image-split.imgoffset--top .row__media {
  margin-top: -50px;
}
@media only screen and (max-width: 559px) {
  .row--text-and-image-split {
    padding: 50px 0 !important;
  }
  .row--text-and-image-split.imgoffset--bottom .row__media {
    margin-bottom: 0;
  }
  .row--text-and-image-split.imgoffset--top .row__media {
    margin-top: 0;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row--text-and-image-split.imgoffset--top .row__content, .row--text-and-image-split.imgoffset--bottom .row__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.row.row--text-and-image-popout {
  padding: 0;
}
.row.row--text-and-image-popout .row__body {
  height: 580px;
}
.row.row--text-and-image-popout .row__content {
  width: 50%;
}
.row.row--text-and-image-popout .row__content p {
  max-width: 520px;
  margin-bottom: 20px;
}
.row.row--text-and-image-popout .row__content .button {
  margin-top: 0;
}
.row.row--text-and-image-popout .row__media {
  width: 50%;
  position: relative;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.row.row--text-and-image-popout .row__media figure {
  position: absolute;
  left: 0;
  top: -30px;
  height: 610px;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .row.row--text-and-image-popout .row__media figure {
    padding-top: 0 !important;
  }
}
.row.row--text-and-image-popout .row__media figure img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
  -o-object-position: bottom right;
  object-position: bottom right;
}
@media only screen and (max-width: 559px) {
  .row.row--text-and-image-popout {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .row.row--text-and-image-popout .row__body {
    height: auto;
  }
  .row.row--text-and-image-popout .row__body .row__content {
    padding: 50px 0 30px;
    width: 100%;
  }
  .row.row--text-and-image-popout .row__body .row__content .button {
    width: 100%;
    max-width: 360px;
    text-align: center;
  }
  .row.row--text-and-image-popout .row__media {
    height: auto;
    width: 100%;
    margin-top: 0;
  }
  .row.row--text-and-image-popout .row__media figure {
    position: relative;
    height: auto;
    top: 0;
  }
  .row.row--text-and-image-popout .row__media .caption {
    left: -15px;
    bottom: -10px;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--text-and-image-popout .row__body .row__content {
    padding: 0 20px;
  }
}

.row.row--posts-slider {
  padding: 80px 0 120px 0;
}
.row.row--posts-slider .row__header {
  padding: 0 0 15px;
  max-width: 100%;
  width: 860px;
  margin: 0 auto;
  text-align: left;
}
.row.row--posts-slider .row__header h3 {
  color: #F5F7F8;
  font-size: 13px;
  position: relative;
}
.row.row--posts-slider .block {
  text-align: left;
}
.row.row--posts-slider .block__inner {
  padding: 0 5px;
}
.row.row--posts-slider .block__body {
  position: relative;
}
.row.row--posts-slider .block__title,
.row.row--posts-slider .block__meta {
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.row.row--posts-slider .block__title {
  color: #fff;
  margin-bottom: 10px;
  margin: 0;
}
.row.row--posts-slider .block__meta {
  font-size: 13px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9AA9B8;
  padding-bottom: 20px;
  padding-top: 5px;
  opacity: 0.7;
}
.row.row--posts-slider .block__content {
  padding: 15px 15px 15px 0;
}
.row.row--posts-slider .block__content > * {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.row.row--posts-slider .block__content:before, .row.row--posts-slider .block__content:after {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  font-size: 0;
  line-height: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.row.row--posts-slider .block__content:before {
  width: 100%;
  background-color: #1497D9;
  z-index: 1;
  opacity: 0.2;
}
.row.row--posts-slider .block__content:after {
  background-color: #1497D9;
  width: 0;
  z-index: 2;
}
.row.row--posts-slider .block__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.row--posts-slider .block__link:hover + .block__content:after, .row.row--posts-slider .block__link:active + .block__content:after {
  width: 100%;
}
.row.row--posts-slider .block__link:hover + .block__content .block__title,
.row.row--posts-slider .block__link:hover + .block__content .block__meta, .row.row--posts-slider .block__link:active + .block__content .block__title,
.row.row--posts-slider .block__link:active + .block__content .block__meta {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.row.row--posts-slider .block__link:hover + .block__content .block__meta, .row.row--posts-slider .block__link:active + .block__content .block__meta {
  color: #ccc;
  opacity: 1;
}
.row.row--posts-slider .swiper-button-next,
.row.row--posts-slider .swiper-container-rtl .swiper-button-prev,
.row.row--posts-slider .swiper-button-prev,
.row.row--posts-slider .swiper-container-rtl .swiper-button-next {
  background-image: none;
  background-color: transparent;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  outline: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.row.row--posts-slider .swiper-button-next:before,
.row.row--posts-slider .swiper-container-rtl .swiper-button-prev:before,
.row.row--posts-slider .swiper-button-prev:before,
.row.row--posts-slider .swiper-container-rtl .swiper-button-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  content: "\e901";
}
.row.row--posts-slider .swiper-button-next:hover, .row.row--posts-slider .swiper-button-next:active,
.row.row--posts-slider .swiper-container-rtl .swiper-button-prev:hover,
.row.row--posts-slider .swiper-container-rtl .swiper-button-prev:active,
.row.row--posts-slider .swiper-button-prev:hover,
.row.row--posts-slider .swiper-button-prev:active,
.row.row--posts-slider .swiper-container-rtl .swiper-button-next:hover,
.row.row--posts-slider .swiper-container-rtl .swiper-button-next:active {
  color: #fff;
}
.row.row--posts-slider .swiper-button-next.swiper-button-disabled,
.row.row--posts-slider .swiper-container-rtl .swiper-button-prev.swiper-button-disabled,
.row.row--posts-slider .swiper-button-prev.swiper-button-disabled,
.row.row--posts-slider .swiper-container-rtl .swiper-button-next.swiper-button-disabled {
  background: transparent;
}
.row.row--posts-slider .swiper-button-next,
.row.row--posts-slider .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.row.row--posts-slider .swiper-button-next:before,
.row.row--posts-slider .swiper-container-rtl .swiper-button-prev:before {
  content: "\e902";
}
.row.row--posts-slider .swiper-button-prev,
.row.row--posts-slider .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.row.row--posts-slider .swiper-button-prev:before,
.row.row--posts-slider .swiper-container-rtl .swiper-button-next:before {
  content: \e901;
}
.row.row--posts-slider .swiper-container {
  width: 870px;
  margin: 0 auto;
  max-width: 100%;
}
.row.row--posts-slider .swiper-wrapper .swiper-slide {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 559px) {
  .row.row--posts-slider {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 859px) {
  .row.row--posts-slider .row__content .swiper-button-next, .row.row--posts-slider .row__content .swiper-button-prev {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    display: inline-block;
    margin-top: 30px;
  }
  .row.row--posts-slider .row__content .swiper-button-next {
    left: 50%;
    margin-left: 10px;
  }
  .row.row--posts-slider .row__content .swiper-button-prev {
    left: 50%;
    margin-left: -52px;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--posts-slider .row__header {
    width: 100%;
    padding-left: 5px;
  }
}

.row.row--reveal-blocks {
  height: 700px;
  color: #fff;
  padding: 0;
}
.row.row--reveal-blocks .row__inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  height: 700px;
}
.row.row--reveal-blocks .row__body, .row.row--reveal-blocks .row__content {
  height: 700px;
}
.row.row--reveal-blocks .reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 0;
}
.row.row--reveal-blocks .reveal-bg.first {
  opacity: 1;
}
.row.row--reveal-blocks .reveal-bg:after {
  content: "";
  background: #161616;
  opacity: 0.7;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.row.row--reveal-blocks a {
  display: block;
  height: 700px;
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.row.row--reveal-blocks a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  top: 50px;
  left: 60px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.row.row--reveal-blocks a .reveal-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.row.row--reveal-blocks a h3 {
  position: relative;
  padding: 400px 50px 0 50px;
  margin-top: 0;
  color: #fff;
}
.row.row--reveal-blocks a .reveal-content {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.row.row--reveal-blocks a .reveal-content h4, .row.row--reveal-blocks a .reveal-content p {
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.row.row--reveal-blocks .grid__item {
  padding: 0;
}
.row.row--reveal-blocks .grid__item:first-child a {
  border-left: 0;
}
.row.row--reveal-blocks .grid__item:hover .reveal-bg, .row.row--reveal-blocks .grid__item:focus .reveal-bg, .row.row--reveal-blocks .grid__item:active .reveal-bg, .row.row--reveal-blocks .grid__item.active .reveal-bg {
  opacity: 1;
}
.row.row--reveal-blocks .grid__item:hover a:after, .row.row--reveal-blocks .grid__item:focus a:after, .row.row--reveal-blocks .grid__item:active a:after, .row.row--reveal-blocks .grid__item.active a:after {
  -webkit-transform: translateX(calc(25vw - 120px));
  transform: translateX(calc(25vw - 120px));
}
.row.row--reveal-blocks .grid__item:hover a .reveal-color, .row.row--reveal-blocks .grid__item:focus a .reveal-color, .row.row--reveal-blocks .grid__item:active a .reveal-color, .row.row--reveal-blocks .grid__item.active a .reveal-color {
  -webkit-transform: none;
  transform: none;
}
.row.row--reveal-blocks .grid__item:hover a .reveal-content, .row.row--reveal-blocks .grid__item:focus a .reveal-content, .row.row--reveal-blocks .grid__item:active a .reveal-content, .row.row--reveal-blocks .grid__item.active a .reveal-content {
  opacity: 0.8;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 859px) {
  .row.row--reveal-blocks {
    height: auto;
  }
  .row.row--reveal-blocks .row__body, .row.row--reveal-blocks .row__content {
    height: auto;
  }
  .row.row--reveal-blocks .row__body .grid__item a, .row.row--reveal-blocks .row__content .grid__item a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .row.row--reveal-blocks .row__body a, .row.row--reveal-blocks .row__content a {
    height: 180px;
    padding: 0 35px;
  }
  .row.row--reveal-blocks .row__body a:after, .row.row--reveal-blocks .row__content a:after {
    content: none;
  }
  .row.row--reveal-blocks .row__body a h3, .row.row--reveal-blocks .row__content a h3 {
    padding: 0;
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .row.row--reveal-blocks .row__body a .reveal-content, .row.row--reveal-blocks .row__content a .reveal-content {
    padding-top: 65px;
    max-width: 380px;
  }
  .row.row--reveal-blocks .row__body a .reveal-content h4, .row.row--reveal-blocks .row__content a .reveal-content h4 {
    margin-bottom: 5px;
  }
  .row.row--reveal-blocks .row__body a .reveal-content h4, .row.row--reveal-blocks .row__body a .reveal-content p, .row.row--reveal-blocks .row__content a .reveal-content h4, .row.row--reveal-blocks .row__content a .reveal-content p {
    padding: 0;
  }
  .row.row--reveal-blocks .row__body a:hover h3, .row.row--reveal-blocks .row__content a:hover h3 {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

.row.row--explore-slider {
  padding-top: 40px;
  padding-bottom: 40px;
}
.row.row--explore-slider .row__header {
  text-align: left;
}
.row.row--explore-slider .row__header .button {
  margin-right: 0;
  margin-top: 15px;
}
.row.row--explore-slider .swiper-container {
  overflow: visible;
}
.row.row--explore-slider .swiper-slide {
  width: 300px;
  border-radius: 3px;
  position: relative;
  padding-bottom: 80px;
}
.row.row--explore-slider .swiper-slide a {
  -webkit-box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  width: 300px;
  height: 350px;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
}
.row.row--explore-slider .swiper-slide a:after {
  display: inline-block;
  margin-left: 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
  color: #fff;
}
.row.row--explore-slider .swiper-slide a figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.row.row--explore-slider .swiper-slide a figure:after {
  content: "";
  position: absolute;
  height: 230px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(173deg, rgba(0, 0, 0, 0) 24%, #000000 100%);
  z-index: 2;
}
.row.row--explore-slider .swiper-slide a:hover figure {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.row.row--explore-slider .swiper-slide h4 {
  position: absolute;
  left: 28px;
  color: #fff;
  bottom: 50px;
  z-index: 2;
  width: 100%;
  left: 0;
  padding: 0 28px;
  text-align: left;
}
.row.row--explore-slider .swiper-scrollbar {
  width: 380px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 50px;
  cursor: -webkit-grab;
  cursor: grab;
}
.row.row--explore-slider .swiper-scrollbar:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.row.row--explore-slider .swiper-pagination {
  bottom: 0;
}
.row.row--explore-slider .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #1497D9;
  background: transparent;
}
@media only screen and (max-width: 559px) {
  .row.row--explore-slider {
    padding: 50px 0 !important;
  }
  .row.row--explore-slider .row__header .text--right {
    text-align: left !important;
  }
  .row.row--explore-slider .swiper-container {
    margin-top: 20px;
    margin-left: 0;
  }
  .row.row--explore-slider .swiper-container .swiper-slide {
    padding-bottom: 40px;
  }
  .row.row--explore-slider .swiper-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 560px) {
  .row.row--explore-slider .swiper-pagination {
    display: none;
  }
}

.row.row--cta-form {
  background-color: #02323F;
}
.row.row--cta-form .row__header {
  text-align: left;
}
.row.row--cta-form .row__header h2, .row.row--cta-form .row__header h3 {
  color: #fff;
}
.row.row--cta-form .row__header p {
  max-width: 550px;
}
.row.row--cta-form .gform_wrapper .gform_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.row.row--cta-form .gform_wrapper .gform_body,
.row.row--cta-form .gform_wrapper .gform_footer {
  display: inline-block;
}
.row.row--cta-form .gform_wrapper .gform_body {
  max-width: 100%;
}
.row.row--cta-form .gform_wrapper .gfield {
  display: inline-block;
  margin-right: 12px;
  float: none;
  width: 280px;
  margin-bottom: 10px;
}
.row.row--cta-form .gform_wrapper .gfield.gf_left_half, .row.row--cta-form .gform_wrapper .gfield.gf_right_half {
  width: 220px;
  margin: 0;
  padding: 0;
  margin-right: 12px;
  margin-bottom: 10px;
}
.row.row--cta-form .gform_wrapper .gfield label {
  display: none;
}
.row.row--cta-form .gform_wrapper .gfield input {
  border: 0;
}
.row.row--cta-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  width: 220px;
}
.row.row--cta-form .gform_wrapper .gform_footer input, .row.row--cta-form .gform_wrapper .gform_footer button {
  color: #fff;
  border-bottom-color: #fff;
}
@media only screen and (max-width: 559px) {
  .row.row--cta-form {
    padding: 30px 0 50px !important;
  }
  .row.row--cta-form .gform_wrapper .gfield {
    width: 100%;
  }
  .row.row--cta-form .gform_wrapper .gfield.gf_left_half, .row.row--cta-form .gform_wrapper .gfield.gf_right_half {
    width: 100%;
    margin-bottom: 10px;
  }
  .row.row--cta-form .gform_wrapper .gform_form {
    display: block;
  }
  .row.row--cta-form .gform_wrapper .gform_body,
  .row.row--cta-form .gform_wrapper .gform_footer {
    width: 100%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--cta-form .gform_wrapper .gfield {
    width: 270px;
  }
  .row.row--cta-form .gform_wrapper .gfield.gf_left_half, .row.row--cta-form .gform_wrapper .gfield.gf_right_half {
    width: 200px;
  }
}

.row.row--accordian .row__inner {
  max-width: 820px;
}
.row.row--accordian .row__body {
  width: 100%;
}
.row.row--accordian .row__header {
  text-align: left;
  padding-bottom: 30px;
}
.row.row--accordian .accordion .accordion__item {
  background-color: #F5F7F8;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.row.row--accordian .accordion .accordion__item.open {
  background-color: #fff;
}
.row.row--accordian .accordion .accordion__item.open .accordion__header a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.row.row--accordian .accordion .accordion__item .accordion__header a {
  padding: 20px 60px 18px 30px;
  display: block;
  color: #7A8591;
  position: relative;
}
.row.row--accordian .accordion .accordion__item .accordion__header a:after {
  display: inline-block;
  margin-left: 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 15px;
  position: absolute;
  right: 25px;
  top: 28px;
}
.row.row--accordian .accordion .accordion__item .accordion__header a:hover h3, .row.row--accordian .accordion .accordion__item .accordion__header a:focus h3 {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.row.row--accordian .accordion .accordion__item .accordion__header h3 {
  color: #02323F;
  font-size: 15px;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.row.row--accordian .accordion .accordion__item .accordion__body {
  padding-bottom: 50px;
  padding-right: 30px;
}
.row.row--accordian .accordion .accordion__item .accordion__body ul {
  margin-left: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 559px) {
  .row.row--accordian {
    padding: 50px 0 !important;
  }
}

.row.row--record-search .row__inner {
  max-width: 1090px;
  z-index: 2;
}
.row.row--record-search .row__content h2.h5 {
  margin-bottom: 5px;
  font-size: 15px;
}
.row.row--record-search .row__content p {
  max-width: 580px;
}
.row.row--record-search .row__content .record-search__form {
  padding-top: 30px;
}
.row.row--record-search .row__content .record-search__field {
  display: inline-block;
  width: 280px;
  margin-right: 20px;
}
.row.row--record-search .row__content .record-search__field label {
  font-weight: bold;
  padding-bottom: 6px;
  display: inline-block;
  color: #385F69;
}
.row.row--record-search .row__content .record-search__field select {
  width: 100%;
}
.row.row--record-search .row__content .record-search__field .customSelectInner {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.3 8.2h-.1L8 8.2 1.2 1.2 1 1.1l.3-.4.2.2 6.7 6.7L14.7 1l.2-.2.4.4-.2.2L8.4 8l-.1.2z' stroke='%23B2B8BF' fill='none' fill-rule='evenodd' stroke-linecap='square'/%3E%3C/svg%3E");
  background-position: right 54%;
}
.row.row--record-search .row__content .record-search__field .customSelect {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-color: #E5EBEF;
}
.row.row--record-search .row__content .chart-wrapper {
  max-width: 300px;
  width: 100%;
  border: 6px solid #f7f7f7;
  display: inline-block;
  text-align: center;
  padding: 40px;
  max-height: 500px;
}
@media only screen and (max-width: 559px) {
  .row.row--record-search .row__content .chart-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.row.row--record-search .row__content .chart-wrapper .canvas-wrapper {
  position: relative;
  height: 210px;
}
.row.row--record-search .row__content .chart-wrapper .amount {
  font-size: 40px;
  letter-spacing: -0.8px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.row.row--record-search .row__content .chart-wrapper p {
  margin-top: 20px;
}
@media only screen and (max-width: 559px) {
  .row.row--record-search {
    padding: 50px 0 !important;
  }
  .row.row--record-search .record-search__field {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
  }
  .row.row--record-search .text--right {
    text-align: center !important;
  }
  .row.row--record-search .chart-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--record-search .record-search__field {
    margin-bottom: 25px;
  }
}

.row.row--two-links .row__inner {
  max-width: 1120px;
}
.row.row--two-links .row__inner .grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.row--two-links h2 {
  position: relative;
}
.row.row--two-links h2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  opacity: 0.3;
  background: #fff;
}
.row.row--two-links .link-col {
  margin-left: 50px;
  width: 305px;
  padding-bottom: 40px;
  height: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.row.row--two-links .link-col p {
  color: #7A8591;
  opacity: 1;
  position: relative;
}
.row.row--two-links .link-col .button--primary {
  border-bottom-color: #fff;
  color: #fff;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  width: 280px;
}
@media only screen and (max-width: 559px) {
  .row.row--two-links {
    padding: 50px 0 !important;
  }
  .row.row--two-links .link-col {
    margin-left: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 20px;
    width: 100%;
    position: relative;
  }
  .row.row--two-links .link-col .button--primary {
    position: relative;
    width: 220px;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--two-links .link-col {
    margin-top: 30px;
    width: 50%;
    margin-left: 0;
    padding-right: 50px;
  }
}

/* SLIDER ROW */
.row--slider .wrap {
  padding: 100px 0 0;
}
.row--slider .wrap:before {
  content: "";
  width: 1000px;
  height: 1065px;
  -webkit-transform: rotate(-200deg);
  transform: rotate(-200deg);
  opacity: 0.2;
  position: absolute;
  left: -550px;
  top: -150px;
  background-image: url("../images/branch.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 559px) {
  .row--slider .wrap {
    padding: 50px 0 0;
  }
  .row--slider .wrap:before {
    content: none;
  }
}
.row--slider .row__header {
  text-align: left;
  padding: 0 130px 40px;
}
@media only screen and (max-width: 559px) {
  .row--slider .row__header {
    padding: 0 16px 50px;
  }
}
.row--slider .row__header .h6, .row--slider .row__header h6 {
  color: #000;
  margin-bottom: 30px;
}
.row--slider .swiper-container {
  padding-bottom: 80px;
}
.row--slider .swiper-slide {
  width: 516px;
  height: 644px;
  -webkit-box-shadow: -30px 30px 70px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -30px 30px 70px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 559px) {
  .row--slider .swiper-slide {
    width: calc(100% - 32px);
    height: 500px;
  }
}
.row--slider .swiper-slide figure {
  z-index: 0;
}
.row--slider .swiper-slide figure img.lazy-media__image {
  opacity: 0.8;
  z-index: 0;
}
.row--slider .swiper-slide figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  background-image: linear-gradient(-207deg, rgba(0, 0, 0, 0) 0%, #151420 100%);
}
.row--slider .swiper-slide .slide__content {
  position: absolute;
  left: 40px;
  bottom: 60px;
  right: 100px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .row--slider .swiper-slide .slide__content {
    right: 60px;
  }
}
.row--slider .swiper-slide .slide__content h3 {
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 559px) {
  .row--slider .swiper-slide .slide__content h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
.row--slider .swiper-slide .slide__content p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.row--slider .swiper-button-prev, .row--slider .swiper-button-next {
  position: relative;
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  background: #fff;
  display: inline-block;
  margin-top: 10px;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 9px;
}
.row--slider .swiper-button-prev:after, .row--slider .swiper-button-next:after {
  content: "\e902";
  color: #525E66;
  font-family: "dca";
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 559px) {
  .row--slider .swiper-button-prev, .row--slider .swiper-button-next {
    position: absolute;
    top: 490px;
    left: 50%;
  }
}
.row--slider .swiper-button-prev.swiper-button-disabled, .row--slider .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.row--slider .swiper-button-prev.swiper-button-disabled:after, .row--slider .swiper-button-next.swiper-button-disabled:after {
  opacity: 0.4;
}
.row--slider .swiper-button-prev {
  margin-left: 130px;
  float: left;
}
.row--slider .swiper-button-prev:after {
  content: "\e901";
}
@media only screen and (max-width: 559px) {
  .row--slider .swiper-button-prev {
    margin-left: -50px;
  }
}
.row--slider .swiper-button-prev {
  float: left;
}

.row.row--boxes .row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row.row--boxes .row__content .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 60px;
  min-height: 450px;
  position: relative;
  color: #fff;
}
.row.row--boxes .row__content .box--double {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.row.row--boxes .row__content .box--has-button {
  padding-bottom: 120px;
}
.row.row--boxes .row__content .box__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.row.row--boxes .row__content h3 {
  color: #fff;
}
.row.row--boxes .row__content h4 {
  font-size: 13px;
  padding-bottom: 25px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.row.row--boxes .row__content p {
  max-width: 520px;
  margin-bottom: 15px;
  color: #fff;
}
.row.row--boxes .row__content p.huge {
  font-size: 90px;
  letter-spacing: -1.88px;
  line-height: 100px;
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--boxes .row__content p.huge {
    font-size: 4em;
  }
}
@media only screen and (max-width: 559px) {
  .row.row--boxes .row__content p.huge {
    font-size: 4em;
  }
}
.row.row--boxes .row__content p:last-child {
  margin-bottom: 0;
}
.row.row--boxes .row__content figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  padding-top: 0 !important;
}
.row.row--boxes .row__content .box__content {
  position: relative;
  z-index: 1;
}
.row.row--boxes .row__content .find-out-more {
  position: absolute;
  left: 60px;
  width: calc(100% - 120px);
  display: block;
  padding-right: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  bottom: 60px;
}
.row.row--boxes .row__content .find-out-more:after {
  display: inline-block;
  margin-left: 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
  color: #fff;
}
.row.row--boxes .row__content .box--align-bottom .box__content {
  position: absolute;
  bottom: 60px;
  left: 50px;
  right: 50px;
}
.row.row--boxes .row__content .box--align-bottom .box__content h3 {
  font-size: 35px;
  line-height: 40px;
}
.row.row--boxes .row__content .box--align-bottom.box--has-button .box__content {
  bottom: 100px;
}
.row.row--boxes .row__content .box--align-bottom.box--has-right-arrow h3 {
  padding-right: 40px;
}
.row.row--boxes .row__content .box--align-bottom.box--has-right-arrow .box__content:after {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 15px;
  position: absolute;
  top: 23px;
  right: 0;
}
.row.row--boxes .row__content .box--align-bottom.box--has-down-arrow p {
  padding-right: 10px;
}
.row.row--boxes .row__content .box--align-bottom.box--has-down-arrow .box__content:after {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 15px;
  position: absolute;
  bottom: 24px;
  right: -20px;
}
@media only screen and (max-width: 859px) {
  .row.row--boxes {
    padding: 15px 0 !important;
  }
  .row.row--boxes .row__inner {
    padding: 0;
  }
  .row.row--boxes .row__content {
    display: block;
  }
  .row.row--boxes .row__content .box {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 35px;
  }
  .row.row--boxes .row__content .box .find-out-more {
    width: calc(100% - 70px);
    left: 35px;
    bottom: 45px;
  }
  .row.row--boxes .row__content .box.box--has-button {
    padding-bottom: 70px;
  }
  .row.row--boxes .row__content .box.box--has-right-arrow {
    padding-top: 100px;
  }
  .row.row--boxes .row__content .box.box--has-right-arrow .box__content:after {
    right: 35px;
    top: 125px;
  }
  .row.row--boxes .row__content .box.box--has-down-arrow {
    padding-top: 100px;
  }
  .row.row--boxes .row__content .box.box--has-down-arrow .box__content:after {
    right: 35px;
    bottom: 55px;
  }
  .row.row--boxes .row__content .box .box__content {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .row.row--boxes .row__content .box .box__content h3 {
    position: relative;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--boxes .row__content .box {
    padding: 25px;
  }
  .row.row--boxes .row__content .box .box__content {
    left: 25px;
    right: 25px;
  }
  .row.row--boxes .row__content .box.box--align-bottom .box__content h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .row.row--boxes .row__content .box.box--has-down-arrow .box__content:after {
    right: 0;
  }
  .row.row--boxes .row__content .box.box--has-button {
    padding-bottom: 50px;
  }
  .row.row--boxes .row__content .box span.find-out-more {
    left: 25px;
    width: calc(100% - 50px);
    bottom: 30px;
  }
}

.row.row--latest-news-slider article.news--data-services .button.button--primary {
  color: #7E56C6;
  border-bottom-color: #7E56C6;
}
.row.row--latest-news-slider article.news--data-services a.media .category:after {
  color: #7E56C6;
}
.row.row--latest-news-slider article.news--cities .button.button--primary {
  color: #43BEC6;
  border-bottom-color: #43BEC6;
}
.row.row--latest-news-slider article.news--cities a.media .category:after {
  color: #43BEC6;
}
.row.row--latest-news-slider article.news--research-master .button.button--primary,
.row.row--latest-news-slider article.news--researchmaster .button.button--primary {
  color: #F3AF1C;
  border-bottom-color: #F3AF1C;
}
.row.row--latest-news-slider article.news--research-master a.media .category:after,
.row.row--latest-news-slider article.news--researchmaster a.media .category:after {
  color: #F3AF1C;
}
.row.row--latest-news-slider .row__header {
  text-align: left;
}
.row.row--latest-news-slider .row__header h2 {
  margin-bottom: 10px;
}
.row.row--latest-news-slider .row__header .button {
  margin-right: 0;
  margin-top: 15px;
}
.row.row--latest-news-slider .swiper-container {
  overflow: visible;
}
.row.row--latest-news-slider .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.row.row--latest-news-slider .swiper-slide {
  border-radius: 3px;
  position: relative;
  padding-bottom: 40px;
}
.row.row--latest-news-slider .swiper-slide.news--single {
  width: 520px;
  text-align: left;
}
.row.row--latest-news-slider .swiper-slide.news--single a.media {
  height: 356px;
}
.row.row--latest-news-slider .swiper-slide.news--single h4 {
  margin-top: 30px;
}
.row.row--latest-news-slider .swiper-slide.news--double {
  width: 340px;
  text-align: left;
}
.row.row--latest-news-slider .swiper-slide.news--double a.media {
  height: 230px;
}
.row.row--latest-news-slider .swiper-slide.news--double h4 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 15px;
  line-height: 26px;
}
.row.row--latest-news-slider .swiper-slide.news--double a.button {
  margin-bottom: 40px;
}
.row.row--latest-news-slider .swiper-slide a.media {
  width: 100%;
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
  overflow: hidden;
}
.row.row--latest-news-slider .swiper-slide a.media.media--video:after {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-size: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  pointer-events: none;
}
.row.row--latest-news-slider .swiper-slide a.media figure {
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.row.row--latest-news-slider .swiper-slide a.media:hover figure {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.row.row--latest-news-slider .swiper-slide .category {
  position: absolute;
  bottom: 30px;
  right: 25px;
  top: auto;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  z-index: 2;
}
.row.row--latest-news-slider .swiper-slide .category:after {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 8px;
  top: 1px;
  position: relative;
}
.row.row--latest-news-slider .swiper-slide h4 {
  margin-bottom: 5px;
}
.row.row--latest-news-slider .swiper-slide a figure:after {
  content: "";
  position: absolute;
  height: 230px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(173deg, rgba(0, 0, 0, 0) 24%, #000000 100%);
  z-index: 2;
}
.row.row--latest-news-slider .swiper-scrollbar {
  width: 380px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 50px;
  cursor: -webkit-grab;
  cursor: grab;
}
.row.row--latest-news-slider .swiper-scrollbar:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media only screen and (max-width: 559px) {
  .row.row--latest-news-slider {
    padding: 50px 0 !important;
  }
  .row.row--latest-news-slider .row__header .text--right {
    text-align: left !important;
  }
  .row.row--latest-news-slider .swiper-slide {
    padding-bottom: 0;
  }
  .row.row--latest-news-slider .swiper-slide.news--single {
    width: 100%;
  }
  .row.row--latest-news-slider .swiper-slide.news--single a.media {
    height: auto;
  }
  .row.row--latest-news-slider .swiper-slide.news--single a.media figure {
    height: auto;
  }
  .row.row--latest-news-slider .swiper-slide.news--double {
    width: 200%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row.row--latest-news-slider .swiper-slide.news--double a.media {
    height: auto;
  }
  .row.row--latest-news-slider .swiper-slide.news--double a.media figure {
    height: auto;
  }
  .row.row--latest-news-slider .swiper-slide.news--double article.news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .row.row--latest-news-slider .swiper-slide.news--double article.news:first-child {
    margin-right: 15px;
  }
  .row.row--latest-news-slider .swiper-slide article.news {
    width: calc(100vw - 30px);
  }
  .row.row--latest-news-slider .swiper-scrollbar {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    left: auto;
    margin: 0;
    margin-top: 40px;
  }
}

.row.row--gated-content .row__body {
  width: 100%;
}
.row.row--gated-content .block--form {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}
.row.row--gated-content .block--form.block--boxed {
  border-radius: 3px;
  padding: 40px 50px 50px;
  background: #FAFAFB;
  border: 1px solid #E5EBEF;
}
.row.row--gated-content .gform_confirmation_wrapper {
  position: relative;
  width: 100%;
  min-height: 42px;
}
.row.row--gated-content .gform_confirmation_wrapper.waiting:before {
  content: "";
  background-image: url(../images/spinner.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 860px) {
  .row.row--gated-content .grid:not(.grid--reverse) .grid__item:not(.one-whole) + .grid__item:not(.one-whole) .block--form {
    margin-left: calc(15px * 2);
  }
  .row.row--gated-content .grid.grid--reverse .grid__item:not(.one-whole) + .grid__item:not(.one-whole) .block--form {
    margin-right: calc(15px * 2);
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--gated-content .grid:not(.grid--reverse) .grid__item:not(.medium-one-whole) + .grid__item:not(.medium-one-whole) .block--form {
    margin-left: calc(15px * 2);
  }
  .row.row--gated-content .grid.grid--reverse .grid__item:not(.one-whole) + .grid__item:not(.one-whole) .block--form {
    margin-right: calc(15px * 2);
  }
}
.tabbed {
  width: 1060px;
  max-width: 100%;
}

.tabbed__nav-wrap {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}

.tabbed__nav,
.tabbed__nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabbed__nav li {
  display: inline-block;
}
.tabbed__nav li:before, .tabbed__nav li:after {
  content: none;
}

.tabbed__nav__link {
  display: block;
  text-decoration: none;
  color: #7A8591;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: #e5ebef;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.tabbed__nav__link span {
  font-weight: 700;
}
.tabbed__nav__link.active {
  background-color: #F5F7F8;
  border-color: #e5ebef;
  border-bottom-color: #F5F7F8;
  cursor: default;
}

.tabbed__tabs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background-color: #F5F7F8;
  padding: 60px 60px 80px 60px;
  border: 1px solid #e5ebef;
  border-radius: 4px;
}

.tabbed__tab__title {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: none;
}
.tabbed__tab__title.active,
.tabbed__tab__title.active + .tabbed__tab {
  display: block;
}

.tabbed__tab {
  width: 32%;
  padding-right: 60px;
  display: none;
}

.tabbed__tabs-aside {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 859px) {
  .tabbed__tabs-wrap {
    display: block;
  }
  .tabbed__tab {
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 559px) {
  .tabbed__nav-wrap {
    margin-bottom: 20px;
  }
  .tabbed__tabs-wrap {
    padding: 30px 30px 40px 30px;
  }
  .tabbed__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .tabbed__nav li {
    width: 50%;
  }
  .tabbed__nav__link {
    border-color: #fff;
    border-radius: 4px;
  }
  .tabbed__nav__link.active {
    border-color: #e5ebef;
  }
}
.row.row--with-sidebar {
  padding: 0;
  position: relative;
}
.row.row--with-sidebar > .row__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  z-index: auto;
}
@media only screen and (max-width: 559px) {
  .row.row--with-sidebar > .row__inner {
    display: block;
  }
}
.row.row--with-sidebar > .row__inner > .row__main-content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: calc(100% - 305px);
  padding: 0 60px 60px 0;
}
@media only screen and (max-width: 559px) {
  .row.row--with-sidebar > .row__inner > .row__main-content {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--with-sidebar > .row__inner > .row__main-content {
    width: calc(100% - 260px);
  }
}
.row.row--with-sidebar:not(.row--blog-single):not(.row--members-page):not(.row--positions-page):not(.row--search-results) > .row__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.row--with-sidebar:not(.row--blog-single):not(.row--members-page):not(.row--positions-page):not(.row--search-results) article.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.row--with-sidebar:not(.row--blog-single):not(.row--members-page):not(.row--positions-page):not(.row--search-results) article.blog.blog--feature {
  display: block;
}
@media only screen and (max-width: 559px) {
  .row.row--with-sidebar:not(.row--blog-single):not(.row--members-page):not(.row--positions-page):not(.row--search-results) article.blog {
    display: block;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--with-sidebar:not(.row--blog-single):not(.row--members-page):not(.row--positions-page):not(.row--search-results) article.blog {
    display: block;
  }
}
.row.row--with-sidebar aside.sidebar {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 60px 0 60px 60px;
  width: 305px;
}
.row.row--with-sidebar aside.sidebar:before {
  content: "";
  background: #F5F7F8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 100%;
  z-index: -1;
}
.row.row--with-sidebar aside.sidebar .sidebar__inner {
  width: 245px;
}
@media only screen and (max-width: 559px) {
  .row.row--with-sidebar aside.sidebar {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 35px 35px 1px;
  }
  .row.row--with-sidebar aside.sidebar .sidebar__inner {
    width: 100%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--with-sidebar aside.sidebar {
    width: 260px;
  }
  .row.row--with-sidebar aside.sidebar .sidebar__inner {
    width: 220px;
  }
}
@media only screen and (min-width: 560px) {
  .row.row--with-sidebar aside.sidebar.sticky .sidebar__inner {
    top: 140px;
    position: fixed;
  }
}
@media only screen and (min-width: 560px) {
  .row.row--with-sidebar aside.sidebar.sticky-bottom .sidebar__inner {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row.row--with-sidebar .row__main-content {
    padding-right: 30px;
  }
  .row.row--with-sidebar aside.sidebar {
    padding: 60px 0 60px 30px;
    margin-right: -15px;
  }
}

.widget {
  margin-bottom: 35px;
}
.widget h4:not(.brand-color) {
  color: #02323F;
  font-size: 20px;
}
@media only screen and (max-width: 559px) {
  .widget.widget--popular {
    display: none;
  }
}
.widget.widget--popular h4 {
  font-size: 16px;
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}
.widget.widget--popular h4:after {
  content: "\e904";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 14px;
}
.widget.widget--popular ul {
  padding: 0;
  margin: 0;
}
.widget.widget--popular ul li {
  padding: 0;
  margin-bottom: 30px;
}
.widget.widget--popular ul li:before {
  content: none;
}
.widget.widget--popular ul li a {
  text-decoration: none;
  color: #385f69;
}
.widget.widget--popular ul li h5 {
  margin-bottom: 3px;
  color: #385f69;
  font-size: 17px;
  line-height: 23px;
}
.widget.widget--popular ul li .category {
  color: #7A8591;
  font-size: 14px;
  font-weight: normal;
}
.widget.widget--filter ul {
  margin: 0;
  padding: 0;
}
.widget.widget--filter ul li {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0;
}
.widget.widget--filter ul li:before {
  content: none;
}
.widget.widget--filter ul li a {
  display: block;
  padding: 7px 0;
  font-weight: normal;
  text-decoration: none;
  color: #7A8591;
  border-bottom: 2px solid #EBEEF0;
}
.widget.widget--filter ul li a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.widget.widget--filter ul li a:hover span, .widget.widget--filter ul li a:focus span {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.sidebar__nav ul.nav li {
  display: block;
  padding-left: 0;
  border-bottom: 1px solid #ebeef0;
}
.sidebar__nav ul.nav li:before {
  content: none;
}
.sidebar__nav ul.nav a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #7A8591;
  padding: 10px 0;
}
.sidebar__nav ul.nav a:hover {
  color: #565f68;
}

.sidebar--members-page .sidebar__inner > *:not(:last-child),
.sidebar--positions .sidebar__inner > *:not(:last-child) {
  margin-bottom: 50px;
}

.row.row--blog-index h1:not(.brand-color), .row.row--blog-index h2:not(.brand-color), .row.row--blog-index h3:not(.brand-color), .row.row--blog-index h4:not(.brand-color), .row.row--blog-index h5:not(.brand-color), .row.row--blog-index h6:not(.brand-color),
.row.row--blog-index .h1:not(.brand-color), .row.row--blog-index .h2:not(.brand-color), .row.row--blog-index .h3:not(.brand-color), .row.row--blog-index .h4:not(.brand-color), .row.row--blog-index .h5:not(.brand-color), .row.row--blog-index .h6:not(.brand-color),
.row.row--blog-single h1:not(.brand-color),
.row.row--blog-single h2:not(.brand-color),
.row.row--blog-single h3:not(.brand-color),
.row.row--blog-single h4:not(.brand-color),
.row.row--blog-single h5:not(.brand-color),
.row.row--blog-single h6:not(.brand-color),
.row.row--blog-single .h1:not(.brand-color),
.row.row--blog-single .h2:not(.brand-color),
.row.row--blog-single .h3:not(.brand-color),
.row.row--blog-single .h4:not(.brand-color),
.row.row--blog-single .h5:not(.brand-color),
.row.row--blog-single .h6:not(.brand-color) {
  color: #02323F;
}
.row.row--blog-index .row__main-content,
.row.row--blog-single .row__main-content {
  padding-top: 50px;
}
@media only screen and (max-width: 559px) {
  .row.row--blog-index .row__main-content,
  .row.row--blog-single .row__main-content {
    padding-top: 35px;
  }
}

.archive-header {
  padding-bottom: 40px;
  border-bottom: 1px solid #F5F7F8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 559px) {
  .archive-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.row.row--blog-single article.blog {
  /*
     h2 {
         font-size: 16px;
     }
     */
}
.row.row--blog-single article.blog h1, .row.row--blog-single article.blog h2, .row.row--blog-single article.blog h3, .row.row--blog-single article.blog h4, .row.row--blog-single article.blog h5, .row.row--blog-single article.blog h6,
.row.row--blog-single article.blog .h1, .row.row--blog-single article.blog .h2, .row.row--blog-single article.blog .h3, .row.row--blog-single article.blog .h4, .row.row--blog-single article.blog .h5, .row.row--blog-single article.blog .h6 {
  margin-bottom: 20px;
}
.row.row--blog-single article.blog .row__media {
  margin-bottom: 50px;
}
.row.row--blog-single .block {
  padding: 50px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.row.row--blog-single .block.bg--dark h2, .row.row--blog-single .block.bg--dark h3 {
  color: #fff;
}
.row.row--blog-single .related-articles {
  margin-top: 60px;
}
.row.row--blog-single .related-articles h2 {
  font-size: 28px;
}
.row.row--blog-single .related-articles article.blog a.row__media {
  margin-bottom: 25px;
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  display: block;
  height: 230px;
}
.row.row--blog-single .related-articles article.blog a.row__media .lazy-media,
.row.row--blog-single .related-articles article.blog a.row__media img {
  border-radius: 2px;
}
.row.row--blog-single .related-articles article.blog h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 559px) {
  .row.row--blog-single .block {
    padding: 40px 22px;
  }
  .row.row--blog-single .block h2 {
    font-size: 20px;
  }
  .row.row--blog-single .block .button {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .row.row--blog-single aside.sidebar {
    display: none;
  }
  .row.row--blog-single .related-articles {
    margin-top: 50px;
  }
  .row.row--blog-single .related-articles article.blog p {
    display: none;
  }
}

@media only screen and (max-width: 559px) {
  .row.row--resources-index .block.block--post-boxed {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding: 40px;
    margin-bottom: 10px;
  }
  .row.row--resources-index .block.block--post-boxed .block__title .ico,
  .row.row--resources-index .block.block--post-boxed h2 .ico, .row.row--resources-index .block.block--post-boxed h3 .ico {
    text-align: left;
  }
  .row.row--resources-index .block.block--post-boxed .button {
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
}

.pagination {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 559px) {
  .pagination {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.pagination ul.page-numbers {
  display: block;
  padding: 0;
  margin: 0;
}
.pagination ul.page-numbers li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination ul.page-numbers li:before {
  content: none;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-color: #fafafb;
  border-radius: 2px;
  text-align: center;
  padding-top: 7px;
  text-decoration: none;
  vertical-align: top;
  font-weight: bold;
}
.pagination ul.page-numbers li a.current, .pagination ul.page-numbers li span.current {
  height: 50px;
  width: 50px;
  font-size: 15px;
  padding-top: 12px;
  margin-top: -5px;
}
.pagination ul.page-numbers li a.next, .pagination ul.page-numbers li a.previous, .pagination ul.page-numbers li span.next, .pagination ul.page-numbers li span.previous {
  font-size: 13px;
  padding-top: 8px;
}

.row .block--form {
  padding: 60px;
  border-radius: 3px;
  margin: 50px 0;
}
.row .block--form .block__content h3.h4 {
  color: #fff;
  margin-bottom: 10px;
}
.row .block--form .gform_wrapper textarea {
  height: 100px;
  resize: none;
}
.row .block--form .gform_wrapper .gform_footer {
  text-align: right;
  padding-top: 10px;
}
.row .block--form .gform_wrapper .gform_footer .button {
  width: 280px;
}
@media only screen and (max-width: 859px) {
  .row .block--form {
    padding: 25px;
  }
}

.row.row--mobile-cats {
  padding: 35px 0;
  background: #F5F7F8;
  margin-left: -15px;
  margin-right: -15px;
}
.row.row--mobile-cats .row__body .widget {
  padding: 0 20px;
  margin-bottom: 0;
}
.row.row--mobile-cats .row__body .widget h4 {
  font-size: 16px;
  color: #385F69;
  margin-bottom: 15px;
}
@media only screen and (min-width: 560px) {
  .row.row--mobile-cats {
    display: none;
  }
}

.block.block--post-default,
.block.block--post-large {
  margin-bottom: 30px;
}
.block.block--post-default .block__meta,
.block.block--post-large .block__meta {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
}
.block.block--post-default .block__title,
.block.block--post-default h2,
.block.block--post-large .block__title,
.block.block--post-large h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 7px;
}
.block.block--post-default .block__media,
.block.block--post-large .block__media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  position: relative;
  margin-left: 50px;
  height: 250px;
}
.block.block--post-default .block__media figure,
.block.block--post-large .block__media figure {
  background-color: #F5F7F8;
  width: 100%;
}
.block.block--post-default .block__media figure img,
.block.block--post-large .block__media figure img {
  border-radius: 2px;
}
@media only screen and (max-width: 559px) {
  .block.block--post-default .block__media,
  .block.block--post-large .block__media {
    width: 100%;
    padding: 0;
    display: block;
  }
}
.block.block--post-default .block__media-fallback,
.block.block--post-large .block__media-fallback {
  height: 100%;
  background-color: #F5F7F8;
}
.block.block--post-default .block__content,
.block.block--post-large .block__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  padding-top: 20px;
}
@media only screen and (max-width: 859px) {
  .block.block--post-default .block__content,
  .block.block--post-large .block__content {
    width: 100%;
    padding-top: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 559px) {
  .block.block--post-default .block__content p,
  .block.block--post-large .block__content p {
    display: none;
  }
}
.block.block--post-default .block__media .block__caption,
.block.block--post-large .block__media .block__caption {
  position: absolute;
  bottom: 30px;
  right: 25px;
  top: auto;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  z-index: 3;
}
.block.block--post-default .block__media .block__caption:after,
.block.block--post-large .block__media .block__caption:after {
  content: "\e906";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 8px;
  top: 1px;
  position: relative;
}

.block.block--post-default .block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block.block--post-default .block__media {
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
}

.block.block--post-large {
  margin-bottom: 50px;
  display: block;
}
.block.block--post-large .block__media {
  padding: 0;
  display: block;
  width: 100%;
  height: 445px;
  margin-left: 0;
}
.block.block--post-large .block__media figure {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .block.block--post-large .block__media {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .block.block--post-large .block__media figure img {
    border-radius: 0;
  }
}
.block.block--post-large .block__content {
  background: #fff;
  width: 700px;
  margin-top: -120px;
  position: relative;
  z-index: 2;
  padding: 40px 50px 0 0;
  max-width: calc(100% - 80px);
}
.block.block--post-large .block__content .block__title,
.block.block--post-large .block__content h2 {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 20px;
}
.block.block--post-large .block__content p {
  font-size: 17px;
  line-height: 27px;
}
@media only screen and (max-width: 859px) {
  .block.block--post-large .block__content {
    width: 100%;
    margin-top: 15px;
    padding: 0;
    background: transparent;
    max-width: none;
  }
  .block.block--post-large .block__content p {
    display: block;
  }
}

.block.block--post-boxed {
  padding: 50px;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: #F5F7F8;
}
.block.block--post-boxed.bg--dark .block__title,
.block.block--post-boxed.bg--dark h2, .block.block--post-boxed.bg--dark h3 {
  color: #fff;
}
.block.block--post-boxed .block__title,
.block.block--post-boxed h2, .block.block--post-boxed h3 {
  color: #02323F;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}
.block.block--post-boxed .block__title .ico,
.block.block--post-boxed h2 .ico, .block.block--post-boxed h3 .ico {
  display: inline-block;
  margin-right: 15px;
  font-size: 33px;
  vertical-align: top;
  position: relative;
  top: -4px;
}
.block.block--post-boxed .button--secondary {
  height: 53px;
  padding: 15px 30px 0;
}
@media only screen and (max-width: 559px) {
  .block.block--post-boxed .block__title .ico,
  .block.block--post-boxed h2 .ico, .block.block--post-boxed h3 .ico {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .block.block--post-boxed {
    padding: 30px;
  }
}

.block.block--post-alt {
  margin-bottom: 20px;
}
.block.block--post-alt .block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block.block--post-alt .block__media {
  display: block;
  position: relative;
  height: 190px;
  width: 280px;
  -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
}
.block.block--post-alt .block__media figure {
  width: 280px;
}
.block.block--post-alt .block__media figure img {
  border-radius: 2px;
}
.block.block--post-alt .block__media-fallback {
  height: 100%;
}
.block.block--post-alt .block__content {
  padding-left: 20px;
  padding-top: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.block.block--post-alt .block__content .block__title,
.block.block--post-alt .block__content h2, .block.block--post-alt .block__content h3 {
  font-size: 20px;
  color: #02323F;
  line-height: 24px;
  margin-bottom: 6px;
}
.block.block--post-alt .block__content .block__meta {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

@media only screen and (max-width: 559px) {
  .block.block--post-alt {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
    display: block;
  }
  .block.block--post-alt .block__media figure {
    width: 100%;
    -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  }
  .block.block--post-alt .block__media figure img {
    border-radius: 0;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .block.block--post-alt {
    margin-bottom: 40px;
    display: block;
  }
  .block.block--post-alt .block__media figure {
    width: 100%;
    -webkit-box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  }
  .block.block--post-alt .block__content {
    padding-left: 0;
  }
}
.block.block--dca .button.button--primary {
  color: #1497D9;
  border-bottom-color: #1497D9;
}
.block.block--dca .block__media-fallback {
  background-color: #1497D9;
}
.block.block--dca .block__meta,
.block.block--dca .block__media .block__caption:after {
  color: #1497D9;
}

.block.block--data-services .button.button--primary {
  color: #7E56C6;
  border-bottom-color: #7E56C6;
}
.block.block--data-services .block__media-fallback {
  background-color: #7E56C6;
}
.block.block--data-services .block__meta,
.block.block--data-services .block__media .block__caption:after {
  color: #7E56C6;
}

.block.block--cities .button.button--primary {
  color: #43BEC6;
  border-bottom-color: #43BEC6;
}
.block.block--cities .block__media-fallback {
  background-color: #43BEC6;
}
.block.block--cities .block__meta,
.block.block--cities .block__media .block__caption:after {
  color: #43BEC6;
}

.block.block--research-master .button.button--primary,
.block.block--researchmaster .button.button--primary {
  color: #F3AF1C;
  border-bottom-color: #F3AF1C;
}
.block.block--research-master .block__media-fallback,
.block.block--researchmaster .block__media-fallback {
  background-color: #F3AF1C;
}
.block.block--research-master .block__meta,
.block.block--research-master .block__media .block__caption:after,
.block.block--researchmaster .block__meta,
.block.block--researchmaster .block__media .block__caption:after {
  color: #F3AF1C;
}

.row--resources-index .resource-type-header {
  margin-bottom: 0;
  margin-top: 60px;
}
.row--resources-index .resource-type-header h2 {
  display: inline-block;
  font-size: 15px;
  height: 62px;
  font-weight: bold;
  color: #fff;
  padding: 11px 20px 0;
  width: 240px;
  margin-bottom: 0;
}
.row--resources-index .resource-type-header a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding-left: 20px;
  color: #9AA9B8;
}
.row--resources-index .resource-type-header a:after {
  content: "\e906";
  display: inline-block;
  padding-left: 10px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 559px) {
  .row--resources-index .sidebar {
    display: none;
  }
  .row--resources-index .resource-type-header {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 35px;
  }
  .row--resources-index .resource-type-header h2 {
    width: 180px;
  }
  .row--resources-index .resource-type-header a {
    float: right;
    margin-right: 15px;
    margin-top: 20px;
  }
  .row--resources-index .resource-type-header a .type {
    display: none;
  }
}
@media only screen and (min-width: 560px) and (max-width: 859px) {
  .row--resources-index .resource-type-header h2 {
    width: 220px;
  }
  .row--resources-index .resource-type-header a .type {
    display: none;
  }
}

.tax-resource-type .row--resources-index .row__main-content {
  padding-top: 60px !important;
}

@media only screen and (max-width: 559px) {
  .row--resources-index .block.block--post-default {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row--resources-index .block.block--post-default .block__media figure img {
    border-radius: 0;
  }
  .row--resources-index .block.block--post-default .block__content {
    padding: 0 15px;
  }
}
.row--members-page .row--form {
  /*
  .validation_error {
  	@include accessibility;
  }
  */
}
.row--members-page .row--form .gfield_description.validation_message {
  display: block;
  font-size: 12px;
}

.row--members-page .archive-header {
  padding-top: 60px;
}

.members-posts.nav {
  list-style: none;
}
.members-posts.nav li {
  padding-left: 0;
}
.members-posts.nav li:before {
  content: none;
}
.members-posts .members-post-item {
  display: block;
}
.members-posts .members-post-item a {
  border-radius: 3px;
  background-color: #f5f7f8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid #e5ebef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 25px 30px;
  font-weight: 700;
}
.members-posts .members-post-item a:hover {
  background-color: #e6ebee;
}
.members-posts .members-post-item:not(:last-child) {
  margin-bottom: 12px;
}
.members-posts .members-post-item__title,
.members-posts .members-post-item__label {
  display: inline-block;
}
.members-posts .members-post-item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  color: #02323F;
}
.members-posts .members-post-item__label {
  margin-right: 0;
  margin-left: auto;
  font-size: 15px;
}

.members-related {
  padding: 50px 15px 20px;
}

.post-type-archive-position .row__main-content .archive-header,
.page-template-positions-page .row__main-content .archive-header {
  width: 840px;
  max-width: 100%;
}
.post-type-archive-position .row__main-content .positions-posts,
.page-template-positions-page .row__main-content .positions-posts {
  width: 1060px;
  max-width: 100%;
}

.nav.positions-posts {
  list-style: none;
}
.nav.positions-posts li {
  padding-left: 0;
}
.nav.positions-posts li:before {
  content: none;
}
.nav.positions-posts .positions-post-item {
  border-radius: 3px;
  background-color: #f5f7f8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid #e5ebef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 50px 50px 50px 60px;
}
.nav.positions-posts .positions-post-item:hover {
  background-color: #e6ebee;
}
.nav.positions-posts .positions-post-item:not(:last-child) {
  margin-bottom: 12px;
}
.nav.positions-posts .positions-post-item__content,
.nav.positions-posts .positions-post-item__link {
  display: inline-block;
}
.nav.positions-posts .positions-post-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 80px;
}
.nav.positions-posts .positions-post-item__link {
  margin-right: 0;
  margin-left: auto;
}
.nav.positions-posts .positions-post-item__title {
  margin-bottom: 10px;
  margin-top: 0;
}
.nav.positions-posts .positions-post-item__meta {
  font-size: 16px;
  margin-bottom: 10px;
}

.row--search-results .archive-header {
  padding-top: 60px;
  border-bottom: none;
  padding-bottom: 20px;
}

.search-results {
  list-style: none;
  margin-bottom: 40px;
}
.search-results, .search-results li {
  padding: 0;
}
.search-results:before, .search-results:after, .search-results li:before, .search-results li:after {
  content: none;
}

.search-result {
  border-top: 2px solid #F5F7F8;
}

.search-result__link {
  color: #02323F;
  padding: 20px 30px 20px 0;
  font-weight: 700;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.search-result__link:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dca" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 16px;
  color: #02323F;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-result__link:hover, .search-result__link:focus {
  color: #02323F;
  background-color: #fff;
}
.search-result__link:hover:after, .search-result__link:focus:after {
  -webkit-animation: action-link-arrow-bounce 1s;
  animation: action-link-arrow-bounce 1s;
}
.search-result__link:hover .search-result__type, .search-result__link:focus .search-result__type {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.search-result__link:hover .search-result__title, .search-result__link:focus .search-result__title {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.search-result__title {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 30px;
}

.search-result__type {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  padding: 5px 8px 7px;
  border-radius: 4px;
  background-color: #02323F;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-results--dca .search-result__type {
  background-color: #1497D9;
}
.search-results--dca .search-result__link:after {
  color: #1497D9;
}

.search-results--data-services .search-result__type {
  background-color: #7E56C6;
}
.search-results--data-services .search-result__link:after {
  color: #7E56C6;
}

.search-results--cities .search-result__type {
  background-color: #43BEC6;
}
.search-results--cities .search-result__link:after {
  color: #43BEC6;
}

.search-results--researchmaster .search-result__type,
.search-results--research-master .search-result__type {
  background-color: #F3AF1C;
}
.search-results--researchmaster .search-result__link:after,
.search-results--research-master .search-result__link:after {
  color: #F3AF1C;
}

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 33px;
  background: url("../images/icheck.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal {
  background-position: 0 0;
}

.icheckbox_minimal.hover {
  background-position: -36px 0;
}

.icheckbox_minimal.checked {
  background-position: -72px 0;
}

.icheckbox_minimal.disabled {
  opacity: 0.5;
  cursor: default;
}

.iradio_minimal {
  background-position: 0px 0;
}

.iradio_minimal.hover {
  background-position: -36px 0;
}

.iradio_minimal.checked {
  background-position: -72px 0;
}

.iradio_minimal.disabled {
  opacity: 0.5;
  cursor: default;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url("../images/icheck@2x.png");
    background-size: 105px 33px;
  }
  .icheckbox_minimal.hover,
  .iradio_minimal.hover {
    background-position: -36px 0;
  }
  .icheckbox_minimal.checked,
  .iradio_minimal.checked {
    background-position: -72px 0;
  }
}
/* generic classes */
.brand-bg, .bg--brand {
  background: #F3AF1C;
}

.brand-color {
  color: #F3AF1C;
}

.underline {
  border-bottom-color: #F3AF1C;
}

/* hero */
.row.row--hero-with-solutions.explore-open:before {
  background-color: #F3AF1C;
}

.sidebar__nav ul.nav li.active a,
.sidebar__nav ul.nav a:hover {
  color: #F3AF1C;
}

.sidebar__nav ul.nav li.active {
  border-bottom: 2px solid #F3AF1C;
}

.members-posts .members-post-item__label {
  color: #F3AF1C;
}

.positions-posts .positions-post-item__label {
  color: #F3AF1C;
}

/* menu */
nav.menubar h3:before {
  background-color: #F3AF1C;
}
nav.menubar .inner ul li a:focus:before, nav.menubar .inner ul li a:hover:before {
  background: #F3AF1C;
}
nav.menubar .inner ul li.current-menu-item > a, nav.menubar .inner ul li.current-menu-parent > a, nav.menubar .inner ul li.current-menu-ancestor > a {
  color: #F3AF1C;
}
nav.menubar .inner ul li.current-menu-item > a:before, nav.menubar .inner ul li.current-menu-parent > a:before, nav.menubar .inner ul li.current-menu-ancestor > a:before {
  background: #F3AF1C;
}
nav.menubar .inner ul li.menu-item-has-children > a:after {
  color: #F3AF1C;
}

/* buttons */
.button--primary {
  color: #F3AF1C;
  border-bottom-color: #F3AF1C;
}

.button--secondary {
  background: #F3AF1C;
}
.button--secondary:hover, .button--secondary:focus {
  background: #d1920b;
}

button.gform_button {
  color: #F3AF1C;
  border-bottom-color: #F3AF1C;
}

blockquote p {
  color: #F3AF1C;
}

/* ul */
ul li:before {
  color: #F3AF1C;
}

/* posts slider */
.row.row--posts-slider .swiper-button-next:hover, .row.row--posts-slider .swiper-button-next:focus, .row.row--posts-slider .swiper-button-prev:hover, .row.row--posts-slider .swiper-button-prev:focus {
  background-color: #F3AF1C;
}

.row.row--posts-slider .block__content:after {
  background-color: #F3AF1C;
}

/* latest news slider */
.row.row--latest-news-slider a.media .category:after {
  color: #F3AF1C;
}

/* swiper scrollbar */
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #F3AF1C;
}

/* pagination */
.pagination ul li a.current, .pagination ul li span.current {
  background-color: #F3AF1C;
  color: #fff;
}
.pagination ul li a:hover, .pagination ul li span:hover {
  background-color: #F3AF1C;
  color: #fff;
}

/* styled dropdowns */
.selectric-wrapper .selectric-items ul li:hover {
  color: #F3AF1C;
}

/* resource type headers */
.resource-type-header h2 {
  background: #F3AF1C;
}
.resource-type-header a:hover, .resource-type-header a:focus {
  color: #F3AF1C;
}

/* resource filter sidebar */
.widget--filter ul li.active a {
  color: #F3AF1C;
  border-bottom-color: #F3AF1C;
}

/* contact tabs */
.tabbed__nav__link:not(.active):hover {
  color: #F3AF1C;
}