@charset "UTF-8";
/**
 * Global.css
 * Main Stylesheet
 *
 * @author
 * @date
 */
/* ================================
   Variables & Functions
   ================================ */
/* Layout Defaults */
/* Global Colours */
/* Project Colours */
/* Property */
/* ================================
   Base
   ================================ */
/**
 * Handy sass helpers
 *
 *
 * Collected from around the web and modified as necessary
 */
/* ================================
   Mixins (@include)
   Use mixins for simple constructs, rather than
   placeholder selectors, to simplify usage and
   compiled code, as gzip negates @extend performance
   benefits.
   ================================ */
/**
 * Overflow text in an elegant way
 */
/**
 * Hide text of Block or Inline-Block Elements
 */
/**
 * Hide Text of Inline Elements
 */
/**
 * Vertical Align of Element
 */
/**
 * Reset
 */
.undo {
  list-style: none;
  margin: 0;
  padding: 0; }
  .undo > li {
    list-style: none; }
  .undo > dd {
    margin-left: 0; }
  .undo ul {
    list-style: disc outside; }
  .undo ol {
    list-style: decimal outside; }

/**
 * Contain floated elements
 */
.clearing {
  *zoom: 1; }
  .clearing:before, .clearing:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearing:after {
    clear: both; }

/**
 * Hide visually but not from screen readers
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /**
	 * Allow visuallyhidden to be focussable
	 */ }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/**
 * Takes a REM value and returns REM and PX fallback for IE8
 */
/**
 * Vertical leading font size and line height, based on a font factor (primarily for headings)
 */
/**
 * CSS Triangles
 */
/* ================================
   Functions
   ================================ */
/**
 * Remove the units from a value (e.g. strip-units(3em) => 3)
 */
/**
 * Returns black or white, depending on the lightness of the supplied colour
 */
/**
 * Default styles for cross browser compatibility
 *
 * @author  Lewis Howles @ Internet Solutions Services Limited
 * @date    2011-08-12
 *
 * Based on Normalize.css, including sections from Bootstrap from Twitter and personal preferences.
 * All modified for maximum default beautification.
 */
/* ================================
   HTML5
   ================================ */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

[hidden], template {
  display: none; }

/* ================================
   Base
   ================================ */
