.notification-button:focus {
  outline: thin dotted; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.row {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media print, screen and (min-width: 62em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    @media screen and (min-width: 73.75em) {
      .row .row {
        margin-right: -0.625rem;
        margin-left: -0.625rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media print, screen and (min-width: 62em) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 62em) and (min-width: 62em) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 62em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 62em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

@media screen and (min-width: 73.75em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 73.75em) and (min-width: 73.75em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 73.75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 73.75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.25rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 62em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 61.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 62em) and (max-width: 73.6875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 61.9375em), screen and (min-width: 73.75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 73.75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 73.6875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 73.75em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 73.6875em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

html {
  background-color: #fff;
  color: #262637;
  font-family: "effra-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: #F4F4F5;
  text-shadow: none; }

::selection {
  background: #F4F4F5;
  text-shadow: none; }

@font-face {
  font-family: 'effra-medium';
  src: url("../fonts/Effra_Md.eot");
  src: url("../fonts/Effra_Md.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra_Md.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'effra-regular';
  src: url("../fonts/Effra_Rg.eot");
  src: url("../fonts/Effra_Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/Effra_Rg.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

blockquote {
  padding: 2em;
  border: 1px solid #000;
  background-color: #fff; }
  blockquote > *:last-child {
    margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #262637;
  font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: 2.313rem; }

h2 {
  font-size: 1.375rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.313rem; }

.h2 {
  font-size: 1.375rem; }

.h3 {
  font-size: 1rem; }

.h4 {
  font-size: 1rem; }

.h5 {
  font-size: 1rem; }

.h6 {
  font-size: 1rem; }

.sub-heading__large {
  font-size: 1.688rem; }

.sub-heading__share-this {
  color: #262637;
  font-size: 1.063rem; }

p,
ul,
ol,
table,
iframe,
embed,
hr,
address,
blockquote,
pre,
dl,
figure,
fieldset {
  margin: 0 0 1em 0; }

ol,
ul,
dd {
  padding-left: 1em; }

dd {
  margin-left: 0; }

li ol,
li ul {
  margin-bottom: 0; }

small,
.small {
  font-size: 80%; }

dd + dt {
  margin-top: 0.5em; }

strong,
b,
dt {
  font-weight: bold; }

blockquote {
  padding: 0 0 0 1em;
  border: 0;
  border-left: 0.25em solid currentColor; }
  blockquote > *:last-child {
    margin-bottom: 0; }

caption {
  text-align: inherit; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

pre {
  white-space: pre-wrap; }

:placeholder {
  color: #A1A1AC;
  font-size: 0.9375rem;
  opacity: 1; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  color: #53535F;
  display: inline-block;
  font-size: 1.063rem;
  margin-bottom: 10px; }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  -webkit-transition: border-color 0.3s ease-in-out 0s;
  transition: border-color 0.3s ease-in-out 0s;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #DFDFE1;
  border-radius: 2px;
  padding: 7px 9px 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  line-height: inherit; }
  [type='text']:focus, [type='text']:active,
  [type='password']:focus,
  [type='password']:active,
  [type='date']:focus,
  [type='date']:active,
  [type='datetime']:focus,
  [type='datetime']:active,
  [type='datetime-local']:focus,
  [type='datetime-local']:active,
  [type='month']:focus,
  [type='month']:active,
  [type='week']:focus,
  [type='week']:active,
  [type='email']:focus,
  [type='email']:active,
  [type='number']:focus,
  [type='number']:active,
  [type='search']:focus,
  [type='search']:active,
  [type='tel']:focus,
  [type='tel']:active,
  [type='time']:focus,
  [type='time']:active,
  [type='url']:focus,
  [type='url']:active,
  [type='color']:focus,
  [type='color']:active,
  textarea:focus,
  textarea:active {
    outline: none; }

select:not(.globalFooter select) {
  -webkit-transition: border-color 0.3s ease-in-out 0s;
  transition: border-color 0.3s ease-in-out 0s;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #DFDFE1;
  border-radius: 2px;
  padding: 7px 9px 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  select :focus, select :active {
    outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
          box-shadow: 0 0 0 1000px transparent inset; }

textarea,
[multiple] {
  height: 100px;
  resize: vertical; }

.ginput_container_textarea textarea {
  max-width: 531px; }

img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  color: #0499A8;
  text-decoration: underline; }
  a:hover {
    color: #0499A8; }

table {
  width: 100%;
  border-collapse: collapse; }
  table caption {
    margin-bottom: 0.5em;
    text-align: center; }

thead {
  border-bottom: 1px solid currentColor; }

tr {
  border-bottom: 1px solid currentColor; }
  tr:last-child {
    border-bottom: 0; }

td,
th {
  padding: 0.25rem 0.5rem;
  border-right: 1px solid currentColor; }
  td:last-child,
  th:last-child {
    border-right: 0; }

th {
  font-weight: inherit;
  text-align: inherit; }

tfoot tr {
  border-top: 1px solid currentColor; }

iframe {
  width: 100%;
  border: 0; }

hr {
  height: 1px;
  border: 0;
  background-color: currentColor; }

button,
.button {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 10px 30px;
  background-color: #00DEB6;
  color: #262637;
  text-decoration: none;
  -webkit-transition: .75s all;
  transition: .75s all; }
  button:focus, button:hover,
  .button:focus,
  .button:hover {
    background-color: #009177;
    color: #fff;
    -webkit-transition: .75s all;
    transition: .75s all; }

.button--black {
  border-color: #000;
  color: #000; }
  .button--black:hover {
    background-color: #000;
    color: #000; }

.button--white {
  border-color: #fff;
  color: #fff; }
  .button--white:hover {
    background-color: #fff;
    color: #fff; }

.gform_drop_area input.button,
.gform_drop_area input.button:hover,
.gform_drop_area input.button:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F5));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F5 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F5 100%);
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
  height: 40px;
  font-family: "effra-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  right: 0;
  top: 0;
  width: auto;
  font-size: 15px;
  line-height: 20px;
  text-align: center; }

.gform_drop_instructions {
  position: absolute;
  left: -99999px; }

.ginput_container_fileupload .validation_message {
  color: #F96347;
  font-size: 0.75rem;
  height: auto;
  position: static;
  width: auto; }
  .ginput_container_fileupload .validation_message ul, .ginput_container_fileupload .validation_message li {
    list-style: none;
    margin: 0;
    padding: 0; }

.gfield .ginput_preview {
  font-size: 0.75rem;
  margin: -30px 0 10px;
  padding-bottom: 25px; }

.accordion {
  padding-left: 0; }

.c-accordion {
  margin: 0;
  padding: 0;
  list-style: none; }
  .c-accordion__item {
    list-style: none;
    position: relative;
    display: block; }
  .c-accordion li + li {
    margin-top: 10px; }
  .c-accordion__header {
    position: relative;
    padding: 10px 20px 10px 50px;
    cursor: pointer;
    background: #ccc url("../img/plus.svg") 20px center no-repeat;
    background-size: 20px 20px;
    -webkit-transition: background-image 0.18s ease-in;
    transition: background-image 0.18s ease-in; }
    .c-accordion__header.active {
      background: #ccc url("../img/minus.svg") 20px center no-repeat;
      background-size: 20px 20px; }
  .c-accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .c-accordion__content > div {
      padding: 12px 20px 14px; }

.burger-menu {
  font-size: 0.875em;
  padding: 1em;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent; }

.burger-menu.is-open {
  position: fixed; }

.burger-menu:focus {
  outline: thin dotted;
  outline-offset: -2px; }

.burger-menu:focus,
.burger-menu:hover {
  background: none;
  color: inherit; }

.icon {
  display: inline-block;
  height: 26px;
  width: 26px;
  vertical-align: middle;
  position: relative;
  top: -0.0625em; }

.icon-burger-menu {
  width: 26px;
  height: 26px;
  top: 0; }

.svg-burger-menu .line {
  -webkit-transform: rotate(0) translateY(0) translateX(0);
          transform: rotate(0) translateY(0) translateX(0);
  -webkit-transform-origin: 1em 1em;
          transform-origin: 1em 1em;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.svg-burger-menu .line-1 {
  -webkit-transform-origin: 1em 2.5em;
          transform-origin: 1em 2.5em; }

.svg-burger-menu .line-3 {
  -webkit-transform-origin: 1em 2.8em;
          transform-origin: 1em 2.8em; }

.burger-menu.is-open .svg-burger-menu .line-1 {
  -webkit-transform: rotate(45deg) translateY(0) translateX(0);
          transform: rotate(45deg) translateY(0) translateX(0); }

.burger-menu.is-open .svg-burger-menu .line-2 {
  opacity: 0; }

.burger-menu.is-open .svg-burger-menu .line-3 {
  -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
          transform: rotate(-45deg) translateY(0) translateX(0); }

@media print, screen and (min-width: 48em) {
  .burger-menu {
    display: none; } }

@use "sass:colors";
/* ==========================================================================
   Button
   ========================================================================== */
.c-button {
  position: relative;
  font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #fefefe;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 3px;
  background-color: #00DEB6;
  -webkit-transition: color .3s ease-out, background .3s ease-out;
  transition: color .3s ease-out, background .3s ease-out;
  overflow: hidden;
  padding: 12px 20px;
  z-index: 1; }
  .c-button, .c-button:hover, .c-button:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #00DEB6 !important; }
  .c-button:hover {
    background-color: #12ffd4 !important;
    color: #000 !important; }

.c-button--white {
  background-color: #fefefe;
  color: theme-color("rightmove-teal"); }
  .c-button--white:hover {
    background-color: #00DEB6;
    color: #fefefe; }

.c-button--secondary, .c-button--link, .c-button--download {
  background-color: #00DEB6;
  color: #00DEB6; }
  .c-button--secondary:hover, .c-button--link:hover, .c-button--download:hover {
    background-color: #262637;
    color: #00DEB6; }

.c-button--link {
  font-size: 16px;
  padding-left: 12px;
  padding-right: 32px; }
  .c-button--link:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 12px;
    background: url("../img/link.svg") center center no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px; }

.c-button--download {
  padding-left: 12px;
  padding-right: 34px;
  color: #000; }
  .c-button--download:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/download-dark.svg") center center no-repeat;
    background-size: contain;
    width: 12.5px;
    height: 18px; }

/**
 * Gravity form over rides, bunch of old whole grain styles at end of this
 * file. Disabled them as they made it look worse in content area
 */
#main .gform_wrapper .field_description_below .gfield_consent_description,
#main .gform_wrapper .gfield_consent_description {
  border: 0;
  padding: 0; }

#main .ginput_container_select select {
  background: url(../img/arrow-down.png) no-repeat;
  background-position: right 10px top 45%;
  background-size: 11px 7px; }

#main .gform_confirmation_wrapper {
  font-weight: bold; }

#main .gfield .ginput_container label {
  display: inline; }

#main .gfield_consent_label {
  font-size: 0.9rem; }

#main .gform-border {
  border: 1px solid #00DEB6;
  padding: 17px;
  border-radius: 3px; }

/**
 * Whole grain gravity form styles, they make it worse so remove
 * until we find out this causes a problem
 */
@use "sass:colors";
.c-horizontal-menu {
  position: relative;
  border-bottom: 1px solid #E9E9EB;
  width: 100%; }
  .c-horizontal-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
    @media screen and (min-width: 48em) {
      .c-horizontal-menu ul {
        display: block; } }
    .c-horizontal-menu ul li {
      position: relative;
      display: inline-block;
      width: 100%; }
      @media screen and (min-width: 48em) {
        .c-horizontal-menu ul li {
          width: auto; } }
    @media screen and (min-width: 48em) {
      .c-horizontal-menu ul li + li {
        margin-left: 24px; } }
    @media screen and (min-width: 62em) {
      .c-horizontal-menu ul li + li {
        margin-left: 36px; } }
  .c-horizontal-menu a {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    color: #000;
    text-decoration: none; }
    @media screen and (min-width: 48em) {
      .c-horizontal-menu a:hover:after {
        border-bottom: 3px solid #00DEB6; } }
  .c-horizontal-menu a.active {
    text-decoration: none;
    text-shadow: 0px 0 1px;
    /* "bold" */ }
    @media screen and (min-width: 48em) {
      .c-horizontal-menu a.active:after {
        border-bottom: 3px solid #00DEB6; } }
  .c-horizontal-menu .c-horizontal-menu__opt, .c-horizontal-menu .c-horizontal-menu__ddbox {
    position: relative;
    font-size: 16px;
    line-height: 1; }
    @media screen and (min-width: 62em) {
      .c-horizontal-menu .c-horizontal-menu__opt, .c-horizontal-menu .c-horizontal-menu__ddbox {
        font-size: 18px; } }
    .c-horizontal-menu .c-horizontal-menu__opt:after, .c-horizontal-menu .c-horizontal-menu__ddbox:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      border-bottom: 3px solid transparent;
      -webkit-transition: border .2s ease-out;
      transition: border .2s ease-out; }

.c-horizontal-menu__ddbox {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  text-decoration: none;
  text-shadow: 0px 0 1px;
  /* "bold" */
  width: 100%;
  cursor: pointer; }
  @media screen and (min-width: 48em) {
    .c-horizontal-menu__ddbox {
      display: none; } }
  .c-horizontal-menu__ddbox:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #262637 transparent transparent transparent; }
  .c-horizontal-menu__ddbox:after {
    border-bottom: 3px solid #00DEB6 !important; }

@use "sass:colors";
/**
 * This isn't a form label, but some text with colour background
 * and curved corners
 */
.flag {
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px; }

.flag--orange {
  background: #eb8219;
  color: white; }

.flag--turquoise {
  background: #036B75;
  color: white; }

.c-pre-posts-content {
  padding: 20px 0; }

.object_fit {
  position: relative;
  display: block; }
  .object_fit img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .no-object-fit .object_fit,
  .no-objectfit .object_fit, .object_fit.compat {
    background-position: center center;
    background-size: cover; }
    .no-object-fit .object_fit img,
    .no-objectfit .object_fit img, .object_fit.compat img {
      opacity: 0; }

.compat-object-fit {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .compat-object-fit img {
    display: none; }

.scroll-to-top {
  background-color: #1779ba;
  color: white;
  border: 0;
  height: 40px;
  width: 40px; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    cursor: pointer;
    opacity: 0.8; }

.scroll--fixed {
  position: fixed;
  bottom: 20px;
  right: 20px; }

.scroll--rounded {
  border-radius: 50%; }

.scroll--fixed.scroll--animation {
  -webkit-transform: translate3d(160%, 0, 0);
          transform: translate3d(160%, 0, 0);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear; }

.scroll--fixed.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.ratio_square {
  padding-top: 100%; }

.ratio_4_3 {
  padding-top: 75%; }

.ratio_6_4 {
  padding-top: 66.66667%; }

.ratio_16_9 {
  padding-top: 56.25%; }

.responsive_embed {
  position: relative;
  width: 100%; }
  .responsive_embed__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ie9 [src*='.svg'] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [src*='.svg'] {
    width: 100%;
    max-height: 100%; } }

svg {
  width: 100%;
  max-height: 100%;
  fill: currentColor; }

.c-tabs {
  position: relative; }
  .c-tabs__item {
    display: none; }
    .c-tabs__item.active {
      display: block; }
  .c-tabs__item__content {
    display: none; }
  .c-tabs__item.active .c-tabs__item__content {
    display: block; }

.article-block__featured {
  margin-bottom: 80px; }
  .article-block__featured .article-block__large {
    height: 460px; }
    .article-block__featured .article-block__large .article-block {
      border-radius: 4px 0px 0px 4px;
      height: 100%;
      overflow: hidden; }
    .article-block__featured .article-block__large .article-block__inner {
      margin-bottom: 30px;
      margin-left: 30px;
      padding: 0 15px 0; }
    .article-block__featured .article-block__large p {
      font-size: 0.9375rem;
      line-height: 1.2; }
  .article-block__featured .article-block__half .article-block {
    border-radius: 0 4px 0 0;
    overflow: hidden;
    height: calc(50% - 10px); }
  .article-block__featured .article-block__half .article-block:nth-of-type(2) {
    border-radius: 0 0 4px 0;
    overflow: hidden;
    margin-top: 20px; }

.article-block {
  position: relative; }
  .article-block .article-block__background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
  .article-block .article-block__inner {
    border-left: 3px solid #00DEB6;
    bottom: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0 10px 0;
    position: absolute; }
  .article-block h2 {
    color: #fff;
    font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-top: -2px; }
  .article-block p {
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.2;
    margin-bottom: -3px;
    margin-top: -2px;
    padding: 0; }
  .article-block .article-block__link {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 100%;
    z-index: 10; }
  .article-block--list-item {
    border-radius: 4px;
    height: 220px;
    overflow: hidden; }
    .article-block--list-item h2 {
      font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.063rem;
      font-weight: 500; }

.article-block__flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px;
  border-top-left-radius: 4px; }

.hover__bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .75s background-color;
  transition: .75s background-color;
  width: 100%; }

article:focus .hover__bg,
article:hover .hover__bg {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: .75s background-color;
  transition: .75s background-color; }

.article-block__featured a:focus,
.article-block a:focus {
  background-color: rgba(0, 0, 0, 0.4); }

@media (min-width: 768px) {
  .article-block__background--small {
    max-height: 220px; }
  .article-block__list--background .hover__bg {
    background: none; } }

/** Image left, text right **/
.article-block__list {
  margin-bottom: 30px; }
  .article-block__list article {
    margin-bottom: 30px; }
    .article-block__list article .column, .article-block__list article .columns {
      position: relative; }
  .article-block__list .article-block__list--background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    float: left;
    height: 165px;
    margin-right: 2.6143790849673203%;
    overflow: hidden;
    position: relative;
    width: 35.947712418300654%; }
    .article-block__list .article-block__list--background .article-block__list--link {
      display: block;
      height: 100%;
      position: absolute;
      text-indent: -99999px;
      width: 100%; }
  .article-block__list .article-block__list--content {
    display: table;
    float: left;
    height: 100%;
    padding-right: 7.8431372549019605%;
    width: 61.43790849673202%; }
    .article-block__list .article-block__list--content .article-block__list--content-inner {
      display: table-cell;
      vertical-align: middle; }
  .article-block__list h2 {
    color: #262637;
    font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin-top: -2px; }
  .article-block__list p {
    color: #A1A1AC;
    font-size: 0.9375rem;
    line-height: 1.2;
    margin: 0;
    padding: 0; }
  .article-block__list .article-block__list--readmore {
    color: #0499A8;
    font-size: 0.9375rem;
    margin-top: 13px;
    text-decoration: none; }

.article-block__list .article-block__list--biglink {
  height: 100%;
  left: 10px;
  overflow: hidden;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  width: calc(100% - 8%); }

/** Random article block **/
.article-block__random article {
  border-radius: 4px;
  height: 220px;
  overflow: hidden; }
  .article-block__random article h2 {
    font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.063rem;
    font-weight: 500; }

.page .article-block__random {
  margin-top: 115px; }

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

article.no-video-header {
  margin-top: 0;
  padding-top: 0; }
  article.no-video-header .article-single__content {
    margin-top: 72px;
    padding-top: 0; }
  article.no-video-header .article-single__sidebar--left {
    margin-top: 78px; }

@media (min-width: 768px) {
  .no-video-caption .article-single__content {
    margin-top: 200px; } }

.article-single__video {
  height: 425px;
  left: 0;
  margin: 0 auto;
  max-width: 767px;
  position: absolute;
  right: 0;
  top: 75px;
  width: 100%; }
  .article-single__video .article-single__video-inner {
    background-position: center;
    background-size: cover;
    height: 120%;
    left: -10%;
    position: absolute;
    top: -10%;
    transition: filter .25s, -webkit-filter .25s;
    width: 120%; }
  .article-single__video .article-single__video--caption {
    border-bottom: 1px solid #E9E9EB;
    color: #76767C;
    margin: 0 auto;
    max-width: 610px;
    padding: 15px;
    text-align: center;
    width: 100%; }
    .article-single__video .article-single__video--caption p {
      font-size: 0.9375rem;
      margin: 0;
      padding: 0; }

.youtube-video {
  background-color: #E0E0E3;
  text-align: center; }

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

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

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

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

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

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

.slider {
  opacity: 0; }

.no-js .slider {
  opacity: 1; }

.js .slick-initialized {
  opacity: 1; }

.slick-carousel {
  position: relative;
  width: calc(100%);
  margin-left: auto;
  margin-right: auto; }
  .slick-carousel img {
    height: 320px;
    border-radius: 4px; }
  .slick-carousel .slick-slide {
    opacity: 0;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: .75s opacity;
    transition: .75s opacity; }
    .slick-carousel .slick-slide .slick-caption {
      color: #76767C;
      font-size: 0.9375rem;
      opacity: 0;
      -webkit-transition: .75s opacity;
      transition: .75s opacity; }
    .slick-carousel .slick-slide:focus {
      outline: 0; }
  .slick-carousel .slick-slide.slick-current {
    opacity: 1;
    -webkit-transition: .75s opacity;
    transition: .75s opacity; }
    .slick-carousel .slick-slide.slick-current .slick-caption {
      opacity: 1;
      -webkit-transition: .75s opacity;
      transition: .75s opacity; }
  .slick-carousel .slick-caption {
    padding: 15px;
    text-align: center; }
  .slick-carousel .slick-arrow {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 320px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 30px;
    z-index: 9999;
    padding: 0; }
  .slick-carousel .slick-next {
    background-image: url("../img/rm-arrow-next.svg") !important;
    right: 0; }
  .slick-carousel .slick-prev {
    background-image: url("../img/rm-arrow-previous.svg") !important;
    left: 0; }
  .slick-carousel .slick-list {
    padding: 0 50px !important; }

.flexible__block--slider {
  margin-bottom: 44px; }

.slick-carousel__property {
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  margin-top: 45px;
  position: relative;
  width: calc(100%); }
  .slick-carousel__property img {
    height: 370px; }
  .slick-carousel__property .slick-list {
    border: 1px solid #E9E9EB;
    border-radius: 4px;
    margin: 0 50px !important; }
  .slick-carousel__property .slick-carousel__property--title,
  .slick-carousel__property .slick-carousel__property--address,
  .slick-carousel__property .slick-carousel__property--price,
  .slick-carousel__property .slick-carousel__property--marketed {
    display: block; }
  .slick-carousel__property .slick-carousel__property--title {
    color: #0499A8;
    font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.063rem;
    line-height: 1; }
  .slick-carousel__property .slick-carousel__property--address {
    font-size: 0.9375rem; }
  .slick-carousel__property .slick-carousel__property--price {
    color: #262637;
    font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.25rem; }
  .slick-carousel__property .slick-carousel__property--marketed {
    color: #76767C;
    font-size: 0.813rem;
    margin: -22px 0 0 0;
    padding: 0;
    text-align: right; }
  .slick-carousel__property .slick-slide {
    position: relative; }
  .slick-carousel__property .slick-carousel__property--link {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 100%; }
  .slick-carousel__property .slick-caption {
    padding: 20px; }
  .slick-carousel__property .slick-arrow {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 30px;
    z-index: 9999;
    padding: 0; }
  .slick-carousel__property .slick-next {
    background-image: url("../img/rm-arrow-next.svg") !important;
    right: 0; }
  .slick-carousel__property .slick-prev {
    background-image: url("../img/rm-arrow-previous.svg") !important;
    left: 0; }

.slick-arrow:focus {
  opacity: .4;
  outline: 0; }

.slick-dots {
  top: calc(56.25vw - 20px);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center; }
  .slick-dots ul, .slick-dots li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .slick-dots li {
    display: inline-block;
    height: 6px;
    margin: 2px; }
  .slick-dots button {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    height: 6px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -99999px;
    width: 6px; }
  .slick-dots .slick-active button {
    background-color: #fff; }

.slick-carousel__property .slick-dots {
  top: 370px; }

@media (max-width: 767px) {
  .slick-carousel img {
    width: 100%;
    height: 56.25vw; }
  .slick-carousel .slick-list,
  .slick-carousel__property .slick-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.flexible__block--quote {
  margin-bottom: 32px;
  padding: 40px 0;
  position: relative; }
  .flexible__block--quote:before {
    border-bottom: 1px solid #E9E9EB;
    border-top: 1px solid #E9E9EB;
    content: "";
    display: block;
    height: calc(100% - 18px);
    left: -20px;
    margin: 0 auto;
    padding: 40px 0;
    position: absolute;
    top: 0px;
    width: calc(100% + 40px);
    z-index: 9; }
  .flexible__block--quote figure hr {
    margin: 20px auto 40px;
    position: relative;
    z-index: 9999; }
  .flexible__block--quote figure hr:nth-of-type(2) {
    margin-top: 33px; }
  .flexible__block--quote blockquote {
    border: 0;
    color: #262637;
    font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.5;
    margin: -60px 0 0;
    padding: 0;
    position: relative; }
    .flexible__block--quote blockquote:after, .flexible__block--quote blockquote:before {
      background-image: url("../img/rm-quote.svg?v=3");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      height: 55px;
      position: relative;
      width: 55px; }
    .flexible__block--quote blockquote:before {
      left: -100px;
      top: 60px; }
    .flexible__block--quote blockquote:after {
      background-image: url("../img/quote-end.svg?v=3");
      top: 60px;
      position: absolute;
      right: -100px;
      width: 55px; }
  .flexible__block--quote figcaption {
    margin-top: 10px; }

@media (max-width: 767px) {
  .flexible__block--quote blockquote:after {
    bottom: 0px;
    top: auto; } }

/**
 * Block
 */
.block {
  overflow: auto; }

.block--bg-light-grey {
  background-color: #F4F4F5; }

.block--bg-rightmove-teal {
  background-color: #00DEB6;
  color: #fff; }

.block--bg-rightmove-berry {
  background-color: #262637;
  color: #fff; }

/* =================================================================
   # Heading block
   ================================================================= */
.heading-block {
  display: block;
  width: 100%; }

.heading-block--centered {
  position: relative; }
  .heading-block--centered .heading-block__inner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.heading-block--padded .heading-block__inner {
  padding-left: 40px;
  padding-right: 40px; }

.seo-header-container svg {
  width: auto; }

.width-25 {
  width: 25% !important; }

.width-50 {
  width: 50% !important; }

.width-75 {
  width: 75% !important; }

.width-100 {
  width: 100% !important; }

.height-25 {
  height: 25% !important; }

.height-50 {
  height: 50% !important; }

.height-75 {
  height: 75% !important; }

.height-100 {
  height: 100% !important; }

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

.max-height-100 {
  max-height: 100% !important; }

.margin-0 {
  margin-top: 0em !important;
  margin-right: 0em !important;
  margin-bottom: 0em !important;
  margin-left: 0em !important; }

.padding-0 {
  padding-top: 0em !important;
  padding-right: 0em !important;
  padding-bottom: 0em !important;
  padding-left: 0em !important; }

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

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

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

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

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

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

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

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

.margin-horizontal-0 {
  margin-right: 0em !important;
  margin-left: 0em !important; }

.padding-horizontal-0 {
  padding-right: 0em !important;
  padding-left: 0em !important; }

.margin-vertical-0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important; }

.padding-vertical-0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important; }

.margin-1 {
  margin-top: 1em !important;
  margin-right: 1em !important;
  margin-bottom: 1em !important;
  margin-left: 1em !important; }

.padding-1 {
  padding-top: 1em !important;
  padding-right: 1em !important;
  padding-bottom: 1em !important;
  padding-left: 1em !important; }

.margin-top-1 {
  margin-top: 1em !important; }

.padding-top-1 {
  padding-top: 1em !important; }

.margin-right-1 {
  margin-right: 1em !important; }

.padding-right-1 {
  padding-right: 1em !important; }

.margin-bottom-1 {
  margin-bottom: 1em !important; }

.padding-bottom-1 {
  padding-bottom: 1em !important; }

.margin-left-1 {
  margin-left: 1em !important; }

.padding-left-1 {
  padding-left: 1em !important; }

.margin-horizontal-1 {
  margin-right: 1em !important;
  margin-left: 1em !important; }

.padding-horizontal-1 {
  padding-right: 1em !important;
  padding-left: 1em !important; }

.margin-vertical-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.padding-vertical-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.margin-2 {
  margin-top: 2em !important;
  margin-right: 2em !important;
  margin-bottom: 2em !important;
  margin-left: 2em !important; }

.padding-2 {
  padding-top: 2em !important;
  padding-right: 2em !important;
  padding-bottom: 2em !important;
  padding-left: 2em !important; }

.margin-top-2 {
  margin-top: 2em !important; }

.padding-top-2 {
  padding-top: 2em !important; }

.margin-right-2 {
  margin-right: 2em !important; }

.padding-right-2 {
  padding-right: 2em !important; }

.margin-bottom-2 {
  margin-bottom: 2em !important; }

.padding-bottom-2 {
  padding-bottom: 2em !important; }

.margin-left-2 {
  margin-left: 2em !important; }

.padding-left-2 {
  padding-left: 2em !important; }

.margin-horizontal-2 {
  margin-right: 2em !important;
  margin-left: 2em !important; }

.padding-horizontal-2 {
  padding-right: 2em !important;
  padding-left: 2em !important; }

.margin-vertical-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }

.padding-vertical-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important; }

.margin-3 {
  margin-top: 3em !important;
  margin-right: 3em !important;
  margin-bottom: 3em !important;
  margin-left: 3em !important; }

.padding-3 {
  padding-top: 3em !important;
  padding-right: 3em !important;
  padding-bottom: 3em !important;
  padding-left: 3em !important; }

.margin-top-3 {
  margin-top: 3em !important; }

.padding-top-3 {
  padding-top: 3em !important; }

.margin-right-3 {
  margin-right: 3em !important; }

.padding-right-3 {
  padding-right: 3em !important; }

.margin-bottom-3 {
  margin-bottom: 3em !important; }

.padding-bottom-3 {
  padding-bottom: 3em !important; }

.margin-left-3 {
  margin-left: 3em !important; }

.padding-left-3 {
  padding-left: 3em !important; }

.margin-horizontal-3 {
  margin-right: 3em !important;
  margin-left: 3em !important; }

.padding-horizontal-3 {
  padding-right: 3em !important;
  padding-left: 3em !important; }

.margin-vertical-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important; }

.padding-vertical-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important; }

#top-bar {
  background-color: #F4F4F5;
  margin-bottom: 13px;
  padding: 5px;
  width: 100%; }
  #top-bar .top-bar__link {
    background: url("../img/arrow-left.svg") center left no-repeat;
    color: #5D5D6A;
    display: inline-block;
    font-size: 0.8125rem;
    padding-left: 38px;
    text-decoration: none; }
    #top-bar .top-bar__link:focus, #top-bar .top-bar__link:hover {
      text-decoration: underline; }

#main-header {
  position: relative;
  width: 100%; }
  #main-header .main-header__inner {
    background: #fff;
    border-bottom: 1px solid #DFDFE1;
    padding-bottom: 13px;
    width: 100%; }
  #main-header .logo--header--title {
    position: relative; }

.no-click a {
  cursor: pointer; }

.add-shadow .main-header__inner {
  -webkit-box-shadow: 0 2px 24px 0 rgba(38, 38, 55, 0.15);
          box-shadow: 0 2px 24px 0 rgba(38, 38, 55, 0.15); }

@media (min-width: 768px) {
  #main-header {
    height: 88px; }
    #main-header .logo--header {
      width: 14px; }
    #main-header .logo--header {
      position: relative;
      top: -2px; } }

