@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
\*------------------------------------*/
/*------------------------------------*\
    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
\*------------------------------------*/
/*------------------------------------*\
    $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.nice-select.open,
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 {
  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: "\201C" "\201D" "\2018" "\2019"; }

/*
 * 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"] {
  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 */
  /* 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 {
  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.nice-select.open,
.text-input:focus,
textarea:active,
textarea.nice-select.open,
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: 20px;
  margin-bottom: calc( (20px / 16px) * 1rem); }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 18px;
  margin-bottom: calc( ((20px - 2px) / 16px) * 1rem); }

/**
 * 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: 40px;
  margin-left: calc( (2 * 20px / 16px) * 1rem); }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html,
body {
  height: 100%; }

html {
  font: calc( (16px/16px)*1em) / calc( 28px / 16px) "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

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

address {
  font-style: normal; }

@media only screen and (max-width: 679px) {
  * {
    -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: 40px;
  font-size: calc( (40px / 16px) * 1rem);
  line-height: 1.3; }

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

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

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

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

h6, .h6 {
  font-size: 16px;
  font-size: calc( (16px / 16px) * 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: 40px;
  font-size: calc( (40px / 16px) * 1rem);
  line-height: 1.3; }

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

.large-text {
  font-size: 25px;
  font-size: calc( (25px / 16px) * 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: 18px;
  font-size: calc( (18px / 16px) * 1rem);
  line-height: 1.3; }

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

.tiny-text {
  font-size: 13px;
  font-size: calc( (13px / 16px) * 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 #575d79;
  padding: 20px; }

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: 3px; }

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

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

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  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: 100px; }

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

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

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

/*------------------------------------*\
    $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: 5px;
  text-align: left; }
  @media only screen and (max-width: 679px) {
    th,
    td {
      padding: 10px; } }

/**
 * 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 #575d79; }
  .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 #575d79; }

@media only screen and (max-width: 679px) {
  .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 #575d79; }
    .table.table--reversed tbody tr:not(:last-child) td:last-child {
      border-color: #575d79; }
    .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 #575d79; }
  .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
 */
.wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap.wrap--narrow {
    width: 980px; }
  .wrap.wrap--wide {
    width: 1440px; }
  .wrap.wrap--extra-wide {
    width: 1920px; }
  .wrap.wrap--full {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px; }
  .wrap.wrap--hard {
    padding-right: 0 !important;
    padding-left: 0 !important; }

@media only screen and (max-width: 1280px) {
  .wrap:not(.wrap--wide):not(.wrap--extra-wide):not(.wrap--narrow) {
    padding-left: 40px;
    padding-right: 40px; } }

@media only screen and (max-width: 1060px) {
  .wrap.wrap--narrow {
    padding-left: 40px;
    padding-right: 40px; } }

@media only screen and (max-width: 1520px) {
  .wrap.wrap--wide {
    padding-left: 40px;
    padding-right: 40px; } }

@media only screen and (max-width: 2000px) {
  .wrap.wrap--extra-wide {
    padding-left: 40px;
    padding-right: 40px; } }

@media only screen and (max-width: 1079px) {
  .wrap:not(.wrap--hard) {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

/*------------------------------------*\
    $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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -20px; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  .grid.grid--reverse {
    flex-direction: row-reverse; }
  .grid.grid--hard {
    margin-left: 0; }
    .grid.grid--hard > .grid__item {
      padding-left: 0; }
  .grid.grid--top {
    align-items: flex-start; }
  .grid.grid--center {
    align-items: center; }
  .grid.grid--bottom {
    align-items: flex-end; }

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

.grid__item {
  padding-left: 20px;
  max-width: 100%;
  vertical-align: top; }
  .grid__item:after {
    content: "";
    display: table;
    clear: both; }
  .grid__item.grid__item--top {
    align-self: flex-start; }
  .grid__item.grid__item--center {
    align-self: center; }
  .grid__item.grid__item--bottom {
    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: 10px; }

/**
 * 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: "\00BB" "\00A0"; }

/**
 * 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: "\002F" "\00A0"; }

/**
 * 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.ginput_card_security_code_icon.nice-select.open,
  a.gform_card_icon:active, a.gform_card_icon.nice-select.open, a.sprite.nice-select.open,
  a.ico:focus,
  a.ico:active,
  a.ico.nice-select.open,
  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.ginput_card_security_code_icon.nice-select.open,
  button.gform_card_icon:active,
  button.gform_card_icon.nice-select.open,
  button.sprite.nice-select.open,
  button.ico:focus,
  button.ico:active,
  button.ico.nice-select.open {
    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: 3px;
  /* [8] */ }

.btn {
  background: none;
  background-color: transparent;
  text-decoration: none; }
  .btn, .btn:hover {
    text-decoration: none;
    /* [9] */ }
  .btn:active, .btn.nice-select.open, .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.nice-select.open,
.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; }

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

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

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

/*------------------------------------*\
    $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: 20px;
  padding-right: 10px;
  padding-left: 10px;
  /* =1.50em */
  text-align: center;
  background-color: #575d79;
  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: 3px; }

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

.gform_heading {
  padding-bottom: 20px; }

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

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

.gform_fields > .gfield:last-child {
  margin-bottom: 0; }

.gfield_required {
  padding-left: 4px; }

.gfield_description,
.gform_fields .instruction {
  color: #8aa6b9;
  font-size: 15px;
  font-style: italic; }

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

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

.ginput_container label {
  display: block;
  font-weight: normal;
  color: #575d79; }

.gfield.hidden_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; }

::-webkit-input-placeholder {
  color: #8aa6b9; }

::-moz-placeholder {
  color: #8aa6b9; }

:-ms-input-placeholder {
  color: #8aa6b9; }

input:-moz-placeholder {
  color: #8aa6b9; }

.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 #8aa6b9;
  color: #575d79;
  padding: 8px 15px;
  height: 50px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  transition: all ease-in-out 0.4s;
  cursor: default;
  border-radius: 3px;
  box-shadow: none;
  -webkit-appearance: none; }
  .gform_fields textarea.placeholder,
  .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).placeholder {
    color: #8aa6b9; }
  .gform_fields textarea:focus,
  .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus {
    outline: none;
    border-color: #8aa6b9;
    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: 10px;
  padding-bottom: 10px;
  height: 130px;
  resize: vertical; }

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 10px 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: 20px; }

.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: 680px) and (max-width: 1079px) {
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto; } }

@media only screen and (max-width: 679px) {
  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; }

.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: 679px) {
      .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: #575d79; }

.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: #8aa6b9;
  padding-left: 12px;
  font-size: 16px; }
  .gfield.with-chzn .chzn-container .chzn-single div b {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
    background-position: right 50%; }

.gfield.with-chzn .chzn-container.chzn-container-active .chzn-single {
  outline: none;
  border-color: #8aa6b9;
  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: #ef2126; }

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

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

.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: 20px;
  top: 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: 40px; }
    .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: 25px;
  font-size: calc( (25px / 16px) * 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: 10px 0 0;
  font-size: 16px;
  font-size: calc( (16px / 16px) * 1rem);
  line-height: 1.3; }

.gf_page_steps {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 3px;
  overflow: auto;
  padding-left: 10px; }

.gf_step {
  float: left;
  margin-right: 40px;
  font-size: 16px;
  font-size: calc( (16px / 16px) * 1rem);
  line-height: 1.3;
  line-height: 1.5; }
  .gf_step a {
    color: #575d79; }
  .gf_step.gf_step_active {
    color: #20285c; }

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

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

.gf_progressbar {
  background: transparent;
  height: 20px;
  overflow: hidden;
  border: 1px solid #20285c;
  border-radius: 3px; }

.gf_progressbar_percentage {
  background: #20285c;
  height: 14px;
  margin: 2px;
  border-radius: 3px; }
  .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: 20px 0;
  margin: 20px 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;
    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%;
  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: 679px) {
  .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: 20px; }
    @media only screen and (max-width: 1079px) {
      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: 10px;
  padding-right: 10px; }
  .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: #ef2126;
  background: none; }

.gfield_error textarea,
.gfield_error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border-color: #ef2126;
  background-color: #fff;
  color: #ef2126; }

.gfield_error .styled-select,
.gfield_error .customSelect {
  border-color: #ef2126;
  color: #ef2126; }

.validation_error {
  margin-bottom: 20px;
  background: #ef2126;
  padding: 5px 20px;
  border-radius: 3px;
  color: #fff; }

.gfield_description.validation_message {
  display: none; }

#gforms_confirmation_message {
  margin-bottom: 20px; }

.gform_wrapper .gfield_password_strength {
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  text-align: center;
  min-width: 200px;
  width: 100%;
  background-color: #fff;
  color: #575d79;
  clear: both;
  border-radius: 3px; }
  .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: green;
    border-color: green;
    color: #fff; }
  .gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
    background-color: #fbcece;
    border-color: #f04040;
    color: #f04040; }

.gform_footer {
  text-align: left;
  padding: 20px 0 0; }
  .gform_footer:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 679px) {
    .gform_footer {
      padding-left: 10px;
      padding-right: 10px; } }

.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; }

.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%;
    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: 679px) {
  .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% !important; }

.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) !important; }

.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 {
  clear: both; }

.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: 680px) and (max-width: 1079px) {
  .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: 10px; } }

@media only screen and (max-width: 679px) {
  .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: 5px; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    float: right;
    padding-left: 5px; }
  .gfield.gf_fourth_three {
    clear: both; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    padding-right: 0; } }

/* horizontal list columns - displayed inline */
.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
  width: calc(100% + 16px); }

.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
  width: calc(70% + 16px); }

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
  width: 50%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0;
  padding-right: 16px;
  min-height: 28px;
  vertical-align: top;
  font-size: 90%; }

.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
  width: 33.3%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 0 2px 0;
  padding-right: 16px;
  min-height: 28px;
  vertical-align: top;
  font-size: 90%; }

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; }

.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
  width: 25%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0;
  padding-right: 16px;
  min-height: 28px;
  vertical-align: top;
  font-size: 90%; }

.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
  width: 20%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0;
  padding-right: 16px;
  min-height: 28px;
  vertical-align: top;
  font-size: 90%; }

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
  overflow: hidden; }

.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
  margin: 0 0 10px 0; }

/* vertical list columns - using CSS columns */
.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
  -moz-column-gap: 16px;
  column-gap: 16px; }

.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
  margin: 0 0 10px 0; }

.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
  width: calc(100% - 16px);
  -moz-column-count: 2;
  column-count: 2; }

.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
  width: calc(100% - 8px);
  -moz-column-count: 3;
  column-count: 3; }

.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
  width: calc(100% - 8px);
  -moz-column-count: 4;
  column-count: 4; }

.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
  width: calc(100% - 8px);
  -moz-column-count: 5;
  column-count: 5; }

.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
  height: 25px; }

.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
  height: 50px; }

.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
  height: 75px; }

.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
  height: 100px; }

.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
  height: 125px; }

.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
  height: 150px; }

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

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

.modal__inner {
  position: relative;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  transform: translateY(120%);
  transition: transform 0.4s;
  transition-delay: 0s;
  background-color: #fff; }

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

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

.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;
  transform: translateY(0) translateX(-100%); }

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

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