html {
  font-family: sans-serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

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

/* ================================
   Links
   ================================ */
a {
  background: transparent;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline-offset: -2px; }
  a:hover, a:active {
    outline: 0; }

/* ================================
   Typography
   ================================ */
h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 21px;
  margin: 0 0 2.1rem;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .alpha small, .beta small, .gamma small, .delta small, .epsilon small, .zeta small {
    font-size: 0.65em;
    font-weight: normal;
    line-height: 1;
    color: #8191a0; }

h1, .alpha {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4; }

h2, .beta {
  font-size: 22.5px;
  font-size: 2.25rem;
  line-height: 1.86667; }

h3, .gamma {
  font-size: 18.75px;
  font-size: 1.875rem;
  line-height: 1.12; }

h4, .delta {
  font-size: 16.875px;
  font-size: 1.6875rem;
  line-height: 1.24444; }

h5, .epsilon, h6, .zeta {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4; }

p {
  margin: 0 0 21px;
  margin: 0 0 2.1rem; }

.lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.16667; }

.milli {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 1.86667; }

.wf-loading nav, .wf-loading ul, .wf-loading ol, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading a, .wf-loading span, .wf-loading time, .wf-loading legend, .wf-loading dt, .wf-loading dd {
  visibility: hidden; }

.wf-active nav, .wf-active ul, .wf-active ol, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active a, .wf-active span, .wf-active time, .wf-active legend, .wf-active dt, .wf-active dd, .wf-inactive nav, .wf-inactive ul, .wf-inactive ol, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive h6, .wf-inactive p, .wf-inactive a, .wf-inactive span, .wf-inactive time, .wf-inactive legend, .wf-inactive dt, .wf-inactive dd {
  visibility: visible; }

abbr[title] {
  border-bottom: 1px dotted #8191a0; }

b, strong {
  font-weight: bold; }

blockquote {
  border-left: 5px solid #f1f1f1;
  margin: 0 0 21px;
  margin: 0 0 1.4rem;
  padding: 0 0 0 1.4em; }
  blockquote p {
    font-size: 1.5; }
    blockquote p :last-child {
      margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.4;
    color: #8191a0; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    border-left: 0;
    border-right: 5px solid #818181;
    float: right;
    padding-right: 1.4em;
    padding-left: 0; }
    blockquote.pull-right p, blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

sub, sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: 0.85em; }

hr {
  border: 0;
  border-top: 1px solid #f1f1f1;
  box-sizing: content-box;
  height: 0;
  margin: 21px 0;
  margin: 1.4rem 0; }

/* ================================
   Lists
   ================================ */
ul, ol {
  margin: 0 0 21px 30px;
  margin: 0 0 2.1rem 4rem;
  padding: 0; }

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

dl {
  margin: 0 0 21px;
  margin: 0 0 1.4rem; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 21px;
  margin-bottom: 1.4rem; }

/* ================================
   EMBEDDED CONTENT
   ================================ */
img {
  border: 0; }
  .has-map img {
    max-width: none; }

img, object {
  max-width: 100%; }

.has-map img {
  max-width: none; }

svg {
  height: auto;
  max-height: 100%; }
  svg:not(:root) {
    overflow: hidden; }

/* ================================
   Forms
   ================================ */
form {
  margin: 0 0 1.4em; }

fieldset {
  border: none;
  margin: 0 0 21px;
  margin: 0 0 1.4rem;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }
  legend small {
    font-size: 15px;
    font-size: 1.5rem;
    color: #8191a0; }

button, input, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

label, select {
  cursor: pointer; }

button, select {
  text-transform: none; }

optgroup {
  font-weight: bold; }

input {
  line-height: normal; }

textarea {
  overflow: auto; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  cursor: pointer;
  padding: 0; }

button {
  overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button[disabled], html input[disabled] {
  cursor: default; }

/* ================================
   Tables
   ================================ */
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 21px;
  margin: 0 0 1.4rem;
  width: 100%; }
  table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
    border-top: 1px solid #8191a0;
    line-height: 1.4;
    padding: 8px;
    vertical-align: top; }
  table > thead > tr > th {
    border-bottom: 2px solid #8191a0;
    vertical-align: bottom; }
  table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #8191a0; }
  table table {
    background: #fff; }
  table col[class*="col-"], table td[class*="col-"], table th[class*="col-"] {
    display: table-column;
    float: none;
    position: static; }
  table td[class*="col-"], table th[class*="col-"] {
    display: table-cell; }

th {
  text-align: left; }

/* ================================
   Utility
   ================================ */
.no-js {
  padding-top: 48px; }

/**
 * Javascript
 */
.javascript {
  background: #f7d637;
  color: #915608;
  left: 0;
  margin: 0;
  padding: 10.5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }
  .js .javascript {
    display: none; }

/**
 * Prehistoric
 */
.outdated {
  background: #e74c3c;
  color: #fff;
  left: 0;
  padding: 10.5px;
  position: absolute;
  top: 0;
  z-index: 99; }
  .no-js .outdated {
    top: 42px; }

.outdated__link, .outdated__link-close {
  border: 1px solid #fff;
  padding: 10px;
  color: #fff; }
  .outdated__link:hover, .outdated__link-close:hover, .outdated__link:focus, .outdated__link-close:focus, .outdated__link:active, .outdated__link-close:active {
    background: #fff;
    color: #e74c3c; }

.outdated__link-close {
  margin-left: 10px; }

/**
 * Fix Cookie Control's heading
 */
.ccc-inner h2 {
  font-family: sans-serif;
  line-height: normal; }

/* ================================
   Seldom Used Elements
   ================================ */
audio, canvas, video {
  display: inline-block;
  vertical-align: middle; }

audio:not([controls]) {
  display: none;
  height: 0; }

mark {
  background-color: #ff9; }

del {
  color: #888;
  text-decoration: line-through; }

address {
  display: block;
  font-style: normal;
  margin: 0 0 0.93333em; }

dfn {
  font-style: italic; }

mark {
  background: #d14;
  color: #fff;
  font-style: normal;
  font-weight: normal; }

code, pre, tt, kbd, samp {
  border-radius: 5px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code, tt, kbd, samp {
  background-color: #f7f7f9;
  border: 1px solid #818181;
  color: #d14;
  padding: 2px 4px; }

pre {
  background-color: #f5f5f5;
  border: 1px solid #8191a0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #333;
  display: block;
  margin: 0 0 21px;
  margin: 0 0 1.4rem;
  overflow: auto;
  padding: 9.5px;
  white-space: pre-wrap; }

pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0; }

figure {
  margin: 1em 2em; }

figcaption {
  font-style: italic; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

/**
 * Print - Printer friendly, through and through.
 *
 * @author  Lewis Howles @ Internet Solutions Services Limited
 * @date    24-08-2010
 *
 * Includes sections from HTML5 Boilerplate
 */
/* ================================
   Visibility
   ================================ */
.visible-print {
  display: none !important; }

.hidden-print {
  display: block !important; }

tr.hidden-print {
  display: table-row !important; }

td.hidden-print {
  display: table-cell !important; }

/* ================================
   Forms [Fancy form Styles]
   ================================ */
.required-info {
  color: #e74c3c;
  margin: 0 0 10px; }

.form__legend {
  font-size: 30px;
  font-size: 3rem;
  border-bottom: 1px solid #8191a0;
  color: #9d1d54;
  display: block;
  font-weight: bold;
  margin: 20px 0;
  padding: 8px; }

/**
     * Form Item
     */
.form__item {
  border-radius: 10px;
  clear: left;
  list-style: none;
  margin-bottom: 10px;
  padding: 4px 8px 8px;
  position: relative;
  *zoom: 1; }

/**
         * Labels
         */
[disabled] .form__label, .form__label--disabled {
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none; }

.form__label {
  display: block;
  font-weight: 300;
  margin-bottom: 5px; }
  .form__label a {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    font-style: italic; }
  .form__label .form__item-required {
    color: #e74c3c;
    float: right;
    padding: 0 5px; }

.form__item-help {
  clear: both;
  color: #8191a0;
  display: block; }

/**
         * Disabled
         */
/**
         * Default Input Styling
         */
.form__input, .form__select, .form__textarea {
  background: #fff;
  border: 1px solid #767676;
  border-radius: 6.66667px;
  color: #818181;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  line-height: 30px;
  padding: 5px;
  width: 100%;
  /**
             * Disabled
             */ }
  .form__input:focus, .form__select:focus, .form__textarea:focus {
    background: #f1f1f1;
    border-color: #9d1d54;
    color: #9d1d54;
    outline: none; }
  .form__input[disabled], .form__input[readonly], .form__item--disabled .form__input, [disabled] .form__input, .form__select[disabled], .form__select[readonly], .form__item--disabled .form__select, [disabled] .form__select, .form__textarea[disabled], .form__textarea[readonly], .form__item--disabled .form__textarea, [disabled] .form__textarea {
    background: #f5f5f5;
    box-shadow: none;
    border: 1px solid #8191a0;
    color: #8191a0;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none; }

/**
         * Text Inputs
         */
.form__textarea {
  height: 93px; }

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #606060; }

.form__input:-moz-placeholder, .form__textarea:-moz-placeholder {
  color: #606060; }

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: #606060; }

.placeholder {
  color: #606060; }

/**
         * Selects
         */
.form__select {
  height: 42px;
  padding: 6px 5px; }

/**
         * Checkboxes / Radio Buttons
         */
.form__item--multi .form__checkbox, .form__item--multi .form__radio {
  display: inline-block;
  margin-top: 8px; }

.form__label--multi {
  display: inline-block;
  padding: 0 5px; }

/**
         * Style invalid HTML5 input types, only after blur and not on page load.
         */
.form__item--blurred:not(:focus):invalid {
  border-color: #e74c3c; }

/**
         * Submit Buttons
         */
.form__actions {
  padding: 4px 8px 8px; }

/**
 * No visible labels
 */
.form--no-labels .form__item, .form--no-labels .form__actions {
  padding-top: 8px; }

.form--no-labels .form__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /**
	 * Allow visuallyhidden to be focussable
	 */ }
  .form--no-labels .form__label.focusable:active, .form--no-labels .form__label.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

@media all and (min-width: 46.25em) {
  /**
     * Multiple elements on a single line
     */
  .form__share {
    clear: none;
    float: left;
    vertical-align: top;
    width: 50%; }
  .form__share--third {
    width: 33.333333333%; }
  .form__share--two-thirds {
    width: 66.666666666%; }
  .form__share--quarter {
    width: 25%; }
  .form__share--three-quarters {
    width: 75%; }
  .form__share--fifth {
    width: 20%; }
  .form__share--two-fifths {
    width: 40%; }
  .form__share--three-fifths {
    width: 60%; }
  .form__share--four-fifths {
    width: 80%; }
  .form__share--sixth {
    width: 16.666666666%; }
  .form__actions {
    text-align: right; }
    .form__actions .button {
      width: auto; }
    .form__actions.form__share .button {
      margin-top: 26px;
      width: 100%; }
  .form--no-labels .form__actions .button {
    margin-top: 0; } }

/**
 * Errors
 */
.form__item--invalid, .message {
  border-radius: 10px;
  color: #fff; }
  .form__item--invalid a, .message a {
    color: #fff;
    font-weight: bold; }
    .form__item--invalid a:hover, .message a:hover, .form__item--invalid a:focus, .message a:focus, .form__item--invalid a:active, .message a:active {
      text-decoration: underline; }

.form__item--invalid {
  background: #f4e3e1;
  color: #e74c3c; }
  .form__item--invalid:after {
    background: #e74c3c;
    border-radius: 50%;
    content: "!";
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    opacity: 0.3;
    padding: 0 7px;
    position: absolute;
    right: 15px;
    top: 45px; }
  .form__item--invalid .form__label {
    color: #e74c3c; }
  .form__item--invalid .form__input, .form__item--invalid .form__select, .form__item--invalid .form__textarea, .form__item--invalid .form__item--blurred:invalid {
    border-color: #e74c3c;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(204, 98, 87, 0.25); }
    .form__item--invalid .form__input:focus, .form__item--invalid .form__select:focus, .form__item--invalid .form__textarea:focus, .form__item--invalid .form__item--blurred:invalid:focus {
      border-color: #cc6257;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 6px rgba(204, 98, 87, 0.5); }
  .form__item--invalid .form__item__help {
    color: #e74c3c; }

.message {
  background: #3498db;
  padding: 10px; }

.message--error {
  background: #e74c3c; }

.message--success {
  background: #2ecc71; }

/* ================================
   Grid System
   ================================ */
/**
 * Rows
 */
.row {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

/**
 * Columns
 */
.col-1, .col-med-1, .col-small-1 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-1 {
  float: left;
  width: 8.33333%; }

@media all and (max-width: 46.24em) {
  .offset-small-1 {
    margin-left: 8.33333%; }
  .push-small-1 {
    left: 8.33333%; }
  .pull-small-1 {
    right: 8.33333%; } }

.col-2, .col-med-2, .col-small-2 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-2 {
  float: left;
  width: 16.66667%; }

@media all and (max-width: 46.24em) {
  .offset-small-2 {
    margin-left: 16.66667%; }
  .push-small-2 {
    left: 16.66667%; }
  .pull-small-2 {
    right: 16.66667%; } }

.col-3, .col-med-3, .col-small-3 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-3 {
  float: left;
  width: 25%; }

@media all and (max-width: 46.24em) {
  .offset-small-3 {
    margin-left: 25%; }
  .push-small-3 {
    left: 25%; }
  .pull-small-3 {
    right: 25%; } }

.col-4, .col-med-4, .col-small-4 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-4 {
  float: left;
  width: 33.33333%; }

@media all and (max-width: 46.24em) {
  .offset-small-4 {
    margin-left: 33.33333%; }
  .push-small-4 {
    left: 33.33333%; }
  .pull-small-4 {
    right: 33.33333%; } }

.col-5, .col-med-5, .col-small-5 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-5 {
  float: left;
  width: 41.66667%; }

@media all and (max-width: 46.24em) {
  .offset-small-5 {
    margin-left: 41.66667%; }
  .push-small-5 {
    left: 41.66667%; }
  .pull-small-5 {
    right: 41.66667%; } }

.col-6, .col-med-6, .col-small-6 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-6 {
  float: left;
  width: 50%; }

@media all and (max-width: 46.24em) {
  .offset-small-6 {
    margin-left: 50%; }
  .push-small-6 {
    left: 50%; }
  .pull-small-6 {
    right: 50%; } }

.col-7, .col-med-7, .col-small-7 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-7 {
  float: left;
  width: 58.33333%; }

@media all and (max-width: 46.24em) {
  .offset-small-7 {
    margin-left: 58.33333%; }
  .push-small-7 {
    left: 58.33333%; }
  .pull-small-7 {
    right: 58.33333%; } }

.col-8, .col-med-8, .col-small-8 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-8 {
  float: left;
  width: 66.66667%; }

@media all and (max-width: 46.24em) {
  .offset-small-8 {
    margin-left: 66.66667%; }
  .push-small-8 {
    left: 66.66667%; }
  .pull-small-8 {
    right: 66.66667%; } }

.col-9, .col-med-9, .col-small-9 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-9 {
  float: left;
  width: 75%; }

@media all and (max-width: 46.24em) {
  .offset-small-9 {
    margin-left: 75%; }
  .push-small-9 {
    left: 75%; }
  .pull-small-9 {
    right: 75%; } }

.col-10, .col-med-10, .col-small-10 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-10 {
  float: left;
  width: 83.33333%; }

@media all and (max-width: 46.24em) {
  .offset-small-10 {
    margin-left: 83.33333%; }
  .push-small-10 {
    left: 83.33333%; }
  .pull-small-10 {
    right: 83.33333%; } }

.col-11, .col-med-11, .col-small-11 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-11 {
  float: left;
  width: 91.66667%; }

@media all and (max-width: 46.24em) {
  .offset-small-11 {
    margin-left: 91.66667%; }
  .push-small-11 {
    left: 91.66667%; }
  .pull-small-11 {
    right: 91.66667%; } }

.col-12, .col-med-12, .col-small-12 {
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.col-small-12 {
  float: left;
  width: 100%; }

@media all and (min-width: 46.25em) {
  .col-med-1 {
    float: left;
    width: 8.33333%; }
  .col-med-2 {
    float: left;
    width: 16.66667%; }
  .col-med-3 {
    float: left;
    width: 25%; }
  .col-med-4 {
    float: left;
    width: 33.33333%; }
  .col-med-5 {
    float: left;
    width: 41.66667%; }
  .col-med-6 {
    float: left;
    width: 50%; }
  .col-med-7 {
    float: left;
    width: 58.33333%; }
  .col-med-8 {
    float: left;
    width: 66.66667%; }
  .col-med-9 {
    float: left;
    width: 75%; }
  .col-med-10 {
    float: left;
    width: 83.33333%; }
  .col-med-11 {
    float: left;
    width: 91.66667%; }
  .col-med-12 {
    float: left;
    width: 100%; } }

@media all and (min-width: 46.25em) and (max-width: 61.24em) {
  .offset-med-1 {
    margin-left: 8.33333%; }
  .push-med-1 {
    left: 8.33333%; }
  .pull-med-1 {
    right: 8.33333%; }
  .offset-med-2 {
    margin-left: 16.66667%; }
  .push-med-2 {
    left: 16.66667%; }
  .pull-med-2 {
    right: 16.66667%; }
  .offset-med-3 {
    margin-left: 25%; }
  .push-med-3 {
    left: 25%; }
  .pull-med-3 {
    right: 25%; }
  .offset-med-4 {
    margin-left: 33.33333%; }
  .push-med-4 {
    left: 33.33333%; }
  .pull-med-4 {
    right: 33.33333%; }
  .offset-med-5 {
    margin-left: 41.66667%; }
  .push-med-5 {
    left: 41.66667%; }
  .pull-med-5 {
    right: 41.66667%; }
  .offset-med-6 {
    margin-left: 50%; }
  .push-med-6 {
    left: 50%; }
  .pull-med-6 {
    right: 50%; }
  .offset-med-7 {
    margin-left: 58.33333%; }
  .push-med-7 {
    left: 58.33333%; }
  .pull-med-7 {
    right: 58.33333%; }
  .offset-med-8 {
    margin-left: 66.66667%; }
  .push-med-8 {
    left: 66.66667%; }
  .pull-med-8 {
    right: 66.66667%; }
  .offset-med-9 {
    margin-left: 75%; }
  .push-med-9 {
    left: 75%; }
  .pull-med-9 {
    right: 75%; }
  .offset-med-10 {
    margin-left: 83.33333%; }
  .push-med-10 {
    left: 83.33333%; }
  .pull-med-10 {
    right: 83.33333%; }
  .offset-med-11 {
    margin-left: 91.66667%; }
  .push-med-11 {
    left: 91.66667%; }
  .pull-med-11 {
    right: 91.66667%; } }

@media all and (min-width: 61.25em) {
  .col-1 {
    float: left;
    width: 8.33333%; }
  .offset-1 {
    margin-left: 8.33333%; }
  .push-1 {
    left: 8.33333%; }
  .pull-1 {
    right: 8.33333%; }
  .col-2 {
    float: left;
    width: 16.66667%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .push-2 {
    left: 16.66667%; }
  .pull-2 {
    right: 16.66667%; }
  .col-3 {
    float: left;
    width: 25%; }
  .offset-3 {
    margin-left: 25%; }
  .push-3 {
    left: 25%; }
  .pull-3 {
    right: 25%; }
  .col-4 {
    float: left;
    width: 33.33333%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .push-4 {
    left: 33.33333%; }
  .pull-4 {
    right: 33.33333%; }
  .col-5 {
    float: left;
    width: 41.66667%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .push-5 {
    left: 41.66667%; }
  .pull-5 {
    right: 41.66667%; }
  .col-6 {
    float: left;
    width: 50%; }
  .offset-6 {
    margin-left: 50%; }
  .push-6 {
    left: 50%; }
  .pull-6 {
    right: 50%; }
  .col-7 {
    float: left;
    width: 58.33333%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .push-7 {
    left: 58.33333%; }
  .pull-7 {
    right: 58.33333%; }
  .col-8 {
    float: left;
    width: 66.66667%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .push-8 {
    left: 66.66667%; }
  .pull-8 {
    right: 66.66667%; }
  .col-9 {
    float: left;
    width: 75%; }
  .offset-9 {
    margin-left: 75%; }
  .push-9 {
    left: 75%; }
  .pull-9 {
    right: 75%; }
  .col-10 {
    float: left;
    width: 83.33333%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .push-10 {
    left: 83.33333%; }
  .pull-10 {
    right: 83.33333%; }
  .col-11 {
    float: left;
    width: 91.66667%; }
  .offset-11 {
    margin-left: 91.66667%; }
  .push-11 {
    left: 91.66667%; }
  .pull-11 {
    right: 91.66667%; }
  .col-12 {
    float: left;
    width: 100%; } }

/* ================================
   Sitemap
   ================================ */
.nav--sitemap {
  margin: 20px auto 0;
  text-align: left; }
  .nav--sitemap .nav__list {
    margin-left: 25px; }
  .nav--sitemap .nav__item {
    display: list-item;
    list-style: disc; }
    .nav--sitemap .nav__item .nav__item {
      list-style: circle; }
  .nav--sitemap .nav__link {
    color: #9d1d54;
    display: block;
    line-height: 1.4;
    transition: all 400ms Ease; }
    .nav--sitemap .nav__link:hover, .nav--sitemap .nav__link:focus, .nav--sitemap .nav__link:active {
      background: none; }

/* ================================
   Website Search Results
   ================================ */
.site-results__list {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  position: relative; }
  .site-results__list > li {
    list-style: none; }
  .site-results__list > dd {
    margin-left: 0; }
  .site-results__list ul {
    list-style: disc outside; }
  .site-results__list ol {
    list-style: decimal outside; }
  .site-results__list:before, .site-results__list:after {
    display: table;
    content: "";
    line-height: 0; }
  .site-results__list:after {
    clear: both; }

.site-results__header .site-results__term {
  color: #aaa;
  font-weight: normal; }

/**
     * Results Items
     */
.site-results__item {
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #818181;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  transition: all 0.4s; }
  .site-results__item:last-child {
    border: none;
    margin: 0; }

/**
     * Results that are pages
     */
.site-results__item--page .site-results__link {
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: all 0.4s; }
  .site-results__item--page .site-results__link:hover, .site-results__item--page .site-results__link:focus, .site-results__item--page .site-results__link:active {
    background: #f2f2f2; }

/**
     * Matched Page / Article Title
     */
.site-results__title {
  margin-top: 0; }

/**
     * Result Relevance
     */
.site-results__relevance {
  display: block; }
  @media all and (min-width: 46.25em) {
    .site-results__relevance {
      padding: 11px 5px 11px 0;
      position: absolute;
      right: 10px;
      top: 0;
      z-index: 2; } }

.site-results__weight, .site-results__type {
  font-size: 10px;
  font-size: 1rem;
  background: #eee;
  border-radius: 5px;
  color: #434343;
  margin-right: 5px;
  padding: 1px 3px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  transition: all 0.4s; }
  @media all and (min-width: 46.25em) {
    .site-results__weight, .site-results__type {
      margin: 0 0 0 5px; } }

.site-results__snippet {
  clear: both;
  color: #434343;
  margin: 5px 0 0; }

/* ================================
   General
   ================================ */
html {
  font-size: 55%; }
  @media all and (min-width: 46.25em) {
    html {
      font-size: 62.5%; } }

body {
  color: #434343;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4; }

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%; }
  @media all and (max-width: 46.24em) {
    .wrapper--header {
      align-items: center;
      display: flex;
      justify-content: space-between; } }
  @media all and (min-width: 46.25em) {
    .wrapper {
      padding: 0 10px; } }

a {
  color: #9d1d54; }
  a:hover, a:focus, a:active {
    color: #72153d; }

h1, h2, h3, h4, .sig {
  font-weight: 700;
  font-size: 1.8em;
  color: #c41230;
  margin: 0 0 10px 0; }

.sig {
  font-family: 'Playfair Display', Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2em;
  color: #c41230;
  margin: 0 0 10px 0; }

.standout {
  color: #9d1d54;
  font-weight: 600; }

.sig {
  font-family: 'Playfair Display', Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #c41230;
  font-size: 2em; }

/* ================================
   Buttons
   ================================ */
/**
 * Primary Buttons
 */
.button {
  background: #a10a24;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: inherit;
  padding: 6px 12px;
  text-align: center;
  user-select: none;
  white-space: nowrap;
  border: 1px; }
  @media all and (min-width: 46.25em) {
    .button {
      display: inline-block; } }
  .button:hover, .button:focus, .button:active {
    color: #979797;
    opacity: 0.8;
    text-decoration: none; }
  .button + .button {
    margin-top: 10px; }
    @media all and (min-width: 46.25em) {
      .button + .button {
        margin: 0 0 0 10px; } }
  .button[type=submit] {
    -webkit-appearance: none;
    padding-top: 9px;
    padding-bottom: 9px;
    width: auto; }

.button3 {
  background: #dddddd;
  border-radius: 10px;
  color: #a10a24;
  cursor: pointer;
  display: block;
  font-size: inherit;
  padding: 6px 12px;
  text-align: center;
  user-select: none;
  white-space: nowrap;
  border: 1px; }
  @media all and (min-width: 46.25em) {
    .button {
      display: inline-block; } }
  .button:hover, .button:focus, .button:active {
    color: #979797;
    opacity: 0.8;
    text-decoration: none; }
  .button + .button {
    margin-top: 10px; }
    @media all and (min-width: 46.25em) {
      .button + .button {
        margin: 0 0 0 10px; } }
  .button[type=submit] {
    -webkit-appearance: none;
    padding-top: 9px;
    padding-bottom: 9px;
    width: auto; }
    
.search .button {
  background: #fff;
  color: #979797; }
  .search .button[type=submit] {
    -webkit-appearance: none;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 100%; }

/* ================================
   Cookie Notice
   ================================ */
.cookie {
  background: rgba(0,0,0,0.75)/* #f0dde5 */;
  border: 1px solid #ce8eaa;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 8px 10px;
  position: relative; }

.cookie__accept {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 5px; }
  .cookie__accept:after {
    color: #9d1d54;
    content: "\00D7";
    font-size: 15px;
    font-size: 1.5rem; }

/* ================================
   Header
   ================================ */
.header {
  position: relative;
  background: #a10a24;
  padding: 10px 0; }
  @media all and (min-width: 20em) {
    .header {
      background: #c41230; } }

.logo {
  width: 141px;
  height: 50px;
  fill: #c41230; }
  @media all and (min-width: 20em) {
    .logo {
      float: right;
      margin: 20px 0; } }
  .logo__icon {
    fill: #fff;
    float: right;
    height: 50px;
    width: 141px; }

.header__contact {
  font-size: 1.1em;
  float: left;
  margin: 20px 0; }

/* ================================
   Navigation
   ================================ */
/*
<nav class="nav--main" role="navigation">
	<h2 class="visuallyhidden">{$sitename} Main Navigation</h2>
	<ol class="nav__list">
		<li class="nav__item"><a href="#" class="nav__link--current">Home</a></li>
		...
		<li class="nav__item nav__item--parent">
			<a href="#" class="nav__link">Contact Us</a>

			<ol class="nav__sub-list">
				<li class="nav__item"><a href="#" class="nav__link--current">Manchester Office</a></li>
			</ol>
		</li>
		...
	</ol>
</nav>
*/
/**
 * Basic global nav styles
 */
.nav__list {
  margin: 0 auto;
  max-width: 1200px; }

.nav__item {
  list-style: none; }
  @media all and (min-width: 46.25em) {
    .nav__item {
      display: inline-block; } }
  .nav__sub-list .nav__item {
    display: block;
    text-align: center; }

/**
 * Main Navigation
 */
.nav--main {
  /**
	 * Sub Navigation
	 */
  /**
		 * Items
		 */
  /**
			 * Links
			 */ }
  @media all and (min-width: 46.25em) {
    .nav--main {
      position: relative; } }
  @media all and (min-width: 46.25em) {
    .nav--main {
      float: left;
      clear: left; } }
  .nav--main .nav__sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    background: #f7f7f7; }
    .nav--main .nav__sub-list > li {
      list-style: none; }
    .nav--main .nav__sub-list > dd {
      margin-left: 0; }
    .nav--main .nav__sub-list ul {
      list-style: disc outside; }
    .nav--main .nav__sub-list ol {
      list-style: decimal outside; }
    @media all and (min-width: 46.25em) {
      .nav--main .nav__sub-list {
        left: 0;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: -1000px;
        transition: opacity 0.4s;
        visibility: hidden;
        width: 250px; } }
    .nav--main .nav__sub-list .nav__link {
      color: #434343; }
  .nav--main .nav__item:hover .nav__sub-list, .nav--main .nav__item--hover .nav__sub-list {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  @media all and (min-width: 46.25em) {
    .nav--main .nav__item {
      position: relative; } }
  .nav--main .nav__link {
    color: #fff;
    display: block;
    margin: 20px 20px 20px 0;
    text-decoration: none;
    transition: all 0.4s;
    font-size: 1.1em;
    border-bottom: 2px solid transparent; }
    @media all and (max-width: 46.24em) {
      .nav--main .nav__link {
        color: #434343;
        margin-left: 20px; } }
  @media all and (min-width: 46.25em) {
    .nav--main .nav__link:hover, .nav--main .nav__link:focus, .nav--main .nav__link:active, .nav--main .nav__link--current, .nav--main .nav__link--current-parent, .nav--main .nav__item:hover > .nav__link, .nav--main .nav__item--hover > .nav__link {
      border-bottom: 2px solid #a10a24;
      text-decoration: none; } }
  @media all and (min-width: 46.25em) {
    .nav--main .nav__item--parent > .nav__link:after {
      content: '\25bc';
      display: inline-block;
      font-size: 10px;
      font-size: 1rem;
      margin-left: 5px;
      vertical-align: middle;
      color: #fff; } }

/**
 * Mobile Navigation
 */
.nav--mobile {
  /**
	 * Lists
	 */
  /**
		 * Items
		 */ }
  @media all and (max-width: 46.24em) {
    .nav--mobile {
      margin-right: 10px;
      z-index: 2;
      clear: left; } }
  @media all and (max-width: 46.24em) {
    .nav--mobile {
      float: left; } }
  .nav--mobile .nav__list {
    transition: all 0.4s; }
    @media all and (max-width: 46.24em) {
      .nav--mobile .nav__list {
        background: #f7f7f7;
        left: 0;
        position: absolute;
        right: 0;
        top: 100%;
        transform: scale(0);
        transform-origin: 0 0;
        z-index: 2;
        text-align: center; } }
    @media all and (min-width: 46.25em) {
      .nav--mobile .nav__list {
        display: block; } }
    .nav--mobile .nav__list.open {
      display: block;
      transform: scale(1); }
  .nav--mobile .nav__sub-list .nav__link {
    margin-left: 20px; }
  @media all and (max-width: 46.24em) {
    .nav--mobile .nav__item + .nav__item, .nav--mobile .nav__sub-list {
      border-top: 1px solid #c6c6c6; } }

/**
 * Hamburger Menu
 */
.nav__expand {
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: none;
  border-left: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 600; }
  @media all and (min-width: 46.25em) {
    .nav__expand {
      display: none; } }

/* ================================
   Banner
   ================================ */
.banner {
  background: url("/img/hands-l.png") no-repeat #c41230;
  background-position: 90% 50%;
  color: #fff;
  clear: both; }
  .banner--button {
    padding: 20px;
    font-size: 2em;
    font-weight: 700;
    margin: 1em 0; }
  .banner .search {
    background: #a10a24;
    padding: 10px 0; }
    .banner .search .form--no-labels {
      margin: 0; }
    .banner .search .form__select, .banner .search .form__input {
      height: 41px;
      border-radius: 10px;
      border: solid 1px #cccccc;
      color: #979797;
      font-size: 0.9em; }
    .banner .search ol {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .banner .search ol li {
        margin-bottom: 10px; }
        @media all and (min-width: 46.25em) {
          .banner .search ol li {
            width: 16.6667%;
            display: inline-block;
            vertical-align: top;
            padding: 0 5px; } }

@media all and (min-width: 61.25em) {
  .carousel:before, .static:before {
    box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, 0.5);
    content: " ";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 8px; }
  .carousel:after, .static:after {
    box-shadow: inset 8px 0 8px -8px rgba(0, 0, 0, 0.5);
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    width: 8px; } }

.static {
  margin-bottom: 20px;
  position: relative; }

/* ================================
   Content
   ================================ */
.bullets {
  list-style-type: none;
  margin: 0 0 20px 20px;
  padding: 0; }
  .bullets li:before {
    content: url("/img/sprite.svg.bullet.png");
    width: 8px;
    height: 10px;
    margin-right: 10px; }

/* Map */
.content {
  padding-top: 30px; }
  .content .map-canvas {
    height: 200px;
    width: 100%; }

/* ================================
   Sidebar
   ================================ */
.cta {
  background: url("/img/hands-s.png") no-repeat #c41230;
  background-position: 10% 50%;
  margin-bottom: 20px;
  border-bottom: solid 5px #a10a24;
  padding: 10px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.7em; }
  .cta__link:hover {
    text-decoration: none; }
  .cta:hover {
    background: #a10a24;
    border-bottom: solid 5px #c41230;
    text-decoration: none; }
  .cta__text {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 80%; }
  .cta img {
    display: inline-block;
    vertical-align: middle;
    width: 80%; }
  .cta .chevron-right {
    display: inline-block;
    vertical-align: middle;
    /*position:absolute;
			right:20px;
			top:20px;*/
    width: 31px;
    height: 55px;
    fill: #fff;
    opacity: 0.6; }

.direct {
  background: #231f20;
  border-bottom: solid 5px #3a859d; }
  .direct:hover {
    background: #231f20;
    border-bottom: solid 5px #c41230; }
  .direct a {
    color: #fff;
    display: initial;
    padding: 0px;
    vertical-align: middle;
    font-size: 0; }

/* ================================
   Testimonial
   ================================ */
.testimonial {
  background: #f1f1f1;
  padding: 20px 0; }
  .testimonial blockquote {
    margin: 0;
    position: relative;
    border: none;
    padding: 0; }
    .testimonial blockquote p {
      font-family: 'Open Sans', Arial, sans-serif;
      font-size: 1.1em;
      padding: 20px;
      margin: 0;
      text-align: center; }
    .testimonial blockquote .cite {
      font-weight: 700;
      padding: 0; }
    .testimonial blockquote:before {
      position: absolute;
      content: url("/img/l-quote.png");
      top: 0;
      left: 0; }
    .testimonial blockquote:after {
      position: absolute;
      content: url("/img/r-quote.png");
      bottom: 0;
      right: 0; }
  .testimonial .read {
    margin-top: 10px; }
    .testimonial .read a {
      text-align: right; }
  .testimonial a {
    display: block;
    text-align: center; }
  .testimonial img {
    margin-top: 20px;
    width: 150px; }
  .testimonial p {
    text-align: right;
    margin: 10px 0 0 0; }
  .testimonial .allagents span {
    display: block; }
  .testimonial .allagents img {
    margin: 0; }

/* ================================
   Meet The Team
   ================================ */
.team {
  margin: 0;
  list-style-type: none; }
  .team__member {
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    width: 50%; }
  .team__photo {
    border-radius: 50%;
    max-width: 200px; }
  .team__name {
    font-weight: 700;
    margin-bottom: 10px; }
  .team__pos {
    font-weight: 700;
    margin-bottom: 10px; }
  .team__about {
    margin: 0; }

/* ================================
   Downloads
   ================================ */
.downloads {
  list-style: none;
  margin: 0 0 0.5em 0.5em; }
  .downloads li {
    background: transparent url("/img/download.png") top left no-repeat;
    line-height: 30px;
    margin: 0 0 0.5em 0;
    padding: 0 0 0 45px; }
    .downloads li a {
      display: block; }

/* ================================
   Professional Memberships
   ================================ */
.membership {
  margin: 0;
  list-style-type: none; }
  .membership__item {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 82.573384535%; }
  .membership__logo {
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
    width: 14.286040824%; }
  .membership__title {
    margin-bottom: 10px; }
  .membership__description {
    margin-bottom: 10px; }
  .membership__link {
    margin: 0; }

/* ================================
	Modal
	================================ */
.modal {
  padding: 1em; }
  .modal__wrapper {
    display: none; }
  .modal__title {
    text-align: center; }
  .modal__fine {
    text-align: center;
    font-size: 0.9em; }

#modal-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media all and (min-width: 46.25em) {
    #modal-contact {
      flex-direction: row;
      width: 768px; } }
  #modal-contact a {
    font-size: 1.5em;
    padding: 1.5em;
    width: 100%; }
    #modal-contact a + a {
      margin: 1.5em 0 0 0; }
    @media all and (min-width: 46.25em) {
      #modal-contact a {
        width: 50%; }
        #modal-contact a + a {
          margin: 0 0 0 1.5em; } }
    #modal-contact a:hover {
      color: #fff;
      text-decoration: underline; }

/* ================================
   Footer
   ================================ */
.footer {
  background: #a10a24;
  color: #fff;
  font-size: 0.8em;
  padding: 20px 0; }
  .footer a {
    color: #fff; }
  @media all and (min-width: 61.25em) {
    .footer .col-5 {
      text-align: right; } }
  .footer .footer__acknowledgement {
    max-width: 180px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px; }
  .footer .issl {
    fill: #fff;
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 20px 10px; }

/* ================================
   Print
   ================================ */
@media print {
  /**
 * Print - Printer friendly, through and through.
 *
 * @author  Lewis Howles @ Internet Solutions Services Limited
 * @date    24-08-2010
 *
 * Includes sections from HTML5 Boilerplate
 */
  .hidden-print {
    display: none !important; }
  .visible-print {
    display: block !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print {
    display: table-cell !important; }
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  .button {
    text-decoration: none; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .javascript, .outdated, .cookie, .nav {
    display: none; } }

/* ================================
   Slider
   ================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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-loading .slick-list {
    background: #fff url("/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 27px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -22px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 5px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 5px; }
  .slick-prev:before {
    content: url(/img/leftarrow.svg); }
    [dir="rtl"] .slick-prev:before {
      content: url(/img/rightarrow.svg); }

.slick-next {
  right: 5px; }
  [dir="rtl"] .slick-next {
    left: 5px;
    right: auto; }
  .slick-next:before {
    content: url(/img/rightarrow.svg); }
    [dir="rtl"] .slick-next:before {
      content: url(/img/leftarrow.svg); }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.75; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

/* ================================
   Property Results
   ================================ */
/**
 * Meta
 */
.properties__showing {
  display: inline-block;
  line-height: 38px;
  vertical-align: middle; }

.properties__views {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  margin: 10px 20px 0 15px;
  vertical-align: top; }
  .properties__views > li {
    list-style: none; }
  .properties__views > dd {
    margin-left: 0; }
  .properties__views ul {
    list-style: disc outside; }
  .properties__views ol {
    list-style: decimal outside; }
  @media all and (min-width: 46.25em) {
    .properties__views {
      display: inline-block; } }

.property-view {
  display: inline-block;
  margin-right: 5px; }

.property-view__link {
  display: block; }

.property-view__icon {
  display: block;
  fill: #818181;
  height: 17px;
  width: 17px; }

.property-view__icon--active {
  fill: #9d1d54; }

.pagination ul {
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .pagination ul li {
    display: inline-block; }

/**
 * Properties
 */
.property__list {
  margin-left: 0; }
  .properties--grid .property__list {
    font-size: 0; }

.properties--grid .property {
  border: 1px solid #e4e4e4;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-left: 1.694915254237%;
  vertical-align: top; }
  @media all and (min-width: 34.0625em) and (max-width: 49em) {
    .properties--grid .property {
      width: 49.152542372881%; }
      .properties--grid .property:nth-child(2n-1) {
        margin-left: 0; } }
  @media all and (min-width: 49.0625em) and (max-width: 65.5625em) {
    .properties--grid .property {
      width: 32.203389830508%; }
      .properties--grid .property:nth-child(3n-2) {
        margin-left: 0; } }
  @media all and (min-width: 65.625em) {
    .properties--grid .property {
      width: 23.728813559322%; }
      .properties--grid .property:nth-child(4n-3) {
        margin-left: 0; } }

.properties--list .property {
  border-bottom: 1px dashed #818181;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.property .property__img {
  max-height: 330px; }

/**
 * Images
 */
.property__image {
  display: block;
  border-bottom: 3px solid #fff;
  position: relative; }
  .property--featured .property__image {
    border-bottom-color: #c41230; }

.property__star {
  color: #fff;
  fill: #9d1d54;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 100%;
  width: 30px; }

.property__img {
  display: block;
  margin: 0 auto;
  width: 100%; }
  .property__img[src$=".svg"] {
    height: 185px; }

/**
     * Status
     */
.property__status {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  left: 0;
  padding: 6px 12px;
  position: absolute;
  top: 15px; }

.property__status--let, .property__status--sold, .property__status--sstc {
  background: #e74c3c;
  color: #fff; }

.property__status--application-made, .property__status--offer-made, .property__status--sale-agreed, .property__status--under-offer {
  background: #f0ad4e;
  color: #985f0d; }

/**
     * Address
     */
.properties--grid .property__address, .properties--grid .property__description, .properties--grid .property__bullets, .properties--grid .property__summary {
  padding-left: 10px;
  padding-right: 10px; }

.property__address {
  display: inline-block;
  margin: 10px 0 20px; }
  .property__address:hover, .property__address:focus, .property__address:active {
    text-decoration: none; }
    .property__address:hover .property__pin, .property__address:focus .property__pin, .property__address:active .property__pin {
      fill: #9d1d54; }
    .property__address:hover .property__location, .property__address:focus .property__location, .property__address:active .property__location {
      color: #9d1d54; }

.property__street {
  color: #c41230;
  display: block;
  font-size: 21px;
  font-size: 2.1rem; }

.property__pin {
  fill: #9d1d54;
  height: 11px;
  width: 8px; }

.property__location {
  color: #9d1d54;
  display: block; }

/**
     * Description
     */
.property__description {
  margin-bottom: 20px; }
  @media all and (min-width: 46.25em) {
    .properties--grid .property__description {
      min-height: 106px; } }

.property__short {
  margin-bottom: 10px; }

/**
     * Bullets
     */
.property__bullets {
  margin-bottom: 20px; }

/**
     * Summary
     */
.property__summary {
  *zoom: 1; }
  .property__summary:before, .property__summary:after {
    display: table;
    content: "";
    line-height: 0; }
  .property__summary:after {
    clear: both; }
  .properties--grid .property__summary {
    border-top: 1px solid #e4e4e4;
    padding-bottom: 5px;
    padding-top: 5px; }

.property__price {
  color: #c41230; }
  .properties--grid .property__price {
    float: left;
    margin: 0; }
  @media all and (min-width: 46.25em) {
    .properties--list .property__price {
      margin-top: 15px; } }

.property__price-message {
  display: block;
  font-size: 13px;
  font-size: 1.3rem; }

.property__fee-link {
  color: #434343;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 5px;
  text-decoration: underline; }

.property__rooms {
  list-style: none;
  margin: 0;
  padding: 0; }
  .property__rooms > li {
    list-style: none; }
  .property__rooms > dd {
    margin-left: 0; }
  .property__rooms ul {
    list-style: disc outside; }
  .property__rooms ol {
    list-style: decimal outside; }
  .properties--grid .property__rooms {
    float: right;
    margin: 0; }

.property__room {
  display: inline-block; }
  .properties--grid .property__room {
    margin-left: 5px; }
  .porperties--list .property__room {
    margin-right: 10px; }

.property__room-icon {
  fill: #c41230;
  height: 12px;
  margin-right: 3px;
  width: 21px; }

.property__room-icon--baths {
  height: 20px;
  vertical-align: middle;
  width: 14px; }

/**
     * Ref
     */
.property__ref {
  color: #818181;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 15px 0 0; }

/* ================================
   Slider
   ================================ */
.slider__wrapper {
  overflow: hidden;
  position: relative; }

.slider__icon {
  cursor: pointer;
  height: 40px;
  fill: #fff;
  fill-opacity: 0.5;
  margin-top: -20px;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  width: 40px; }

.slider__icon--prev {
  left: -50px; }
  .slider__wrapper:hover .slider__icon--prev {
    left: 15px; }

.slider__icon--next {
  right: -50px; }
  .slider__wrapper:hover .slider__icon--next {
    right: 15px; }

/* ================================
   Property Details
   ================================ */
.properties--details {
  /**
   * Address
   */
  /**
     * Price
     */
  /**
   * Images
   */
  /**
   * Bullets / Features
   */
  /**
   * Social Media
   */
  /**
   * Map
   */ }
  @media all and (min-width: 46.25em) {
    .properties--details {
      margin-top: 30px; } }
  .properties--details .property__address {
    margin: 20px 0; }
    @media all and (max-width: 46.24em) {
      .properties--details .property__address {
        display: block;
        text-align: center; } }
    @media all and (min-width: 46.25em) {
      .properties--details .property__address {
        float: left; } }
    .properties--details .property__address h1 {
      margin: 0; }
      @media all and (min-width: 46.25em) {
        .properties--details .property__address h1 {
          text-align: left; } }
  .properties--details .property__street {
    font-size: 30px;
    font-size: 3rem; }
  .properties--details .property__location {
    margin-top: 5px; }
    @media all and (max-width: 46.24em) {
      .properties--details .property__location {
        margin-bottom: 15px; } }
  .properties--details .property__price {
    font-size: 30px;
    font-size: 3rem;
    margin: 0; }
  @media all and (min-width: 46.25em) {
    .properties--details .property__price-message {
      display: inline-block; } }
  .properties--details .property__image {
    background: url(/img/spinner.svg) 50% 50% no-repeat;
    clear: both; }
    @media all and (max-width: 46.24em) {
      .properties--details .property__image {
        margin-left: -10px;
        margin-right: -10px; } }
  .properties--details .property__img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .properties--details .property__attributes, .properties--details .property__bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #f1f1f1;
    padding: 20px 0; }
    .properties--details .property__attributes > li, .properties--details .property__bullets > li {
      list-style: none; }
    .properties--details .property__attributes > dd, .properties--details .property__bullets > dd {
      margin-left: 0; }
    .properties--details .property__attributes ul, .properties--details .property__bullets ul {
      list-style: disc outside; }
    .properties--details .property__attributes ol, .properties--details .property__bullets ol {
      list-style: decimal outside; }
  .properties--details .property__attribute, .properties--details .property__bullet {
    margin-bottom: 10px;
    padding-left: 32px;
    position: relative; }
    .properties--details .property__attribute:last-child, .properties--details .property__bullet:last-child {
      margin: 0; }
  .properties--details .property__tick, .properties--details .property__tick ~ img {
    fill: #2ecc71;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 22px; }
  .properties--details .social-media {
    list-style-type: none; }
    @media all and (max-width: 46.24em) {
      .properties--details .social-media {
        border-bottom: 1px dashed #f1f1f1;
        padding: 10px 0;
        text-align: center; } }
    @media all and (min-width: 46.25em) {
      .properties--details .social-media {
        padding: 0 0 20px;
        text-align: right; } }
  .properties--details .social-media__item {
    display: inline-block;
    vertical-align: middle; }
    @media all and (min-width: 46.25em) {
      .properties--details .social-media__item {
        margin: 0 0 0 10px; } }
  .properties--details .social-media__icon {
    display: block;
    fill: #3B5998;
    height: 16px;
    margin: 0px auto;
    width: 16px; }
  .properties--details .social-media__item--twitter .social-media__icon {
    fill: #00ACED; }
  .properties--details .social-media__item--google-plus .social-media__icon {
    fill: #DD4B39;
    width: 17px; }
  .properties--details .social-media__item--linkedin .social-media__icon {
    fill: #0977B5; }
  .properties--details .social-media__item--pinterest .social-media__icon {
    fill: #CC2128; }
  .properties--details .map-canvas {
    height: 400px;
    width: 100%; }

/**
   * Breadcrumbs
   */
.property__breadcrumbs {
  font-size: 14px;
  font-size: 1.4rem; }
  @media all and (max-width: 46.24em) {
    .property__breadcrumbs {
      display: none; } }
  .property__breadcrumbs .nav__item {
    display: inline-block; }

/**
   * Meta
   */
@media all and (max-width: 46.24em) {
  .property__meta {
    border-bottom: 1px dashed #f1f1f1;
    border-top: 1px dashed #f1f1f1;
    padding: 10px 0;
    text-align: center; } }

@media all and (min-width: 46.25em) {
  .property__meta {
    float: right;
    margin: 20px 0;
    text-align: right; } }

/**
   * Gallery
   */
.property__gallery {
  list-style: none;
  margin: 0;
  padding: 0; }
  .property__gallery > li {
    list-style: none; }
  .property__gallery > dd {
    margin-left: 0; }
  .property__gallery ul {
    list-style: disc outside; }
  .property__gallery ol {
    list-style: decimal outside; }
  .property__gallery a {
    display: block; }

/**
   * Thumbnails
   */
.property__thumbs {
  margin: 8px 0 10px; }
  @media all and (max-width: 46.24em) {
    .property__thumbs {
      margin-left: -10px;
      margin-right: -10px; } }
  @media all and (min-width: 46.25em) {
    .property__thumbs {
      margin-bottom: 30px; } }
  .property__thumbs .slide {
    cursor: pointer;
    margin: 0 5px;
    opacity: 0.5;
    transition: all 0.4s; }
  .property__thumbs .slick-center {
    opacity: 1; }
  .property__thumbs .slider__icon {
    fill: #000; }

/**
   * Actions
   */
.property__actions {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #f1f1f1;
  padding: 20px 0; }
  .property__actions > li {
    list-style: none; }
  .property__actions > dd {
    margin-left: 0; }
  .property__actions ul {
    list-style: disc outside; }
  .property__actions ol {
    list-style: decimal outside; }
  @media all and (max-width: 46.24em) {
    .property__actions {
      text-align: center; } }
  @media all and (min-width: 46.25em) {
    .property__actions {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 0 25px; } }

.property__action {
  margin: 5px 0; }
  @media all and (min-width: 46.25em) {
    .property__action {
      display: inline-block;
      margin: 0 10px 0 0; } }
  .property__action a {
    color: #8191a0; }
    .property__action a:hover, .property__action a:focus, .property__action a:active {
      color: #9d1d54; }
    .property__action a:before {
      content: ">";
      margin-right: 3px; }

/**
   * Agent Details
   */
.property__agent {
  background: #F7F7F7;
  border: 1px solid #f0f0f0;
  border-radius: 10px; }
  .property__agent:hover {
    border-color: #8191a0; }

.agent-info__title {
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
  padding: 20px; }

.agent-info {
  padding: 20px; }

.agent-info__item {
  margin: 0; }
  .agent-info__item + .agent-info__item {
    border-top: 1px dashed #f1f1f1;
    margin-top: 10px;
    padding-top: 10px; }

.agent-info__icon {
  fill: #9d1d54;
  height: 18px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px; }

/**
   * Property Sections
   */
.property-section {
  background: #F7F7F7;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px; }
  .property-section:hover {
    border-color: #8191a0; }

.property-section__chief {
  margin-bottom: 10px; }

/**
   * EPC
   */
.epc__frame {
  height: 340px;
  width: 100%; }

/**
   * Floors
   */
.property__floors {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 20px 0; }
  .property__floors > li {
    list-style: none; }
  .property__floors > dd {
    margin-left: 0; }
  .property__floors ul {
    list-style: disc outside; }
  .property__floors ol {
    list-style: decimal outside; }

.property-floor + .property-floor {
  margin-top: 20px; }

.property-floor__brochure, .property-floor__plan {
  margin-right: 15px; }

.property-floor__icon {
  fill: currentColor;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  width: 20px; }

.property-floor__description {
  margin-bottom: 15px; }

.property-floor__name {
  padding: 20px;
  text-transform: uppercase; }

/**
   * Rooms
   */
.property__rooms {
  list-style: none;
  margin: 0;
  padding: 0; }
  .property__rooms > li {
    list-style: none; }
  .property__rooms > dd {
    margin-left: 0; }
  .property__rooms ul {
    list-style: disc outside; }
  .property__rooms ol {
    list-style: decimal outside; }

.property-room {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }
  .property-room:hover {
    border-color: #8191a0; }
  .property-room + .property-room {
    margin-top: 20px; }

.property-room__name {
  background: #F7F7F7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  padding: 20px; }

.property-room__info {
  padding: 20px; }

.property-room__dimensions {
  color: #8191a0; }

.property-room__icon {
  fill: currentColor;
  height: 16px;
  width: 16px; }

/**
   * Powered By
   */
.property__powered-by {
  display: inline-block;
  margin-top: 20px; }

/*  ================================
    Featherlight
    ================================ */
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.4.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noel Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.js .fl-hidden {
  display: none; }

.featherlight {
  bottom: 0;
  background: #333;
  background: transparent;
  /* IE8 "hack" for nested featherlights */
  cursor: pointer;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap;
  z-index: 3;
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */ }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle; }
  .featherlight iframe {
    border: none; }

.featherlight-content {
  background: #fff;
  border-bottom: 25px solid transparent;
  border-radius: 10px;
  cursor: auto;
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  min-width: 30%;
  overflow: auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  padding: 25px 25px 0;
  white-space: normal; }
  @media all and (min-width: 46.25em) {
    .featherlight-content {
      border-bottom: 20px solid transparent;
      margin-left: 10px;
      margin-right: 10px;
      max-height: 98%;
      padding: 20px 20px 0; } }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0; }

.featherlight-inner {
  display: block; }

.featherlight-close-icon {
  background: #fff;
  color: #e74c3c;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 5px 5px 2px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 25px;
  z-index: 9999; }
  .featherlight-close-icon:hover, .featherlight-close-icon:focus, .featherlight-close-icon:active {
    color: #b93d30; }

.featherlight-image {
  width: 100%; }

/**
 * Featherlight Gallery - an extension for the ultra slim jQuery lightbox
 * Version 0.4.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noel Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    background: transparent;
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 90%;
    position: absolute;
    right: 20px;
    top: 20px;
    user-select: none; }
    .featherlight-next:hover,
    .featherlight-previous:hover {
      background: rgba(255, 255, 255, 0.25); }
      .featherlight-next:hover span,
      .featherlight-previous:hover span {
        display: inline-block; }
    .featherlight-next span,
    .featherlight-previous span {
      color: #fff;
      display: none;
      font-size: 40px;
      font-style: normal;
      font-weight: normal;
      left: 5%;
      line-height: 40px;
      margin-top: -20px;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 82%; }
  .featherlight-previous {
    left: 20px;
    right: 90%; }
  .featherlight-next span {
    right: 5%;
    left: auto; } }

/* Allways display arrows on touch devices */
@media all and (max-width: 61.24em) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media all and (max-width: 61.24em) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

/* Packages */
ol#packages {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 -0.5em 1em -0.5em;
  position: relative;
  counter-reset: xxx; }

li.package {
  height: 16em;
  margin: 0 0.5em;
  border-bottom: 5px solid #a10a24;
  position: relative;
  color: inherit;
  background: #c41230 url("/img/hands-s.png") 1em -2em no-repeat;
  overflow: hidden;
  counter-increment: xxx; }
  li.package h3 {
    display: block;
    height: 13em;
    padding: 1.5em 1em;
    color: white;
    font-size: 1.2em;
    text-align: center;
    transition: padding 0.3s ease-in-out; }
    li.package h3::before {
      display: block;
      width: 3em;
      height: 3em;
      font-size: 1.5em;
      margin: 0 auto 1em auto;
      line-height: 3em;
      text-align: center;
      background: white;
      border-radius: 50%;
      color: #a10a24;
      content: counter(xxx);
      transition: transform 0.3s ease-in-out; }
  li.package p {
    padding: 0 1em;
    color: white;
    text-align: center;
    font-size: 0.9em; }
    li.package p a {
      background: #FFF;
      border-radius: 5px;
      display: block;
      padding: 0.5em; }
  li.package + li.package {
    margin: 1em 0.5em 0 0.5em; }
  li.package.active {
    background-color: #a10a24; }
    li.package.active h3 {
      height: auto;
      padding: 0 1em; }
      li.package.active h3::before {
        margin: 0 auto;
        transform: scale(0.5); }

@media (min-width: 1024px) {
  ol#packages {
    flex-direction: row; }
    ol#packages li.package {
      width: 33%;
      height: 21em;
      margin: 0 0.5em; }
      ol#packages li.package h3 {
        height: 17em;
        padding: 4em 1em; }
        ol#packages li.package h3::before {
          margin: 0 auto 1em auto; }
      ol#packages li.package.active h3 {
        height: auto;
        padding: 0 1em; }
        ol#packages li.package.active h3::before {
          margin: 0 auto;
          transform: scale(0.5); } }

body.news main .col-7 > div {
  margin: 0 0 1em 0; }
  body.news main .col-7 > div > div {
    margin: 0 0 1em 0; }
}