@media (max-width: 767px) {
  #main-header .main-header__inner {
    padding-top: 13px;
    top: 0; }
  #main-header .logo--header--title {
    position: relative;
    top: 2px; }
  #main-header .logo--divider {
    top: 6px; } }

#main-header .main-header__inner {
  position: fixed;
  z-index: 99999; }

.page-template-page-blocks #main-header {
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .page-template-page-blocks #main-header,
  .single #main-header {
    margin-bottom: 40px; } }

.logo--header--link {
  display: inline-block;
  position: relative;
  text-decoration: none; }
  .logo--header--link img {
    position: relative;
    top: -2px; }
  .logo--header--link .logo--divider {
    background: #DFDFE1;
    display: inline-block;
    height: 20px;
    left: 7px;
    position: relative;
    top: 4px;
    width: 1px; }

.logo--header--title {
  color: #262637;
  font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 17px;
  text-decoration: none; }

.menu-wrap {
  padding-top: 1px; }

.logo--header {
  width: 18px; }

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

.main-header ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right; }
  .main-header ul li {
    display: inline-block;
    padding: 0 15px;
    margin: 0; }
    .main-header ul li a {
      color: #5D5D6A;
      text-decoration: none; }
      .main-header ul li a:hover {
        color: inherit; }
  .main-header ul li:last-of-type {
    padding-right: 0; }