html.modal-open {
  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, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

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

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

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

.three-quarters, .six-eighths, .nine-twelfths {
  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: 20px !important;
  padding-left: 20px !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: 679px) {
  /**
    * Whole
    */
  .small-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .small-one-half, .small-two-quarters, .small-three-sixths, .small-four-eighths, .small-five-tenths, .small-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .small-one-third, .small-two-sixths, .small-four-twelfths {
    width: 33.333%; }
  .small-two-thirds, .small-four-sixths, .small-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .small-one-quarter, .small-two-eighths, .small-three-twelfths {
    width: 25%; }
  .small-three-quarters, .small-six-eighths, .small-nine-twelfths {
    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: 20px !important;
    padding-left: 20px !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: 680px) and (max-width: 1079px) {
  /**
    * Whole
    */
  .medium-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .medium-one-half, .medium-two-quarters, .medium-three-sixths, .medium-four-eighths, .medium-five-tenths, .medium-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .medium-one-third, .medium-two-sixths, .medium-four-twelfths {
    width: 33.333%; }
  .medium-two-thirds, .medium-four-sixths, .medium-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .medium-one-quarter, .medium-two-eighths, .medium-three-twelfths {
    width: 25%; }
  .medium-three-quarters, .medium-six-eighths, .medium-nine-twelfths {
    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: 20px !important;
    padding-left: 20px !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: 680px) {
  /**
    * Whole
    */
  .medium-and-up-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .medium-and-up-one-half, .medium-and-up-two-quarters, .medium-and-up-three-sixths, .medium-and-up-four-eighths, .medium-and-up-five-tenths, .medium-and-up-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .medium-and-up-one-third, .medium-and-up-two-sixths, .medium-and-up-four-twelfths {
    width: 33.333%; }
  .medium-and-up-two-thirds, .medium-and-up-four-sixths, .medium-and-up-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .medium-and-up-one-quarter, .medium-and-up-two-eighths, .medium-and-up-three-twelfths {
    width: 25%; }
  .medium-and-up-three-quarters, .medium-and-up-six-eighths, .medium-and-up-nine-twelfths {
    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: 20px !important;
    padding-left: 20px !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: 1079px) {
  /**
    * Whole
    */
  .small-and-medium-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .small-and-medium-one-half, .small-and-medium-two-quarters, .small-and-medium-three-sixths, .small-and-medium-four-eighths, .small-and-medium-five-tenths, .small-and-medium-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .small-and-medium-one-third, .small-and-medium-two-sixths, .small-and-medium-four-twelfths {
    width: 33.333%; }
  .small-and-medium-two-thirds, .small-and-medium-four-sixths, .small-and-medium-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .small-and-medium-one-quarter, .small-and-medium-two-eighths, .small-and-medium-three-twelfths {
    width: 25%; }
  .small-and-medium-three-quarters, .small-and-medium-six-eighths, .small-and-medium-nine-twelfths {
    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: 20px !important;
    padding-left: 20px !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: 1080px) {
  /**
    * Whole
    */
  .large-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .large-one-half, .large-two-quarters, .large-three-sixths, .large-four-eighths, .large-five-tenths, .large-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .large-one-third, .large-two-sixths, .large-four-twelfths {
    width: 33.333%; }
  .large-two-thirds, .large-four-sixths, .large-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .large-one-quarter, .large-two-eighths, .large-three-twelfths {
    width: 25%; }
  .large-three-quarters, .large-six-eighths, .large-nine-twelfths {
    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: 20px !important;
    padding-left: 20px !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: 1440px) {
  /**
    * Whole
    */
  .extra-large-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .extra-large-one-half, .extra-large-two-quarters, .extra-large-three-sixths, .extra-large-four-eighths, .extra-large-five-tenths, .extra-large-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .extra-large-one-third, .extra-large-two-sixths, .extra-large-four-twelfths {
    width: 33.333%; }
  .extra-large-two-thirds, .extra-large-four-sixths, .extra-large-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .extra-large-one-quarter, .extra-large-two-eighths, .extra-large-three-twelfths {
    width: 25%; }
  .extra-large-three-quarters, .extra-large-six-eighths, .extra-large-nine-twelfths {
    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: 20px !important;
    padding-left: 20px !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: 1920px) {
  /**
    * Whole
    */
  .super-large-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .super-large-one-half, .super-large-two-quarters, .super-large-three-sixths, .super-large-four-eighths, .super-large-five-tenths, .super-large-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .super-large-one-third, .super-large-two-sixths, .super-large-four-twelfths {
    width: 33.333%; }
  .super-large-two-thirds, .super-large-four-sixths, .super-large-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .super-large-one-quarter, .super-large-two-eighths, .super-large-three-twelfths {
    width: 25%; }
  .super-large-three-quarters, .super-large-six-eighths, .super-large-nine-twelfths {
    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: 20px !important;
    padding-left: 20px !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: 20px !important; }

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

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

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

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

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

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

.push-half {
  margin: 10px !important; }

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

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

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

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

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

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

.push-double {
  margin: 40px !important; }

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

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

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

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

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

.push-double--sides {
  margin-right: 40px !important;
  margin-left: 40px !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: 20px !important; }

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

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

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

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

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

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

.soft-half {
  padding: 10px !important; }

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

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

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

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

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

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

.soft-double {
  padding: 40px !important; }

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

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

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

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

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

.soft-double--sides {
  padding-right: 40px !important;
  padding-left: 40px !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: -20px !important;
  margin-left: -20px !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: 679px) {
  .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: 680px) and (max-width: 1079px) {
  .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: 680px) {
  .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: 1079px) {
  .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: 1080px) {
  .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: 1440px) {
  .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; }

/**
 * 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);
*/
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

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

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

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  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 {
    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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(calc( 0 - 42px / 2));
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/**
 * 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/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase/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
 */

@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    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;
    -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 {
  -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 {
  -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;
    -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%;
  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;
  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;
  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; } }

[data-ct] {
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden; }

.ct-init[data-ct^="fade-"] {
  opacity: 0;
  transition: opacity 0s, transform 0s; }
  .ct-init[data-ct^="fade-"].ct-in {
    transition-duration: 0.7s;
    opacity: 1; }

.ct-init[data-ct="fade-up"] {
  transform: translate3d(0, 100px, 0); }

.ct-init[data-ct="fade-left"] {
  transform: translate3d(100px, 0, 0); }

.ct-init[data-ct="fade-right"] {
  transform: translate3d(-100px, 0, 0); }

.ct-init[data-ct="fade-up-right"] {
  transform: translate3d(100px, 100px, 0); }

.ct-init[data-ct="fade-up-left"] {
  transform: translate3d(-100px, 100px, 0); }

.ct-init[data-ct="fade-down"] {
  transform: translate3d(0, -100px, 0); }

.ct-init[data-ct="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0); }

.ct-init[data-ct="fade-down-left"] {
  transform: translate3d(100px, -100px, 0); }

.ct-init[data-ct^="slide-"] {
  transition: transform 0s; }
  .ct-init[data-ct^="slide-"].ct-in {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.ct-init[data-ct="slide-up"] {
  transform: translate3d(0, 200px, 0); }

.ct-init[data-ct="slide-left"] {
  transform: translate3d(200px, 0, 0); }

.ct-init[data-ct="slide-right"] {
  transform: translate3d(-200px, 0, 0); }

.ct-init[data-ct="slide-up-right"] {
  transform: translate3d(200px, 200px, 0); }

.ct-init[data-ct="slide-up-left"] {
  transform: translate3d(-200px, 200px, 0); }

.ct-init[data-ct="slide-down"] {
  transform: translate3d(0, -200px, 0); }

.ct-init[data-ct="slide-down-right"] {
  transform: translate3d(-200px, -200px, 0); }

.ct-init[data-ct="slide-down-left"] {
  transform: translate3d(200px, -200px, 0); }

.ct-init[data-ct^="fade-"].ct-in, .ct-init[data-ct^="slide-"].ct-in {
  transform: translate3d(0, 0, 0); }

[class^="review-icon-"],
[class*=" review-icon-"] {
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  vertical-align: text-top !important;
  background-image: none;
  background-repeat: no-repeat !important;
  overflow: hidden !important; }

.review-icon-review,
.review-icon-custom,
.review-icon-direct {
  background-image: none !important;
  width: auto !important; }

.review-icon-amazon {
  background-position: 0 -24px !important; }

.review-icon-angieslist {
  background-position: 0 -48px !important; }

.review-icon-automd {
  background-position: 0 -72px !important; }

.review-icon-avvo {
  background-position: 0 -96px !important; }

.review-icon-bbb {
  background-position: 0 -120px !important; }

.review-icon-bedandbreakfast {
  background-position: 0 -144px !important; }

.review-icon-capterra {
  background-position: 0 -168px !important; }

.review-icon-caring {
  background-position: 0 -192px !important; }

.review-icon-cars {
  background-position: 0 -216px !important; }

.review-icon-citysearch {
  background-position: 0 -240px !important; }

.review-icon-creditkarma {
  background-position: 0 -264px !important; }

.review-icon-dealerrater {
  background-position: 0 -288px !important; }

.review-icon-demandforce {
  background-position: 0 -312px !important; }

.review-icon-dexknows {
  background-image: none !important;
  width: auto !important; }

.review-icon-doctoroogle {
  background-position: 0 -360px !important; }

.review-icon-edmunds {
  background-position: 0 -384px !important; }

.review-icon-ezlocal {
  background-position: 0 -408px !important; }

.review-icon-facebook {
  background-position: 0 -432px !important; }

.review-icon-fodors {
  background-position: 0 -456px !important; }

.review-icon-foursquare {
  background-position: 0 -480px !important; }

.review-icon-freeindex {
  background-position: 0 -504px !important; }

.review-icon-g2crowd {
  background-position: 0 -528px !important; }

.review-icon-getapp {
  background-position: 0 -552px !important; }

.review-icon-glassdoor {
  background-position: 0 -576px !important; }

.review-icon-goldenreviews {
  background-position: 0 -600px !important; }

.review-icon-google {
  background-position: 0 -624px !important; }

.review-icon-guildquality {
  background-position: 0 -648px !important; }

.review-icon-healthgrades {
  background-position: 0 -672px !important; }

.review-icon-homeadvisor {
  background-position: 0 -696px !important; }

.review-icon-homes {
  background-position: 0 -720px !important; }

.review-icon-homestars {
  background-position: 0 -744px !important; }

.review-icon-houzz {
  background-position: 0 -768px !important; }

.review-icon-indeed {
  background-position: 0 -792px !important; }

.review-icon-insiderpages {
  background-position: 0 -816px !important; }

.review-icon-judysbook {
  background-position: 0 -840px !important; }

.review-icon-lawyers {
  background-position: 0 -864px !important; }

.review-icon-lendingtree {
  background-position: 0 -888px !important; }

.review-icon-linkedin {
  background-position: 0 -912px !important; }

.review-icon-martindale {
  background-position: 0 -936px !important; }

.review-icon-menupages {
  background-position: 0 -960px !important; }

.review-icon-merchantcircle {
  background-position: 0 -984px !important; }

.review-icon-movoto {
  background-position: 0 -1008px !important; }

.review-icon-opentable {
  background-position: 0 -1032px !important; }

.review-icon-orbitz {
  background-position: 0 -1056px !important; }

.review-icon-ourparents {
  background-position: 0 -1080px !important; }

.review-icon-patientfusion {
  background-position: 0 -1104px !important; }

.review-icon-porch {
  background-position: 0 -1128px !important; }

.review-icon-rateadentist {
  background-position: 0 -1152px !important; }

.review-icon-ratemds {
  background-position: 0 -1176px !important; }

.review-icon-realself {
  background-position: 0 -1200px !important; }

.review-icon-realtor {
  background-position: 0 -1224px !important; }

.review-icon-reevoo {
  background-position: 0 -1248px !important; }

.review-icon-repairpal {
  background-position: 0 -1272px !important; }

.review-icon-restaurant {
  background-position: 0 -1296px !important; }

.review-icon-senioradvisor {
  background-position: 0 -1320px !important; }

.review-icon-softwareadvice {
  background-position: 0 -1344px !important; }

.review-icon-spafinder {
  background-position: 0 -1368px !important; }

.review-icon-superpages {
  background-position: 0 -1392px !important; }

.review-icon-theknot {
  background-position: 0 -1416px !important; }

.review-icon-thumbtack {
  background-position: 0 -1440px !important; }

.review-icon-travelocity {
  background-position: 0 -1464px !important; }

.review-icon-tripadvisor {
  background-position: 0 -1488px !important; }

.review-icon-trulia {
  background-position: 0 -1512px !important; }

.review-icon-trustedprosca {
  background-position: 0 -1536px !important; }

.review-icon-trustradius {
  background-position: 0 -1560px !important; }

.review-icon-tupalo {
  background-position: 0 -1584px !important; }

.review-icon-twitter {
  background-position: 0 -1608px !important; }

.review-icon-ucomparehealthcare {
  background-position: 0 -1632px !important; }

.review-icon-vitals {
  background-position: 0 -1656px !important; }

.review-icon-vouchedforuk {
  background-position: 0 -1680px !important; }

.review-icon-weblocalca {
  background-image: none !important;
  width: auto !important; }

.review-icon-weddingwire {
  background-position: 0 -1728px !important; }

.review-icon-wellness {
  background-position: 0 -1752px !important; }

.review-icon-yahoo {
  background-position: 0 -1776px !important; }

.review-icon-yell {
  background-position: 0 -1800px !important; }

.review-icon-yellowbook {
  background-position: 0 -1824px !important; }

.review-icon-yellowbot {
  background-position: 0 -1848px !important; }

.review-icon-yellowpagesca {
  background-position: 0 -1872px !important; }

.review-icon-yelp {
  background-position: 0 -1896px !important; }

.review-icon-yp {
  background-position: 0 -1920px !important; }

.review-icon-zagat {
  background-position: 0 -1944px !important; }

.review-icon-zillow {
  background-position: 0 -1968px !important; }

.review-icon-zocdoc {
  background-position: 0 -1992px !important; }

.review-icon-zomato {
  background-position: 0 -2016px !important; }

.review-icon-customerlobby {
  background-position: 0 -2040px !important; }

.review-icon-trustpilot {
  background-position: 0 -2064px !important; }

.review-icon-solutionreach {
  background-position: 0 -2088px !important; }

.review-icon-site192 {
  background-position: 0 -2112px !important; }

.review-icon-localsearchau {
  background-position: 0 -2136px !important; }

.review-icon-n49ca {
  background-position: 0 -2160px !important; }

.review-icon-thebestofuk {
  background-position: 0 -2184px !important; }

.review-icon-truelocalau {
  background-position: 0 -2208px !important; }

.review-icon-yellowpagesau {
  background-position: 0 -2232px !important; }

.review-icon-booking {
  background-position: 0 -2256px !important; }

.review-icon-freetobook {
  background-position: 0 -2280px !important; }

.review-icon-eviivo {
  background-position: 0 -2304px !important; }

.review-icon-cargurus {
  background-position: 0 -2328px !important; }

.review-icon-airbnb {
  background-position: 0 -2352px !important; }

.review-icon-flipkey {
  background-position: 0 -2376px !important; }

.review-icon-homeaway {
  background-position: 0 -2400px !important; }

.review-icon-manta {
  background-position: 0 -2424px !important; }

.review-icon-vrbo {
  background-position: 0 -2448px !important; }

.review-icon-lawyerratingz {
  background-position: 0 -2472px !important; }

.review-icon-greatschools {
  background-position: 0 -2496px !important; }

.review-icon-privateschoolreview {
  background-position: 0 -2520px !important; }

.review-icon-movingcompanyreviews {
  background-position: 0 -2544px !important; }

.review-icon-mymovingreviews {
  background-position: 0 -2568px !important; }

.review-icon-movers {
  background-position: 0 -2592px !important; }

.review-icon-stitcher {
  background-position: 0 -2616px !important; }

.review-icon-itunes {
  background-position: 0 -2640px !important; }

.review-icon-hostelz {
  background-position: 0 -2664px !important; }

.review-icon-hostelworld {
  background-position: 0 -2688px !important; }

.review-icon-hostelbookers {
  background-position: 0 -2712px !important; }

.review-icon-guidesforbrides {
  background-position: 0 -2736px !important; }

.review-icon-hostels {
  background-position: 0 -2760px !important; }

.review-icon-laterooms {
  background-position: 0 -2784px !important; }

.review-icon-viator {
  background-position: 0 -2808px !important; }

.review-icon-getyourguide {
  background-position: 0 -2832px !important; }

.review-icon-womoau {
  background-position: 0 -2856px !important; }

.review-icon-gosmith {
  background-position: 0 -2880px !important; }

.review-icon-rateabiz {
  background-position: 0 -2904px !important; }

.review-icon-beeradvocate {
  background-position: 0 -2928px !important; }

.review-icon-www411ca {
  background-position: 0 -2952px !important; }

.review-icon-goodreads {
  background-position: 0 -2976px !important; }

.review-icon-imdb {
  background-position: 0 -3000px !important; }

.review-icon-whatclinic {
  background-position: 0 -3024px !important; }

.review-icon-productreviewau {
  background-position: 0 -3048px !important; }

.review-icon-diamondcertified {
  background-position: 0 -3072px !important; }

.review-icon-tourradar {
  background-position: 0 -3096px !important; }

.review-icon-realpatientratings {
  background-position: 0 -3120px !important; }

.review-icon-experiencepros {
  background-position: 0 -3144px !important; }

.review-icon-etsy {
  background-position: 0 -3168px !important; }

.review-icon-healthyhearing {
  background-position: 0 -3192px !important; }

.review-icon-fertilityiq {
  background-position: 0 -3216px !important; }

.review-icon-buildzoom {
  background-position: 0 -3240px !important; }

.review-icon-webmd {
  background-position: 0 -3264px !important; }

.review-icon-pissedconsumer {
  background-position: 0 -3288px !important; }

.review-icon-googleplay {
  background-position: 0 -3312px !important; }

.review-icon-clutchco {
  background-position: 0 -3336px !important; }

.review-icon-agingcare {
  background-position: 0 -3360px !important; }

.review-icon-bringfido {
  background-position: 0 -3384px !important; }

.review-icon-surecritic {
  background-position: 0 -3408px !important; }

.review-icon-nextdoor {
  background-position: 0 -3432px !important; }

.review-icon-onthesnow {
  background-position: 0 -3456px !important; }

.review-icon-apartments {
  background-position: 0 -3480px !important; }

.review-icon-uship {
  background-position: 0 -3504px !important; }

.review-icon-resellerratings {
  background-position: 0 -3528px !important; }

.review-icon-transportrankings {
  background-position: 0 -3552px !important; }

.review-icon-measuredup {
  background-position: 0 -3576px !important; }

.review-icon-whichtransporter {
  background-position: 0 -3600px !important; }

.review-icon-transportreviews {
  background-position: 0 -3624px !important; }

.review-icon-hotels {
  background-position: 0 -3648px !important; }

.review-icon-reviewabiz {
  background-position: 0 -3672px !important; }

.review-icon-nhsuk {
  background-position: 0 -3696px !important; }

.review-icon-niche {
  background-position: 0 -3720px !important; }

.review-icon-highya {
  background-position: 0 -3744px !important; }

.review-icon-kununu {
  background-position: 0 -3768px !important; }

.review-icon-expedia {
  background-position: 0 -3792px !important; }

.review-icon-weedmaps {
  background-position: 0 -3816px !important; }

.review-icon-leafly {
  background-position: 0 -3840px !important; }

.review-icon-ksl {
  background-position: 0 -3864px !important; }

.review-icon-rankers {
  background-position: 0 -3888px !important; }

.review-icon-aplaceformom {
  background-position: 0 -3912px !important; }

.review-icon-untappd {
  background-position: 0 -3936px !important; }

.review-icon-dentalinsider {
  background-position: 0 -3960px !important; }

.review-icon-stayz {
  background-position: 0 -3984px !important; }

.review-icon-seekau {
  background-position: 0 -4008px !important; }

.review-icon-autotrader {
  background-position: 0 -4032px !important; }

.review-icon-hearingtracker {
  background-position: 0 -4056px !important; }

.review-icon-urgentcarelocations {
  background-position: 0 -4080px !important; }

.review-icon-groupon {
  background-position: 0 -4104px !important; }

.review-icon-reviewsuk {
  background-position: 0 -4128px !important; }

.review-icon-nerdwallet {
  background-position: 0 -4152px !important; }

.review-icon-ratemyagent {
  background-position: 0 -4176px !important; }

.review-icon-findlaw {
  background-position: 0 -4200px !important; }

.review-icon-judgeservice {
  background-position: 0 -4224px !important; }

.review-icon-apartmentguidecom {
  background-image: none !important;
  width: auto !important; }

.review-icon-activecaptaingarmin {
  background-position: 0 -4272px !important; }

.review-icon-carwisecom {
  background-image: none !important;
  width: auto !important; }

.review-icon-walmart {
  background-image: none !important;
  width: auto !important; }

.review-icon-wotifcom {
  background-image: none !important;
  width: auto !important; }

.review-icon-prbusiness {
  background-position: 0 -4368px !important; }

/*
*, *:before, *:after {
	position: relative;
}
*/
html {
  overflow-y: visible;
  min-height: auto; }
  html body > .logo,
  html .header,
  html .main,
  html .footer {
    transition: opacity 0.4s; }
  html.loading body > .logo,
  html.loading .header,
  html.loading .main,
  html.loading .footer {
    pointer-events: none;
    opacity: 0; }

html,
body {
  overscroll-behavior: none;
  background-color: #fff;
  height: auto;
  min-height: 100%; }

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

/*
@include media-query(medium) {
	body {
		padding-top: 85px;
	}
}
*/
body.with-masthead-default,
body.with-masthead-article,
body.with-masthead-alt {
  background-position: 50% 168px;
  background-repeat: no-repeat; }

body.with-masthead-default,
body.with-masthead-article,
body.with-masthead-minimal {
  /*
	background-image: url(../images/masthead-bg-shape.svg);
	@include media-query(small-and-medium) {
		background-image: none;
	}
	*/ }
  body.with-masthead-default:before,
  body.with-masthead-article:before,
  body.with-masthead-minimal:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    background-color: #e9eff4; }
  body.with-masthead-default.with-announcement-bar:before,
  body.with-masthead-article.with-announcement-bar:before,
  body.with-masthead-minimal.with-announcement-bar:before {
    top: 168px; }
  body.with-masthead-default.with-announcement-bar.admin-bar:before,
  body.with-masthead-article.with-announcement-bar.admin-bar:before,
  body.with-masthead-minimal.with-announcement-bar.admin-bar:before {
    top: 200px; }

body.with-masthead-default:before,
body.with-masthead-article:before {
  top: 120px;
  height: 500px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    body.with-masthead-default:before,
    body.with-masthead-article:before {
      height: 470px; } }
  @media only screen and (max-width: 679px) {
    body.with-masthead-default:before,
    body.with-masthead-article:before {
      content: none; } }

body.with-masthead-default.admin-bar:before,
body.with-masthead-article.admin-bar:before {
  top: 152px; }

body.with-masthead-minimal:before {
  top: 120px;
  height: var(--masthead-height, 106px); }
  @media only screen and (max-width: 679px) {
    body.with-masthead-minimal:before {
      content: none; } }

body.with-masthead-minimal.admin-bar:before {
  top: 152px; }
  @media screen and (max-width: 782px) {
    body.with-masthead-minimal.admin-bar:before {
      top: 166px; } }

body.with-masthead-alt {
  background-image: url(../images/small-masthead-bg-shape.svg); }
  @media only screen and (max-width: 1079px) {
    body.with-masthead-alt {
      background-image: none; } }

.page-wrap {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  transition: opacity 0.4s; }

/*
@include media-query(medium) {
	.page-wrap {
		padding-top: 85px;
	}
}
@include media-query(small) {
	.page-wrap {
		padding-top: 90px;
	}
}
*/
.grid--double {
  margin-left: -40px; }
  .grid--double .grid__item {
    padding-left: 40px; }

@media only screen and (min-width: 1080px) {
  .wrap.large-no-wrap {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media only screen and (min-width: 680px) and (max-width: 1079px) {
  .wrap:not(.wrap--hard) {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .wrap.medium-no-wrap {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media only screen and (max-width: 679px) {
  .wrap:not(.wrap--hard) {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .wrap.small-no-wrap {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.is-touch .is-touch-hide {
  display: none !important; }

.js-focus-visible :focus:not(.focus-visible),
[data-js-focus-visible] :focus:not([data-focus-visible-added]) {
  outline: none; }

.js-focus-visible .focus-visible {
  outline: 2px dotted #06b6f4; }

body {
  color: #575d79;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-bold,
strong, b {
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal; }
  .font-bold .font-italic,
  .font-bold em, .font-bold i,
  strong .font-italic,
  strong em,
  strong i, b .font-italic,
  b em, b i {
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-style: italic; }

.font-italic,
em, i {
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: italic; }
  .font-italic .font-bold,
  .font-italic strong, .font-italic b,
  em .font-bold,
  em strong,
  em b, i .font-bold,
  i strong, i b {
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-style: italic; }

::-moz-selection {
  background-color: rgba(138, 166, 185, 0.5);
  color: #324254; }

::selection {
  background-color: rgba(138, 166, 185, 0.5);
  color: #324254; }

h1, h2, h5,
.h1, .h2, .h5 {
  color: #113759;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal; }

h3, h4, h6,
.h3, .h4, .h6 {
  color: #113759;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-style: normal; }

h4, .h4 {
  color: #0389bf; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 10px; }

.h1-size {
  font-size: 40px; }

.h2-size {
  font-size: 35px; }

.h3-size {
  font-size: 25px; }

.h4-size {
  font-size: 16px; }

.h5-size {
  font-size: 16px; }

.h6-size {
  font-size: 16px; }

h1, .h1, .h1-size,
.super-large-text {
  line-height: 1.15; }

h2, .h2, .h2-size {
  line-height: 1.2; }

h3, .h3, .h3-size {
  line-height: 1.52; }

h4, .h4, .h4-size {
  line-height: 1.7; }

h5, .h5, .h5-size {
  line-height: 1.7; }

h6, .h6, .h6-size {
  line-height: 1.7; }

@media only screen and (max-width: 679px) {
  h1, .h1, .h1-size {
    font-size: 28px; }
  h2, .h2, .h2-size {
    font-size: 24px; }
  h3, .h3, .h3-size {
    font-size: 21px; }
  h4, .h4, .h4-size {
    font-size: 16px; }
  h5, .h5, .h5-size {
    font-size: 16px; }
  h6, .h6, .h6-size {
    font-size: 16px; } }

a {
  color: #575d79;
  transition: color 0.4s, border-color 0.4s;
  cursor: pointer;
  text-decoration: none;
  /*
	&:focus-visible {
		@include focus-style;
	}
	*/ }
  a:not([class]) {
    border-bottom: 2px solid #526165; }
  a .ico {
    transition: color 0.4s; }
  a .ico + span:not(.accessibility):not(.visuallyhidden),
  a span:not(.accessibility):not(.visuallyhidden) + .ico {
    margin-left: 10px; }
  a .ico,
  a span:not(.accessibility):not(.visuallyhidden) {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  a:hover {
    color: #0389bf; }
  a:not([class]):hover {
    border-color: #0389bf; }

.phone-link {
  display: inline-block;
  border: none;
  font-size: 30px;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #113759; }
  .phone-link .ico {
    font-size: 16px; }
  .phone-link:hover {
    color: #0389bf; }

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

blockquote {
  display: block;
  width: 735px;
  max-width: 90%;
  padding-top: 20px;
  margin: 0 auto 40px;
  font-size: 25px;
  line-height: 1.2; }
  blockquote cite {
    font-size: 16px; }

.br {
  display: block;
  width: 0; }

.normal-case {
  text-transform: none !important; }

@font-face {
  font-family: "tmg-icons";
  src: url("../fonts/tmg-icons/tmg-icons.woff2?noac5i") format("woff2"), url("../fonts/tmg-icons/tmg-icons.ttf?7noac5i") format("truetype"), url("../fonts/tmg-icons/tmg-icons.woff?noac5i") format("woff"), url("../fonts/tmg-icons/tmg-icons.svg?noac5i#tmg-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tmg-icons" !important;
  speak: none;
  font-style: normal !important;
  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--menu:before {
  content: ""; }

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

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

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

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

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

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

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

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

.ico--close:before {
  content: ""; }

.ico--home:before {
  content: ""; }

.ico--phone:before {
  content: ""; }

.ico--play:before {
  content: ""; }

.ico--search:before {
  content: ""; }

.ico--tick:before {
  content: ""; }

.ico--star:before {
  content: ""; }

.ico--email:before {
  content: ""; }

.ico--email-send:before {
  content: ""; }

.ico--facebook:before {
  content: ""; }

.ico--twitter:before {
  content: ""; }

.ico--linked-in:before {
  content: ""; }

.ico--youtube:before {
  content: ""; }

.ico--google:before {
  content: ""; }

.figure {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  transition: opacity 0.4s;
  will-change: opacity;
  border-radius: 3px; }
  .figure img {
    border-radius: 3px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto; }
  .figure figcaption {
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    max-height: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: right; }
    .figure figcaption:after {
      content: "";
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
      border-radius: 3px; }
      @media only screen and (max-width: 679px) {
        .figure figcaption:after {
          height: 45%; } }
    .figure figcaption > div {
      position: relative;
      z-index: 3;
      display: flex;
      height: 100%;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end;
      padding: 0 40px 40px;
      color: #fff;
      font-size: 15px;
      font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 600;
      font-style: normal; }
      .figure figcaption > div:after {
        content: "";
        pointer-events: none;
        background-color: #0389bf;
        z-index: 3;
        width: 5px;
        height: 5px;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        right: 40px;
        bottom: 40px;
        transform: translate(12px, 4px); }

.figure__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  /*
	&:focus-visible {
		@include focus-style;
	}
	*/ }
  .figure__link .ico {
    color: #fff;
    text-decoration: none;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.figure--hmax {
  height: 100%; }
  .figure--hmax img {
    width: auto !important;
    height: 100% !important; }

.figure--bg,
.figure--bg-cover,
.figure--bg-scale-down,
.figure--bg-contain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .figure--bg img,
  .figure--bg-cover img,
  .figure--bg-scale-down img,
  .figure--bg-contain img {
    width: 100% !important;
    height: 100% !important; }

.figure--bg img,
.figure--bg-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  font-family: "object-fit: cover; object-position: 50%"; }

.figure--bg.figure-pos--left-top img,
.figure--bg-cover.figure-pos--left-top img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
  font-family: "object-fit: cover; object-position: 0 0"; }

.figure--bg.figure-pos--left-middle img,
.figure--bg-cover.figure-pos--left-middle img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 50%;
  object-position: 0 50%;
  font-family: "object-fit: cover; object-position: 0 50%"; }

.figure--bg.figure-pos--left-bottom img,
.figure--bg-cover.figure-pos--left-bottom img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 100%;
  object-position: 0 100%;
  font-family: "object-fit: cover; object-position: 0 100%"; }

.figure--bg.figure-pos--center-top img,
.figure--bg-cover.figure-pos--center-top img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0"; }

.figure--bg.figure-pos--default img,
.figure--bg.figure-pos--center-middle img,
.figure--bg-cover.figure-pos--default img,
.figure--bg-cover.figure-pos--center-middle img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  font-family: "object-fit: cover; object-position: 50%"; }

.figure--bg.figure-pos--center-bottom img,
.figure--bg-cover.figure-pos--center-bottom img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  font-family: "object-fit: cover; object-position: 50% 100%"; }

.figure--bg.figure-pos--right-top img,
.figure--bg-cover.figure-pos--right-top img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0;
  object-position: 100% 0;
  font-family: "object-fit: cover; object-position: 100% 0"; }

.figure--bg.figure-pos--right-middle img,
.figure--bg-cover.figure-pos--right-middle img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
  font-family: "object-fit: cover; object-position: 100% 50%"; }

.figure--bg.figure-pos--right-bottom img,
.figure--bg-cover.figure-pos--right-bottom img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
  font-family: "object-fit: cover; object-position: 100% 100%"; }

.figure--bg-contain img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%;
  font-family: "object-fit: contain; object-position: 50%"; }

.figure--bg-contain.figure-pos--left-top img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 0;
  object-position: 0 0;
  font-family: "object-fit: contain; object-position: 0 0"; }

.figure--bg-contain.figure-pos--left-middle img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 50%;
  object-position: 0 50%;
  font-family: "object-fit: contain; object-position: 0 50%"; }

.figure--bg-contain.figure-pos--left-bottom img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 100%;
  object-position: 0 100%;
  font-family: "object-fit: contain; object-position: 0 100%"; }

.figure--bg-contain.figure-pos--center-top img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  font-family: "object-fit: contain; object-position: 50% 0"; }

.figure--bg-contain.figure-pos--default img,
.figure--bg-contain.figure-pos--center-middle img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%;
  font-family: "object-fit: contain; object-position: 50%"; }

.figure--bg-contain.figure-pos--center-bottom img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  font-family: "object-fit: contain; object-position: 50% 100%"; }

.figure--bg-contain.figure-pos--right-top img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 0;
  object-position: 100% 0;
  font-family: "object-fit: contain; object-position: 100% 0"; }

.figure--bg-contain.figure-pos--right-middle img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
  font-family: "object-fit: contain; object-position: 100% 50%"; }

.figure--bg-contain.figure-pos--right-bottom img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
  font-family: "object-fit: contain; object-position: 100% 100%"; }

.figure--bg-scale-down img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50%;
  object-position: 50%;
  font-family: "object-fit: scale-down; object-position: 50%"; }

.figure--bg-scale-down.figure-pos--left-top img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 0 0;
  object-position: 0 0;
  font-family: "object-fit: scale-down; object-position: 0 0"; }

.figure--bg-scale-down.figure-pos--left-middle img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 0 50%;
  object-position: 0 50%;
  font-family: "object-fit: scale-down; object-position: 0 50%"; }

.figure--bg-scale-down.figure-pos--left-bottom img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 0 100%;
  object-position: 0 100%;
  font-family: "object-fit: scale-down; object-position: 0 100%"; }

.figure--bg-scale-down.figure-pos--center-top img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  font-family: "object-fit: scale-down; object-position: 50% 0"; }

.figure--bg-scale-down.figure-pos--default img,
.figure--bg-scale-down.figure-pos--center-middle img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50%;
  object-position: 50%;
  font-family: "object-fit: scale-down; object-position: 50%"; }

.figure--bg-scale-down.figure-pos--center-bottom img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  font-family: "object-fit: scale-down; object-position: 50% 100%"; }

.figure--bg-scale-down.figure-pos--right-top img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 100% 0;
  object-position: 100% 0;
  font-family: "object-fit: scale-down; object-position: 100% 0"; }

.figure--bg-scale-down.figure-pos--right-middle img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
  font-family: "object-fit: scale-down; object-position: 100% 50%"; }

.figure--bg-scale-down.figure-pos--right-bottom img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
  font-family: "object-fit: scale-down; object-position: 100% 100%"; }

.figure.alignleft {
  align-self: flex-start; }

.figure.alignright {
  align-self: flex-end; }

.figure.aligncenter {
  align-self: center; }

/*
img.lazy {
	opacity: 0;
	+ figcaption {
		opacity: 0;
	}
}
img:not(.initial) {
	transition: opacity $transition-duration;
}
img.initial,
img.loaded,
img.error {
	opacity: 1;
}
img.loaded {
	+ figcaption {
		opacity: 1;
	}
}
*/
img:not([src]) {
  visibility: hidden; }

/* colour classes / styles */
.color--primary,
.colour--primary {
  color: #20285c !important; }

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

.border--primary {
  border-color: #20285c !important; }

.color--secondary,
.colour--secondary {
  color: #0389bf !important; }

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

.border--secondary {
  border-color: #0389bf !important; }

.color--tertiary,
.colour--tertiary {
  color: #2e3f4f !important; }

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

.border--tertiary {
  border-color: #2e3f4f !important; }

.color--dark-navy,
.colour--dark-navy {
  color: #324254 !important; }

.bg--dark-navy {
  background-color: #324254 !important; }

.border--dark-navy {
  border-color: #324254 !important; }

.color--dark-grey,
.colour--dark-grey {
  color: #526165 !important; }

.bg--dark-grey {
  background-color: #526165 !important; }

.border--dark-grey {
  border-color: #526165 !important; }

.color--navy,
.colour--navy {
  color: #113759 !important; }

.bg--navy {
  background-color: #113759 !important; }

.border--navy {
  border-color: #113759 !important; }

.color--grey,
.colour--grey {
  color: #868686 !important; }

.bg--grey {
  background-color: #868686 !important; }

.border--grey {
  border-color: #868686 !important; }

.color--blue-grey,
.colour--blue-grey {
  color: #8aa6b9 !important; }

.bg--blue-grey {
  background-color: #8aa6b9 !important; }

.border--blue-grey {
  border-color: #8aa6b9 !important; }

.color--dark-blue-grey,
.colour--dark-blue-grey {
  color: #575d79 !important; }

.bg--dark-blue-grey {
  background-color: #575d79 !important; }

.border--dark-blue-grey {
  border-color: #575d79 !important; }

.color--light-grey,
.colour--light-grey {
  color: #f8f8f8 !important; }

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

.border--light-grey {
  border-color: #f8f8f8 !important; }

.color--white,
.colour--white {
  color: #fff !important; }

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

.border--white {
  border-color: #fff !important; }

.spinner,
.spinner-alt {
  display: block;
  pointer-events: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; }

.spinner {
  width: 40px;
  height: 40px;
  background-image: url(../images/spinner.svg); }

.spinner-alt {
  width: 40px;
  height: 40px;
  background-image: url(../images/spinner-alt.svg); }

.btn {
  min-width: 170px;
  text-align: center;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  border-radius: 26px;
  padding-left: 40px;
  padding-right: 40px;
  outline: none;
  border: none;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s, outline 0.4s;
  /*
	&:focus-visible {
		@include focus-style;
	}
	*/ }

@keyframes action-icon-bounce {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(14px); }
  100% {
    transform: translateX(0); } }

.btn--action {
  position: relative;
  padding-right: 60px; }
  .btn--action:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tmg-icons" !important;
    speak: none;
    font-style: normal !important;
    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: "";
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 30px;
    top: 15px;
    transform: translateX(0);
    transition: color 0.4s;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden; }
  .btn--action:hover:after, .btn--action:active:after, .btn--action.nice-select.open:after {
    color: #20285c;
    animation: action-icon-bounce 0.4s;
    animation-delay: 0.1s;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.btn--wide {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%; }

.btn--primary {
  color: #fff;
  background-color: #20285c;
  border: 2px solid #20285c; }
  .btn--primary:hover, .btn--primary:active, .btn--primary.nice-select.open {
    color: #20285c;
    background-color: transparent; }
  .btn--primary.btn-color--secondary {
    background-color: #0389bf;
    border-color: #0389bf; }
    .btn--primary.btn-color--secondary:hover, .btn--primary.btn-color--secondary:active, .btn--primary.btn-color--secondary.nice-select.open {
      color: #0389bf;
      background-color: transparent; }
    .btn--primary.btn-color--secondary.btn--action:hover:after, .btn--primary.btn-color--secondary.btn--action:active:after, .btn--primary.btn-color--secondary.btn--action.nice-select.open:after {
      color: #0389bf; }
  .btn--primary.btn-color--tertiary {
    background-color: #2e3f4f;
    border-color: #2e3f4f; }
    .btn--primary.btn-color--tertiary:hover, .btn--primary.btn-color--tertiary:active, .btn--primary.btn-color--tertiary.nice-select.open {
      color: #2e3f4f;
      background-color: transparent; }
    .btn--primary.btn-color--tertiary.btn--action:hover:after, .btn--primary.btn-color--tertiary.btn--action:active:after, .btn--primary.btn-color--tertiary.btn--action.nice-select.open:after {
      color: #2e3f4f; }
  .btn--primary.btn-color--dark-navy {
    background-color: #324254;
    border-color: #324254; }
    .btn--primary.btn-color--dark-navy:hover, .btn--primary.btn-color--dark-navy:active, .btn--primary.btn-color--dark-navy.nice-select.open {
      color: #324254;
      background-color: transparent; }
    .btn--primary.btn-color--dark-navy.btn--action:hover:after, .btn--primary.btn-color--dark-navy.btn--action:active:after, .btn--primary.btn-color--dark-navy.btn--action.nice-select.open:after {
      color: #324254; }
  .btn--primary.btn-color--dark-grey {
    background-color: #526165;
    border-color: #526165; }
    .btn--primary.btn-color--dark-grey:hover, .btn--primary.btn-color--dark-grey:active, .btn--primary.btn-color--dark-grey.nice-select.open {
      color: #526165;
      background-color: transparent; }
    .btn--primary.btn-color--dark-grey.btn--action:hover:after, .btn--primary.btn-color--dark-grey.btn--action:active:after, .btn--primary.btn-color--dark-grey.btn--action.nice-select.open:after {
      color: #526165; }
  .btn--primary.btn-color--navy {
    background-color: #113759;
    border-color: #113759; }
    .btn--primary.btn-color--navy:hover, .btn--primary.btn-color--navy:active, .btn--primary.btn-color--navy.nice-select.open {
      color: #113759;
      background-color: transparent; }
    .btn--primary.btn-color--navy.btn--action:hover:after, .btn--primary.btn-color--navy.btn--action:active:after, .btn--primary.btn-color--navy.btn--action.nice-select.open:after {
      color: #113759; }
  .btn--primary.btn-color--grey {
    background-color: #868686;
    border-color: #868686; }
    .btn--primary.btn-color--grey:hover, .btn--primary.btn-color--grey:active, .btn--primary.btn-color--grey.nice-select.open {
      color: #868686;
      background-color: transparent; }
    .btn--primary.btn-color--grey.btn--action:hover:after, .btn--primary.btn-color--grey.btn--action:active:after, .btn--primary.btn-color--grey.btn--action.nice-select.open:after {
      color: #868686; }
  .btn--primary.btn-color--blue-grey {
    background-color: #8aa6b9;
    border-color: #8aa6b9; }
    .btn--primary.btn-color--blue-grey:hover, .btn--primary.btn-color--blue-grey:active, .btn--primary.btn-color--blue-grey.nice-select.open {
      color: #8aa6b9;
      background-color: transparent; }
    .btn--primary.btn-color--blue-grey.btn--action:hover:after, .btn--primary.btn-color--blue-grey.btn--action:active:after, .btn--primary.btn-color--blue-grey.btn--action.nice-select.open:after {
      color: #8aa6b9; }
  .btn--primary.btn-color--dark-blue-grey {
    background-color: #575d79;
    border-color: #575d79; }
    .btn--primary.btn-color--dark-blue-grey:hover, .btn--primary.btn-color--dark-blue-grey:active, .btn--primary.btn-color--dark-blue-grey.nice-select.open {
      color: #575d79;
      background-color: transparent; }
    .btn--primary.btn-color--dark-blue-grey.btn--action:hover:after, .btn--primary.btn-color--dark-blue-grey.btn--action:active:after, .btn--primary.btn-color--dark-blue-grey.btn--action.nice-select.open:after {
      color: #575d79; }
  .btn--primary.btn-color--white {
    background-color: #fff;
    border-color: #fff;
    color: #113759; }
    .btn--primary.btn-color--white:hover, .btn--primary.btn-color--white:active, .btn--primary.btn-color--white.nice-select.open {
      color: #fff;
      background-color: #113759; }
    .btn--primary.btn-color--white.btn--action:hover:after, .btn--primary.btn-color--white.btn--action:active:after, .btn--primary.btn-color--white.btn--action.nice-select.open:after {
      color: #fff; }

.btn--secondary {
  color: #20285c;
  background-color: transparent;
  border: 2px solid #20285c; }
  .btn--secondary:hover, .btn--secondary:active, .btn--secondary.nice-select.open {
    color: #fff;
    background-color: #20285c; }
  .btn--secondary.btn--action:after {
    color: #20285c; }
  .btn--secondary.btn--action:hover:after, .btn--secondary.btn--action:active:after, .btn--secondary.btn--action.nice-select.open:after {
    color: #fff; }
  .btn--secondary.btn-color--secondary {
    color: #0389bf;
    border-color: #0389bf; }
    .btn--secondary.btn-color--secondary:hover, .btn--secondary.btn-color--secondary:active, .btn--secondary.btn-color--secondary.nice-select.open {
      color: #fff;
      background-color: #0389bf; }
    .btn--secondary.btn-color--secondary.btn--action:after {
      color: #0389bf; }
    .btn--secondary.btn-color--secondary.btn--action:hover:after, .btn--secondary.btn-color--secondary.btn--action:active:after, .btn--secondary.btn-color--secondary.btn--action.nice-select.open:after {
      color: #fff; }
  .btn--secondary.btn-color--tertiary {
    color: #2e3f4f;
    border-color: #2e3f4f; }
    .btn--secondary.btn-color--tertiary:hover, .btn--secondary.btn-color--tertiary:active, .btn--secondary.btn-color--tertiary.nice-select.open {
      color: #fff;
      background-color: #2e3f4f; }
    .btn--secondary.btn-color--tertiary.btn--action:after {
      color: #2e3f4f; }
    .btn--secondary.btn-color--tertiary.btn--action:hover:after, .btn--secondary.btn-color--tertiary.btn--action:active:after, .btn--secondary.btn-color--tertiary.btn--action.nice-select.open:after {
      color: #fff; }
  .btn--secondary.btn-color--dark-navy {
    color: #324254;
    border-color: #324254; }
    .btn--secondary.btn-color--dark-navy:hover, .btn--secondary.btn-color--dark-navy:active, .btn--secondary.btn-color--dark-navy.nice-select.open {
      color: #fff;
      background-color: #324254; }
    .btn--secondary.btn-color--dark-navy.btn--action:after {
      color: #324254; }
    .btn--secondary.btn-color--dark-navy.btn--action:hover:after, .btn--secondary.btn-color--dark-navy.btn--action:active:after, .btn--secondary.btn-color--dark-navy.btn--action.nice-select.open:after {
      color: #fff; }
  .btn--secondary.btn-color--dark-grey {
    color: #526165;
    border-color: #526165; }
    .btn--secondary.btn-color--dark-grey:hover, .btn--secondary.btn-color--dark-grey:active, .btn--secondary.btn-color--dark-grey.nice-select.open {
      color: #fff;
      background-color: #526165; }
    .btn--secondary.btn-color--dark-grey.btn--action:after {
      color: #526165; }
    .btn--secondary.btn-color--dark-grey.btn--action:hover:after, .btn--secondary.btn-color--dark-grey.btn--action:active:after, .btn--secondary.btn-color--dark-grey.btn--action.nice-select.open:after {
      color: #fff; }
  .btn--secondary.btn-color--navy {
    color: #113759;
    border-color: #113759; }
    .btn--secondary.btn-color--navy:hover, .btn--secondary.btn-color--navy:active, .btn--secondary.btn-color--navy.nice-select.open {
      color: #fff;
      background-color: #113759; }
    .btn--secondary.btn-color--navy.btn--action:after {
      color: #113759; }
    .btn--secondary.btn-color--navy.btn--action:hover:after, .btn--secondary.btn-color--navy.btn--action:active:after, .btn--secondary.btn-color--navy.btn--action.nice-select.open:after {
      color: #fff; }
  .btn--secondary.btn-color--grey {
    color: #868686;
    border-color: #868686; }
    .btn--secondary.btn-color--grey:hover, .btn--secondary.btn-color--grey:active, .btn--secondary.btn-color--grey.nice-select.open {
      color: #fff;
      background-color: #868686; }
    .btn--secondary.btn-color--grey.btn--action:after {
      color: #868686; }
    .btn--secondary.btn-color--grey.btn--action:hover:after, .btn--secondary.btn-color--grey.btn--action:active:after, .btn--secondary.btn-color--grey.btn--action.nice-select.open:after {
      color: #fff; }
  .btn--secondary.btn-color--blue-grey {
    color: #8aa6b9;
    border-color: #8aa6b9; }
    .btn--secondary.btn-color--blue-grey:hover, .btn--secondary.btn-color--blue-grey:active, .btn--secondary.btn-color--blue-grey.nice-select.open {
      color: #fff;
      background-color: #8aa6b9; }
    .btn--secondary.btn-color--blue-grey.btn--action:after {
      color: #8aa6b9; }
    .btn--secondary.btn-color--blue-grey.btn--action:hover:after, .btn--secondary.btn-color--blue-grey.btn--action:active:after, .btn--secondary.btn-color--blue-grey.btn--action.nice-select.open:after {
      color: #fff; }
  .btn--secondary.btn-color--dark-blue-grey {
    color: #575d79;
    border-color: #575d79; }
    .btn--secondary.btn-color--dark-blue-grey:hover, .btn--secondary.btn-color--dark-blue-grey:active, .btn--secondary.btn-color--dark-blue-grey.nice-select.open {
      color: #fff;
      background-color: #575d79; }
    .btn--secondary.btn-color--dark-blue-grey.btn--action:after {
      color: #575d79; }
    .btn--secondary.btn-color--dark-blue-grey.btn--action:hover:after, .btn--secondary.btn-color--dark-blue-grey.btn--action:active:after, .btn--secondary.btn-color--dark-blue-grey.btn--action.nice-select.open:after {
      color: #fff; }
  .btn--secondary.btn-color--white {
    color: #fff;
    border-color: #fff; }
    .btn--secondary.btn-color--white:hover, .btn--secondary.btn-color--white:active, .btn--secondary.btn-color--white.nice-select.open {
      color: #113759;
      background-color: #fff; }
    .btn--secondary.btn-color--white.btn--action:after {
      color: #fff; }
    .btn--secondary.btn-color--white.btn--action:hover:after, .btn--secondary.btn-color--white.btn--action:active:after, .btn--secondary.btn-color--white.btn--action.nice-select.open:after {
      color: #113759; }

.btn--tertiary {
  color: #20285c;
  background-color: transparent;
  padding: 0;
  min-height: 0;
  border-radius: 0;
  min-width: 0; }
  .btn--tertiary:hover, .btn--tertiary:active, .btn--tertiary.nice-select.open {
    color: #20285c;
    background-color: transparent; }
  .btn--tertiary.btn--action {
    padding-right: 60px; }
    .btn--tertiary.btn--action:after {
      animation-delay: 0s;
      color: #20285c; }
    .btn--tertiary.btn--action:hover:after, .btn--tertiary.btn--action:active:after, .btn--tertiary.btn--action.nice-select.open:after {
      color: #20285c; }
  .btn--tertiary.btn-color--secondary {
    color: #0389bf; }
    .btn--tertiary.btn-color--secondary:hover, .btn--tertiary.btn-color--secondary:active, .btn--tertiary.btn-color--secondary.nice-select.open {
      color: #0389bf; }
    .btn--tertiary.btn-color--secondary.btn--action:after {
      color: #0389bf; }
    .btn--tertiary.btn-color--secondary.btn--action:hover:after, .btn--tertiary.btn-color--secondary.btn--action:active:after, .btn--tertiary.btn-color--secondary.btn--action.nice-select.open:after {
      color: #0389bf; }
  .btn--tertiary.btn-color--tertiary {
    color: #2e3f4f; }
    .btn--tertiary.btn-color--tertiary:hover, .btn--tertiary.btn-color--tertiary:active, .btn--tertiary.btn-color--tertiary.nice-select.open {
      color: #2e3f4f; }
    .btn--tertiary.btn-color--tertiary.btn--action:after {
      color: #2e3f4f; }
    .btn--tertiary.btn-color--tertiary.btn--action:hover:after, .btn--tertiary.btn-color--tertiary.btn--action:active:after, .btn--tertiary.btn-color--tertiary.btn--action.nice-select.open:after {
      color: #2e3f4f; }
  .btn--tertiary.btn-color--dark-navy {
    color: #324254; }
    .btn--tertiary.btn-color--dark-navy:hover, .btn--tertiary.btn-color--dark-navy:active, .btn--tertiary.btn-color--dark-navy.nice-select.open {
      color: #324254; }
    .btn--tertiary.btn-color--dark-navy.btn--action:after {
      color: #324254; }
    .btn--tertiary.btn-color--dark-navy.btn--action:hover:after, .btn--tertiary.btn-color--dark-navy.btn--action:active:after, .btn--tertiary.btn-color--dark-navy.btn--action.nice-select.open:after {
      color: #324254; }
  .btn--tertiary.btn-color--dark-grey {
    color: #526165; }
    .btn--tertiary.btn-color--dark-grey:hover, .btn--tertiary.btn-color--dark-grey:active, .btn--tertiary.btn-color--dark-grey.nice-select.open {
      color: #526165; }
    .btn--tertiary.btn-color--dark-grey.btn--action:after {
      color: #526165; }
    .btn--tertiary.btn-color--dark-grey.btn--action:hover:after, .btn--tertiary.btn-color--dark-grey.btn--action:active:after, .btn--tertiary.btn-color--dark-grey.btn--action.nice-select.open:after {
      color: #526165; }
  .btn--tertiary.btn-color--navy {
    color: #113759; }
    .btn--tertiary.btn-color--navy:hover, .btn--tertiary.btn-color--navy:active, .btn--tertiary.btn-color--navy.nice-select.open {
      color: #113759; }
    .btn--tertiary.btn-color--navy.btn--action:after {
      color: #113759; }
    .btn--tertiary.btn-color--navy.btn--action:hover:after, .btn--tertiary.btn-color--navy.btn--action:active:after, .btn--tertiary.btn-color--navy.btn--action.nice-select.open:after {
      color: #113759; }
  .btn--tertiary.btn-color--grey {
    color: #868686; }
    .btn--tertiary.btn-color--grey:hover, .btn--tertiary.btn-color--grey:active, .btn--tertiary.btn-color--grey.nice-select.open {
      color: #868686; }
    .btn--tertiary.btn-color--grey.btn--action:after {
      color: #868686; }
    .btn--tertiary.btn-color--grey.btn--action:hover:after, .btn--tertiary.btn-color--grey.btn--action:active:after, .btn--tertiary.btn-color--grey.btn--action.nice-select.open:after {
      color: #868686; }
  .btn--tertiary.btn-color--blue-grey {
    color: #8aa6b9; }
    .btn--tertiary.btn-color--blue-grey:hover, .btn--tertiary.btn-color--blue-grey:active, .btn--tertiary.btn-color--blue-grey.nice-select.open {
      color: #8aa6b9; }
    .btn--tertiary.btn-color--blue-grey.btn--action:after {
      color: #8aa6b9; }
    .btn--tertiary.btn-color--blue-grey.btn--action:hover:after, .btn--tertiary.btn-color--blue-grey.btn--action:active:after, .btn--tertiary.btn-color--blue-grey.btn--action.nice-select.open:after {
      color: #8aa6b9; }
  .btn--tertiary.btn-color--dark-blue-grey {
    color: #575d79; }
    .btn--tertiary.btn-color--dark-blue-grey:hover, .btn--tertiary.btn-color--dark-blue-grey:active, .btn--tertiary.btn-color--dark-blue-grey.nice-select.open {
      color: #575d79; }
    .btn--tertiary.btn-color--dark-blue-grey.btn--action:after {
      color: #575d79; }
    .btn--tertiary.btn-color--dark-blue-grey.btn--action:hover:after, .btn--tertiary.btn-color--dark-blue-grey.btn--action:active:after, .btn--tertiary.btn-color--dark-blue-grey.btn--action.nice-select.open:after {
      color: #575d79; }
  .btn--tertiary.btn-color--white {
    color: #fff; }
    .btn--tertiary.btn-color--white:hover, .btn--tertiary.btn-color--white:active, .btn--tertiary.btn-color--white.nice-select.open {
      color: #fff; }
    .btn--tertiary.btn-color--white.btn--action:after {
      color: #fff; }
    .btn--tertiary.btn-color--white.btn--action:hover:after, .btn--tertiary.btn-color--white.btn--action:active:after, .btn--tertiary.btn-color--white.btn--action.nice-select.open:after {
      color: #fff; }

.icon-btn,
.icon-btn-alt {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  border: 2px solid #20285c;
  border-radius: 50%;
  transition: all 0.4s; }
  .icon-btn .ico,
  .icon-btn-alt .ico {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -1px; }

.icon-btn-alt {
  background-color: #20285c;
  color: #fff; }
  .icon-btn-alt:hover, .icon-btn-alt:active, .icon-btn-alt.nice-select.open {
    background-color: transparent !important;
    color: #20285c; }
  .icon-btn-alt.btn-color--secondary {
    border-color: #0389bf;
    background-color: #0389bf; }
    .icon-btn-alt.btn-color--secondary:hover, .icon-btn-alt.btn-color--secondary:active, .icon-btn-alt.btn-color--secondary.nice-select.open {
      color: #0389bf; }
  .icon-btn-alt.btn-color--tertiary {
    border-color: #2e3f4f;
    background-color: #2e3f4f; }
    .icon-btn-alt.btn-color--tertiary:hover, .icon-btn-alt.btn-color--tertiary:active, .icon-btn-alt.btn-color--tertiary.nice-select.open {
      color: #2e3f4f; }
  .icon-btn-alt.btn-color--dark-navy {
    border-color: #324254;
    background-color: #324254; }
    .icon-btn-alt.btn-color--dark-navy:hover, .icon-btn-alt.btn-color--dark-navy:active, .icon-btn-alt.btn-color--dark-navy.nice-select.open {
      color: #324254; }
  .icon-btn-alt.btn-color--dark-grey {
    border-color: #526165;
    background-color: #526165; }
    .icon-btn-alt.btn-color--dark-grey:hover, .icon-btn-alt.btn-color--dark-grey:active, .icon-btn-alt.btn-color--dark-grey.nice-select.open {
      color: #526165; }
  .icon-btn-alt.btn-color--navy {
    border-color: #113759;
    background-color: #113759; }
    .icon-btn-alt.btn-color--navy:hover, .icon-btn-alt.btn-color--navy:active, .icon-btn-alt.btn-color--navy.nice-select.open {
      color: #113759; }
  .icon-btn-alt.btn-color--grey {
    border-color: #868686;
    background-color: #868686; }
    .icon-btn-alt.btn-color--grey:hover, .icon-btn-alt.btn-color--grey:active, .icon-btn-alt.btn-color--grey.nice-select.open {
      color: #868686; }
  .icon-btn-alt.btn-color--blue-grey {
    border-color: #8aa6b9;
    background-color: #8aa6b9; }
    .icon-btn-alt.btn-color--blue-grey:hover, .icon-btn-alt.btn-color--blue-grey:active, .icon-btn-alt.btn-color--blue-grey.nice-select.open {
      color: #8aa6b9; }
  .icon-btn-alt.btn-color--dark-blue-grey {
    border-color: #575d79;
    background-color: #575d79; }
    .icon-btn-alt.btn-color--dark-blue-grey:hover, .icon-btn-alt.btn-color--dark-blue-grey:active, .icon-btn-alt.btn-color--dark-blue-grey.nice-select.open {
      color: #575d79; }
  .icon-btn-alt.btn-color--white {
    border-color: #fff;
    background-color: #fff; }
    .icon-btn-alt.btn-color--white:hover, .icon-btn-alt.btn-color--white:active, .icon-btn-alt.btn-color--white.nice-select.open {
      color: #fff; }

.icon-btn {
  background-color: transparent;
  color: #20285c;
  /*
	&:focus-visible {
		@include focus-style;
	}
	*/ }
  .icon-btn:hover, .icon-btn:active, .icon-btn.nice-select.open {
    background-color: #20285c;
    color: #fff; }
  .icon-btn.btn-color--secondary {
    border-color: #0389bf;
    color: #0389bf; }
    .icon-btn.btn-color--secondary:hover, .icon-btn.btn-color--secondary:active, .icon-btn.btn-color--secondary.nice-select.open {
      background-color: #0389bf;
      color: #fff; }
  .icon-btn.btn-color--tertiary {
    border-color: #2e3f4f;
    color: #2e3f4f; }
    .icon-btn.btn-color--tertiary:hover, .icon-btn.btn-color--tertiary:active, .icon-btn.btn-color--tertiary.nice-select.open {
      background-color: #2e3f4f;
      color: #fff; }
  .icon-btn.btn-color--dark-navy {
    border-color: #324254;
    color: #324254; }
    .icon-btn.btn-color--dark-navy:hover, .icon-btn.btn-color--dark-navy:active, .icon-btn.btn-color--dark-navy.nice-select.open {
      background-color: #324254;
      color: #fff; }
  .icon-btn.btn-color--dark-grey {
    border-color: #526165;
    color: #526165; }
    .icon-btn.btn-color--dark-grey:hover, .icon-btn.btn-color--dark-grey:active, .icon-btn.btn-color--dark-grey.nice-select.open {
      background-color: #526165;
      color: #fff; }
  .icon-btn.btn-color--navy {
    border-color: #113759;
    color: #113759; }
    .icon-btn.btn-color--navy:hover, .icon-btn.btn-color--navy:active, .icon-btn.btn-color--navy.nice-select.open {
      background-color: #113759;
      color: #fff; }
  .icon-btn.btn-color--grey {
    border-color: #868686;
    color: #868686; }
    .icon-btn.btn-color--grey:hover, .icon-btn.btn-color--grey:active, .icon-btn.btn-color--grey.nice-select.open {
      background-color: #868686;
      color: #fff; }
  .icon-btn.btn-color--blue-grey {
    border-color: #8aa6b9;
    color: #8aa6b9; }
    .icon-btn.btn-color--blue-grey:hover, .icon-btn.btn-color--blue-grey:active, .icon-btn.btn-color--blue-grey.nice-select.open {
      background-color: #8aa6b9;
      color: #fff; }
  .icon-btn.btn-color--dark-blue-grey {
    border-color: #575d79;
    color: #575d79; }
    .icon-btn.btn-color--dark-blue-grey:hover, .icon-btn.btn-color--dark-blue-grey:active, .icon-btn.btn-color--dark-blue-grey.nice-select.open {
      background-color: #575d79;
      color: #fff; }
  .icon-btn.btn-color--white {
    border-color: #fff;
    color: #fff; }
    .icon-btn.btn-color--white:hover, .icon-btn.btn-color--white:active, .icon-btn.btn-color--white.nice-select.open {
      background-color: #fff;
      color: #113759; }

/*
.swiper-container {
	width: 600px;
	height: 300px;
}
*/
.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }

.swiper-prev,
.swiper-next {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  /*
	&:focus-visible {
		@include focus-style;
	}
	*/ }
  .swiper-prev:not(.icon-btn-alt),
  .swiper-next:not(.icon-btn-alt) {
    border: none;
    background: transparent; }
  .swiper-prev.swiper-button-disabled,
  .swiper-next.swiper-button-disabled {
    cursor: default;
    opacity: 0.3;
    pointer-events: none; }

.swiper-pages {
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 5px;
  top: -2px; }

.swiper-pagination {
  padding-top: 30px;
  padding-bottom: 10px; }

.swiper-pagination-bullets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #8aa6b9;
  transition: background-color 0.4s, border-color 0.4s;
  cursor: pointer; }
  .swiper-pagination-bullet:not(:first-child) {
    margin-left: 10px; }
  .swiper-pagination-bullet:hover {
    background-color: #324254; }
  .swiper-pagination-bullet .focus-visible,
  .swiper-pagination-bullet :focus, .swiper-pagination-bullet:focus-visible {
    border-color: transparent; }

.swiper-pagination-bullet-active {
  background-color: transparent !important;
  width: 12px;
  height: 12px; }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active:focus {
    border-color: #324254; }

.swiper-notification {
  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; }

#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; }

.gallery:not(:last-child) {
  margin-bottom: 40px; }

.gallery .figure {
  line-height: 0; }

.gallery .grid__item {
  line-height: 0;
  margin-bottom: 20px; }

.modal {
  z-index: 990; }
  .modal .gform_confirmation_wrapper {
    padding: 60px 40px 40px;
    min-height: 180px;
    max-height: 80vh; }
  .modal .modal__body,
  .modal .modal__panel {
    height: 100%; }
  .modal .modal__body {
    transition: box-shadow 0.4s;
    transition-delay: 0s;
    max-height: 100vh; }
  .modal .modal__panel.is-scrollable .modal__panel-header {
    box-shadow: 0 10px 20px 0 rgba(131, 151, 166, 0.2); }
  .modal .modal__panel.is-scrollable .modal__panel-footer {
    box-shadow: 0 -10px 20px 0 rgba(131, 151, 166, 0.2); }
  .modal .modal__panel-footer {
    text-align: center; }
  .modal .modal__panel-body {
    position: relative; }
  .modal .modal__back {
    margin-bottom: 20px; }
  .modal .modal__bg {
    transition-duration: 0.4s;
    background-color: rgba(255, 255, 255, 0); }
  .modal .modal__close {
    z-index: 998;
    top: 20px;
    right: 20px;
    color: #324254;
    transition: color 0.4s; }
    .modal .modal__close:hover {
      color: #0389bf; }
  .modal .modal__back {
    color: #324254;
    font-size: 16px;
    transition: color 0.4s; }
    .modal .modal__back:hover {
      color: #0389bf; }
  .modal .modal__inner {
    background-color: #e9eff4; }
    @media only screen and (min-width: 680px) {
      .modal .modal__inner {
        background-color: #fff; } }
  .modal.modal--open .modal__panel.active {
    transform: translateX(0) !important; }
  .modal.modal--open .modal__body {
    transition-delay: 0.4s;
    box-shadow: -30px 30px 60px 0 rgba(131, 151, 166, 0.3) !important; }
  .modal.modal--right .modal__inner,
  .modal.modal--left .modal__inner {
    max-width: 100%; }
  .modal.modal--open .modal__inner {
    transition-duration: 0.4s; }
  .modal.modal--open .modal__bg {
    background-color: rgba(255, 255, 255, 0); }

.modal#work_area_alert.modal--open .modal__bg {
  background-color: rgba(255, 255, 255, 0.75); }

.modal#work_area_alert:not(.modal--open) .modal__inner {
  transform: translate(-50%, 60vh); }

.modal#work_area_alert .modal__inner {
  width: 580px;
  max-width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border: 5px solid #8aa6b9;
  border-radius: 6px; }

.modal:not(.modal--open) {
  display: none; }

.iScrollIndicator {
  background: #f8f8f8 !important;
  border: 1px solid #f8f8f8 !important; }

.nice-select {
  border-color: #8aa6b9;
  width: 100%;
  height: 50px;
  line-height: 50px;
  min-width: 280px;
  padding-left: 30px;
  padding-right: 40px; }
  .nice-select .list {
    width: 100%;
    margin-left: 0;
    box-shadow: 0 0 0 1px #8aa6b9; }
  .nice-select .option.selected {
    color: #113759; }
  .nice-select.open {
    border-color: #8aa6b9; }
  .nice-select:after {
    content: none; }
  .nice-select:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tmg-icons" !important;
    speak: none;
    font-style: normal !important;
    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: "";
    color: #8aa6b9;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

/*
.nice-select {
	width: 100%;
	height: $base-input-height;

	font-size: $h3-size;
	line-height: 1.8;

	background-color: transparent;
	border: none;
	border-bottom: 3px solid $input-border-color;

	padding: 0 $double-spacing 10px 0;
	border-radius: $base-border-radius;
	//color: $colour-dark;
	@include primary-font();

	&.open {
		border-color: $colour-white;
	}

	.list {
		border-radius: $base-border-radius;
		margin: 3px 0 0 0;
		min-width: 100%;
		box-shadow: -30px 30px 60px 0 rgba(0,0,0,0.2);
	}

	.option {
		@include clearfix;
		min-height: $base-input-height;
		padding: 4px $half-spacing 0;
		line-height: 1.8;
		color: $colour-dark;
		@include primary-font();

		&.focus {
			background-color: $colour-light;
			transition: background-color $transition-duration;
		}
		&:hover {
			background-color: lighten($colour-softest, 5%);
		}
		&.selected {
			background-color: $colour-softest !important;
			@include primary-font(bold);
		}
	}

	&:after {
		content: none;
	}
	&:before {
		@include ico;
		//content: $ico-chevron-down;
		color: lighten($input-border-color, 10%);
		position: absolute;
		font-size: 7px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
*/
.links-dropdown {
  position: relative;
  display: inline-block;
  min-width: 280px; }

.links-dropdown__title,
.links-dropdown__list {
  display: block;
  border: 2px solid #324254;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #324254; }

.links-dropdown__title {
  min-height: 50px;
  padding: 12px 50px 12px 20px;
  position: relative;
  margin-bottom: 0;
  border-radius: 3px;
  width: 100%;
  background-color: transparent;
  text-align: left; }
  .links-dropdown__title:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tmg-icons" !important;
    speak: none;
    font-style: normal !important;
    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: "";
    color: #324254;
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: transform 0.4s; }
  .links-dropdown__title:hover {
    cursor: pointer; }
  .links-dropdown__title:focus-visible, .links-dropdown__title.focus-visible {
    border-color: #324254; }

.links-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transform: translateY(-2px);
  z-index: 99;
  display: none;
  border-radius: 0 0 3px 3px; }
  .links-dropdown__list li {
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: 0; }
  .links-dropdown__list a {
    display: block;
    color: #324254;
    border: none;
    position: relative;
    padding: 3px 60px 3px 30px;
    transition: background-color 0.4s; }
    .links-dropdown__list a:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "tmg-icons" !important;
      speak: none;
      font-style: normal !important;
      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: "";
      color: #8aa6b9;
      font-size: 14px;
      position: absolute;
      right: 30px;
      top: 8px;
      transition: color 0.4s; }
    .links-dropdown__list a:hover {
      background-color: #e9eff4;
      color: #0D0B22; }
      .links-dropdown__list a:hover:after {
        color: #324254; }
  .links-dropdown__list li.focus-visible, .links-dropdown__list li:focus-visible, .links-dropdown__list a.focus-visible, .links-dropdown__list a:focus-visible {
    outline: 2px dotted #06b6f4; }

.links-dropdown.active .links-dropdown__title:after {
  transform: rotate(180deg); }

.links-dropdown--light .links-dropdown__title,
.links-dropdown--light .links-dropdown__list {
  border-color: #fff;
  color: #fff; }

.links-dropdown--light .links-dropdown__title:after {
  color: #fff; }

.links-dropdown--light .links-dropdown__list {
  background-color: #324254; }
  .links-dropdown--light .links-dropdown__list a {
    color: #fff; }
    .links-dropdown--light .links-dropdown__list a:hover {
      background-color: #3c4f64;
      color: #e9eff4; }
      .links-dropdown--light .links-dropdown__list a:hover:after {
        color: #e9eff4; }

.breadcrumb {
  font-size: 14px; }
  .breadcrumb .separator--last,
  .breadcrumb > span > span > .separator {
    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; }
  .breadcrumb span, .breadcrumb a {
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #575d79;
    border: none;
    display: inline-block;
    vertical-align: middle; }
  .breadcrumb span > a {
    margin-left: 5px;
    margin-right: 5px; }
  .breadcrumb .breadcrumb_last {
    margin-left: 5px;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .breadcrumb .ico {
    top: -2px;
    color: #8aa6b9; }

body:not(.home) .breadcrumb .breadcrumb_last,
body.home .breadcrumb {
  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; }

.pagination {
  padding: 20px 0; }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .pagination ul > li {
      display: inline-block;
      padding: 0;
      margin: 0; }
      .pagination ul > li:not(:first-child) {
        margin-left: 2px; }
      .pagination ul > li > a,
      .pagination ul > li > span {
        display: block;
        text-align: center;
        width: 40px;
        height: 40px;
        background-color: #f8f8f8;
        color: #575d79;
        text-decoration: none;
        line-height: 40px;
        font-size: 16px;
        border-radius: 3px;
        font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: 600;
        font-style: normal;
        transition: color 0.4s, background-color 0.4s; }
        .pagination ul > li > a.current,
        .pagination ul > li > span.current {
          background-color: #0389bf;
          color: #fff;
          width: 50px;
          height: 50px;
          line-height: 50px; }
      .pagination ul > li > a:hover,
      .pagination ul > li > a:focus,
      .pagination ul > li > a:active,
      .pagination ul > li > a.nice-select.open {
        background-color: #dfdfdf; }

@media only screen and (min-width: 680px) {
  .sharing .nav > li {
    display: list-item; }
  .sharing .nav a {
    display: inline-block; }
  .sharing .icon-btn {
    border-color: #fff;
    color: #fff; }
    .sharing .icon-btn:hover, .sharing .icon-btn:active, .sharing .icon-btn.nice-select.open {
      background-color: #fff;
      color: #113759; } }

@media only screen and (max-width: 679px) {
  .sharing {
    background-color: #f8f8f8;
    padding: 20px;
    text-align: center;
    line-height: 0; }
    .sharing .nav {
      display: inline-block; }
      .sharing .nav > li:not(:first-child) {
        margin-left: 10px; }
    .sharing .icon-btn {
      border-color: #324254;
      color: #324254; }
      .sharing .icon-btn:hover, .sharing .icon-btn:active, .sharing .icon-btn.nice-select.open {
        background-color: #324254;
        color: #fff; } }

.a-z {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -5px;
  width: calc(100% + 5px);
  margin-bottom: 40px;
  /*
	button:not(:first-child) {
		margin-left: 3px;
	}
	*/ }
  @media only screen and (min-width: 1080px) {
    .a-z {
      justify-content: space-between; } }
  .a-z button {
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0389bf;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: background-color 0.4s;
    margin-left: 5px;
    margin-bottom: 5px; }
  .a-z button:hover {
    cursor: pointer;
    background-color: #324254; }
  .a-z button.active {
    background-color: #20285c; }
  .a-z button[disabled] {
    pointer-events: none;
    opacity: 0.5; }

.announcement-bar {
  background-color: #0389bf;
  color: #fff;
  text-align: center;
  height: 48px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 100; }

.announcement-bar__inner *:last-child {
  margin-bottom: 0; }

.announcement-bar a:not([class]) {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  border-bottom: none; }

body.mrguttercleaning .announcement-bar,
body.mrguttercleaning .announcement-bar a:not([class]),
body.mggc .announcement-bar,
body.mggc .announcement-bar a:not([class]),
body.mrsolarcleaning .announcement-bar,
body.mrsolarcleaning .announcement-bar a:not([class]),
body.mrsc .announcement-bar,
body.mrsc .announcement-bar a:not([class]),
body.mrsolarbirdproofing .announcement-bar,
body.mrsolarbirdproofing .announcement-bar a:not([class]),
body.mrsbp .announcement-bar,
body.mrsbp .announcement-bar a:not([class]) {
  color: #000; }

@media only screen and (min-width: 680px) and (max-width: 1079px) {
  .announcement-bar {
    font-size: 13px; } }

@media only screen and (max-width: 679px) {
  .announcement-bar {
    font-size: 11px;
    height: 38px;
    padding-top: 5px;
    padding-bottom: 5px; } }

.page-header {
  background-color: #fff;
  position: sticky;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  @media only screen and (max-width: 679px) {
    .page-header {
      height: 64px; } }
  .page-header > .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
  .page-header nav {
    margin-left: 20px; }

/*
body.admin-bar .page-header {
	top: 80px;
}
@include media-query(medium) {
	body.admin-bar .page-header {
		top: 94px;
	}
}
*/
body.admin-bar .page-header {
  top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar .page-header {
    top: 46px; } }

@media only screen and (max-width: 679px) {
  html:not(.default-masthead) .page-header:not(.sticky) {
    background-color: #e9eff4; } }

.modal__panel-logo,
.header-logo {
  display: inline-block;
  margin-right: auto;
  line-height: 0; }
  .modal__panel-logo .logo-default,
  .modal__panel-logo .logo-alt,
  .header-logo .logo-default,
  .header-logo .logo-alt {
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat; }
  .modal__panel-logo .logo-default,
  .header-logo .logo-default {
    display: inline-block;
    background-image: url(../images/logo.svg);
    width: 257px;
    height: 85px; }
    @media screen and (max-width: 1280px) {
      .modal__panel-logo .logo-default,
      .header-logo .logo-default {
        display: none; } }
  .modal__panel-logo .logo-alt,
  .header-logo .logo-alt {
    display: none;
    background-image: url(../images/logo-alt.svg);
    width: 163px;
    height: 32px; }
    @media screen and (max-width: 1280px) {
      .modal__panel-logo .logo-alt,
      .header-logo .logo-alt {
        display: block; } }

.page-header .phone-link {
  margin-left: 30px;
  font-size: 19px; }
  .page-header .phone-link .ico {
    font-size: 15px; }
  @media screen and (min-width: 1080px) and (max-width: 1150px) {
    .page-header .phone-link {
      margin-left: 20px; } }
  @media only screen and (min-width: 680px) {
    .page-header .phone-link {
      color: #0389bf;
      font-weight: 600;
      padding-left: 20px;
      border-left: 2px solid #0389bf; } }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .page-header .phone-link {
      border-left: none;
      margin-left: 0;
      padding-left: 0;
      margin-right: 20px; } }
  @media only screen and (max-width: 679px) {
    .page-header .phone-link {
      margin-left: 0;
      background-color: #20285c;
      padding: 0 10px;
      border-radius: 5px;
      box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2); }
      .page-header .phone-link,
      .page-header .phone-link .ico {
        color: #fff; } }

.page-header.menu-style--alt:not(.sticky) .phone-link {
  color: #fff; }
  .page-header.menu-style--alt:not(.sticky) .phone-link:hover {
    opacity: 0.9; }

.header-btn {
  display: inline-block;
  margin-left: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: none; }
  @media only screen and (max-width: 679px) {
    .header-btn {
      display: none; } }

.menu-btn {
  margin-left: 20px; }
  .menu-btn .ico {
    font-size: 20px; }

@media only screen and (min-width: 1080px) {
  .menu-btn {
    display: none; } }

.page-header .phone-link:hover, .page-header .phone-link:hover .ico {
  color: #050f19; }

.page-header nav > .nav .sub-menu {
  display: none; }

.page-header nav > .nav > li:not(:first-child) {
  margin-left: 25px; }
  @media screen and (min-width: 1080px) and (max-width: 1150px) {
    .page-header nav > .nav > li:not(:first-child) {
      margin-left: 20px; } }

.page-header nav > .nav > li > a {
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #113759;
  border: none;
  font-size: 15px; }
  .page-header nav > .nav > li > a:hover, .page-header nav > .nav > li > a:hover:after {
    color: #050f19; }

.page-header nav > .nav > li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative; }
  .page-header nav > .nav > li.menu-item-has-children > a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tmg-icons" !important;
    speak: none;
    font-style: normal !important;
    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: "";
    color: #113759;
    font-size: 9px;
    position: absolute;
    right: 0;
    top: 10px; }

.page-header nav > .nav > li.active > a, .page-header nav > .nav > li.active > a:after {
  color: #113759; }

.page-header.menu-style--alt:not(.sticky) nav > .nav > li > a {
  color: #fff; }
  .page-header.menu-style--alt:not(.sticky) nav > .nav > li > a:hover, .page-header.menu-style--alt:not(.sticky) nav > .nav > li > a:hover:after {
    color: #fff;
    opacity: 0.9; }

.page-header.menu-style--alt:not(.sticky) nav > .nav > li.menu-item-has-children > a:after {
  color: #fff; }

.page-header.menu-style--alt:not(.sticky) nav > .nav > li.active > a, .page-header.menu-style--alt:not(.sticky) nav > .nav > li.active > a:after {
  color: #fff; }

.page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:first-child > a {
  color: #113759; }
  .page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:first-child > a:hover, .page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:first-child > a:hover:after {
    color: #050f19;
    opacity: 1; }

.page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:first-child.menu-item-has-children > a:after {
  color: #113759; }

.page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:first-child.active > a, .page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:first-child.active > a:after {
  color: #113759; }

@media screen and (min-width: 1080px) and (max-width: 1450px) {
  .page-header.menu-style--alt:not(.sticky) nav > .nav > li:first-child > a {
    color: #113759; }
    .page-header.menu-style--alt:not(.sticky) nav > .nav > li:first-child > a:hover, .page-header.menu-style--alt:not(.sticky) nav > .nav > li:first-child > a:hover:after {
      color: #050f19;
      opacity: 1; }
  .page-header.menu-style--alt:not(.sticky) nav > .nav > li:first-child.menu-item-has-children > a:after {
    color: #113759; }
  .page-header.menu-style--alt:not(.sticky) nav > .nav > li:first-child.active > a, .page-header.menu-style--alt:not(.sticky) nav > .nav > li:first-child.active > a:after {
    color: #113759; }
  .page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:nth-child(2) > a {
    color: #113759; }
    .page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:nth-child(2) > a:hover, .page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:nth-child(2) > a:hover:after {
      color: #050f19;
      opacity: 1; }
  .page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:nth-child(2).menu-item-has-children > a:after {
    color: #113759; }
  .page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:nth-child(2).active > a, .page-header.menu-style--alt.menu-full:not(.sticky) nav > .nav > li:nth-child(2).active > a:after {
    color: #113759; } }

@media only screen and (max-width: 1079px) {
  .page-header nav {
    display: none; } }

@media only screen and (max-width: 679px) {
  .header-logo {
    max-width: calc(100% - 160px); }
    .header-logo .logo {
      display: inline-block;
      width: 100%; }
    .header-logo .logo-alt {
      max-width: 100%; } }

.page-header.sticky {
  box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2); }
  .page-header.sticky .header-logo .logo-default {
    display: none; }
  .page-header.sticky .header-logo .logo-alt {
    display: inline-block; }

/*
@include media-query(medium) {
	.page-header {
		position: fixed;
		background-color: $colour-white;
		height: 85px;
		@include drop-shadow();
		.header-logo .logo-default {
			display: none;
		}
		.header-logo .logo-alt {
			display: inline-block;
		}
	}
}
*/
@media only screen and (min-width: 680px) {
  .page-header .phone-link,
  .page-header .header-btn,
  .page-header nav > .nav > li:not(:first-child) > a:focus {
    outline-color: #fff; } }

.menu-panel {
  position: fixed;
  z-index: 990;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e9eff4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-100%);
  display: none;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.menu-panel__bg {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #fff;
  z-index: 991; }

body.admin-bar .menu-panel {
  top: 32px; }

.menu-panel__close {
  z-index: 999;
  position: absolute;
  top: 40px;
  right: 40px;
  color: #324254;
  /*
	&:focus-visible {
		@include focus-style;
	}
	*/ }
  .menu-panel__close .ico {
    font-size: 30px; }

.menu-panel__header,
.menu-panel__body {
  width: 100%;
  z-index: 992; }

.menu-panel__logo {
  display: inline-block;
  line-height: 0;
  width: 320px; }
  .menu-panel__logo .logo {
    display: inline-block;
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/logo-alt.svg);
    width: 204px;
    height: 40px; }

.menu-panel__header {
  padding-top: 36px;
  padding-bottom: 36px; }
  .menu-panel__header .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }

.menu-panel__header nav {
  margin-left: 60px; }
  .menu-panel__header nav .sub-menu {
    display: none; }
  .menu-panel__header nav > .nav > li:not(:first-child) {
    margin-left: 34px; }
  .menu-panel__header nav > .nav > li > a {
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #113759;
    border: none;
    font-size: 15px; }
    .menu-panel__header nav > .nav > li > a:hover, .menu-panel__header nav > .nav > li > a:hover:after {
      color: #0389bf; }
  .menu-panel__header nav > .nav > li.menu-item-has-children {
    position: relative; }
    .menu-panel__header nav > .nav > li.menu-item-has-children:after {
      content: "";
      pointer-events: none;
      position: absolute;
      left: 0;
      bottom: 0;
      transform: translateY(-2px);
      width: 100%;
      height: 3px;
      overflow: hidden;
      font-size: 0;
      line-height: 0;
      background-color: rgba(138, 166, 185, 0);
      transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s; }
    .menu-panel__header nav > .nav > li.menu-item-has-children.active:after {
      transform: translateY(8px);
      background-color: #8aa6b9; }
  .menu-panel__header nav > .nav > li.menu-item-has-children > a {
    padding-right: 20px;
    position: relative; }
    .menu-panel__header nav > .nav > li.menu-item-has-children > a:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "tmg-icons" !important;
      speak: none;
      font-style: normal !important;
      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: "";
      font-size: 9px;
      position: absolute;
      right: 0;
      top: 10px; }
  .menu-panel__header nav > .nav > li.active > a, .menu-panel__header nav > .nav > li.active > a:after {
    color: #113759; }

.menu-panel__body {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .menu-panel__body .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .menu-panel__body .sub-menu,
  .menu-panel__body .menu-panel__content-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateX(-40px);
    pointer-events: none;
    opacity: 0;
    display: none;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
    transition-delay: 0s; }
    .menu-panel__body .sub-menu.active,
    .menu-panel__body .menu-panel__content-block.active {
      opacity: 1;
      pointer-events: all;
      transform: translateX(0);
      transition-delay: 0.2s; }
  .menu-panel__body .sub-menu a {
    border: none; }

.menu-panel__submenu {
  position: relative;
  width: calc(100% - 400px);
  transition: width 0.4s; }
  .menu-panel__submenu.no-child-submenu {
    width: calc(100% - 820px); }
  .menu-panel__submenu > .sub-menu {
    padding-right: 40px;
    left: 0;
    top: 0;
    position: absolute;
    width: 320px; }
  .menu-panel__submenu > .sub-menu > li {
    padding-right: 30px; }
    .menu-panel__submenu > .sub-menu > li.menu-item-has-children {
      position: relative; }
      .menu-panel__submenu > .sub-menu > li.menu-item-has-children:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "tmg-icons" !important;
        speak: none;
        font-style: normal !important;
        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: "";
        color: #717e88;
        font-size: 9px;
        position: absolute;
        right: 0;
        top: 10px; }
      .menu-panel__submenu > .sub-menu > li.menu-item-has-children:hover:after {
        color: #0389bf; }
      .menu-panel__submenu > .sub-menu > li.menu-item-has-children.active:after {
        color: #324254; }
  .menu-panel__submenu > .sub-menu > li > a {
    font-size: 18px;
    color: #717e88; }
    .menu-panel__submenu > .sub-menu > li > a:hover {
      color: #0389bf; }
  .menu-panel__submenu > .sub-menu > li.active > a, .menu-panel__submenu > .sub-menu > li.active > a:hover {
    color: #324254; }
  .menu-panel__submenu .child-submenu {
    transition-delay: 0s;
    position: absolute;
    width: 320px;
    left: 380px;
    top: 0; }
    .menu-panel__submenu .child-submenu > li:not(:last-child) {
      margin-bottom: 10px; }
    .menu-panel__submenu .child-submenu.active {
      transition-delay: 0.4s; }
  .menu-panel__submenu .child-submenu a {
    font-size: 15px;
    color: #324254; }
    .menu-panel__submenu .child-submenu a:hover {
      color: #0389bf; }

/*
.menu-panel__child-submenu {
	width: $menu-panel-panel-sizer;
	margin-left: $triple-spacing;
	position: relative;
	.sub-menu {
		transition-delay: 0s;
		&.active {
			transition-delay: $menu-panel-transition-duration * 2;
		}
	}
	.sub-menu a {
		font-size: $small-text-size;
		color: $colour-dark-navy;
		&:hover {
			color: $colour-secondary;
		}
	}
}
*/
.menu-panel__content {
  width: 400px;
  position: relative; }
  .menu-panel__content .menu-panel__content-block.active {
    transition-delay: 0.6s; }

.menu-panel .phone-link {
  font-size: 23px;
  margin-bottom: 10px; }
  .menu-panel .phone-link .ico {
    font-size: 15px; }
  @media only screen and (max-width: 1079px) {
    .menu-panel .phone-link {
      font-size: 20px; }
      .menu-panel .phone-link .ico {
        color: #0389bf;
        font-size: 15px; } }

@media only screen and (min-width: 1080px) {
  html.menu-open .menu-panel.active {
    transform: translateX(0); } }

.page-footer {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center; }

.page-footer__top {
  margin-bottom: 20px; }

.footer-text {
  display: inline-block;
  margin: 0; }

.footer-text + .footer-links {
  margin-left: 10px; }

.footer-text,
.footer-links a {
  font-size: 13px;
  color: #575d79; }

.footer-links {
  display: inline-block; }
  .footer-links a {
    border: none; }
  .footer-links li:not(:first-child) {
    margin-left: 10px; }

.social-links li:not(:first-child) {
  margin-left: 15px; }

.masthead {
  z-index: 1; }
  .masthead .figure {
    line-height: 0; }
  .masthead.light-gradient .masthead__background:after, .masthead.dark-gradient .masthead__background:after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.56;
    z-index: 1; }
  .masthead.light-gradient .masthead__background .figure, .masthead.dark-gradient .masthead__background .figure {
    z-index: 1; }
  .masthead.light-gradient .masthead__background:after {
    background-image: linear-gradient(-2deg, rgba(168, 200, 228, 0) 57%, #8da9af 91%); }
  .masthead.dark-gradient .masthead__background:after {
    background-image: linear-gradient(-2deg, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.6) 91%); }

.masthead__body {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  @media only screen and (max-width: 1079px) {
    .masthead__body {
      z-index: 1; } }
  @media only screen and (max-width: 679px) {
    .masthead__body {
      margin-top: 240px;
      padding-top: 20px;
      padding-bottom: 40px; } }

.masthead__image {
  height: auto;
  position: absolute;
  line-height: 0;
  pointer-events: none;
  overflow: hidden;
  background-repeat: no-repeat; }
  .masthead__image.pos--bottom-left {
    left: 45%;
    bottom: 0; }
  .masthead__image.pos--bottom-center {
    right: 380px;
    bottom: 0;
    transform: translateX(50%); }
  .masthead__image.pos--bottom-right {
    right: 0;
    bottom: 0; }

.masthead__background,
.masthead__background:before {
  position: absolute;
  height: 500px;
  width: 1012px;
  top: 0; }
  @media screen and (min-width: 1080px) and (max-width: 1440px) {
    .masthead__background,
    .masthead__background:before {
      width: 60%; } }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .masthead__background,
    .masthead__background:before {
      width: 40%;
      height: 470px; } }
  @media only screen and (max-width: 679px) {
    .masthead__background,
    .masthead__background:before {
      width: 100%;
      height: 240px; } }

.masthead__background {
  z-index: 1;
  right: 0; }
  .masthead__background .figure {
    z-index: 1; }
    .masthead__background .figure, .masthead__background .figure img {
      border-radius: 0; }

.masthead__background:before {
  content: "";
  left: -1px;
  pointer-events: none;
  background: transparent url(../images/masthead-image-shape.svg) 0 0 no-repeat;
  background-size: contain;
  z-index: 2; }
  @media only screen and (max-width: 679px) {
    .masthead__background:before {
      display: none; } }

.masthead__shape {
  z-index: 2;
  position: absolute;
  width: 100%; }

.masthead__content .breadcrumb {
  margin-bottom: 10px; }

.masthead-style--minimal .masthead__content {
  padding-top: 30px;
  padding-bottom: 30px; }
  .masthead-style--minimal .masthead__content h1 {
    margin-bottom: 0; }

@media only screen and (max-width: 679px) {
  .masthead-style--minimal .masthead__body {
    margin-top: 0;
    padding: 0; } }

.reviews-snapshot:empty {
  display: none; }

.reviews-snapshot {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 10px;
  font-weight: 600;
  position: absolute;
  z-index: 5;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }

.reviews-snapshot__stars {
  position: relative;
  top: -1px;
  font-size: 14px; }
  .reviews-snapshot__stars .base-stars,
  .reviews-snapshot__stars .review-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap; }
  .reviews-snapshot__stars .ico {
    display: inline-block;
    margin-left: 3px; }
  .reviews-snapshot__stars .base-stars {
    color: #cccccc; }
  .reviews-snapshot__stars .review-stars {
    color: #e7c44b;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0; }

.reviews-snapshot__rating,
.reviews-snapshot__count {
  margin-left: 5px; }

.reviews-snapshot__count {
  padding-left: 5px;
  border-left: 1px solid #575d79; }

@media only screen and (min-width: 680px) {
  .reviews-snapshot {
    width: 380px;
    right: 40px;
    bottom: 0;
    transform: translateY(50%); } }

@media screen and (min-width: 980px) {
  .masthead-style--trust-badges .reviews-snapshot {
    width: 460px;
    font-size: 16px; }
  .masthead-style--trust-badges .reviews-snapshot__stars {
    font-size: 20px; } }

@media only screen and (max-width: 679px) {
  .reviews-snapshot {
    width: 330px;
    font-size: 10px;
    top: 214px;
    left: 50%;
    transform: translate(-50%, 50%); } }

.masthead.masthead-style--trust-badges {
  margin-bottom: 60px; }
  @media screen and (max-width: 679px) {
    .masthead.masthead-style--trust-badges {
      margin-bottom: 120px; } }
  @media screen and (min-width: 680px) and (max-width: 899px) {
    .masthead.masthead-style--trust-badges {
      margin-bottom: 180px; } }

.masthead .trust-badges {
  width: 420px;
  max-width: calc(100% - 40px);
  position: absolute;
  left: 12%;
  bottom: 0;
  transform: translateY(40%);
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px; }
  @media screen and (max-width: 899px) {
    .masthead .trust-badges {
      left: 50%;
      bottom: 20px;
      transform: translate(-50%, 100%); } }
  @media screen and (min-width: 680px) and (max-width: 899px) {
    .masthead .trust-badges {
      bottom: -40px; } }
  @media screen and (min-width: 900px) and (max-width: 980px) {
    .masthead .trust-badges {
      transform: translateY(50%);
      gap: 10px;
      width: 380px; } }
  @media screen and (max-width: 379px) {
    .masthead .trust-badges {
      gap: 10px; } }
  @media screen and (min-width: 900px) and (max-width: 1199px) {
    .masthead .trust-badges {
      left: 40px; } }
  @media screen and (min-width: 1200px) and (max-width: 1279px) {
    .masthead .trust-badges {
      left: 5%; } }
  @media screen and (min-width: 1280px) and (max-width: 1599px) {
    .masthead .trust-badges {
      left: 10%; } }

.masthead .trust-badge {
  width: auto;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #324254;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3; }
  @media screen and (min-width: 900px) and (max-width: 980px) {
    .masthead .trust-badge {
      font-size: 14px; } }
  @media screen and (max-width: 379px) {
    .masthead .trust-badge {
      font-size: 14px; } }

.masthead-style--default .masthead__body,
.masthead-style--trust .masthead__body {
  z-index: unset; }

.masthead-style--default .masthead__content,
.masthead-style--trust .masthead__content {
  position: relative;
  z-index: 3;
  width: 480px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .masthead-style--default .masthead__content,
    .masthead-style--trust .masthead__content {
      width: 50%; } }
  @media only screen and (max-width: 679px) {
    .masthead-style--default .masthead__content,
    .masthead-style--trust .masthead__content {
      width: 100%; } }

.masthead-style--default .masthead__inner,
.masthead-style--trust .masthead__inner {
  height: 500px;
  overflow: visible; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .masthead-style--default .masthead__inner,
    .masthead-style--trust .masthead__inner {
      height: 470px;
      overflow: hidden; } }
  @media only screen and (max-width: 679px) {
    .masthead-style--default .masthead__inner,
    .masthead-style--trust .masthead__inner {
      overflow: auto;
      height: auto; } }

.masthead-style--default .masthead__image,
.masthead-style--trust .masthead__image {
  z-index: 5;
  max-height: 500px;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 60%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain; }
  .masthead-style--default .masthead__image figure,
  .masthead-style--trust .masthead__image figure {
    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: 680px) and (max-width: 1079px) {
    .masthead-style--default .masthead__image,
    .masthead-style--trust .masthead__image {
      width: 56%;
      max-height: 470px;
      background-size: auto 95%; } }
  @media only screen and (max-width: 679px) {
    .masthead-style--default .masthead__image,
    .masthead-style--trust .masthead__image {
      bottom: auto;
      width: 100%;
      max-height: 200px;
      top: 40px;
      background-size: auto 100%; }
      .masthead-style--default .masthead__image.bg-pos--left-bottom,
      .masthead-style--trust .masthead__image.bg-pos--left-bottom {
        background-position: left bottom; }
      .masthead-style--default .masthead__image.bg-pos--center-bottom,
      .masthead-style--trust .masthead__image.bg-pos--center-bottom {
        background-position: center bottom; }
      .masthead-style--default .masthead__image.bg-pos--right-bottom,
      .masthead-style--trust .masthead__image.bg-pos--right-bottom {
        background-position: right bottom; } }

.masthead-style--alt,
.masthead-style--article {
  /*
	@include media-query(small) {
		.masthead__inner,
		.masthead__body {
			background-color: $colour-white;
		}
	}
	 */ }
  .masthead-style--alt .masthead__inner,
  .masthead-style--article .masthead__inner {
    position: relative; }
  .masthead-style--alt .masthead__shape,
  .masthead-style--article .masthead__shape {
    left: 0;
    bottom: -1px;
    height: 305px;
    background: transparent url(../images/small-masthead-shape.svg) 100% 0 no-repeat; }
    .masthead-style--alt .masthead__shape svg,
    .masthead-style--article .masthead__shape svg {
      display: none !important; }
    @media only screen and (min-width: 680px) and (max-width: 1079px) {
      .masthead-style--alt .masthead__shape,
      .masthead-style--article .masthead__shape {
        background-size: contain;
        background-position: 100% 100%; } }
    @media only screen and (max-width: 679px) {
      .masthead-style--alt .masthead__shape,
      .masthead-style--article .masthead__shape {
        display: none; } }
  .masthead-style--alt .masthead__body,
  .masthead-style--article .masthead__body {
    justify-content: flex-start; }

.masthead-style--alt .masthead__inner {
  min-height: 420px;
  height: auto;
  /*
		@include media-query(medium) {
			//height: 300px;
			height: 200px;
		}
		@include media-query(small) {
			overflow: auto;
			height: auto;
		}
		*/ }
  @media only screen and (max-width: 1079px) {
    .masthead-style--alt .masthead__inner {
      overflow: auto;
      min-height: 0; } }

.masthead-style--alt .masthead__content {
  width: 50%; }
  @media only screen and (max-width: 679px) {
    .masthead-style--alt .masthead__content {
      width: 100%; } }

.masthead-style--alt .masthead__image {
  z-index: 1;
  right: 0;
  bottom: 0;
  background-image: none !important; }
  .masthead-style--alt .masthead__image .figure {
    height: 430px; }
    @media only screen and (min-width: 680px) and (max-width: 1079px) {
      .masthead-style--alt .masthead__image .figure {
        height: 300px; } }
  @media only screen and (max-width: 679px) {
    .masthead-style--alt .masthead__image {
      display: none; } }

.masthead-style--alt .masthead__body {
  padding-top: 200px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .masthead-style--alt .masthead__body {
      padding-top: 60px; } }
  @media only screen and (max-width: 679px) {
    .masthead-style--alt .masthead__body {
      padding-top: 20px;
      margin-top: 0;
      padding-bottom: 0; } }

.masthead-style--alt .reviews-snapshot {
  bottom: unset;
  top: 110px;
  right: 11%; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .masthead-style--alt .reviews-snapshot {
      top: 0;
      right: 40px; } }
  @media only screen and (max-width: 679px) {
    .masthead-style--alt .reviews-snapshot {
      top: 20px;
      right: unset; } }

.masthead-style--article {
  position: relative; }
  .masthead-style--article .masthead__inner {
    min-height: 620px;
    height: auto; }
    @media only screen and (min-width: 680px) and (max-width: 1079px) {
      .masthead-style--article .masthead__inner {
        min-height: 450px; } }
    @media only screen and (max-width: 679px) {
      .masthead-style--article .masthead__inner {
        min-height: none; } }
  .masthead-style--article .masthead__body {
    width: 1060px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 140px; }
    @media only screen and (min-width: 680px) and (max-width: 1079px) {
      .masthead-style--article .masthead__body {
        padding-top: 40px; } }
    @media only screen and (max-width: 679px) {
      .masthead-style--article .masthead__body {
        padding-top: 85px;
        padding-bottom: 0;
        flex-direction: column-reverse;
        justify-content: flex-end; } }
  .masthead-style--article .masthead__image {
    z-index: 1;
    top: 190px;
    width: 100%;
    height: 650px;
    box-shadow: 20px 30px 30px 0 rgba(131, 151, 166, 0.15); }
    @media only screen and (min-width: 680px) and (max-width: 1079px) {
      .masthead-style--article .masthead__image {
        top: 100px;
        height: 480px; } }
    @media only screen and (max-width: 679px) {
      .masthead-style--article .masthead__image {
        position: relative;
        top: auto;
        height: 230px; } }
    .masthead-style--article .masthead__image figure:after {
      content: "";
      display: block;
      position: absolute;
      pointer-events: none;
      bottom: 0;
      right: -20%;
      width: 100%;
      height: 70%;
      border-radius: 3px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      transform: rotate(-20deg); }
  .masthead-style--article .masthead__content {
    width: 100%; }
    @media only screen and (min-width: 680px) and (max-width: 1079px) {
      .masthead-style--article .masthead__content {
        padding-left: 40px;
        padding-right: 40px; } }
    @media only screen and (max-width: 679px) {
      .masthead-style--article .masthead__content {
        padding: 20px; } }

/*
body.single-post .masthead-style--article {
	@include media-query(small) {
		margin-bottom: $double-spacing;
	}
	.masthead__image {
		top: 140px;
		@include media-query(medium) {
			top: 0;
		}
	}
	.masthead__body {
		@include media-query(medium) {
			padding-top: 0;
		}
	}
	.masthead__content {
		@include accessibility;
	}
}
*/
.gfield_visibility_hidden {
  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_fields textarea,
.gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #324254; }
  .gform_fields textarea:focus,
  .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus {
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1); }

.gform_fields textarea {
  padding: 8px 20px;
  height: 220px; }

.gform_fields .gfield.gfield_visibility_visible:not(.gfield_has_choices) {
  margin-bottom: 20px; }
  .gform_fields .gfield.gfield_visibility_visible:not(.gfield_has_choices) .address_autocomplete {
    margin-bottom: 20px; }

.gfield:not(.image-choices-field) input[type="checkbox"],
.gfield:not(.image-choices-field) input[type="radio"] {
  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_boxed {
  border-radius: 3px;
  background-color: #fafbfd;
  border: 1px solid #8aa6b9;
  padding: 20px 30px; }
  .gfield.gf_boxed .gfield_label {
    font-size: 16px; }
  .gfield.gf_boxed:not(:last-child) {
    margin-bottom: 20px; }

.gfield:not(.image-choices-field) .gfield_checkbox,
.gfield:not(.image-choices-field) .gfield_radio,
.gfield:not(.image-choices-field) .ginput_container_consent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .gfield:not(.image-choices-field) .gfield_checkbox [class^="gchoice"],
  .gfield:not(.image-choices-field) .gfield_radio [class^="gchoice"],
  .gfield:not(.image-choices-field) .ginput_container_consent [class^="gchoice"] {
    width: 50%;
    margin: 0 0 20px; }
    @media only screen and (max-width: 679px) {
      .gfield:not(.image-choices-field) .gfield_checkbox [class^="gchoice"],
      .gfield:not(.image-choices-field) .gfield_radio [class^="gchoice"],
      .gfield:not(.image-choices-field) .ginput_container_consent [class^="gchoice"] {
        width: 100%; } }
  .gfield:not(.image-choices-field) .gfield_checkbox [class^="gchoice"] input + label,
  .gfield:not(.image-choices-field) .gfield_checkbox input + .gfield_consent_label,
  .gfield:not(.image-choices-field) .gfield_checkbox .other-choice,
  .gfield:not(.image-choices-field) .gfield_radio [class^="gchoice"] input + label,
  .gfield:not(.image-choices-field) .gfield_radio input + .gfield_consent_label,
  .gfield:not(.image-choices-field) .gfield_radio .other-choice,
  .gfield:not(.image-choices-field) .ginput_container_consent [class^="gchoice"] input + label,
  .gfield:not(.image-choices-field) .ginput_container_consent input + .gfield_consent_label,
  .gfield:not(.image-choices-field) .ginput_container_consent .other-choice {
    position: relative;
    display: inline-block;
    padding: 1px 20px 0 40px;
    min-height: 24px;
    margin: 0;
    line-height: 1.4;
    color: #575d79;
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    font-style: normal; }
    .gfield:not(.image-choices-field) .gfield_checkbox [class^="gchoice"] input + label:before,
    .gfield:not(.image-choices-field) .gfield_checkbox input + .gfield_consent_label:before,
    .gfield:not(.image-choices-field) .gfield_checkbox .other-choice:before,
    .gfield:not(.image-choices-field) .gfield_radio [class^="gchoice"] input + label:before,
    .gfield:not(.image-choices-field) .gfield_radio input + .gfield_consent_label:before,
    .gfield:not(.image-choices-field) .gfield_radio .other-choice:before,
    .gfield:not(.image-choices-field) .ginput_container_consent [class^="gchoice"] input + label:before,
    .gfield:not(.image-choices-field) .ginput_container_consent input + .gfield_consent_label:before,
    .gfield:not(.image-choices-field) .ginput_container_consent .other-choice:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      border-radius: 3px;
      border: 1px solid #8aa6b9;
      background-color: #fff;
      transition: background-color 0.4s, border-color 0.4s;
      box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1); }
    .gfield:not(.image-choices-field) .gfield_checkbox [class^="gchoice"] input + label:after,
    .gfield:not(.image-choices-field) .gfield_checkbox input + .gfield_consent_label:after,
    .gfield:not(.image-choices-field) .gfield_checkbox .other-choice:after,
    .gfield:not(.image-choices-field) .gfield_radio [class^="gchoice"] input + label:after,
    .gfield:not(.image-choices-field) .gfield_radio input + .gfield_consent_label:after,
    .gfield:not(.image-choices-field) .gfield_radio .other-choice:after,
    .gfield:not(.image-choices-field) .ginput_container_consent [class^="gchoice"] input + label:after,
    .gfield:not(.image-choices-field) .ginput_container_consent input + .gfield_consent_label:after,
    .gfield:not(.image-choices-field) .ginput_container_consent .other-choice:after {
      display: block;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 12px;
      top: 12px;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "tmg-icons" !important;
      speak: none;
      font-style: normal !important;
      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: "";
      color: #fff;
      font-size: 12px; }
  .gfield:not(.image-choices-field) .gfield_checkbox [class^="gchoice"] input + label:hover:before,
  .gfield:not(.image-choices-field) .gfield_checkbox input + .gfield_consent_label:hover:before,
  .gfield:not(.image-choices-field) .gfield_checkbox .other-choice,
  .gfield:not(.image-choices-field) .gfield_radio [class^="gchoice"] input + label:hover:before,
  .gfield:not(.image-choices-field) .gfield_radio input + .gfield_consent_label:hover:before,
  .gfield:not(.image-choices-field) .gfield_radio .other-choice,
  .gfield:not(.image-choices-field) .ginput_container_consent [class^="gchoice"] input + label:hover:before,
  .gfield:not(.image-choices-field) .ginput_container_consent input + .gfield_consent_label:hover:before,
  .gfield:not(.image-choices-field) .ginput_container_consent .other-choice {
    border-color: #324254; }
  .gfield:not(.image-choices-field) .gfield_checkbox [class^="gchoice"] input:checked + label:before,
  .gfield:not(.image-choices-field) .gfield_checkbox input:checked + .gfield_consent_label:before,
  .gfield:not(.image-choices-field) .gfield_checkbox .other-choice.checked:before,
  .gfield:not(.image-choices-field) .gfield_radio [class^="gchoice"] input:checked + label:before,
  .gfield:not(.image-choices-field) .gfield_radio input:checked + .gfield_consent_label:before,
  .gfield:not(.image-choices-field) .gfield_radio .other-choice.checked:before,
  .gfield:not(.image-choices-field) .ginput_container_consent [class^="gchoice"] input:checked + label:before,
  .gfield:not(.image-choices-field) .ginput_container_consent input:checked + .gfield_consent_label:before,
  .gfield:not(.image-choices-field) .ginput_container_consent .other-choice.checked:before {
    border-color: #324254;
    background-color: #324254; }
  .gfield:not(.image-choices-field) .gfield_checkbox .other-choice,
  .gfield:not(.image-choices-field) .gfield_radio .other-choice,
  .gfield:not(.image-choices-field) .ginput_container_consent .other-choice {
    padding-top: 0; }
  .gfield:not(.image-choices-field) .gfield_checkbox .other-choice > input[type="text"],
  .gfield:not(.image-choices-field) .gfield_radio .other-choice > input[type="text"],
  .gfield:not(.image-choices-field) .ginput_container_consent .other-choice > input[type="text"] {
    margin-left: 0 !important;
    padding: 4px 15px !important;
    height: 40px !important; }

.gfield:not(.image-choices-field).gfield_radio [class^="gchoice"] input + label:before,
.gfield:not(.image-choices-field).gfield_radio .other-choice:before {
  border-radius: 50%; }

.ginput_container_consent {
  margin-bottom: 20px; }

.validation_error {
  padding: 20px 40px;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px; }
  .validation_error > h2 {
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #fff; }
  .validation_error .gform-icon {
    display: none; }
  .validation_error > *:last-child {
    margin-bottom: 0; }

.section--form .gform_wrapper .gsection.collapsible-sections-field,
.section--form .collapsible-sections-field {
  background-color: #f8f8f8;
  padding: 30px 40px !important;
  border: none !important; }
  .section--form .gform_wrapper .gsection.collapsible-sections-field h2.gsection_title,
  .section--form .collapsible-sections-field h2.gsection_title {
    font-size: 18px; }
    .section--form .gform_wrapper .gsection.collapsible-sections-field h2.gsection_title:after,
    .section--form .collapsible-sections-field h2.gsection_title:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "tmg-icons" !important;
      speak: none;
      font-style: normal !important;
      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: "";
      color: #0389bf;
      font-size: 14px !important;
      transform: none;
      border: none;
      width: 14px;
      height: 14px;
      top: 3px;
      right: 0; }
  .section--form .gform_wrapper .gsection.collapsible-sections-field.collapsible-sections-open h2.gsection_title:after,
  .section--form .collapsible-sections-field.collapsible-sections-open h2.gsection_title:after {
    content: "" !important; }

.section--form .collapsible-sections-collapsible-body {
  border: none !important;
  padding: 30px 40px; }
  .section--form .collapsible-sections-collapsible-body .gfield.gfield_visibility_visible:last-child {
    margin-bottom: 0; }

body .gfield .gfgeo-advanced-address-locator-button-enabled input[type="text"].advanced-address-autocomplete,
body .gfield .gfgeo-advanced-address-autocomplete-inner input[type="text"][data-locator_enabled="1"],
body .gfield .ginput_container_gfgeo_address.gfgeo-address-locator-wrapper input[type="text"][data-locator_enabled="1"] {
  padding-left: 40px !important; }

body .gfield .ginput_container .gfgeo-locator-button-wrapper.infield {
  top: 57%;
  width: 20px;
  left: 11px; }

body .gfield .ginput_container_address .gfgeo-locator-button-wrapper.infield {
  top: 35%; }

.ginput_complex label {
  padding-top: 0; }

.gfgeo-advanced-address-autocomplete-inner {
  position: relative; }
  .gfgeo-advanced-address-autocomplete-inner:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tmg-icons" !important;
    speak: none;
    font-style: normal !important;
    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: "";
    color: #8aa6b9;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }

.submit-on-right .gform_page_footer .gform_next_button {
  float: right; }

.submit-on-right .gform_page_footer .gform_next_button ~ button[id^="gform_submit"] {
  margin-top: 20px; }

.gform_wrapper .gf_page_steps {
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative; }
  .gform_wrapper .gf_page_steps:before {
    content: "";
    position: absolute;
    height: 2px;
    overflow: hidden;
    background-color: #e9eff4;
    z-index: -1;
    top: 14px;
    width: calc(100% - 60px);
    left: 30px; }

.gform_wrapper .gf_step {
  float: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
  .gform_wrapper .gf_step.gf_step_active .gf_step_number {
    background-color: #20285c;
    color: #fff; }

body.mrguttercleaning .gform_wrapper .gf_step.gf_step_active .gf_step_number,
body.mrgc .gform_wrapper .gf_step.gf_step_active .gf_step_number,
body.mrsolarcleaning .gform_wrapper .gf_step.gf_step_active .gf_step_number,
body.mrsc .gform_wrapper .gf_step.gf_step_active .gf_step_number,
body.mrsolarbirdproofing .gform_wrapper .gf_step.gf_step_active .gf_step_number,
body.mrsbp .gform_wrapper .gf_step.gf_step_active .gf_step_number {
  color: #000; }

.gform_wrapper .gf_step_number {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9eff4;
  color: #575d79;
  text-align: center;
  line-height: 30px;
  margin-bottom: 5px; }

.gform_wrapper .gf_step_label {
  font-size: 13px; }

.gform_wrapper .image-choices-admin-field.image-choices-use-images .image-choices-choice-selected,
.gform_wrapper .image-choices-field .image-choices-choice-selected {
  border-color: #8aa6b9;
  border-radius: 3px; }

.gform_wrapper .image-choices-admin-field.image-choices-use-images .image-choices-choice-focus label,
.gform_wrapper .image-choices-field .image-choices-choice-focus label {
  border-color: rgba(138, 166, 185, 0); }

.gform_wrapper .image-choices-admin-field.image-choices-use-images .image-choices-choice-image-wrap,
.gform_wrapper .image-choices-field .image-choices-choice-image-wrap {
  width: 100%;
  height: 130px; }

.gform_wrapper .image-choices-admin-field.image-choices-use-images .image-choices-choice label,
.gform_wrapper .image-choices-field .image-choices-choice label {
  padding: 0 0 10px 0 !important; }

.gform_wrapper .image-choices-field .gfield_checkbox,
.gform_wrapper .image-choices-field .gfield_radio {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important; }

.gform_wrapper .image-choices-admin-field.image-choices-use-images .image-choices-choice,
.gform_wrapper .image-choices-field .image-choices-choice {
  margin-right: 0 !important;
  width: calc(25% - 10px); }
  @media only screen and (max-width: 679px) {
    .gform_wrapper .image-choices-admin-field.image-choices-use-images .image-choices-choice,
    .gform_wrapper .image-choices-field .image-choices-choice {
      width: calc(50% - 10px); } }

.gform_wrapper .brand-field.image-choices-admin-field.image-choices-use-images .image-choices-choice,
.gform_wrapper .brand-field.image-choices-field .image-choices-choice {
  width: calc(33.333% - 10px); }
  @media only screen and (max-width: 679px) {
    .gform_wrapper .brand-field.image-choices-admin-field.image-choices-use-images .image-choices-choice,
    .gform_wrapper .brand-field.image-choices-field .image-choices-choice {
      width: calc(50% - 10px); } }

.gpfup__droparea {
  background: #fff;
  border-color: #8aa6b9;
  color: #575d79; }

.gform_page_footer {
  margin-top: 0; }

.gfield_validation_message {
  clear: both; }

.gfield.gfield--type-address.gfield_error .gfield_validation_message {
  display: block; }

.modal#mobile_menu {
  /*
	.modal__panel-footer > a.btn {
		@include primary-font(medium);
		font-size: 20px;
		line-height: 50px;
		border-radius: 30px;
		.ico {
			font-size: 16px;
		}
	}
	*/
  /*
	.modal__panel--primary .modal__panel-header {
		height: 90px;
	}
	 */ }
  .modal#mobile_menu .modal__inner {
    width: 100%; }
  @media screen and (min-width: 540px) {
    .modal#mobile_menu .modal__inner {
      width: 450px; }
    .modal#mobile_menu .modal__panel {
      padding: 0 30px; } }
  .modal#mobile_menu .modal__panel {
    background-color: #e9eff4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: transform 0.4s; }
    @media only screen and (min-width: 680px) {
      .modal#mobile_menu .modal__panel {
        background-color: #fff; } }
  .modal#mobile_menu .modal__panel-header {
    padding: 30px 30px 0;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end; }
  .modal#mobile_menu .modal__panel-footer > a.btn {
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 56px;
    border-radius: 30px; }
    .modal#mobile_menu .modal__panel-footer > a.btn .ico {
      font-size: 18px; }
  .modal#mobile_menu .modal__back {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
    font-size: 20px; }
  .modal#mobile_menu .modal__panel-title {
    color: #8aa6b9;
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 0; }
  .modal#mobile_menu .modal__panel-body {
    padding-top: 30px; }
  .modal#mobile_menu .modal__panel-footer {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #e9eff4; }
    @media only screen and (min-width: 680px) {
      .modal#mobile_menu .modal__panel-footer {
        background-color: #fff; } }
    .modal#mobile_menu .modal__panel-footer > * {
      width: 100%; }
      .modal#mobile_menu .modal__panel-footer > *:not(:last-child) {
        margin-bottom: 5px; }
  .modal#mobile_menu li.mobile-menu-hide {
    display: none !important; }
  .modal#mobile_menu nav {
    padding: 0 30px; }
  .modal#mobile_menu nav > .nav > li > .nav,
  .modal#mobile_menu nav > .nav > li > .nav > li > .nav {
    display: none; }
  .modal#mobile_menu .nav,
  .modal#mobile_menu .nav li {
    display: block; }
  .modal#mobile_menu .nav li:not(:last-child) {
    margin-bottom: 20px; }
  .modal#mobile_menu .nav a {
    display: block;
    position: relative;
    font-size: 20px;
    color: #113759;
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 0;
    border: none; }
    .modal#mobile_menu .nav a:hover, .modal#mobile_menu .nav a:hover:after, .modal#mobile_menu .nav a:active, .modal#mobile_menu .nav a.nice-select.open, .modal#mobile_menu .nav a:active:after, .modal#mobile_menu .nav a.nice-select.open:after, .modal#mobile_menu .nav a:focus, .modal#mobile_menu .nav a:focus:after {
      color: #0389bf !important; }
  .modal#mobile_menu .nav li.menu-item-has-children > a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tmg-icons" !important;
    speak: none;
    font-style: normal !important;
    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: "";
    color: #8aa6b9;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 10px; }
  .modal#mobile_menu .nav > li:last-child:not(:first-child) > a {
    padding-bottom: 0; }
  .modal#mobile_menu .modal__panel--primary {
    z-index: 1; }
    .modal#mobile_menu .modal__panel--primary .modal__panel-body {
      padding-bottom: 40px; }
  .modal#mobile_menu .modal__panel--secondary,
  .modal#mobile_menu .modal__panel--tertiary {
    z-index: 999;
    box-shadow: -30px 30px 60px 0 rgba(131, 151, 166, 0);
    transition: transform 0.4s, box-shadow 0.4s; }
    .modal#mobile_menu .modal__panel--secondary .modal__panel-header,
    .modal#mobile_menu .modal__panel--tertiary .modal__panel-header {
      border-bottom: 1px solid #dae4eb; }
    .modal#mobile_menu .modal__panel--secondary.active,
    .modal#mobile_menu .modal__panel--tertiary.active {
      box-shadow: -30px 30px 60px 0 rgba(131, 151, 166, 0.3); }

@media only screen and (max-width: 679px) {
  .modal .scrollable {
    overflow: scroll; } }

.modal#mobile_menu .modal__panel--primary .modal__panel-header {
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px; }

.modal#mobile_menu .modal__panel-logo {
  margin-left: auto; }

.modal#mobile_menu[data-alt] .modal__panel--primary .modal__panel-header {
  height: auto; }

.modal#mobile_menu[data-alt] .modal__panel--primary .modal__panel-body {
  padding-inline: 30px; }

.modal#mobile_menu[data-alt] .modal__panel--primary nav {
  padding-inline: 0; }

.modal#mobile_menu[data-alt] .modal__panel--primary .modal__panel-footer {
  text-align: center; }
  .modal#mobile_menu[data-alt] .modal__panel--primary .modal__panel-footer .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 46px; }
  .modal#mobile_menu[data-alt] .modal__panel--primary .modal__panel-footer .phone-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; }

.modal#mobile_menu[data-alt] nav.primary-menu {
  padding-bottom: 20px;
  border-bottom: 1px solid #aabecc;
  margin-bottom: 20px; }
  .modal#mobile_menu[data-alt] nav.primary-menu a {
    font-size: 18px;
    font-weight: 600;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .modal#mobile_menu[data-alt] nav.primary-menu .menu-item-image {
    display: block;
    width: 70px;
    height: 70px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px; }
  .modal#mobile_menu[data-alt] nav.primary-menu .nav li:not(:last-child) {
    margin-bottom: 10px; }
  .modal#mobile_menu[data-alt] nav.primary-menu .nav li.menu-item-has-children > a:after {
    top: calc(50% - 5px); }

.modal#mobile_menu[data-alt] nav.secondary-menu > .nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 5px;
  width: 100%; }
  .modal#mobile_menu[data-alt] nav.secondary-menu > .nav > li {
    width: calc(50% - 10px);
    margin: 0; }
  .modal#mobile_menu[data-alt] nav.secondary-menu > .nav a {
    font-size: 13px;
    font-weight: 500;
    display: inline-block; }

.modal#mobile_menu[data-alt] .review {
  font-size: 13px;
  margin-bottom: 20px; }

.modal#mobile_menu[data-alt] .review__header {
  justify-content: center; }

.modal#mobile_menu[data-alt] .review__footer {
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.modal#mobile_menu[data-alt] .review__body {
  margin-bottom: 10px; }

.modal#mobile_menu[data-alt] .review__text {
  font-style: italic;
  font-weight: 500; }

.modal#mobile_menu[data-alt] .review__verified {
  font-size: 11px;
  font-weight: 600; }
  .modal#mobile_menu[data-alt] .review__verified .icon-circle {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    line-height: 13px;
    text-align: center;
    margin-right: 4px; }
  .modal#mobile_menu[data-alt] .review__verified .ico {
    color: #e9eff4;
    font-size: 6px;
    top: -1px;
    position: relative; }

html.modal-open #wpadminbar {
  display: none !important; }

@media screen and (max-height: 559px) {
  .modal#mobile_menu[data-alt] nav.secondary-menu {
    display: none; } }

@media screen and (max-height: 679px) {
  .modal#mobile_menu[data-alt] .review {
    display: none; } }

@media screen and (max-height: 799px) {
  .modal#mobile_menu[data-alt] nav.primary-menu {
    margin-bottom: 10px; }
    .modal#mobile_menu[data-alt] nav.primary-menu a {
      font-size: 16px;
      min-height: 50px; }
    .modal#mobile_menu[data-alt] nav.primary-menu .menu-item-image {
      width: 50px;
      height: 50px; } }

.modal#request_callback .modal__inner {
  position: absolute;
  width: 570px;
  max-width: 80%;
  height: auto;
  border-radius: 6px;
  box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 100vh;
  transition: margin-top 0.4s;
  transition-delay: 0s;
  background-color: #fff; }
  @media only screen and (max-width: 679px) {
    .modal#request_callback .modal__inner {
      width: 100%;
      max-width: 100%;
      top: auto;
      bottom: 0;
      height: auto;
      max-height: calc(100% - 90px);
      margin-top: 0;
      transform: translate(-50%, 120%);
      box-shadow: none;
      transition: transform 0.4s; } }

.modal#request_callback .modal__body {
  max-height: 80vh;
  height: 100%;
  overflow: auto; }

.modal#request_callback .gform_wrapper {
  padding: 60px; }
  @media only screen and (max-width: 679px) {
    .modal#request_callback .gform_wrapper {
      padding: 40px; } }

.modal#request_callback .gform_footer .btn {
  width: 100%; }

@media only screen and (max-width: 679px) {
  .modal#request_callback .gform_footer {
    padding-left: 0;
    padding-right: 0; } }

.modal#request_callback.modal--open .modal__bg {
  background-color: rgba(50, 66, 84, 0.4); }

.modal#request_callback.modal--open .modal__inner {
  margin-top: 0;
  transform: translate(-50%, -50%);
  transition-delay: 0.4s;
  transition-duration: 0.4s; }
  @media only screen and (max-width: 679px) {
    .modal#request_callback.modal--open .modal__inner {
      transform: translate(-50%, 0); } }

.section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 679px) {
    .section {
      padding-top: 20px;
      padding-bottom: 20px; } }

.section__media {
  line-height: 0; }

.section__header > *:last-child,
.section__footer > *:last-child,
.section__content > *:last-child {
  margin-bottom: 0; }

.masthead ~ .section {
  z-index: 2; }

@media only screen and (max-width: 679px) {
  .section__content .btn--primary,
  .section__content .btn--secondary {
    width: 100%; } }

.section--accordion .section__header {
  margin-bottom: 30px; }

.accordion__item:not(:last-child) {
  margin-bottom: 10px; }
  @media only screen and (max-width: 679px) {
    .accordion__item:not(:last-child) {
      margin-bottom: 5px; } }

.accordion__trigger {
  background-color: #f8f8f8;
  transition: background-color 0.4s;
  min-height: 85px;
  padding: 20px 80px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative; }
  @media only screen and (max-width: 679px) {
    .accordion__trigger {
      min-height: 66px;
      padding: 10px 40px 10px 20px; } }
  .accordion__trigger:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tmg-icons" !important;
    speak: none;
    font-style: normal !important;
    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: "";
    color: #0389bf;
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -7px;
    transition: transform 0.4s;
    pointer-events: none;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden; }
    @media only screen and (max-width: 679px) {
      .accordion__trigger:after {
        right: 20px; } }
  .accordion__trigger h3 {
    margin-bottom: 0; }
  .accordion__trigger:hover {
    background-color: #f3f3f3; }

.accordion__body {
  padding: 30px 40px; }
  @media only screen and (max-width: 679px) {
    .accordion__body {
      padding: 20px 5px; } }
  .accordion__body > *:last-child {
    margin-bottom: 0; }

.accordion__trigger h3 {
  font-size: 18px; }

.accordion__item.open .accordion__trigger:after {
  transform: rotate(180deg); }

.section--content-cards-grid {
  padding-bottom: 40px;
  /*
	.item:hover,
	.item.active {
		.item__content {
			transform: translateY(-60px);
			&.item__content--min {
				transform: translateY(-80px);
			}
		}
		.item__link-title {
			opacity: 1;
			transform: translateY(0);
			transition-delay: $transition-duration * 0.5;
		}
	}
	*/ }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--content-cards-grid {
      padding-bottom: 20px; } }
  .section--content-cards-grid .section__header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1079px) {
      .section--content-cards-grid .section__header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; } }
    .section--content-cards-grid .section__header .btn {
      margin-left: auto;
      margin-right: 0; }
      @media only screen and (max-width: 679px) {
        .section--content-cards-grid .section__header .btn {
          margin-right: auto;
          margin-left: 0; } }
    .section--content-cards-grid .section__header h2 {
      margin-bottom: 0; }
  .section--content-cards-grid .item,
  .section--content-cards-grid .extra-item {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2); }
  .section--content-cards-grid .item {
    min-height: 470px;
    background-color: #fff; }
  .section--content-cards-grid .extra-item {
    min-height: 260px;
    background-color: #0389bf;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end; }
    @media only screen and (max-width: 1079px) {
      .section--content-cards-grid .extra-item {
        align-items: center; } }
  @media only screen and (min-width: 1080px) {
    .section--content-cards-grid .extra-item--small > .extra-item {
      align-items: center; } }
  .section--content-cards-grid .item__media,
  .section--content-cards-grid .extra-item__media {
    position: relative; }
  .section--content-cards-grid .extra-item__media {
    flex: 1;
    height: 100%;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1079px) {
      .section--content-cards-grid .extra-item__media {
        position: absolute;
        width: 50%;
        right: 0;
        bottom: 0;
        z-index: 1; } }
  @media only screen and (min-width: 1080px) {
    .section--content-cards-grid .extra-item--small > .extra-item__media {
      position: absolute;
      width: 50%;
      right: 0;
      bottom: 0;
      z-index: 1; } }
  .section--content-cards-grid .item__content,
  .section--content-cards-grid .extra-item__content {
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    z-index: 2;
    padding: 30px 40px 40px; }
    @media only screen and (max-width: 1079px) {
      .section--content-cards-grid .item__content,
      .section--content-cards-grid .extra-item__content {
        padding: 20px 25px 40px 25px; } }
    .section--content-cards-grid .item__content h3,
    .section--content-cards-grid .extra-item__content h3 {
      font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 10px; }
    .section--content-cards-grid .item__content > *:last-child,
    .section--content-cards-grid .extra-item__content > *:last-child {
      margin-bottom: 0; }
  .section--content-cards-grid .item__content h3 {
    color: #0D0B22;
    font-size: 22px;
    line-height: 1.2;
    transition: color 0.4s; }
  .section--content-cards-grid .item__content p {
    font-size: 14px;
    transition: color 0.4s; }
  .section--content-cards-grid .extra-item__content {
    width: 60%; }
    @media only screen and (max-width: 1079px) {
      .section--content-cards-grid .extra-item__content {
        position: relative;
        z-index: 2; }
        .section--content-cards-grid .extra-item__content p:not(:last-child) {
          display: none; } }
  @media only screen and (min-width: 1080px) {
    .section--content-cards-grid .extra-item--small > .extra-item__content {
      position: relative;
      z-index: 2; }
      .section--content-cards-grid .extra-item--small > .extra-item__content p:not(:last-child) {
        display: none; } }
  .section--content-cards-grid .item__link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end; }
  .section--content-cards-grid .item__link-title {
    font-size: 13px;
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block; }
    .section--content-cards-grid .item__link-title .ico {
      margin-left: 5px;
      top: -1px; }
  .section--content-cards-grid .item-style--default .item__media {
    height: 200px; }
  .section--content-cards-grid .item-style--default .figure, .section--content-cards-grid .item-style--default .figure img {
    border-radius: 3px 3px 0 0; }
  .section--content-cards-grid .item-style--default .item__content {
    position: relative;
    background-color: #fff;
    border-radius: 0 0 3px 3px; }
  .section--content-cards-grid .item-style--default:hover .item__content h3, .section--content-cards-grid .item-style--default.active .item__content h3 {
    color: #0389bf; }
  .section--content-cards-grid .item-style--default:hover .item__content p, .section--content-cards-grid .item-style--default.active .item__content p {
    color: #0D0B22; }
  .section--content-cards-grid .item-style--alt .item__media,
  .section--content-cards-grid .item-style--alt-small .item__media {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  .section--content-cards-grid .item-style--alt .figure,
  .section--content-cards-grid .item-style--alt-small .figure {
    border-radius: 3px;
    background-color: #000; }
    .section--content-cards-grid .item-style--alt .figure img,
    .section--content-cards-grid .item-style--alt-small .figure img {
      transition: opacity 0.4s; }
    .section--content-cards-grid .item-style--alt .figure:after,
    .section--content-cards-grid .item-style--alt-small .figure:after {
      content: "";
      display: block;
      position: absolute;
      pointer-events: none;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 320px;
      border-radius: 3px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      transition: opacity 0.4s;
      transition-delay: 0s; }
  .section--content-cards-grid .item-style--alt .item__content,
  .section--content-cards-grid .item-style--alt-small .item__content {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
    padding: 40px; }
    @media only screen and (max-width: 1079px) {
      .section--content-cards-grid .item-style--alt .item__content,
      .section--content-cards-grid .item-style--alt-small .item__content {
        padding: 25px 25px 20px 25px; } }
    .section--content-cards-grid .item-style--alt .item__content.item__content--min,
    .section--content-cards-grid .item-style--alt-small .item__content.item__content--min {
      bottom: 80px; }
    .section--content-cards-grid .item-style--alt .item__content > *,
    .section--content-cards-grid .item-style--alt-small .item__content > * {
      color: #fff; }
  .section--content-cards-grid .item-style--alt .item__link,
  .section--content-cards-grid .item-style--alt-small .item__link {
    color: #fff; }
  .section--content-cards-grid .item-style--alt:hover img, .section--content-cards-grid .item-style--alt.active img,
  .section--content-cards-grid .item-style--alt-small:hover img,
  .section--content-cards-grid .item-style--alt-small.active img {
    opacity: 0.85; }
  .section--content-cards-grid .item-style--alt-small {
    min-height: 308px; }
    .section--content-cards-grid .item-style--alt-small .figure:after {
      height: 260px; }
    .section--content-cards-grid .item-style--alt-small .item__content {
      bottom: 0; }
    .section--content-cards-grid .item-style--alt-small .item__link-title {
      opacity: 0;
      transform: translateY(30px);
      transition: transform 0.4s, opacity 0.4s;
      transition-delay: 0s; }
    .section--content-cards-grid .item-style--alt-small:hover .item__content, .section--content-cards-grid .item-style--alt-small.active .item__content {
      bottom: 0;
      transform: translateY(-60px); }
      .section--content-cards-grid .item-style--alt-small:hover .item__content.item__content--min, .section--content-cards-grid .item-style--alt-small.active .item__content.item__content--min {
        transform: translateY(-80px); }
    .section--content-cards-grid .item-style--alt-small:hover .item__link-title, .section--content-cards-grid .item-style--alt-small.active .item__link-title {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.2s; }
  .section--content-cards-grid .item-style--simple,
  .section--content-cards-grid .item-style--simple-image {
    border-radius: 5px;
    border: 1px solid #E7EAEC;
    box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2);
    min-height: 0; }
    .section--content-cards-grid .item-style--simple .item__media,
    .section--content-cards-grid .item-style--simple-image .item__media {
      height: 200px; }
    .section--content-cards-grid .item-style--simple .item__content,
    .section--content-cards-grid .item-style--simple-image .item__content {
      padding: 40px 40px 30px; }
      .section--content-cards-grid .item-style--simple .item__content h3,
      .section--content-cards-grid .item-style--simple-image .item__content h3 {
        margin-bottom: 30px; }
    .section--content-cards-grid .item-style--simple .item__link,
    .section--content-cards-grid .item-style--simple-image .item__link {
      position: relative;
      left: unset;
      top: unset;
      height: auto;
      z-index: 3;
      display: inline-block;
      padding: inherit;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0 40px 40px;
      width: calc(100% - 80px); }
  .section--content-cards-grid.section-style--simple .item__link-title, .section--content-cards-grid.section-style--simple-image .item__link-title {
    font-size: 15px; }
  .section--content-cards-grid.section-style--simple .item__media {
    display: none; }
  .section--content-cards-grid.section-style--mixed .item-style--alt .item__content p {
    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: 1079px) {
    .section--content-cards-grid {
      overflow-x: hidden; } }
  .section--content-cards-grid .swiper-container {
    overflow: visible; }
  .section--content-cards-grid .swiper-pagination {
    padding-top: 10px; }

@media only screen and (min-width: 1080px) {
  .masthead + .section--content-cards-grid {
    z-index: 2; }
  .masthead + .section--content-cards-grid#posts_feed {
    padding-top: 0;
    margin-top: -120px; } }

.section--content-cards-grid#customer_stories_feed,
.section--content-cards-grid#related_customer_stories {
  padding-top: 0;
  padding-bottom: 0; }
  .section--content-cards-grid#customer_stories_feed .item__content h3,
  .section--content-cards-grid#related_customer_stories .item__content h3 {
    font-size: 30px; }
  .section--content-cards-grid#customer_stories_feed .item__content p,
  .section--content-cards-grid#related_customer_stories .item__content p {
    font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    padding-left: 14px; }
    .section--content-cards-grid#customer_stories_feed .item__content p:before,
    .section--content-cards-grid#related_customer_stories .item__content p:before {
      content: "";
      pointer-events: none;
      background-color: #0389bf;
      z-index: 3;
      width: 5px;
      height: 5px;
      font-size: 0;
      line-height: 0;
      overflow: hidden;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 9px; }

@media only screen and (max-width: 679px) {
  .section--content-cards-grid#posts_feed .item-style--default .item__content,
  .section--content-cards-grid#related_posts .item-style--default .item__content {
    background-color: transparent; }
    .section--content-cards-grid#posts_feed .item-style--default .item__content p,
    .section--content-cards-grid#related_posts .item-style--default .item__content p {
      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; } }

.section--content-cards-slider .section__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  /*
		margin-bottom: $double-spacing;
		@include media-query(small-and-medium) {
			margin-bottom: $base-spacing-unit;
		}
	   */ }
  .section--content-cards-slider .section__header h3 {
    margin-bottom: 0; }
  .section--content-cards-slider .section__header .swiper-nav {
    margin-left: auto;
    margin-right: 0; }

@media only screen and (max-width: 1079px) {
  .section--content-cards-slider .section__footer {
    padding-top: 20px; } }

.section--content-cards-slider .swiper-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .section--content-cards-slider .swiper-nav > *:not(:first-child) {
    margin-left: 20px; }

.section--content-cards-slider .swiper-container + .swiper-nav {
  padding-top: 20px; }

.section--content-cards-slider .swiper-prev,
.section--content-cards-slider .swiper-next {
  width: 40px;
  height: 40px; }
  .section--content-cards-slider .swiper-prev .ico,
  .section--content-cards-slider .swiper-next .ico {
    font-size: 10px; }

.section--content-cards-slider .slide {
  width: 340px;
  position: relative; }

.section--content-cards-slider .slide__media {
  height: 380px;
  position: relative;
  z-index: 1; }
  .section--content-cards-slider .slide__media .figure {
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden; }
    .section--content-cards-slider .slide__media .figure:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      background-color: rgba(0, 0, 0, 0.2);
      transition: background-color 0.4s;
      pointer-events: none; }

.section--content-cards-slider .slide__content {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  text-align: center;
  padding: 30px 20px 40px;
  transition: transform 0.4s;
  transition-delay: 0.4s;
  color: #fff; }
  .section--content-cards-slider .slide__content > * {
    display: block; }
    .section--content-cards-slider .slide__content > *:last-child {
      margin-bottom: 0; }

.section--content-cards-slider .slide__content h4 {
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  transition: text-shadow 0.4s; }

.section--content-cards-slider .slide__content p {
  font-size: 13px;
  transition: opacity 0.4s;
  transition-delay: 0.4s; }

.section--content-cards-slider .slide__link {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff; }

.section--content-cards-slider .slide__link-title {
  display: block !important;
  position: absolute !important;
  width: 100%;
  bottom: 100px;
  left: 0;
  font-size: 13px;
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  transition-delay: 0.2s;
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.4); }

.section--content-cards-slider .slide__link-icon {
  display: block !important;
  position: absolute !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0389bf;
  line-height: 46px;
  bottom: 40px;
  left: 50%;
  margin-left: -25px;
  transform: translateY(60px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  transition-delay: 0s; }

.section--content-cards-slider .slide.active .slide__content,
.section--content-cards-slider .slide:hover .slide__content {
  transform: translateY(-60px);
  transition-delay: 0s; }
  .section--content-cards-slider .slide.active .slide__content.slide__content--min,
  .section--content-cards-slider .slide:hover .slide__content.slide__content--min {
    transform: translateY(-80px); }

.section--content-cards-slider .slide.active .slide__content h4,
.section--content-cards-slider .slide:hover .slide__content h4 {
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.5); }

.section--content-cards-slider .slide.active .slide__content p,
.section--content-cards-slider .slide:hover .slide__content p {
  opacity: 0;
  transition-delay: 0s; }

.section--content-cards-slider .slide.active .slide__link-title,
.section--content-cards-slider .slide:hover .slide__link-title {
  transition-delay: 0.2s;
  transform: translateY(0);
  opacity: 1; }

.section--content-cards-slider .slide.active .slide__link-icon,
.section--content-cards-slider .slide:hover .slide__link-icon {
  transition-delay: 0.4s;
  transform: translateY(0);
  opacity: 1; }

.section--content-cards-slider .slide.active .slide__media .figure:after,
.section--content-cards-slider .slide:hover .slide__media .figure:after {
  background-color: rgba(0, 0, 0, 0.05); }

.section--content-tiles {
  padding-bottom: 40px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--content-tiles {
      padding-bottom: 20px; } }
  .section--content-tiles .item {
    min-height: 408px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 3px;
    box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2);
    margin-bottom: 20px; }
    @media only screen and (max-width: 1079px) {
      .section--content-tiles .item {
        min-height: 0; } }
    @media only screen and (max-width: 679px) {
      .section--content-tiles .item {
        margin-bottom: 0;
        flex-direction: column; } }
  .section--content-tiles .item__content,
  .section--content-tiles .item__media {
    align-self: stretch; }
    @media only screen and (max-width: 679px) {
      .section--content-tiles .item__content,
      .section--content-tiles .item__media {
        align-self: flex-start; } }
  .section--content-tiles .item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px; }
    @media only screen and (max-width: 679px) {
      .section--content-tiles .item__content {
        padding: 40px; } }
    .section--content-tiles .item__content > * {
      width: 100%; }
    .section--content-tiles .item__content > *:last-child {
      margin-bottom: 0; }
  .section--content-tiles .item__link {
    margin-top: auto;
    margin-bottom: 0; }
  .section--content-tiles .item__media {
    width: 180px;
    position: relative; }
    @media only screen and (max-width: 679px) {
      .section--content-tiles .item__media {
        width: 100%;
        height: 100px; } }
  .section--content-tiles .item-style--default .item__content {
    border-radius: 0 3px 3px 0; }
    @media only screen and (max-width: 679px) {
      .section--content-tiles .item-style--default .item__content {
        border-radius: 0; } }
  .section--content-tiles .item-style--default .figure, .section--content-tiles .item-style--default .figure img {
    border-radius: 3px 0 0 3px; }
    @media only screen and (max-width: 679px) {
      .section--content-tiles .item-style--default .figure, .section--content-tiles .item-style--default .figure img {
        border-radius: 0; } }
  .section--content-tiles .item-style--reverse {
    flex-direction: row-reverse; }
    .section--content-tiles .item-style--reverse .item__content {
      border-radius: 3px 0 0 3px; }
      @media only screen and (max-width: 679px) {
        .section--content-tiles .item-style--reverse .item__content {
          border-radius: 0; } }
    .section--content-tiles .item-style--reverse .figure, .section--content-tiles .item-style--reverse .figure img {
      border-radius: 0 3px 3px 0; }
      @media only screen and (max-width: 679px) {
        .section--content-tiles .item-style--reverse .figure, .section--content-tiles .item-style--reverse .figure img {
          border-radius: 0; } }
  .section--content-tiles .item-style--alt .item__content {
    border-radius: 3px; }
    @media only screen and (max-width: 679px) {
      .section--content-tiles .item-style--alt .item__content {
        border-radius: 0; } }

.section--content-tiles .item__content:not(.bg--blue-grey):not(.bg--light-blue) > * {
  color: #fff; }

.section--feature-columns .section__body {
  background-color: #fff;
  box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2);
  border-radius: 3px; }
  @media only screen and (max-width: 1079px) {
    .section--feature-columns .section__body {
      background-color: #324254; } }
  @media only screen and (min-width: 1080px) {
    .section--feature-columns .section__body {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start; } }

.section--feature-columns .section__content {
  background-color: #324254;
  border-radius: 3px 0 0 3px; }
  .section--feature-columns .section__content > * {
    width: 100%; }
    .section--feature-columns .section__content > *:not([class*="color"]) {
      color: #fff; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--feature-columns .section__content {
      padding: 40px; } }
  @media only screen and (min-width: 1080px) {
    .section--feature-columns .section__content {
      width: 360px;
      min-height: 430px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 20px 20px 20px 60px; } }
  @media only screen and (max-width: 679px) {
    .section--feature-columns .section__content {
      padding: 40px; }
      .section--feature-columns .section__content .btn {
        width: 100%; } }

.section--feature-columns .section__media {
  position: relative; }
  @media only screen and (min-width: 1080px) {
    .section--feature-columns .section__media {
      flex: 1;
      align-self: stretch;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start; } }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--feature-columns .section__media {
      padding: 0 40px 40px; } }
  @media only screen and (max-width: 679px) {
    .section--feature-columns .section__media {
      padding: 0 20px 40px; } }

@media only screen and (min-width: 1080px) {
  .section--feature-columns.section-layout--reverse .section__body {
    flex-direction: row-reverse; } }

@media only screen and (min-width: 1080px) {
  .section--feature-columns.section-layout--reverse .section__content {
    padding: 20px 60px 20px 20px; } }

.section--feature-columns .item {
  position: relative; }
  @media only screen and (max-width: 1079px) {
    .section--feature-columns .item {
      height: 430px;
      border-radius: 3px; } }
  @media only screen and (min-width: 1080px) {
    .section--feature-columns .item {
      -webkit-transform-style: preserve-3d;
      backface-visibility: hidden;
      align-self: stretch;
      flex: 1;
      transition: flex 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .section--feature-columns .item:hover, .section--feature-columns .item.active {
        flex: 2; }
      .section--feature-columns .item:not(:first-child) {
        border-left: 2px solid #fff; }
      .section--feature-columns .item:last-child .item__media .figure, .section--feature-columns .item:last-child .item__media .figure img {
        border-radius: 0 3px 3px 0; } }

.section--feature-columns .item__media {
  position: relative;
  height: 100%;
  z-index: 1; }
  @media only screen and (min-width: 1080px) {
    .section--feature-columns .item__media .figure, .section--feature-columns .item__media .figure img {
      border-radius: 0; } }
  .section--feature-columns .item__media .figure:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    border-radius: 3px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
    @media only screen and (min-width: 1080px) {
      .section--feature-columns .item__media .figure:after {
        transition: opacity 0.4s;
        transition-delay: 0s;
        opacity: 0; } }

.section--feature-columns .item__content {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  padding: 30px 20px 50px;
  color: #fff; }
  .section--feature-columns .item__content > * {
    display: block; }
    .section--feature-columns .item__content > *:last-child {
      margin-bottom: 0; }

@media only screen and (min-width: 1080px) {
  .section--feature-columns .item__content h4,
  .section--feature-columns .item__content p {
    transform: translateY(30px);
    opacity: 0;
    transition: opacity 0.1s, transform 0.1s;
    transition-delay: 0s; } }

.section--feature-columns .item__content h4 {
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  color: #fff; }

.section--feature-columns .item__content p {
  font-size: 15px;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: 15px; }
  .section--feature-columns .item__content p:before {
    content: "";
    pointer-events: none;
    background-color: #0389bf;
    z-index: 3;
    width: 5px;
    height: 5px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(3px); }

.section--feature-columns .item__link {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff; }

.section--feature-columns .item__link-title {
  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: 1080px) {
  .section--feature-columns .item:hover .item__content h4,
  .section--feature-columns .item:hover .item__content p,
  .section--feature-columns .item.active .item__content h4,
  .section--feature-columns .item.active .item__content p {
    transition-duration: 0.4s;
    transform: translateY(0);
    opacity: 1; }
  .section--feature-columns .item:hover .item__content h4,
  .section--feature-columns .item.active .item__content h4 {
    transition-delay: 0.2s; }
  .section--feature-columns .item:hover .item__content p,
  .section--feature-columns .item.active .item__content p {
    transition-delay: 0.4s; }
  .section--feature-columns .item:hover .item__media .figure:after,
  .section--feature-columns .item.active .item__media .figure:after {
    transition-delay: 0.2s;
    opacity: 1; } }

.section--feature-columns .swiper-pagination {
  padding-top: 20px; }

.section--feature-columns .swiper-pagination-bullet {
  background-color: transparent;
  border-color: #fff; }
  @media only screen and (max-width: 679px) {
    .section--feature-columns .swiper-pagination-bullet {
      border-width: 1px; } }
  .section--feature-columns .swiper-pagination-bullet:hover {
    border-color: #8aa6b9; }

.section--feature-columns .swiper-pagination-bullet-active {
  background-color: #fff !important; }
  .section--feature-columns .swiper-pagination-bullet-active, .section--feature-columns .swiper-pagination-bullet-active:focus {
    border-color: #fff; }

.section--form .section__body {
  width: 840px;
  max-width: 100%;
  margin: 0 auto; }

.section--form.section-align--left .section__body {
  margin-left: 0; }

.section--form.section-align--right .section__body {
  margin-right: 0; }

.section--full-width-content .section__body > *:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 679px) {
  .section--hero .section__inner {
    background-color: #e9eff4; } }

.section--hero .section__body {
  background-color: #e9eff4;
  border-radius: 3px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative; }

.section--hero .section__content {
  width: 50%;
  padding: 60px 40px 60px 100px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--hero .section__content {
      padding-left: 40px; } }
  @media only screen and (max-width: 679px) {
    .section--hero .section__content {
      width: 100%;
      padding: 40px;
      text-align: center; } }

.section--hero .section__bg,
.section--hero .section__media {
  position: absolute;
  right: 0;
  bottom: 0; }

.section--hero .section__media {
  width: 64%;
  height: calc(100% + 40px);
  overflow: hidden;
  right: 0; }
  @media only screen and (max-width: 679px) {
    .section--hero .section__media {
      position: relative;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 300px; } }

.section--hero.section-layout--reverse .section__body {
  align-items: flex-end; }

.section--hero.section-layout--reverse .section__bg,
.section--hero.section-layout--reverse .section__media {
  right: auto;
  left: 0; }

.section--hero.section-layout--reverse .section__media {
  width: 60%; }
  @media only screen and (max-width: 679px) {
    .section--hero.section-layout--reverse .section__media {
      width: 100%; } }

.section--hero.section-layout--reverse .section__content {
  padding: 60px 100px 60px 40px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--hero.section-layout--reverse .section__content {
      padding-right: 40px; } }
  @media only screen and (max-width: 679px) {
    .section--hero.section-layout--reverse .section__content {
      width: 100%;
      padding: 40px;
      text-align: center; } }

.section--hero + .section--hero {
  padding-top: 60px; }

.section--hero.section-style--alt .section__body {
  min-height: 340px; }

.section--hero.section-style--alt .section__content {
  width: 50%;
  padding-left: 60px;
  position: relative;
  z-index: 4; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--hero.section-style--alt .section__content {
      padding-left: 40px; } }
  @media only screen and (max-width: 679px) {
    .section--hero.section-style--alt .section__content {
      width: 100%;
      padding: 40px;
      text-align: left; } }

.section--hero.section-style--alt .section__media {
  width: 50%;
  z-index: 3; }
  @media only screen and (max-width: 679px) {
    .section--hero.section-style--alt .section__media {
      width: 100%; } }

.section--hero.section-style--alt .section__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 585px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--hero.section-style--alt .section__bg {
      width: 60%; } }
  @media only screen and (max-width: 679px) {
    .section--hero.section-style--alt .section__bg {
      width: 100%;
      height: 190px;
      top: auto;
      bottom: 0; } }
  .section--hero.section-style--alt .section__bg .figure, .section--hero.section-style--alt .section__bg .figure img {
    border-radius: 0 3px 3px 0; }

.section--hero.section-style--alt .section__shape {
  position: absolute;
  top: 0;
  right: 2px;
  height: 100%;
  background: transparent url(../images/small-hero-shape.svg) 0 0 no-repeat;
  background-size: contain;
  z-index: 2;
  width: 585px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--hero.section-style--alt .section__shape {
      width: 60%; } }
  @media only screen and (max-width: 679px) {
    .section--hero.section-style--alt .section__shape {
      height: 300px;
      top: auto;
      bottom: 0;
      display: none; } }

.section--single-media .section__header {
  margin-bottom: 30px; }

.section--single-media .section__body {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto; }

.section--single-media .figure {
  line-height: 0;
  box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2); }

@media only screen and (max-width: 679px) {
  .section--single-media .figure, .section--single-media .figure img {
    border-radius: 0; } }

.section--media-content-split .section__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--media-content-split .section__body {
      align-items: flex-start; } }

.section--media-content-split .section__media,
.section--media-content-split .section__content {
  width: 50%; }
  @media only screen and (max-width: 679px) {
    .section--media-content-split .section__media,
    .section--media-content-split .section__content {
      width: 100%; } }

@media only screen and (min-width: 680px) {
  .section--media-content-split .section__media {
    box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2); } }

@media only screen and (max-width: 679px) {
  .section--media-content-split .section__media .figure, .section--media-content-split .section__media .figure img {
    border-radius: 0; }
  .section--media-content-split .section__media .figure img {
    box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2); } }

.section--media-content-split .section__content {
  padding-left: 60px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--media-content-split .section__content {
      padding-left: 40px; } }
  @media only screen and (max-width: 679px) {
    .section--media-content-split .section__content {
      padding: 30px; } }

.section--media-content-split.section-layout--reverse .section__body {
  flex-direction: row-reverse; }

.section--media-content-split.section-layout--reverse .section__content {
  padding-left: 0;
  padding-right: 60px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--media-content-split.section-layout--reverse .section__content {
      padding-left: 0;
      padding-right: 40px; } }
  @media only screen and (max-width: 679px) {
    .section--media-content-split.section-layout--reverse .section__content {
      padding-left: 0;
      padding-right: 30px; } }

.section--media-content-split.section-layout--reverse .section__media {
  box-shadow: -30px 30px 60px 0 rgba(131, 151, 166, 0.2); }

.section--media-content-split.section-style--alt .section__content {
  width: 600px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--media-content-split.section-style--alt .section__content {
      width: 50%;
      padding-right: 40px; } }

@media only screen and (min-width: 680px) and (max-width: 1079px) {
  .section--media-content-split.section-style--alt.section-layout--reverse {
    padding-left: 40px; } }

@media only screen and (min-width: 1080px) {
  .section--media-content-split.section-style--alt.section--pull-up .section__body {
    transform: none; }
  .section--media-content-split.section-style--alt.section--pull-up .section__content {
    padding-bottom: 40px; } }

@media only screen and (max-width: 1079px) {
  .section--media-content-split.section--bg {
    background-color: #f8f8f8; } }

@media only screen and (min-width: 1080px) {
  .section--media-content-split.section--bg:not(.section--pull-up),
  .section--media-content-split.section--bg.section--pull-up .section__inner {
    background-color: #f8f8f8; }
  .section--media-content-split.section--pull-up {
    padding-top: 100px; }
    .section--media-content-split.section--pull-up .section__inner {
      padding-top: 60px; } }

@media only screen and (min-width: 1080px) {
  .masthead + .section--media-content-split.section--pull-up {
    padding-top: 0;
    margin-top: -80px; }
    .masthead + .section--media-content-split.section--pull-up.section--bg .section__inner {
      background-color: transparent; }
    .masthead + .section--media-content-split.section--pull-up .section__body {
      transform: none; }
    .masthead + .section--media-content-split.section--pull-up .section__body {
      align-items: flex-start; }
    .masthead + .section--media-content-split.section--pull-up .section__content {
      padding-top: 120px; } }

.section--media-grid {
  padding-bottom: 20px; }
  .section--media-grid .figure {
    line-height: 0;
    box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2); }
  .section--media-grid .item {
    margin-bottom: 20px; }
  .section--media-grid .item__media {
    line-height: 0;
    position: relative;
    /*
		height: 400px;
		@include custom-breakpoint-between(1201px, 1280px) {
			height: 380px;
		}
		@include custom-breakpoint-between(680px, 1200px) {
			height: 380px;
		}
		*/ }
  .section--media-grid.section-style--alt .item {
    margin-bottom: 40px; }
  .section--media-grid.section-style--alt .item__media {
    margin-bottom: 20px;
    position: relative;
    z-index: 1; }
  .section--media-grid.section-style--alt .item__content {
    position: relative;
    z-index: 2; }

.section--media-slider {
  overflow-x: hidden; }
  @media only screen and (max-width: 679px) {
    .section--media-slider .figure, .section--media-slider .figure img {
      border-radius: 0; } }
  .section--media-slider .section__body {
    position: relative; }
  .section--media-slider .swiper-container {
    width: calc(100% - 120px);
    overflow: visible; }
  .section--media-slider .swiper-slide {
    height: 480px;
    text-align: center; }
    .section--media-slider .swiper-slide .figure {
      width: auto;
      box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2); }
  .section--media-slider .swiper-slide,
  .section--media-slider .figure {
    line-height: 0; }
  .section--media-slider .swiper-prev,
  .section--media-slider .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px; }
    .section--media-slider .swiper-prev .ico,
    .section--media-slider .swiper-next .ico {
      font-size: 10px; }
  .section--media-slider .swiper-prev {
    left: 0; }
  .section--media-slider .swiper-next {
    right: 0; }
  .section--media-slider .swiper-pagination {
    position: relative;
    z-index: 2; }
  @media only screen and (max-width: 679px) {
    .section--media-slider {
      /*
		.figure img {
			@include object-fit(cover);
		}
		*/ }
      .section--media-slider .swiper-container {
        width: 100%; }
      .section--media-slider .swiper-nav {
        display: none; }
      .section--media-slider .swiper-slide {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; } }

.section--reviewr .section__header {
  margin-bottom: 20px; }

.section--reviewr .section__body {
  min-height: 280px;
  padding: 0; }

.section--reviewr .section__footer {
  border-top: 1px solid #e9eff4;
  min-height: 80px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center; }
  @media only screen and (max-width: 679px) {
    .section--reviewr .section__footer {
      padding-left: 0;
      padding-right: 0;
      justify-content: center; } }

.section--reviewr .swiper-container {
  padding-bottom: 40px; }

.section--reviewr .swiper-nav {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%; }

.section--reviewr .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 150px; }

.section--reviewr .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .section--reviewr .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.4s, left 0.4s;
    transform: scale(0.33);
    position: relative; }
  .section--reviewr .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
  .section--reviewr .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }
  .section--reviewr .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
  .section--reviewr .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .section--reviewr .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }

.section--reviewr.loading .spinner,
.section--reviewr.loading .spinner-alt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.section--reviewr .review__link a {
  color: #2078be; }
  .section--reviewr .review__link a:hover {
    color: #195c92; }

.review__header,
.review__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .review__header > *:not(:last-child),
  .review__footer > *:not(:last-child) {
    margin-right: 10px; }

.review__header {
  margin-bottom: 10px; }

.review__body {
  margin-bottom: 20px; }

.review__stars {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .review__stars .ico:not(:first-child) {
    margin-left: 4px; }
  .review__stars .ico--star {
    color: lightgray; }
    .review__stars .ico--star.active {
      color: #eec323; }

.review__date {
  font-size: 13px; }

.review__name {
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal; }

.review__link a {
  font-size: 14px;
  border: none;
  font-weight: 600; }

@media only screen and (min-width: 680px) {
  .section--reviewr .section__body {
    border: 1px solid #a5bbc9;
    border-radius: 3px; } }

@media only screen and (min-width: 1080px) {
  .section--reviewr .section__body {
    padding: 60px 60px 40px 60px; } }

@media only screen and (min-width: 680px) and (max-width: 1079px) {
  .section--reviewr .section__body {
    padding: 40px 20px; } }

@media only screen and (max-width: 679px) {
  .section--reviewr .section__body {
    padding: 0 0 30px; }
  .section--reviewr .review {
    border: 1px solid #575d79;
    background-color: #e7f0f3;
    padding: 10px;
    border-radius: 3px; }
  .section--reviewr .review__name {
    color: #2e3f4f; }
  .section--reviewr .review__link a {
    color: #2078be; }
    .section--reviewr .review__link a:hover {
      color: #195c92; } }

.section--google-reviews .section__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: stretch; }
  @media only screen and (max-width: 679px) {
    .section--google-reviews .section__inner {
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start; } }

.section--google-reviews .section__header,
.section--google-reviews .section__body {
  align-items: stretch;
  min-height: 424px;
  padding: 90px 60px; }
  @media only screen and (max-width: 679px) {
    .section--google-reviews .section__header,
    .section--google-reviews .section__body {
      width: 100%;
      min-height: 0;
      padding: 40px; } }
  .section--google-reviews .section__header > *,
  .section--google-reviews .section__body > * {
    color: #fff; }

.section--google-reviews .google-logo {
  display: inline-block;
  margin-bottom: 30px; }
  .section--google-reviews .google-logo .ico {
    font-size: 50px; }

.section--google-reviews .section__header {
  background-color: #113759;
  width: 460px; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--google-reviews .section__header {
      width: 40%; } }
  @media only screen and (max-width: 679px) {
    .section--google-reviews .section__header {
      width: 100%; } }

.section--google-reviews .section__body {
  background-color: #102b43;
  width: calc(100% - 460px);
  padding-left: 80px;
  position: relative; }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--google-reviews .section__body {
      width: 60%; } }
  @media only screen and (max-width: 679px) {
    .section--google-reviews .section__body {
      min-height: 360px;
      width: 100%; } }

.section--google-reviews.loading .spinner,
.section--google-reviews.loading .spinner-alt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 40%; }

.section--google-reviews .review_date {
  color: #8aa6b9; }

.section--google-reviews .review__link a {
  color: #8aa6b9; }
  .section--google-reviews .review__link a:hover {
    color: #fff; }

.section--google-reviews .swiper-container {
  padding-bottom: 52px; }

.section--google-reviews .swiper-pagination-bullets {
  justify-content: flex-start; }

.section--google-reviews .swiper-pagination-bullet {
  border-color: #31577c;
  background-color: transparent; }

.section--google-reviews .swiper-pagination-bullet-active {
  background-color: #31577c !important; }

.section--map .section__header {
  margin-bottom: 20px; }
  @media only screen and (max-width: 679px) {
    .section--map .section__header {
      padding-left: 20px;
      padding-right: 20px; } }

.section--map .section__body {
  position: relative;
  background-color: #f8f8f8;
  min-height: 535px;
  box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2); }
  @media only screen and (min-width: 680px) and (max-width: 1079px) {
    .section--map .section__body {
      min-height: 480px; } }
  @media only screen and (max-width: 679px) {
    .section--map .section__body {
      min-height: 430px; } }
  .section--map .section__body, .section--map .section__body iframe {
    border-radius: 3px; }
  .section--map .section__body iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .section--map .section__body .figure {
    pointer-events: none;
    transition: opacity 0.4s;
    opacity: 0;
    z-index: 1;
    overflow: hidden; }
    .section--map .section__body .figure img {
      filter: blur(1px); }

.section--map .section__footer {
  padding-top: 40px; }
  @media only screen and (max-width: 679px) {
    .section--map .section__footer {
      padding-left: 20px;
      padding-right: 20px; } }

.section--map .spinner,
.section--map .spinner-alt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  pointer-events: none; }

.section--map.loading .section__body .figure {
  opacity: 1; }

.section--map.loading .spinner {
  opacity: 1; }

.section--post-latest .section__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (min-width: 1080px) and (max-width: 1200px) {
    .section--post-latest .section__body {
      align-items: flex-end; } }
  @media only screen and (max-width: 679px) {
    .section--post-latest .section__body {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; } }
  .section--post-latest .section__body h2, .section--post-latest .section__body .h1 {
    margin-bottom: 10px; }

.section--post-latest .section__media {
  width: 33.333%;
  height: 470px;
  position: relative;
  box-shadow: 30px 30px 60px 0 rgba(131, 151, 166, 0.2); }
  @media only screen and (max-width: 679px) {
    .section--post-latest .section__media {
      width: 100%;
      height: 280px;
      margin-bottom: 20px; } }

.section--post-latest .section__content {
  width: 40%;
  padding-left: 80px; }
  @media screen and (min-width: 1080px) and (max-width: 1440px) {
    .section--post-latest .section__content {
      padding-left: 60px; } }
  @media screen and (min-width: 680px) and (max-width: 1200px) {
    .section--post-latest .section__content {
      padding-left: 40px;
      width: 66.666%; } }
  @media only screen and (max-width: 679px) {
    .section--post-latest .section__content {
      padding-left: 0;
      width: 100%; } }

.section--post-latest .figure:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 320px;
  border-radius: 3px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  transition: opacity 0.4s;
  transition-delay: 0s; }

.section--post-latest .figure__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  line-height: 1.2;
  text-align: left; }
  @media only screen and (max-width: 679px) {
    .section--post-latest .figure__link {
      padding: 20px; } }

.section--post-latest .figure__link-title {
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  font-size: 22px;
  color: #fff; }
  .section--post-latest .figure__link-title span {
    display: block !important;
    line-height: 1.2;
    font-size: 16px; }

@media only screen and (min-width: 1080px) {
  .masthead + .section--post-latest {
    padding-top: 0;
    z-index: 2;
    margin-top: -120px; } }

@media only screen and (max-width: 679px) {
  .masthead + .section--post-latest {
    padding-top: 0; } }

.section--post-latest#latest_customer_story .section__media,
.section--post-latest#latest_customer_story .section__content {
  width: 50%; }
  @media only screen and (max-width: 679px) {
    .section--post-latest#latest_customer_story .section__media,
    .section--post-latest#latest_customer_story .section__content {
      width: 100%; } }

.section--article-intro {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0; }
  .section--article-intro .section__bg {
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .section--article-intro .section__inner {
    width: 1060px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateX(40px);
    padding: 50px 80px 0; }
    @media only screen and (max-width: 1079px) {
      .section--article-intro .section__inner {
        transform: none; } }
    @media only screen and (min-width: 680px) and (max-width: 1079px) {
      .section--article-intro .section__inner {
        padding: 40px 60px 0; } }
    @media only screen and (max-width: 679px) {
      .section--article-intro .section__inner {
        padding: 0 20px; } }
  .section--article-intro .section__header,
  .section--article-intro .section__body {
    position: relative;
    z-index: 2; }
  .section--article-intro .section__header {
    color: #324254;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7; }
    .section--article-intro .section__header p {
      margin-bottom: 5px; }
    @media only screen and (max-width: 679px) {
      .section--article-intro .section__header {
        border-bottom: none;
        margin-bottom: 20px;
        padding-bottom: 0; } }
  .section--article-intro .sharing {
    position: absolute;
    right: 100px;
    top: -40px;
    transform: translateY(-100%); }
    @media only screen and (min-width: 680px) and (max-width: 1079px) {
      .section--article-intro .sharing {
        right: 40px; } }
    @media only screen and (max-width: 679px) {
      .section--article-intro .sharing {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        z-index: 2;
        margin-bottom: 20px; } }

#masthead + .section.bubbles {
  padding-top: 80px; }

.bubbles {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  gap: 30px;
  --cols: 4;
  --flex: calc(100% / var(--cols));
  --flex-offset: 25px;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .bubbles.grid {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(var(--cols), 1fr); }
    .bubbles.grid .bubble {
      width: 100%; }

.bubble {
  width: auto;
  flex-basis: calc(var(--flex) - var(--flex-offset));
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #324254;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3; }

@media screen and (max-width: 780px) {
  .bubble {
    font-size: 16px; } }

@media screen and (max-width: 480px) {
  .bubble {
    font-size: 14px; } }

@media screen and (max-width: 600px) {
  .bubbles {
    --cols: 3;
    --flex-offset: 20px;
    gap: 20px; } }

@media screen and (max-width: 420px) {
  .bubbles {
    --cols: 2;
    --flex-offset: 20px; } }

.section--simple-box-grid .section__header {
  margin-bottom: 20px; }

.section--simple-box-grid .section__footer {
  padding-top: 20px; }

.simple-boxes {
  gap: 5px;
  --cols: 4;
  --flex: calc(100% / var(--cols));
  --flex-offset: 5px;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .simple-boxes .box {
    width: auto;
    flex-basis: calc(var(--flex) - var(--flex-offset));
    height: auto;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 20px; }
    .simple-boxes .box p {
      margin-bottom: 0; }

@media only screen and (max-width: 679px) {
  .simple-boxes {
    --cols: 1; } }

.section--simple-box-grid#how_it_works .simple-boxes {
  gap: 10px;
  --flex-offset: 10px; }
  .section--simple-box-grid#how_it_works .simple-boxes .box {
    border: 2px solid #113759; }

.section--inline-button-groups .section__header {
  margin-bottom: 30px; }

.section--inline-button-groups .parent-group:not(:last-child) {
  margin-bottom: 40px; }

.section--inline-button-groups .child-group:not(.active) {
  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; }

.button-group-title {
  font-size: 13px;
  margin-bottom: 10px; }

ul.button-group {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px; }

.button-group a {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #8aa6b9;
  background: #f8f8f8;
  color: #575d79;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 20px;
  transition: all 0.4s; }
  .button-group a:hover, .button-group a.active {
    background-color: #0389bf;
    border-color: #0389bf;
    color: #fff; }

.section--two-columns-content .section__header {
  margin-bottom: 30px; }

[id^="suburb_search_form"] {
  position: relative;
  margin-bottom: 20px !important; }
  [id^="suburb_search_form"].waiting [id^="suburb_search_input"],
  [id^="suburb_search_form"].waiting [id^="suburb_search_submit"] {
    pointer-events: none; }
  [id^="suburb_search_form"].waiting [id^="suburb_search_submit"] .ico {
    opacity: 0; }
  [id^="suburb_search_form"].waiting [id^="suburb_search_submit"]:before {
    opacity: 1; }
  [id^="suburb_search_form"].error [id^="suburb_search_input"] {
    border-radius: 3px 3px 0 0; }
  [id^="suburb_search_form"].error [id^="suburb_search_message"] {
    display: block; }

[id^="suburb_search_input"] {
  min-height: 60px;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  width: 100%;
  padding-left: 25px;
  padding-right: 60px;
  font-size: 16px;
  color: #324254;
  position: relative;
  z-index: 1;
  cursor: text; }
  [id^="suburb_search_input"]:focus {
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1); }

[id^="suburb_search_submit"] {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #868686; }
  [id^="suburb_search_submit"]:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    pointer-events: none;
    background: url(../images/spinner.svg) 50% 50% no-repeat;
    background-size: contain;
    opacity: 0; }

[id^="suburb_search_message"] {
  display: none;
  background-color: #113759;
  color: #fff;
  font-size: 13px;
  font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 25px;
  border-radius: 0 0 3px 3px; }
  [id^="suburb_search_message"] a {
    color: #fff;
    border-color: #fff; }
    [id^="suburb_search_message"] a:hover {
      color: #fff;
      border-color: #fff; }

.custom_ph,
.custom_ph_tel {
  opacity: 0;
  pointer-events: none; }

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