.strapline-text {
  font-size: 1.063rem;
  margin: -10px 0 33px; }

.logo--header--title,
.logo--header--title:hover,
.logo--header--title:visited,
.logo--header--title:focus {
  color: #262637; }

.logo--header--title:focus {
  text-decoration: underline; }

.menu-open .site {
  display: none; }

.menu-open .main-header__inner {
  position: static !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.menu-open .burger-menu__header {
  display: none; }

.menu-open .main-header {
  position: static;
  padding-top: 0 !important;
  margin-top: 0;
  margin-bottom: 0 !important; }
  .menu-open .main-header .medium-4 {
    display: none; }
  .menu-open .main-header .medium-8 {
    padding-left: 0;
    padding-right: 0; }
  .menu-open .main-header .main-menu {
    position: static !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    padding-top: 0 !important; }

/** Header Nav **/
.burger-menu__header,
.burger-menu__footer {
  display: none; }

.menu-items-list {
  font-size: 0; }
  .menu-items-list li {
    font-size: 16px; }

.current-menu-item > a {
  font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif !important; }

@media (max-width: 767px) {
  .top-bar {
    display: none; }
  #main-header {
    padding-top: 13px; }
  .burger-menu {
    z-index: 999999; }
  .main-menu {
    opacity: 0;
    left: -99999px;
    margin-top: 0;
    padding-top: 5px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    -webkit-transition: .5s opacity;
    transition: .5s opacity; }
  .main-menu.is-active {
    background: #fff;
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    -webkit-transition: .5s opacity;
    transition: .5s opacity;
    width: 100%;
    z-index: 999998; }
    .main-menu.is-active .menu-items-list {
      height: calc(100vh - 110px);
      width: 100%; }
      .main-menu.is-active .menu-items-list .menu-item {
        display: block;
        float: none;
        padding: 0;
        text-align: left;
        width: 100%; }
      .main-menu.is-active .menu-items-list .menu-item a,
      .main-menu.is-active .menu-items-list .menu-item button {
        border-left: 3px solid #fff;
        color: #262637;
        display: block;
        font-size: 1.125rem;
        height: auto;
        margin: 12px 0;
        padding: 8px 10px;
        text-align: left;
        -webkit-transition: none;
        transition: none;
        width: 100%; }
      .main-menu.is-active .menu-items-list .menu-item button {
        margin-bottom: 0; }
      .main-menu.is-active .menu-items-list .menu-item-has-children > a {
        margin-bottom: 0; }
      .main-menu.is-active .menu-items-list .menu-item .sub-menu .menu-item a {
        color: #76767C; }
      .main-menu.is-active .menu-items-list .sub-menu li:last-of-type a {
        margin-bottom: 0; }
      .main-menu.is-active .menu-items-list .current_page_item .sub-menu {
        display: block;
        padding-left: 10px; }
        .main-menu.is-active .menu-items-list .current_page_item .sub-menu a {
          font-family: "effra-regular", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .main-menu.is-active .focus .sub-menu {
      display: block; }
      .main-menu.is-active .focus .sub-menu a {
        border-left: 3px solid #fff;
        font-family: "effra-regular", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    .main-menu.is-active .main-header ul {
      display: block;
      text-align: left; }
    .main-menu.is-active .burger-menu__header {
      color: #5D5D6A;
      display: block;
      border-left: 3px solid #fff;
      display: block;
      font-size: 1.125rem;
      padding: 8px 10px;
      text-align: left;
      text-decoration: none;
      width: 100%; }
      .main-menu.is-active .burger-menu__header:focus, .main-menu.is-active .burger-menu__header:hover {
        border-left: 3px solid #00DEB6;
        color: #5D5D6A; }
    .main-menu.is-active .burger-menu__footer {
      background: #F4F4F5 url("../img/arrow-left.svg") 13px center no-repeat;
      border-top: 1px solid #DFDFE1;
      color: #5D5D6A;
      display: block;
      font-size: 1.063rem;
      margin-top: 10px;
      padding: 15px 15px 15px 35px;
      text-align: left;
      text-decoration: none;
      width: 100%; }
  .main-menu.is-active .current-menu-item > a {
    border-left: 3px solid #00DEB6 !important;
    font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif !important; }
  .main-header ul.sub-menu {
    padding-left: 10px; }
    .main-header ul.sub-menu a {
      color: #76767C; }
    .main-header ul.sub-menu a:focus,
    .main-header ul.sub-menu a:hover {
      border-left: 3px solid #fff !important; } }

.menu-item-has-children:hover > a:nth-of-type(1),
.menu-items-list .current_page_item > a,
.menu-items-list a:focus,
.menu-items-list a:hover .menu-items-list button:focus,
.menu-items-list button:hover {
  color: #262637 !important; }

#main-footer {
  background: #F4F4F5;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%; }
  #main-footer a {
    color: #707070;
    text-decoration: none; }
    #main-footer a:focus, #main-footer a:hover {
      text-decoration: underline; }

#main-footer .footer-items-list,
#main-footer .footer-items-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

@media (max-width: 767px) {
  .menu-botton-wrapper {
    display: none; }
  #main-footer {
    padding-top: 0; }
  #main-footer .footer-items-list li {
    border-top: 1px solid #DFDFE1; }
  #main-footer .footer-items-list a, #main-footer .footer-items-list span {
    background: url("../img/dropdown.svg") center right no-repeat;
    color: #707070;
    cursor: pointer;
    display: block;
    font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 14px 10px 13px;
    margin-right: 15px;
    text-decoration: none; }
    #main-footer .footer-items-list a:focus, #main-footer .footer-items-list a:hover, #main-footer .footer-items-list span:focus, #main-footer .footer-items-list span:hover {
      text-decoration: underline; }
  #main-footer .footer-items-list .sub-menu li {
    border-top: 0; }
  #main-footer .footer-items-list .sub-menu a {
    background-image: none;
    font-family: "effra-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 10px 10px 9px 30px; }
  .active-footer-menu-link {
    cursor: default; } }

@media (min-width: 768px) {
  .show-footer-menu {
    display: block !important; }
  #footer-menu .sub-menu {
    display: block !important;
    height: 100% !important; }
  header nav .menu-items-list li .sub-menu__flyout {
    border-bottom: 1px solid #DFDFE1;
    background: #fff;
    display: block;
    left: -99999px;
    opacity: 0;
    padding: 45px 0;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: opacity .5s .5s ease, left 0s 1s, -webkit-box-shadow .1s .25s;
    transition: opacity .5s .5s ease, left 0s 1s, -webkit-box-shadow .1s .25s;
    transition: opacity .5s .5s ease, left 0s 1s, box-shadow .1s .25s;
    transition: opacity .5s .5s ease, left 0s 1s, box-shadow .1s .25s, -webkit-box-shadow .1s .25s;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0px;
            box-shadow: 0px; }
    header nav .menu-items-list li .sub-menu__flyout .row {
      margin: 0 auto;
      max-width: 1180px; }
    header nav .menu-items-list li .sub-menu__flyout .sub-menu {
      display: block; }
  header nav .menu-items-list .focus .sub-menu__flyout,
  header nav .menu-items-list li:hover .sub-menu__flyout,
  header nav .menu-items-list li:active .sub-menu__flyout,
  header nav .menu-items-list li:focus .sub-menu__flyout {
    -webkit-box-shadow: 0px 8px 8px 0px rgba(38, 38, 55, 0.1);
            box-shadow: 0px 8px 8px 0px rgba(38, 38, 55, 0.1);
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .75s, -webkit-box-shadow .25s .25s;
    transition: opacity .75s, -webkit-box-shadow .25s .25s;
    transition: opacity .75s, box-shadow .25s .25s;
    transition: opacity .75s, box-shadow .25s .25s, -webkit-box-shadow .25s .25s; }
  .sub-menu__flyout .menu-item {
    padding: 0; }
    .sub-menu__flyout .menu-item a {
      border-right: 1px solid #DFDFE1;
      display: block;
      font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 500;
      padding: 0 10px;
      text-align: center; }
      .sub-menu__flyout .menu-item a:before {
        content: "";
        display: block;
        height: 55px;
        margin: 0 auto 8px;
        width: 130px; }
    .sub-menu__flyout .menu-item:last-of-type a {
      border-right: 0; }
  .sub-menu__flyout .advice-buyers a:before {
    background: transparent url("../img/menu-icons/menu-adv-buyers.svg") center top no-repeat; }
  .sub-menu__flyout .advice-landlords a:before {
    background: transparent url("../img/menu-icons/menu-adv-landlords.svg") center top no-repeat; }
  .sub-menu__flyout .advice-renters a:before {
    background: transparent url("../img/menu-icons/menu-adv-renters.svg") center top no-repeat; }
  .sub-menu__flyout .advice-sellers a:before {
    background: transparent url("../img/menu-icons/menu-adv-sellers.svg") center top no-repeat; }
  .sub-menu__flyout .blog-advice a:before {
    background: transparent url("../img/menu-icons/menu-blog-advice.svg") center top no-repeat; }
  .sub-menu__flyout .blog-celeb a:before {
    background: transparent url("../img/menu-icons/menu-blog-celeb.svg") center top no-repeat; }
  .sub-menu__flyout .blog-dream a:before {
    background: transparent url("../img/menu-icons/menu-blog-dream.svg") center top no-repeat; }
  .sub-menu__flyout .blog-news a:before {
    background: transparent url("../img/menu-icons/menu-blog-news.svg") center top no-repeat; }
  .sub-menu__flyout .trend-housing a:before {
    background: transparent url("../img/menu-icons/menu-trend-housing.svg") center top no-repeat; }
  .sub-menu__flyout .trend-rent a:before {
    background: transparent url("../img/menu-icons/menu-trend-rent.svg") center top no-repeat; }
  .footer-items-list,
  .footer-items-list ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .footer-items-list {
    border-bottom: 1px solid #DFDFE1;
    margin-bottom: 30px !important;
    padding: 10px 10px 32px !important; }
    .footer-items-list .menu-item {
      border-right: 1px solid #DFDFE1;
      font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 0.9375rem;
      float: left;
      height: 100%;
      margin-right: 15px;
      padding: 7px 0;
      width: calc(20% - 15px); }
      .footer-items-list .menu-item:last-of-type {
        border-right: 0; }
      .footer-items-list .menu-item a, .footer-items-list .menu-item span, .footer-items-list .menu-item button {
        color: #707070;
        display: inline-block;
        margin-bottom: 13px; }
      .footer-items-list .menu-item .sub-menu li {
        border-right: 0;
        float: none;
        height: auto;
        padding: 0;
        width: 100%; }
      .footer-items-list .menu-item .sub-menu a {
        font-family: "effra-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin-bottom: 0; }
  .menu-botton-left-wrapper {
    position: relative;
    text-align: right;
    top: 2px; }
  .menu-botton-left {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right; }
    .menu-botton-left li {
      border-right: 1px solid #DFDFE1;
      display: inline-block;
      padding: 0 15px; }
      .menu-botton-left li:last-of-type {
        border-right: 0; }
  .globalFooter-cities,
  .menu-botton-left {
    font-size: 0.8125rem;
    line-height: 1; } }

button.menu-button,
button.menu-button:active {
  background: none;
  border: 0;
  color: #5D5D6A;
  cursor: default !important;
  padding: 0;
  margin: 0;
  -webkit-transition: none !important;
  transition: none !important; }
  button.menu-button:hover, button.menu-button:focus, button.menu-button:active,
  button.menu-button:active:hover,
  button.menu-button:active:focus,
  button.menu-button:active:active {
    color: #262637 !important;
    cursor: default !important; }

.archive .menu-item-property-blog a,
.single .menu-item-property-blog a {
  font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500; }

#main {
  margin-top: 30px;
  margin-bottom: 30px; }

.button-loader.is-hidden,
.cookie-notification.is-closed,
.notification-button .is-hidden {
  display: none; }

.cookie-notification--sticky,
.cookie-notification--sticky-top {
  position: fixed;
  left: 0;
  width: 100%; }

.cookie-notification--sticky {
  bottom: 0; }

.cookie-notification--sticky-top {
  top: 0; }

.notification-button {
  position: absolute;
  right: 0;
  top: 0; }

.cookie-notification {
  background: #8a8a8a; }

.notification-button--icon {
  background: transparent;
  border: 0; }
  .notification-button--icon:hover {
    opacity: 0.7;
    cursor: pointer; }

.notification-button.notification-button--text {
  position: relative;
  border: 1px solid #e6e6e6;
  background: white;
  padding: 5px 10px;
  margin-bottom: 10px; }

.button-loader {
  display: block;
  stroke: #000;
  width: 20px;
  height: 20px; }

@media print, screen and (min-width: 48em) {
  .notification-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .notification-button.notification-button--text {
    position: absolute;
    margin: 0; } }

.block__slider--wrapper h3 + .slick-carousel__property {
  margin-top: 20px; }

.nav-links {
  display: none; }

.load-more--wrapper .load-more {
  margin-top: 30px; }

aside .aside__inner {
  background-color: #F4F4F5;
  border-radius: 4px;
  padding: 20px; }

aside h2 {
  color: #262637;
  font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.5; }

aside p {
  font-size: 1rem; }

aside .aside__social {
  margin-top: 5px;
  padding: 20px; }

aside .social-icon__facebook,
aside .social-icon__twitter,
aside .social-icon__pinterest,
aside .social-icon__instagram,
aside .js-textareacopybtn {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 38px;
  margin: 0 3px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-indent: -99999px;
  vertical-align: top;
  width: 38px; }

aside .social-icon__facebook {
  background-image: url("../img/facebook-grey.svg"); }

aside .social-icon__twitter {
  background-image: url("../img/twitter-grey.svg"); }

aside .social-icon__pinterest {
  background-image: url("../img/pinterest-grey.svg"); }

aside .social-icon__instagram {
  background-image: url("../img/instagram-grey.svg"); }

aside .js-textareacopybtn {
  background-image: url("../img/rm-social-url.svg?v=1");
  border: 0;
  background-color: transparent;
  padding: 0; }

aside .js-copytextarea {
  height: 0px;
  left: -99999px;
  position: absolute;
  top: -99999px;
  width: 0px; }

@media (max-width: 767px) {
  .home main aside {
    margin-top: 55px; }
  .article-block__featured {
    margin-bottom: 20px; }
  .article-block__featured .article-block__large {
    height: 275px; }
    .article-block__featured .article-block__large .article-block {
      border-radius: 4px; }
    .article-block__featured .article-block__large .article-block__inner {
      margin-left: 20px; }
  .article-block__featured .article-block__half .article-block:first-of-type {
    margin-top: 20px; }
  .article-block__featured .article-block__half .article-block {
    border-radius: 4px !important;
    height: 275px; }
  .article-block__list .small-12 {
    position: relative; }
  .article-block__list .article-block__list--background {
    float: none;
    height: 275px;
    width: 100%; }
  .article-block__list article {
    margin-bottom: 20px; }
  .article-block__list .article-block__list--content {
    border-left: 3px solid #00DEB6;
    bottom: 0;
    display: block;
    float: none;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0 10px 0;
    position: absolute;
    width: auto; }
    .article-block__list .article-block__list--content * {
      color: #fff; }
    .article-block__list .article-block__list--content h2 {
      color: #fff;
      font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 500;
      line-height: 1;
      margin-top: -2px; }
    .article-block__list .article-block__list--content p {
      color: #fff;
      font-size: 0.8125rem;
      line-height: 1.2;
      margin-bottom: -3px;
      margin-top: -2px;
      padding: 0; }
    .article-block__list .article-block__list--content .article-block__list--readmore {
      display: none; } }

.single aside .social-icon__facebook {
  background-image: url("../img/rm-social-facebook.svg"); }

.single aside .social-icon__twitter {
  background-image: url("../img/rm-social-twitter.svg"); }

.single aside .social-icon__pinterest {
  background-image: url("../img/rm-social-pinterest.svg"); }

.flexible__block:last-of-type:after {
  border-bottom: 0; }

@media (min-width: 768px) {
  .article-single__header {
    background: #F4F4F5;
    position: relative; } }

.single article {
  position: relative; }

.article-single__content {
  margin: 48px auto 50px; }
  .article-single__content h1:first-of-type {
    padding-bottom: 20px; }

.flexible__block--content {
  font-size: 1.063rem; }
  .flexible__block--content p {
    margin-bottom: 2em; }

.article-single__content {
  margin-top: 250px; }

.article-single__background {
  height: 365px;
  overflow: hidden;
  position: relative;
  width: 100vw; }
  .article-single__background .article-single__background-inner {
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    height: 150%;
    left: -25%;
    position: absolute;
    top: -25%;
    transition: filter .25s, -webkit-filter .25s;
    width: 150%; }
  .article-single__background .article-single__background-inner.no-blur {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: none;
    transition: none; }

.post__bottom-link {
  display: inline-block;
  font-size: 1rem;
  margin-top: 35px;
  text-decoration: none; }
  .post__bottom-link:focus, .post__bottom-link:hover {
    text-decoration: underline; }

@media (max-width: 767px) {
  .post__bottom-link {
    background: url("../img/rm-arrow-right.svg") center right no-repeat;
    display: block; } }

.divider {
  background-color: #E9E9EB;
  border: 0;
  height: 1px;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%; }

.article-single__social {
  opacity: 0;
  font-family: "effra-medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 50px; }

.article-single__sidebar--left {
  left: 10px;
  margin-top: 50px;
  position: absolute;
  top: 0;
  width: 160px; }
  .article-single__sidebar--left .article-single__meta-data {
    display: none; }
  .article-single__sidebar--left .article-block__meta--category,
  .article-single__sidebar--left .article-block__meta--date {
    color: #A1A1AC;
    font-family: "effra-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500; }
  .article-single__sidebar--left .article-block__meta--date {
    display: block; }

.article-single__sidebar--right {
  right: 10px;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 300px; }

.article-single__social--under-title .article-block__meta--category,
.article-single__social--under-title .article-block__meta--date {
  color: #A1A1AC;
  display: block;
  font-family: "effra-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500; }

.article-single__social--under-title .article-block__meta--category {
  margin-bottom: 20px; }

@media (min-width: 1059px) {
  .article-single__sidebar--left .article-single__meta-data {
    display: block; }
  .article-single__social {
    opacity: 1; }
  .article-single__social--under-title {
    display: none; } }

@media (max-width: 1058px) {
  .article-single__social--under-title {
    display: block !important;
    margin: 0 0 20px;
    padding: 0;
    opacity: 1; }
    .article-single__social--under-title p {
      height: 0;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: hidden;
      text-indent: -99999px; }
    .article-single__social--under-title .successfully-copied {
      position: relative; } }

@media (max-width: 767px) {
  .article-single__background {
    display: none; }
  .article-single__video {
    height: auto;
    position: static; }
  .article-single__social {
    display: none; }
  .article-single__content {
    margin-top: 50px;
    max-width: 570px; }
  .article-block__random .small-12:nth-of-type(2),
  .article-block__random .small-12:nth-of-type(3) {
    display: none; }
  .slick-carousel .slick-slide {
    padding: 0 2px; }
  .slick-carousel__property,
  .slick-carousel,
  .flexible__block--quote:before {
    left: 0;
    width: 100%; }
  .flexible__block--quote blockquote:after {
    right: 0; }
  .flexible__block--quote blockquote:before {
    left: 0; }
  .flexible__block--quote blockquote p:first-of-type {
    padding-bottom: 70px;
    padding-top: 70px; } }

.green-heading h1 {
  color: #00DEB6; }

.page__content {
  margin-top: 0; }
  .page__content aside {
    margin: 29px 0 19px; }

@media (min-width: 768px) {
  .page__content {
    margin-top: 76px; }
    .page__content aside {
      margin-top: 4px; } }

.aside__back--link {
  display: inline-block;
  text-decoration: none; }
  .aside__back--link:hover, .aside__back--link:focus {
    text-decoration: underline; }
  .aside__back--link:before {
    border: 2px solid #0499A8;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 8px;
    margin-right: 12px;
    position: relative;
    top: -1px;
    -webkit-transform: scaleX(-1) rotate(-315deg);
            transform: scaleX(-1) rotate(-315deg);
    width: 8px; }

.bigtext {
  font-size: 1.375rem; }

.lazyload {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: .75s opacity;
  transition: .75s opacity; }

.article-block__list.article-block__list--fadedin .fadein__opacity {
  -webkit-animation: fadein .75s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein .75s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */

/* Opera < 12.1 */

.successfully-copied {
  display: none;
  font-family: "effra-regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  padding: 5px;
  position: absolute;
  text-align: left; }

/* Partnership */
.partnership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.partnership-heading {
  font-size: 20px;
  color: #036b75; }

.partner-image {
  width: 100px;
  height: auto;
  margin-left: 20px;
  margin-top: -10px; }

.partnership {
  line-height: 0.5;
  text-align: center; }

.partnership {
  display: inline-block;
  position: relative; }

.partnership .ev:before,
.partnership .ev:after {
  content: "";
  position: absolute;
  height: 3px;
  border: 1px solid #ababab;
  width: 32%; }

.partnership .ev:before {
  right: 80%;
  margin-right: 15px;
  margin-top: -5px; }

.partnership .ev:after {
  left: 80%;
  margin-left: 15px;
  margin-top: -5px; }

.ev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 768px) {
  .partnership .ev:before {
    right: 60%;
    margin-right: 120px;
    margin-top: -5px; }
  .partnership .ev:after {
    left: 60%;
    margin-left: 120px;
    margin-top: -5px; } }

@media (max-width: 500px) {
  .partnership .ev:before,
  .partnership .ev:after {
    display: none;
    visibility: hidden; } }

/* Advertising Block */
.post-ads {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background: #f4f4f5;
  margin-bottom: 4em; }
  .post-ads__title {
    text-align: center;
    padding-top: 1em;
    margin-bottom: 0;
    color: #9e9ea8; }
  .post-ads__individual-ad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1em;
    padding-top: 1em; }

.custom-anchor {
  padding-top: 130px;
  margin-top: -130px;
  display: inline-block; }

.article-single--ads .article-single__content {
  padding-left: 205px;
  margin-left: 0;
  padding-right: 370px;
  width: 100%;
  position: relative; }
  @media (max-width: 1058px) {
    .article-single--ads .article-single__content {
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 370px; } }
  @media (max-width: 870px) {
    .article-single--ads .article-single__content {
      margin-left: 0;
      margin-right: 0;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 100%;
      width: 100%; } }

@media (max-width: 1058px) {
  .article-single--ads .slick-carousel__property {
    left: 0;
    right: 0; } }

@media (max-width: 870px) {
  .article-single--ads .slick-carousel__property {
    width: 100%; } }

.article-single--ads .article-single__sidebar--right {
  top: 0;
  margin-bottom: 30px; }
  @media (max-width: 870px) {
    .article-single--ads .article-single__sidebar--right {
      position: relative;
      top: auto;
      right: auto;
      margin-left: auto;
      margin-right: auto; } }

body.single {
  overflow-x: hidden; }

.sidebar__wrapper {
  padding: 0 20px; }
  .sidebar__wrapper h2 {
    margin-top: 20px; }
  .sidebar__wrapper .social-icon__facebook {
    background-image: url("../img/facebook-grey.svg"); }
  .sidebar__wrapper .social-icon__twitter {
    background-image: url("../img/twitter-grey.svg"); }
  .sidebar__wrapper .social-icon__pinterest {
    background-image: url("../img/pinterest-grey.svg"); }
  .sidebar__wrapper .social-icon__instagram {
    background-image: url("../img/instagram-grey.svg"); }

.search-form-basic {
  border-bottom: 1px solid #DFDFE1;
  margin: 0;
  padding: 0 0 21px;
  position: relative; }
  .search-form-basic label {
    display: block;
    width: 100%; }

input.basic-search-field {
  border: 1px solid #DFDFE1;
  border-radius: 2px;
  color: #A1A1AC;
  font-size: 0.9375rem;
  height: 40px;
  width: calc(100% - 85px);
  -webkit-appearance: none;
  -webkit-border-radius: 2px; }

.basic-search-field::-webkit-input-placeholder {
  color: #A1A1AC; }

.basic-search-field::-moz-placeholder {
  color: #A1A1AC; }

.basic-search-field:-ms-input-placeholder {
  color: #A1A1AC; }

.basic-search-field:-moz-placeholder {
  color: #A1A1AC; }

.basic-search-submit {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F5));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F5 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F5 100%);
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  font-size: 15px;
  line-height: 20px;
  text-align: center; }

.sidebar__categories,
.sidebar__categories li {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar__categories {
  border-bottom: 1px solid #DFDFE1;
  margin: 0 0 16px;
  padding: 0 0 26px; }
  .sidebar__categories ul,
  .sidebar__categories li {
    display: block;
    margin-bottom: 7px; }
    .sidebar__categories ul a,
    .sidebar__categories li a {
      font-size: 17px;
      text-decoration: none; }

.article-block__list--blog {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .home:not(.paged) article.article-block__blog:nth-of-type(8),
  .home:not(.paged) article.article-block__blog:nth-of-type(9) {
    margin-bottom: 0; }
  .home:not(.paged) article.article-block__blog:nth-of-type(8) .article-block__blog--inner,
  .home:not(.paged) article.article-block__blog:nth-of-type(9) .article-block__blog--inner {
    border-bottom: 0; } }

@media (max-width: 767px) {
  .home .nav-links {
    display: block; }
  .search-form-basic,
  .navigation.pagination .nav-links .page-numbers:not(.prev):not(.next),
  .sidebar__wrapper > h2,
  .sidebar__wrapper .categories-wrap {
    display: none; }
  .home main aside,
  .sidebar__wrapper {
    display: none;
    padding: 95px 0 45px; }
  .navigation.pagination {
    margin: 20px 0  32px !important; } }

@media (max-width: 460px) {
  .meta-divider {
    display: block;
    height: 2px;
    overflow: hidden;
    text-indent: -99999px; } }

article.article-block__blog {
  margin-bottom: 20px; }
  article.article-block__blog .article-block__blog--inner {
    border-bottom: 1px solid #DFDFE1;
    height: 100%;
    position: relative; }
  article.article-block__blog .article-block__background {
    background-color: #313242;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 14.06rem;
    overflow: hidden;
    position: relative; }
    article.article-block__blog .article-block__background .hover__bg {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  article.article-block__blog .article-block__inner {
    background-color: #fff;
    margin: -5rem auto 0;
    padding: 1.563rem 1.875rem;
    left: 0;
    position: relative;
    right: 0;
    width: calc(100% - 2.5rem); }
    article.article-block__blog .article-block__inner p {
      color: #53535F;
      font-size: 1.063rem;
      line-height: 1.563rem; }
  article.article-block__blog .article-block__link {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 100%; }

.article-block__meta {
  border-left: 3px solid #00DEB6;
  color: #A1A1AC;
  font-size: 0.9375rem;
  line-height: 1.1;
  margin: 18px 0 20px;
  padding-left: 5px; }
  .article-block__meta .article-block__meta--date {
    white-space: nowrap; }

.article-block__background {
  background-color: #313242; }

.default-image--hide {
  opacity: 0; }

@media (min-width: 768px) {
  .article-block__list--blog .article-block__inner--wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .article-block__list--blog .article-block__inner--wrapper .article-block__inner {
      bottom: 0;
      margin-top: 0;
      padding-bottom: 10px;
      position: absolute; }
    .article-block__list--blog .article-block__inner--wrapper .article-block__meta {
      position: relative;
      top: 3px; } }

/** This fixes the instagram embed overlapping issue for old instagram embed code **/
iframe.instagram-media {
  position: static !important; }

.navigation.pagination {
  margin-top: 44px; }
  .navigation.pagination .page-numbers {
    display: inline-block;
    min-width: 27px; }
  .navigation.pagination a {
    color: #A1A1AC;
    text-decoration: none; }
    .navigation.pagination a:hover, .navigation.pagination a:focus {
      text-decoration: underline; }
  .navigation.pagination .prev, .navigation.pagination .next {
    color: #262637;
    display: inline-block; }
  .navigation.pagination .next:after,
  .navigation.pagination .prev:before {
    background: transparent url("../img/pagination-arrow.svg") center left no-repeat;
    content: '';
    display: inline-block;
    height: 20px;
    margin: 0 0 0 9px;
    position: relative;
    top: 5px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    width: 15px; }
  .navigation.pagination .prev:before {
    margin: 0 9px 0 0;
    -webkit-transform: rotate(-90deg) scale(1, -1);
            transform: rotate(-90deg) scale(1, -1); }

.home .nav-links,
.tag .nav-links,
.archive .nav-links,
.category .nav-links,
.search .nav-links,
.paged .nav-links {
  display: block;
  position: relative;
  text-align: center; }

.home .prev.page-numbers,
.tag .prev.page-numbers,
.archive .prev.page-numbers,
.category .prev.page-numbers,
.search .prev.page-numbers,
.paged .prev.page-numbers {
  margin: -3px 0 0 0;
  position: absolute;
  left: 0; }

.home .next.page-numbers,
.tag .next.page-numbers,
.archive .next.page-numbers,
.category .next.page-numbers,
.search .next.page-numbers,
.paged .next.page-numbers {
  margin: -3px 0 0 0;
  position: absolute;
  right: 0; }

.home .page-numbers,
.tag .page-numbers,
.archive .page-numbers,
.category .page-numbers,
.search .page-numbers,
.paged .page-numbers {
  margin: 0 10px; }

.home .pagination-hidden,
.tag .pagination-hidden,
.archive .pagination-hidden,
.category .pagination-hidden,
.search .pagination-hidden,
.paged .pagination-hidden {
  display: none; }

.paged .page-numbers:nth-of-type(2),
.paged .page-numbers:nth-of-type(3),
.paged .page-numbers:nth-of-type(4),
.paged .page-numbers.dots:nth-of-type(1) {
  display: none; }

.paged .page-numbers.dots,
.paged .page-numbers.current {
  display: inline-block; }

.paged-2 .page-numbers:nth-of-type(2),
.paged-2 .page-numbers:nth-of-type(3),
.paged-2 .page-numbers:nth-of-type(4),
.paged-2 .page-numbers.dots:nth-of-type(1),
.paged-3 .page-numbers:nth-of-type(3),
.paged-3 .page-numbers:nth-of-type(4),
.paged-3 .page-numbers.dots:nth-of-type(1),
.paged-4 .page-numbers:nth-of-type(4),
.paged-4 .page-numbers.dots:nth-of-type(1) {
  display: inline-block; }

.umbrella__movingstories .article-block__link,
.umbrella__news .article-block__link,
.umbrella__infoadvice .article-block__link {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  width: 100%; }

.umbrella__movingstories .post__bottom-link,
.umbrella__news .post__bottom-link,
.umbrella__infoadvice .post__bottom-link {
  background: url("../img/rm-arrow-right.svg") center right no-repeat;
  display: block;
  margin-top: 20px;
  margin: 20px;
  padding: 0; }

.umbrella__movingstories {
  margin-bottom: 90px; }
  .umbrella__movingstories .article-block__movingstories--row2 article {
    margin-top: 20px; }
  .umbrella__movingstories .article-block .article-block__background {
    border-radius: 4px;
    overflow: hidden; }
  .umbrella__movingstories .article-block__umbrella--list:nth-of-type(1),
  .umbrella__movingstories .article-block__umbrella--list:nth-of-type(2) {
    border-bottom: 0; }

.home .article-block__list--umbrella .article-block__blog:nth-of-type(1) {
  margin-bottom: 20px;
  min-height: 0;
  min-width: 0;
  padding-bottom: 0; }

.home .article-block__list--umbrella .article-block__blog:nth-of-type(1) .article-block__background {
  height: 14.06rem; }

.home .article-block__list--umbrella .article-block__blog:nth-of-type(1) .article-block__inner {
  margin: -5rem auto 0; }

.article-block__umbrella--list {
  border-bottom: 1px solid #DFDFE1;
  border-top: 1px solid #DFDFE1;
  padding: 30px 20px 12px;
  position: relative; }
  .article-block__umbrella--list:nth-of-type(1) {
    border-bottom: 0; }

.umbrella__news {
  margin-top: 40px; }
  .umbrella__news .article-block__meta {
    border-left: 0;
    padding-left: 0; }

.umbrella__infoadvice {
  margin-top: 20px; }
  .umbrella__infoadvice .umbrella__infoadvice--icon-inner {
    border-bottom: 1px solid #DFDFE1;
    border-top: 1px solid #DFDFE1;
    height: 100%;
    padding: 30px 20px 12px;
    position: relative;
    text-align: center; }
    .umbrella__infoadvice .umbrella__infoadvice--icon-inner p {
      margin-left: auto;
      margin-right: auto;
      max-width: 220px; }

.article-block .article-block__background.umbrella__box {
  height: 220px; }

@media (min-width: 768px) {
  .article-block .article-block__background.umbrella__box--featured {
    height: 460px; }
  .umbrella__infoadvice--icon--image {
    height: 80px;
    line-height: 80px; } }

@media (max-width: 767px) {
  .umbrella__infoadvice .umbrella__infoadvice--icon-inner {
    border: 0;
    padding-top: 15px; }
  .article-block__list--umbrella {
    margin-bottom: 0; }
  .home .article-block__list--umbrella article.article-block__blog .article-block__blog--inner {
    border: 0;
    margin-bottom: 10px;
    padding-bottom: 10px !important; }
  .article-block .article-block__background.umbrella__box--featured,
  .article-block .article-block__background.umbrella__box {
    height: 240px; }
  .umbrella__movingstories .article-block__umbrella--list {
    display: none; }
  .umbrella__movingstories .post__bottom-link,
  .umbrella__news .post__bottom-link,
  .umbrella__infoadvice .post__bottom-link {
    margin-left: 2px;
    margin-right: 2px; }
  .umbrella__movingstories {
    margin-bottom: 50px; }
  .umbrella__infoadvice {
    margin-top: 50px; } }

.umbrella__section-header {
  clear: both;
  width: 100%; }

.no-js .nav-links {
  display: block; }

.no-js .load-more {
  display: none; }

.no_scroll {
  overflow: hidden; }

.alignnone {
  margin: 0.25em 1em 1em 0; }

.aligncenter {
  display: block;
  margin: 0 auto 1em; }

.alignright {
  margin: 0.5em 0 1em 1em;
  float: right; }

.alignleft {
  margin: 0.5em 1em 1em 0;
  float: left; }

.wp-caption {
  width: auto;
  max-width: 100%;
  border: 1px solid currentColor;
  font-size: 80%; }
  .wp-caption-text {
    padding: 0.5em; }

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .gallery > * {
    padding-right: 10px;
    padding-left: 10px; }
  .gallery-columns-2 > * {
    -webkit-flex-basis: calc(100% / 2);
        -ms-flex-preferred-size: calc(100% / 2);
            flex-basis: calc(100% / 2); }
  .gallery-columns-3 > * {
    -webkit-flex-basis: calc(100% / 3);
        -ms-flex-preferred-size: calc(100% / 3);
            flex-basis: calc(100% / 3); }
  .gallery-columns-4 > * {
    -webkit-flex-basis: calc(100% / 4);
        -ms-flex-preferred-size: calc(100% / 4);
            flex-basis: calc(100% / 4); }
  .gallery-columns-5 > * {
    -webkit-flex-basis: calc(100% / 5);
        -ms-flex-preferred-size: calc(100% / 5);
            flex-basis: calc(100% / 5); }
  .gallery-columns-6 > * {
    -webkit-flex-basis: calc(100% / 6);
        -ms-flex-preferred-size: calc(100% / 6);
            flex-basis: calc(100% / 6); }
  .gallery-columns-7 > * {
    -webkit-flex-basis: calc(100% / 7);
        -ms-flex-preferred-size: calc(100% / 7);
            flex-basis: calc(100% / 7); }
  .gallery-columns-8 > * {
    -webkit-flex-basis: calc(100% / 8);
        -ms-flex-preferred-size: calc(100% / 8);
            flex-basis: calc(100% / 8); }
  .gallery-columns-9 > * {
    -webkit-flex-basis: calc(100% / 9);
        -ms-flex-preferred-size: calc(100% / 9);
            flex-basis: calc(100% / 9); }
  .gallery-icon {
    position: relative;
    overflow: hidden; }
    .gallery-icon.landscape {
      padding-top: 75%; }
    .gallery-icon.portrait {
      padding-top: 133.33333%; }
    .gallery-icon img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px); }
  .screen-reader-text:focus {
    z-index: 100000;
    top: 0.5em;
    left: 0.5em;
    display: block;
    width: auto;
    height: auto;
    background-color: #fefefe;
    border-radius: 0.5rem;
    clip: auto !important;
    color: #21759b;
    font-size: 80%;
    text-decoration: none; }

.article-single__video--image .object_fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 767px) {
  .article-single__video--image {
    position: relative;
    padding-top: 55%;
    top: 0; } }

/*# sourceMappingURL=theme-style.css.map */
