/* VARIABLES / COLOURS (Base) */
/* VARIABLES / COLOURS - App */
/* VARIABLES / TYPE (Base) */
/* VARIABLES / TYPE (Base) */
/* VARIABLES / FONTS (Base) */
/* VARIABLES / SPACING (Base) */
/* VARIABLES / STYLING (Base) */
/* VARIABLES / ANIMATION (Base) */
/* VARIABLES - BOOTSTRAP (Base) */
/* GENERAL / VARIABLES (App) */
/* VARIABLES - DEPRECATED (Base) */
/* SYSTEM / NORMALIZE (Base) */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }
/* HTML5 display definitions
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  /* 2 */
  /* 1 */
  display: block; }
/**
 * Add the correct display in IE 9-.
 */
audio, canvas, progress, video {
  display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, [hidden] {
  /* 1 */
  display: none; }
/* Links
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0; }
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/* Forms
 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */ }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/* SYSTEM / LAYOUT (Base) */
html {
  display: block;
  position: relative;
  width: 100%;
  min-width: 300px;
  height: auto;
  min-height: 100%;
  background-color: #fff; }

body {
  display: block;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

div#page {
  display: block;
  position: relative; }

footer#footer {
  display: block;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%; }

html {
  font-size: 10px;
  font-size: 62.5%;
  text-align: left; }

body, .font-body {
  font-family: 'ReplicaPro', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 1.4rem;
  color: #404040; }

footer#footer {
  font-size: 1.3rem; }
/* SYSTEM / DEFAULTS (Base) */
ul, ol {
  margin: 0 0 1em 0; }

a {
  cursor: pointer; }

hr {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
  margin: 30px 0;
  border-width: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #dadada; }

[ng-cloak], .ng-cloak, [v-cloak] {
  display: none !important; }
/* SYSTEM / BOOTSTRAP EXTRAS (Base) */
/*! Bootstrap Extras
 * IDESIGN MEDIA
 */
/* CLEARFIX; thanks to http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
/* Box Sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* Placeholders */
/* Centered Column */

.col.center {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
/* Maximum Width Container */
.container-max {
  max-width: 1160px; }
/* 5 Column Grid */
.col-xs-5th {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5th {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5th {
    width: 20%;
    float: left; }

  .col-md-2-5th {
    width: 40%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5th {
    width: 20%;
    float: left; } }
/* Tiny Column */
.col-tn, .col-tn-half {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.visible-tn {
  display: none !important; }

@media (max-width: 480px) {
  /* Tiny */
    .col-tn {
      clear: both;
      float: none;
      width: 100%;
      margin: auto; }
    .col-tn-half {
      width: 50%; }
    .hidden-tn {
      display: none !important; }
    .visible-tn {
      display: block !important; } }
/* Centers */
.center-col, .col-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 480px) {
  /* Tiny */
    .center-tn {
      float: none;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 767px) {
  /* Extra-Small */
    .center-xs {
      float: none;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* Small */
    .center-sm {
      float: none;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium */
    .center-md {
      float: none;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 1200px) {
  /* Large */
    .center-lg {
      float: none;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

.container-centered {
  text-align: center; }

.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }
/* SYSTEM / STYLES (Base) */
.text-center {
  text-align: center !important; }

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

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

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

.block {
  display: block !important;
  width: 100% !important; }

.none {
  display: none !important; }

.none-partial {
  display: none; }

.center {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.clear {
  clear: both !important; }

.nomargin {
  margin: 0 !important; }

.nopadding {
  padding: 0 !important; }
/* HELPERS / MIXINS (Base) */
/**
 * Vertically align an element
 */
/* HELPERS / RESPONSIVE (Base) */
/* Mobile last; based off Bootstrap break points */
/* lg: large > 1200 */
/* md: 992px < medium < 1200px */

/* sm: small < 992px */

/* xs: extra small < 768px */

/* phone portrait < 620 */

/* tn: tiny < 480 */

/* Responsive Mixins */
/* FORMATTING / CARDS */
.display-card {
  display: block;
  position: relative;
  font-size: 1.3rem;
  color: #404040;
  padding: 20px 30px;
  margin: auto;
  margin-bottom: 30px;
  background-color: #fff;
  transition: 0.2s all ease;
  min-width: 240px;
  max-width: 420px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1); }
  .display-card:hover {
    color: inherit; }

.display-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }

.item-card {
  text-align: left; }
  .item-card .title {
    min-height: 2.5em;
    margin-bottom: 2px; }
  .item-card .body {
    height: 240px;
    overflow: hidden; }
  .item-card .img {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 0;
    padding-top: 50%;
    margin-bottom: 15px;
    -webkit-print-color-adjust: exact; }
  @media screen and (max-width: 768px) {
.item-card .title {
  min-height: none; }
  .item-card .body {
    height: auto; } }
/* FORMATTING / GOOGLE-MAP */
.hero .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-shadow: none; }
/* FORMATTING / LOADING IMAGE */
.loading-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,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); }

.loading-image-ondark {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,R0lGODlhGAAYAPQAAICAgCAgIG1tbX19fXNzc2FhYXZ2dlVVVWpqalpaWnBwcF5eXmdnZ3p6ekxMTFJSUmRkZEZGRgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==); }
/* FORMATTING / NOTIFICATION COUNTER - Default */
.notification-counter {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  margin-left: 5px;
  padding: 0 5px;
  min-width: 20px;
  height: 20px;
  margin-top: -1px;
  line-height: 19px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 50%;
  color: #fff;
  background-color: #e51a2f;
  z-index: 1; }
/* FORMATTING / PRINT (App) */
@media print {
  #footer, #menu-hero .menu-list, #menu-hero #menu-link, #menu-fixed, #menu-mobile-container, #property-search-trigger, #property-search, .property-search-spacer, .cta-contact-us, #enquire {
    display: none !important; } }
/* FORMATTING / READ MORE */
.read-more-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 12px;
  margin: 0; }
  .read-more-link a {
    display: inline-block; }
  .read-more-link a:hover {
    transform: translateY(2px); }
  .read-more-link .svg {
    width: 20px;
    height: 20px; }

.read-more-link.reverse a, .read-more-link.reverse a:hover {
  color: #fff; }
  .read-more-link.reverse .svg path {
    fill: #fff; }

.read-more-link {
  transition: 0.5s all ease;
  opacity: 1;
  bottom: 12px; }
  .read-more-link.animate-initial {
    opacity: 0;
    bottom: 20px; }
/*// Example HTML
 <div class="read-more-link reverse animate-initial" data-animate-delay="1000">
 <a class="section-scroll-next">
 <span>Read More</span><br>
 <img class="svg" src="assets/images/ui/arrow-down.svg" onerror="this.onerror=null; this.src=this.src.replace(/\.svg$/, '.png');" alt="">
 </a>
 </div>
 //*/
/* FORMATTING / VIDEO */
.video {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: both;
  padding-top: 30px;
  padding-bottom: 56%;
  height: 0;
  min-height: 100px; }

.video .video-item, .video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* COMPONENTS / ANIMATION */
.animate-slidein {
  transition: 0.5s all ease; }
  .animate-slidein.animate-scrollin {
    opacity: 0;
    transform: translateY(50px); }

.animate-bouncein {
  transition: 0.4s all cubic-bezier(0, 1.5, 1, 1.5); }
  .animate-bouncein.animate-scrollin {
    opacity: 0;
    transform: translateY(40px); }
/* COMPONENTS / BACKGROUNDS */
.backgrounds, .background, .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.backgrounds {
  overflow: hidden; }
  .backgrounds .background.inactive {
    display: none; }

.cta-slide-up {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2em;
  opacity: 0;
  z-index: 100;
  transform: translateY(100%);
  transition: 0.2s all ease; }
  .cta-slide-up.visible {
    transform: translateY(0%);
    opacity: 1; }
  .cta-slide-up .cta-close {
    position: absolute;
    right: 2em;
    height: 32px;
    width: 32px;
    cursor: pointer; }
  .cta-slide-up a, .cta-slide-up a:hover {
    color: inherit; }
  .cta-slide-up a:hover {
    opacity: 0.75; }

@media screen and (max-width: 768px) {
  .cta-slide-up .cta-close {
    width: 30px;
    height: 30px;
    right: 1em;
    top: 1em; } }
/* COMPONENTS / ENV-DEMO */
#app-env-demo {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  background-color: #d6d6d6; }
  #app-env-demo p:last-child {
    margin-bottom: 0; }
/* COMPONENTS / FOOTER-SIMPLE */
footer#footer.footer-simple {
  padding: 60px 0;
  font-size: 0.95em;
  background-color: #e51a2f; }
  footer#footer.footer-simple .newsletter-form .submit {
    margin-top: 8px; }
  footer#footer.footer-simple .footer-social {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.3em; }
    footer#footer.footer-simple .footer-social .social {
      display: inline;
      margin-left: 6px; }
      footer#footer.footer-simple .footer-social .social .icon {
        vertical-align: bottom; }
  footer#footer.footer-simple .menu {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0; }
    footer#footer.footer-simple .menu li {
      display: inline;
      margin: 0 10px;
      padding: 0; }
  footer#footer.footer-simple .copyright .idesign {
    margin-left: 10px;
    font-size: 0.9;
    opacity: 0.9; }
/* COMPONENTS / FOOTER */
footer#footer.footer {
  display: block;
  font-size: 1.4rem;
  padding: 15px 0;
  background-color: #333;
  background-image: url('../images/company/footer-watermark.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 220px; }
  footer#footer.footer > .container > .row > .col {
    margin: 30px 0; }
  footer#footer.footer .logo {
    width: 260px;
    display: block;
    margin-bottom: 30px; }
  footer#footer.footer .footer-logo {
    display: none;
    margin-bottom: 20px; }
  footer#footer.footer .call-cta {
    font-weight: 600;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px; }
  footer#footer.footer .footer-newsletter .button {
    display: flex; }
    footer#footer.footer .footer-newsletter .row {
      margin-left: -10px;
      margin-right: -10px; }
    footer#footer.footer .footer-newsletter .col {
      padding-left: 10px;
      padding-right: 10px; }
  footer#footer.footer .menu-footer {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.75em; }
    footer#footer.footer .menu-footer span {
      padding-right: 8px; }
      footer#footer.footer .menu-footer span:last-child {
        padding-right: 0; }
      footer#footer.footer .menu-footer span a.active, footer#footer.footer .menu-footer span a:hover {
        color: #e51a2f; }
  footer#footer.footer .copyright {
    font-size: 0.75em;
    padding-right: 0; }
    footer#footer.footer .copyright a {
      color: #fff;
      font-weight: 100; }
      footer#footer.footer .copyright a:hover {
        color: #e51a2f; }
  footer#footer.footer h5 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1.2em; }
  footer#footer.footer .footer-newsletter input {
    margin-bottom: 10px;
    text-align: center; }
    footer#footer.footer .footer-newsletter .submit {
      color: #fff;
      background-color: #e51a2f;
      border-color: #e51a2f; }
      footer#footer.footer .footer-newsletter .submit:hover {
        background-color: #a60823;
        border-color: #a60823; }
  footer#footer.footer .extra-padding-col {
    padding: 0 40px; }
  footer#footer.footer .news-card {
    display: block;
    position: relative;
    background-color: #666;
    height: 130px; }
    footer#footer.footer .news-card:hover {
      color: #fff; }
    footer#footer.footer .news-card .content {
      padding: 20px 45px 0 20px;
      height: 120px;
      overflow: hidden; }
      footer#footer.footer .news-card .content p {
        font-size: 1.5rem;
        line-height: 1.5em;
        margin-bottom: 8px; }
      footer#footer.footer .news-card .content .title {
        font-weight: 600; }
    footer#footer.footer .news-card .read-more {
      position: absolute;
      top: 0;
      right: 0;
      height: 130px;
      background-color: #f2f2f2;
      background-image: url('../images/data-layout/ui/arrow-right.png');
      width: 25px;
      background-position: center center;
      background-repeat: no-repeat; }

@media screen and (max-width: 1200px) {
  footer#footer.footer .logo {
    margin-left: auto;
    margin-right: auto; }
    footer#footer.footer .extra-padding-col {
      padding: 0 20px; } }



@media screen and (max-width: 480px) {
  footer#footer.footer .footer-logo, footer#footer.footer .footer-newsletter {
    text-align: center; }
    footer#footer.footer .menu-full-footer .col {
      width: 100%;
      text-align: center; }
    footer#footer.footer .copyright {
      text-align: center; }
      footer#footer.footer .copyright .owner {
        margin-right: 0; }
    footer#footer.footer .social {
      text-align: center;
      margin-top: 20px; } }
/* COMPONENTS / FULLSCREEN */
.fullscreen, .section.fullscreen {
  position: relative;
  width: 100%;
  min-height: 800px;
  padding: 0;
  margin: 0; }
/* COMPONENTS / HERO */
.hero {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: both;
  padding-top: 30%;
  min-height: 250px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2); }
  .hero .backgrounds {
    position: absolute; }
  .hero .content {
    position: relative; }

.hero.hero-big {
  padding-top: 40%;
  min-height: 300px; }

@media screen and (min-width: 1200px) {
  .hero {
    height: 400px;
    padding-top: 15%; }
    .hero-big {
      height: 500px;
      padding-top: 20%; } }
/* COMPONENTS / MENU-CENTERED */
/* COMPONENTS / MENU - Custom (Base) */
body.hasMobileMenu {
  overflow-y: hidden; }
  body.hasMobileMenu #menu-mobile-container {
    display: block; }

body.hasFixedMenu #menu-fixed {
  top: 0; }

menu.menu-centered {
  display: block;
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1em; }
  menu.menu-centered .container {
    position: relative;
    height: 100%;
    text-align: center; }
  menu.menu-centered .menu-a {
    display: inline-block;
    margin: 0;
    padding: 0; }
  menu.menu-centered .menu-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

menu.menu-centered .menu-list {
  display: table;
  min-height: 50px;
  margin: 0;
  padding: 0; }
  menu.menu-centered .menu-list li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px; }
    menu.menu-centered .menu-list li:first-child {
      padding-left: 0; }
    menu.menu-centered .menu-list li:last-child {
      padding-right: 0; }
  menu.menu-centered .menu-list.menu-left {
    position: absolute;
    top: 0;
    left: 20px; }
  menu.menu-centered .menu-list.menu-right {
    position: absolute;
    top: 0;
    right: 20px;
    margin-right: 40px; }

@media screen and (max-width: 768px) {
  menu.menu-centered .menu-list {
    display: none; } }

#menu-hero.menu-centered {
  z-index: 10;
  height: auto;
  padding: 20px 0; }

#menu-fixed.menu-centered {
  z-index: 15;
  position: fixed;
  top: -300px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: solid 1px #dadada;
  transition: 0.5s top ease; }

#menu-mobile.menu-centered {
  height: auto;
  padding: 20px 0; }

#menu-mobile-container.menu-centered {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none; }
  #menu-mobile-container.menu-centered .underlay {
    position: absolute; }

#menu-link.menu-centered {
  right: 20px;
  z-index: 30; }
  #menu-mobile.menu-centered .container {
    text-align: center; }
  #menu-mobile.menu-centered .menu-a {
    float: none;
    display: inline-block;
    min-height: auto;
    margin-bottom: 20px; }
  #menu-mobile.menu-centered .menu-list {
    display: block;
    float: none;
    min-height: auto;
    margin-right: 0; }
    #menu-mobile.menu-centered .menu-list li {
      display: block;
      float: none;
      margin: auto;
      margin-bottom: 10px;
      padding: 0 10px; }
    #menu-mobile.menu-centered .menu-list li:last-child {
      margin-bottom: 0; }
    #menu-mobile.menu-centered .menu-list .menu-home {
      display: none; }

#menu-link .menu-icon {
  position: relative;
  width: 20px;
  height: 10px;
  margin: 5px 0;
  transform: translateY(-3px);
  transition: 0.2s all ease; }
  #menu-link .menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    background: #404040;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.2s all ease; }
  #menu-link .menu-icon span:nth-child(1) {
    top: 0px; }
  #menu-link .menu-icon span:nth-child(2), #menu-link .menu-icon span:nth-child(3) {
    top: 5px; }
  #menu-link .menu-icon span:nth-child(4) {
    top: 10px; }

body.hasMobileMenu #menu-link .menu-icon span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%; }
  body.hasMobileMenu #menu-link .menu-icon span:nth-child(2) {
    transform: rotate(45deg); }
  body.hasMobileMenu #menu-link .menu-icon span:nth-child(3) {
    transform: rotate(-45deg); }
  body.hasMobileMenu #menu-link .menu-icon span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%; }
/* COMPONENTS / MENU */
.menu-landing-blurb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media screen and (max-width: 992px) {
  .menu-landing-blurb {
    display: none; } }
/* COMPONENTS / MENU */
/* COMPONENTS / MENU - Custom (Base) */
body.hasMobileMenu {
  overflow-y: hidden; }
  body.hasMobileMenu #menu-mobile-container {
    display: block; }

body.hasFixedMenu #menu-fixed {
  top: 0; }

menu.menu {
  display: block;
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1em; }
  menu.menu .container {
    position: relative;
    height: 100%; }
  menu.menu .menu-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

menu.menu .menu-a {
  margin: 0;
  padding: 0;
  display: table;
  min-height: 100%; }
  menu.menu .menu-a .logo-a {
    display: table-cell;
    vertical-align: middle; }

menu.menu .menu-list {
  margin: 0;
  margin-left: auto;
  padding: 0;
  display: table;
  min-height: 100%; }
  menu.menu .menu-list li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px; }
  menu.menu .menu-list li:first-child {
    padding-left: 0; }
  menu.menu .menu-list li:last-child {
    padding-right: 0; }
  menu.menu .menu-list .menu-home, menu.menu .menu-list li.menu-home {
    display: none; }

@media screen and (max-width: 768px) {
  menu.menu .menu-list {
    display: none; } }

#menu-hero.menu {
  z-index: 20;
  height: 86px;
  padding: 20px 0; }

#menu-fixed.menu {
  z-index: 15;
  position: fixed;
  top: -300px;
  left: 0;
  width: 100%;
  height: 86px;
  padding: 10px 0;
  transition: 0.5s top ease;
  color: #fff;
  background: #e51a2f;
  background-size: cover;
  background-position: center; }
  #menu-fixed.menu .container {
    display: flex;
    align-items: center;
    gap: 24px; }
  #menu-fixed.menu .submenu {
    background: #e51a2f;
    border-color: #e51a2f;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

#menu-mobile.menu {
  height: auto;
  padding: 20px 0;
  background: #e51a2f;
  color: #fff; }
  #menu-mobile.menu .submenu {
    background: #e51a2f;
    border-color: #e51a2f;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

#menu-mobile-container.menu {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none; }
  #menu-mobile-container.menu .underlay {
    position: absolute; }

#menu-link.menu {
  right: 20px;
  z-index: 30; }

#menu-mobile.menu .container {
  text-align: center; }
  #menu-mobile.menu .menu-a {
    float: none;
    display: inline-block;
    min-height: auto;
    margin-bottom: 20px; }
  #menu-mobile.menu .menu-list {
    display: block;
    float: none;
    min-height: auto;
    margin-right: 0; }
  #menu-mobile.menu .menu-list li {
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 10px;
    padding: 0 10px; }
  #menu-mobile.menu .menu-list li:last-child {
    margin-bottom: 0; }

#menu-link .menu-icon {
  position: relative;
  width: 20px;
  height: 10px;
  margin: 5px 0;
  transform: translateY(-3px);
  transition: 0.2s all ease; }
  #menu-link .menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    background: currentColor;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.2s all ease; }
  #menu-link .menu-icon span:nth-child(1) {
    top: 0px; }
  #menu-link .menu-icon span:nth-child(2), #menu-link .menu-icon span:nth-child(3) {
    top: 5px; }
  #menu-link .menu-icon span:nth-child(4) {
    top: 10px; }

body.hasMobileMenu #menu-link .menu-icon span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%; }
  body.hasMobileMenu #menu-link .menu-icon span:nth-child(2) {
    transform: rotate(45deg); }
  body.hasMobileMenu #menu-link .menu-icon span:nth-child(3) {
    transform: rotate(-45deg); }
  body.hasMobileMenu #menu-link .menu-icon span:nth-child(4) {
    top: 5px;
    width: 0%;
    left: 50%; }
/* COMPONENTS / POPUP WINDOW */
body.hasPopupWindow {
  overflow-y: hidden; }

.popup-window {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }
  .popup-window .container {
    max-width: 100%; }
  .popup-window .popup-window-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.25s all ease;
    opacity: 0; }
  .popup-window .popup-window-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
    padding: 30px; }
  .popup-window .popup-window-content {
    display: block;
    position: relative;
    margin: auto;
    max-width: 1000px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s all ease;
    opacity: 0;
    transform: translateY(-60%); }

.popup-window-visible, .popup-window-visible-inline, .popup-window-visible-inline-block {
  display: none !important; }

body.hasPopupWindow .popup-window-hidden {
  display: none !important; }
  body.hasPopupWindow .popup-window-visible {
    display: block !important; }
  body.hasPopupWindow .popup-window-visible-inline {
    display: inline !important; }
  body.hasPopupWindow .popup-window-visible-inline-block {
    display: inline-block !important; }

.popup-window.anchored .popup-window-content {
  top: 0 !important;
  transform: none !important; }

.popup-window.active .popup-window-background {
  opacity: 1; }
  .popup-window.active .popup-window-content {
    opacity: 1;
    transform: translateY(-50%); }

.popup-window.default .popup-window-content, .popup-window.inline .popup-window-content {
  display: inline-block; }

.popup-window.block .popup-window-content {
  display: block; }

.popup-window.fullscreen .popup-window-container {
  padding: 0; }
  .popup-window.fullscreen .popup-window-content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 30px;
    background-color: #fff; }

.popup-window.nopadding .popup-window-content {
  padding: 0; }

.popup-window .popup-window-content.loading-image-ondark {
  background-color: transparent;
  box-shadow: none;
  transform: translateY(-60%); }

@media screen and (max-width: 768px) {
  .popup-window .popup-window-container {
    padding: 15px; } }
/* COMPONENTS / SECTIONS */
.section {
  position: relative;
  clear: both;
  padding: 120px 0; }

.section-small {
  padding: 60px 0; }

.section-intro {
  padding: 30px 0; }
  .section-intro .title, .section-intro .subtitle {
    margin-bottom: 0; }

.section-follow.section-follow {
  padding-top: 0; }

.section-precede.section-precede {
  padding-bottom: 0; }

.section-nopadding.section-nopadding {
  padding: 0; }

.section-border-top {
  border-width: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #dadada; }

.section-border-bottom {
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #dadada; }
/* COMPONENTS / SIMPLE SLIDER */
.simple-slider {
  display: none;
  position: relative;
  padding: 0 40px;
  overflow: hidden; }
  .simple-slider .simple-slider-prev, .simple-slider .simple-slider-next {
    position: absolute;
    top: 50%;
    transform: scale(1, 1.1) translateY(-50%);
    font-size: 30px;
    padding: 20px 5px;
    color: #a0a0a0; }
  .simple-slider .simple-slider-prev {
    left: 0; }
  .simple-slider .simple-slider-prev:hover {
    left: -4px; }
  .simple-slider .simple-slider-next {
    right: 0; }
  .simple-slider .simple-slider-next:hover {
    right: -4px; }
  .simple-slider .simple-slider-item {
    display: none;
    opacity: 1;
    transform: none;
    transition: 0.5s all ease; }
  .simple-slider .simple-slider-active {
    display: block; }
  .simple-slider .simple-slider-animate-prev {
    transform: translateX(-10%);
    opacity: 0.1; }
  .simple-slider .simple-slider-animate-next {
    transform: translateX(10%);
    opacity: 0.1; }

.simple-slider.active {
  display: block; }
/* COMPONENTS / STICKY ACTIONS */
#sticky-actions {
  position: fixed;
  z-index: 11;
  bottom: -1px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border-top: solid 1px #dadada; }
  #sticky-actions input, #sticky-actions .button {
    font-size: 1.3rem; }

#sticky-actions.fixed {
  position: absolute;
  bottom: 0;
  border-top: none; }
/* COMPONENTS / STICKY FOOTER */
/* COMPONENTS / SUBMENU */
.menu-list .menu-item {
  position: relative; }

.menu-list .submenu.submenu {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  margin: 0;
  margin-top: 0px;
  padding: 7.5px 0;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  list-style: none;
  height: auto;
  width: auto;
  background-color: #fff;
  border: solid 1px #dadada; }
  .menu-list .submenu.submenu li {
    display: block;
    float: none;
    margin: 2.5px 12.5px;
    padding: 0; }
  .menu-list .submenu.submenu a {
    display: block;
    padding: 5px 12.5px; }
  .menu-list .submenu.submenu a:hover {
    text-decoration: none; }

.menu-list .submenu.submenu {
  bottom: 12px;
  opacity: 0;
  padding: 0;
  transition: 0.5s all ease; }
  .menu-list .submenu.submenu.open {
    bottom: 0;
    opacity: 1;
    padding: 7.5px 0; }

.menu-list .has-submenu {
  background-image: url(../images/data-layout/ui/arrow-down.svg);
  background-position: 100% 60%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-right: 24px; }

.menu-list .menu-item.open > .has-submenu {
  background-image: url(../images/data-layout/ui/arrow-up.svg); }
/* COMPONENTS / TAB CONTENT */
.tab-content {
  display: block;
  position: relative; }
  .tab-content .tab-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #e51a2f;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 2px #e51a2f; }
  .tab-content .tab-list .tab {
    display: block;
    float: left;
    white-space: nowrap;
    padding: 10px 25px;
    margin: 0 10px;
    background-color: #effafa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    transition: 0.2s all ease; }
    .tab-content .tab-list .tab.active, .tab-content .tab-list .tab:hover {
      color: #fff;
      background-color: #e51a2f; }
      .tab-content .tab-list .tab.active .notification-counter, .tab-content .tab-list .tab:hover .notification-counter {
        color: #e51a2f;
        background-color: #fff; }
    .tab-content .tab-list .tab .notification-counter {
      margin-left: 8px; }
  .tab-content .tab-list .tab:first-child {
    margin-left: 0; }
  .tab-content .tab-list .tab:last-child {
    margin-right: 0; }
  .tab-content .tab-items {
    padding: 20px 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1); }
  .tab-content .tab-item {
    display: none; }
  .tab-content .tab-item.active {
    display: block; }
  .tab-content .tab-list.tab-list-table {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .tab-content .tab-list.tab-list-table .tab {
    margin: 0; }
  .tab-content .tab-list.tab-list-table .break {
    display: none; }
  .tab-content .tab-list.tab-list-center {
    text-align: center; }
  .tab-content .tab-list.tab-list-center .tab {
    display: inline-block;
    float: none; }
  .tab-content .tab-list.tab-list-right {
    text-align: right; }
  .tab-content .tab-list.tab-list-right .tab {
    display: inline-block;
    float: none;
    margin: 0;
    margin-left: 10px; }
  .tab-content .tab-items.tab-items-center .tab-item {
    text-align: center; }

@media screen and (max-width: 992px) {
  .tab-content .tab-list {
    text-align: center; }
    .tab-content .tab-list .tab.tab {
      display: inline-block;
      float: none;
      width: 40%;
      margin-left: 3%;
      margin-right: 3%;
      margin-bottom: 6px;
      border-radius: 3px; } }

@media screen and (max-width: 620px) {
  .tab-content .tab-list .tab.tab {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    margin-bottom: 1px; } }

@media screen and (max-width: 1200px) {
  .tab-list.tab-list-table {
    display: block; }
    .tab-list.tab-list-table .break {
      display: block; } }
/* COMPONENTS / VALIGN */
.valign-parent {
  position: relative;
  overflow: hidden; }
  .valign-parent .valign-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

@media screen and (max-width: 768px) {
  .valign-parent .valign-child.container {
    width: 100%; } }

.cta-slide-up {
  color: #fff;
  background: #022169; }
  .cta-slide-up .cta-content {
    text-align: center;
    font-size: 1.7rem; }
/* CONTENT TYPE / BLOG (App) */
.blog-filter .blog-filter-category {
  padding: 20px 0;
  padding-left: 5px; }
  .blog-filter .blog-filter-category span {
    margin: 0 5px; }
  .blog-filter .blog-filter-search {
    position: relative; }
  .blog-filter .blog-filter-search form {
    display: block;
    width: 100%;
    height: 100%;
    border-left: solid 1px #dadada; }
  .blog-filter .blog-filter-search input {
    display: block;
    height: 100%;
    width: 100%;
    padding-right: 60px;
    margin: 0;
    border: none;
    background-color: transparent; }
  .blog-filter .blog-filter-search .search-button {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    padding: 20px;
    transform: translateY(-50%);
    background: url(../images/ui/search.png) no-repeat center center; }

.blog-card, .blog-card.display-card {
  display: block;
  padding: 0;
  text-align: left; }
  .blog-card .header, .blog-card.display-card .header {
    margin: 0 30px;
    padding: 20px 0;
    padding-bottom: 0; }
  .blog-card .header .title, .blog-card.display-card .header .title {
    font-family: 'ReplicaPro', sans-serif;
    font-weight: 300;
    line-height: normal;
    font-style: normal;
    letter-spacing: 0px;
    font-size: 1.6rem;
    height: 2.4em;
    overflow: hidden;
    color: #e51a2f;
    margin-bottom: 0; }
  .blog-card .header .category, .blog-card.display-card .header .category {
    float: left; }
    .blog-card .header .category:after, .blog-card.display-card .header .category:after {
      content: ','; }
  .blog-card .header .date, .blog-card.display-card .header .date {
    float: left;
    margin-top: 1px;
    margin-left: 4px; }
  .blog-card .body, .blog-card.display-card .body {
    clear: both;
    margin: 0 30px;
    padding: 20px 0;
    height: 260px;
    overflow: hidden; }
  .blog-card .body .img, .blog-card.display-card .body .img {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 0;
    padding-top: 45%;
    margin-bottom: 10px; }
  .blog-card .footer, .blog-card.display-card .footer {
    display: none; }
  .blog-card .break, .blog-card.display-card .break {
    height: 12px; }

@media screen and (max-width: 768px) {
  .blog-card .header .title {
    height: auto; }
    .blog-card .body {
      height: auto; }
      .blog-card .body .img {
        height: 160px; } }

.blog-post .post-title .category:after {
  content: ",";
  margin-right: 2px; }
  .blog-post .post-source .content {
    color: #a0a0a0;
    font-style: italic; }
  .blog-post .post-images .img {
    display: block;
    margin-bottom: 20px; }

.latest-posts .blog-cards .col:nth-child(4) {
  display: none; }

@media screen and (max-width: 992px) {
  .latest-posts .blog-cards .col:nth-child(3) {
    display: none; } }

.casestudies-list .item-card .title {
  min-height: initial; }
  .casestudies-list .item-card .body {
    height: auto; }

#page-casestudy h3 {
  margin-bottom: 0.7em; }
  #page-casestudy ul {
    padding-left: 16px; }
  #page-casestudy ul li {
    padding-left: 5px;
    margin-bottom: 10px; }
  #page-casestudy #casestudy-intro h1 {
    font-weight: 400;
    display: inline-block;
    margin-right: 30px; }
  #page-casestudy #casestudy-intro .casestudy-listing_type {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -10px; }
  #page-casestudy #casestudy-intro .casestudy-client_casestudy_id {
    margin-left: 20px; }
  #page-casestudy #casestudy-intro .icons {
    margin: 15px 0; }
  #page-casestudy #casestudy-intro .icons.top-right {
    margin: 8px 0;
    display: inline-block;
    float: right; }
  #page-casestudy #hero {
    width: 100%; }
  #page-casestudy .lease-area-data .row {
    border-bottom: 1px #f2f2f2 solid;
    padding: 6px 0; }
    #page-casestudy .lease-area-data .row.header {
      background-color: #f2f2f2;
      border-bottom: 0;
      font-weight: 700; }
    #page-casestudy .lease-area-data .row.footer {
      font-weight: 700; }
  #page-casestudy .more-info {
    font-size: 2.5rem;
    line-height: 1.5em; }
  @media screen and (max-width: 768px) {
  #page-casestudy .lease-area-data {
    font-size: 0.75em; } }

.casestudies-item .carousel-fullwidth .carousel-item .img {
  height: 0;
  display: inline-block; }
  .casestudies-item .carousel-fullwidth .carousel-item:first-child .img {
    height: auto; }
/* CONTENT TYPE / FAQs (App) */
.faqs-list .faqs-card {
  margin-bottom: 25px; }
  .faqs-list .faqs-card .title {
    position: relative;
    font-size: 1.4em;
    padding: 10px 25px;
    margin-bottom: 0;
    background-color: #d6d6d6;
    border-radius: 1px; }
    .faqs-list .faqs-card .title i {
      display: block;
      position: absolute;
      font-size: 20px;
      top: 50%;
      margin-top: -10px;
      right: 30px;
      color: #404040; }
    .faqs-list .faqs-card .title i.fa-minus {
      display: none; }
  .faqs-list .faqs-card .content {
    padding: 10px 25px;
    margin: 0 25px;
    background-color: #e3e3e3;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }
    .faqs-list .faqs-card .content p:last-child {
      margin-bottom: 0; }
  .faqs-list .faqs-card.active .title i {
    display: none; }
    .faqs-list .faqs-card.active .title i.fa-minus {
      display: block; }

.faqs-search-empty {
  display: none;
  position: relative;
  text-align: center; }
  .faqs-search-empty.active {
    display: block; }
  .faqs-search-empty .title {
    color: #404040; }

.faqs-list-empty {
  position: relative;
  text-align: center; }
  .faqs-list-empty .title {
    color: #404040; }

.faqs-search {
  position: relative; }
  .faqs-search i {
    display: block;
    position: absolute;
    font-size: 20px;
    top: 50%;
    margin-top: -10px;
    right: 30px;
    color: #dadada; }
/* CONTENT TYPE / INFORMATION (App) */
.information-card.button {
  display: block;
  margin-bottom: 15px; }

.information-item .information-intro {
  display: none; }
  .information-item .item-images .img {
    display: block;
    margin-bottom: 20px; }
/* CONTENT TYPE / INFORMATION (App) */
.landingpage-card.button {
  display: block;
  margin-bottom: 15px; }

.landingpage-item .landingpage-intro {
  display: none; }
  .landingpage-item .item-images .img {
    display: block;
    margin-bottom: 20px; }
/* CONTENT TYPE / LINK ATTCHMENT (Base) */
.linkattachments .item {
  display: block;
  font-style: italic;
  margin-bottom: 5px; }
  .linkattachments .combined-attachment {
    margin-left: 5px; }
  .linkattachments .date {
    display: none; }
/* CONTENT TYPE / NEWSLETTER (App) */
.newsletters {
  text-align: left; }
  .newsletters .year {
    float: right;
    margin-bottom: 10px; }
  .newsletters .item {
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #dadada; }
  .newsletters .item .title {
    font-style: normal;
    font-weight: bold; }
  .newsletters .item .title:after {
    content: ",";
    margin-right: 4px; }
  .newsletters .item .date {
    font-style: normal;
    display: inline;
    margin-right: 4px; }
  .newsletters .item .summary {
    font-style: italic;
    margin-top: 2px; }
  .newsletters .item .link, .newsletters .item .attachment, .newsletters .item .combined-link, .newsletters .item .combined-attachment {
    padding: 2px 0; }
  .newsletters .item .link, .newsletters .item .attachment {
    display: block; }
  .newsletters .item .combined-link {
    display: block; }
  .newsletters .item .combined-attachment {
    float: right;
    transform: translateY(-100%); }

@media screen and (max-width: 992px) {
  .newsletters .item .combined-attachment {
    float: none;
    display: block;
    transform: none;
    margin-left: 0; } }
/* CONTENT TYPE / PRODUCTS (App) */
.product-card .price {
  float: left;
  font-size: 1.4rem;
  margin-bottom: 0; }
  .product-card .category {
    display: none;
    float: right;
    margin-bottom: 0; }
  .product-card .summary {
    clear: both;
    margin-top: 30px; }

.product-card.product-special .price-normal {
  text-decoration: line-through;
  margin-right: 5px; }

.products-latest-items .product-card .title {
  text-align: center; }

.product-section {
  display: block;
  clear: both;
  margin-bottom: 20px; }

.product-item {
  text-align: left; }
  .product-item .product-title {
    margin-bottom: 0; }
  .product-item .product-price {
    float: left;
    font-size: 1.8rem; }
  .product-item .product-particulars {
    float: right; }
  .product-item .product-category, .product-item .product-date {
    display: inline-block;
    margin-left: 5px; }
  .product-item .product-category:after {
    content: ","; }
  .product-item .product-images .row {
    margin-left: -8px;
    margin-right: -8px; }
  .product-item .product-images .col {
    padding-left: 7px;
    padding-right: 7px; }
  .product-item .img {
    display: block;
    max-width: 100%;
    margin-bottom: 15px; }

.product-item.product-special .price-normal {
  text-decoration: line-through;
  margin-right: 5px; }

.popup-window .product-item .product-related {
  display: none; }
/* CONTENT TYPE / TEAM (App) */
.member-card {
  text-align: center;
  margin-bottom: 30px; }
  .member-card .img {
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%; }
  .member-card .name {
    display: inline-block;
    margin-bottom: 2px; }
  .member-card .content {
    border-left: solid 1px #f2f2f2;
    border-right: solid 1px #f2f2f2; }
  .member-card .summary {
    margin: 15px 0;
    min-height: 5em; }
  .member-card .contact .phone, .member-card .contact .mobile {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 2px; }
  .member-card .contact .email {
    clear: both; }

.col-bg-1-3 .member-card .content {
  border-left: none;
  border-right: none; }

@media screen and (max-width: 768px) {
  .member-card .summary {
    min-height: auto; } }

.team-member .container {
  position: relative;
  text-align: center; }
  .team-member .img {
    display: block;
    position: relative;
    width: 240px;
    height: 240px;
    margin: auto;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%; }
  .team-member .name {
    display: inline-block;
    margin-bottom: 2px; }
  .team-member .content {
    margin: 30px 0; }
  .team-member .contact .phone, .team-member .contact .mobile {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 2px; }
  .team-member .contact .email {
    clear: both; }

.popup-window .team-member .container {
  width: auto;
  min-width: 420px; }

@media screen and (max-width: 480px) {
  .popup-window .team-member .container {
    min-width: auto; } }
/* CONTENT TYPE / TESTIMONIAL (App) */
.section.testimonials {
  background: #f2f2f2; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media screen and (max-width: 992px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 768px) {
  .testimonials-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }
  .testimonials-grid__item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: inherit; }

.testimonial-card {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  gap: 10px;
  margin: 0; }
  .testimonial-card__header {
    display: flex;
    align-items: flex-end;
    gap: 10px; }
  .testimonial-card__img {
    flex-shrink: 1;
    width: 40px;
    height: 40px; }
  .testimonial-card__img img {
    object-fit: contain; }
  .testimonial-card__img:empty {
    display: none; }
  .testimonial-card__meta {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .testimonial-card__meta h5 {
    font-weight: 600;
    color: #333;
    margin-bottom: 0; }
  .testimonial-card__meta p {
    margin: 0;
    line-height: 1.2;
    color: #e51a2f; }
  .testimonial-card__content > *:last-child {
    margin-bottom: 0 !important; }
  .testimonial-card__footer .members {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px; }
  .testimonial-card__footer .members li {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    cursor: pointer; }

[id="page-testimonials"] .intro h2 {
  margin-bottom: 6px;
  color: #e51a2f; }

.testimonials-section header {
  padding: 2rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: start; }
  @media screen and (max-width: 992px) {
  .testimonials-section header {
    flex-direction: column; } }
  .testimonials-section header h2 {
    color: #e51a2f;
    margin-bottom: 1rem; }
  .testimonials-section header a {
    color: #555;
    font-size: 1.8rem;
    font-weight: medium; }
  .testimonials-section header a:hover {
    color: #000; }

.testimonials-carousel {
  margin: 0 auto; }
  .testimonials-carousel .owl-stage {
    display: flex; }
  .testimonials-carousel .owl-item {
    padding: 0 5rem;
    float: none;
    align-self: stretch; }
  .testimonials-carousel .owl-carousel, .testimonials-carousel .owl-stage-outer, .testimonials-carousel .owl-item, .testimonials-carousel .testimonial-feature-container, .testimonials-carousel .testimonial-feature {
    height: 100%; }

.testimonial-feature-container {
  height: 100%;
  width: 100%;
  border: 1px solid #eee; }

.testimonial-feature {
  display: flex;
  gap: 2.4rem;
  padding: 3.2rem;
  text-align: left;
  max-width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 992px) {
  .testimonial-feature {
    flex-direction: column; } }
  .testimonial-feature:hover {
    transform: none; }
  .testimonial-feature .meta {
    width: 240px;
    flex-shrink: 0; }
  .testimonial-feature .meta h5 {
    font-weight: bold;
    font-size: 2rem;
    color: #333;
    margin-bottom: 0; }
  .testimonial-feature .meta p {
    font-weight: medium;
    font-size: 1.6rem;
    color: #e51a2f;
    margin-bottom: 0; }
  .testimonial-feature .content {
    font-size: 1.8rem;
    line-height: 1.8; }
  .testimonial-feature .content > *:last-child {
    margin-bottom: 0 !important; }
  .testimonial-feature .content .team ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0; }
    .testimonial-feature .content .team ul img {
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 100%;
      background: #eee; }
  .testimonial-feature .members {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none; }
  .testimonial-feature .members li {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    cursor: pointer; }

.testimonial-feature__img {
  width: 170px;
  height: 170px;
  background: #f2f2f2;
  margin-bottom: 1rem; }
  .testimonial-feature__img img {
    object-fit: contain; }
  .testimonial-feature__img:empty {
    display: none; }

#page-property h3 {
  margin-bottom: 0.7em; }
  #page-property ul {
    padding-left: 16px; }
  #page-property ul li {
    padding-left: 5px;
    margin-bottom: 10px; }
  #page-property #property-intro h1 {
    font-weight: 400;
    display: inline-block;
    margin-right: 30px; }
  #page-property #property-intro .property-listing_type {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -10px; }
  #page-property #property-intro .property-client_property_id {
    margin-left: 20px; }
  #page-property #property-intro .icons {
    margin: 15px 0; }
  #page-property #property-intro .icons.top-right {
    margin: 8px 0;
    display: inline-block;
    float: right; }
  #page-property #hero {
    width: 100%; }
  #page-property .lease-area-data .row {
    border-bottom: 1px #f2f2f2 solid;
    padding: 6px 0; }
    #page-property .lease-area-data .row.header {
      background-color: #f2f2f2;
      border-bottom: 0;
      font-weight: 700; }
    #page-property .lease-area-data .row.footer {
      font-weight: 700; }
  #page-property .more-info {
    font-size: 2.5rem;
    line-height: 1.5em; }
  @media screen and (max-width: 768px) {
  #page-property .lease-area-data {
    font-size: 0.75em; } }

body.page-properties #contact-form .form-message ul {
  list-style: none; }
/* MODULES / USER (Base) */
.auth-form {
  display: block;
  position: relative;
  text-align: center; }
  .auth-form .section {
    padding: 0; }
  .auth-form .form-group label {
    display: none; }
  .auth-form .help-block {
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #ea4249; }

.auth-form .login-remember {
  float: left; }
  .auth-form .login-forgot {
    float: right; }
/* THEME / BUTTONS (Base) */
.buttons {
  margin: 2px -2px; }
  .buttons .button {
    margin: 2px; }

.button {
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 1.5rem;
  padding: 10px 25px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #dadada;
  border-radius: 1px;
  transition: 0.2s all ease; }
  .button[disabled] {
    opacity: 0.5; }

input.button {
  font-size: 1.5rem;
  width: auto; }

.button.big {
  font-size: 1.8rem;
  padding: 15px 40px; }

.button.small {
  padding: 8px 20px; }

.button, .button.button-1 {
  color: #fff;
  background-color: #e51a2f;
  border-color: #e51a2f; }
  .button:hover, .button.button-1:hover {
    color: #fff;
    background-color: #a60823;
    border-color: #a60823; }

.button.alternate, .button.button-1.alternate {
  color: #e51a2f;
  background-color: transparent;
  border-color: #e51a2f; }
  .button.alternate:hover, .button.button-1.alternate:hover {
    color: #fff;
    background-color: #e51a2f;
    border-color: #e51a2f; }

.button.minor, .button.button-1.minor {
  color: #e51a2f;
  background-color: transparent;
  border-color: transparent; }
  .button.minor:hover, .button.button-1.minor:hover {
    color: #e51a2f;
    background-color: transparent;
    border-color: #e51a2f; }

.button.button-2 {
  color: #fff;
  background-color: #022169;
  border-color: #022169; }
  .button.button-2:hover {
    color: #022169;
    background-color: transparent;
    border-color: #022169; }

.button.button-2.alternate {
  color: #022169;
  background-color: transparent;
  border-color: #022169; }
  .button.button-2.alternate:hover {
    color: #fff;
    background-color: #022169;
    border-color: #022169; }

.button.button-2.minor {
  color: #022169;
  background-color: transparent;
  border-color: transparent; }
  .button.button-2.minor:hover {
    color: #022169;
    background-color: transparent;
    border-color: #022169; }
/* THEME / COLOURS (Base) */
.col-text-1-1.col-text-1-1 {
  color: #404040; }

.col-text-1-2 {
  color: #000; }

.col-text-light-1-1 {
  color: #a0a0a0; }

.col-text-brand-1-1 {
  color: #e51a2f; }

.col-text-brand-1-2 {
  color: #a60823; }

.col-text-brand-2-1 {
  color: #022169; }

.col-text-brand-2-2 {
  color: #a60823; }

.col-text-rev-1-1 {
  color: #fff; }

.col-bg-1-1 {
  background-color: #fff; }

.col-bg-1-2 {
  background-color: #d6d6d6; }

.col-bg-tint-1-1 {
  background-color: #effafa; }

.col-bg-tint-2-1 {
  background-color: #effafa; }

.col-bg-transparent-1-1 {
  background-color: rgba(55, 191, 191, 0.5); }

.col-bg-transparent-2-1 {
  background-color: rgba(55, 191, 191, 0.5); }

.col-bg-brand-1-1 {
  background-color: #e51a2f; }

.col-bg-brand-1-2 {
  background-color: #a60823; }

.col-bg-brand-2-1 {
  background-color: #022169; }

.col-bg-brand-2-2 {
  background-color: #021a54; }

.col-bg-rev-1-1 {
  background-color: #fff; }

.col-border-1-1 {
  border-color: #dadada; }

.col-border-1-2 {
  border-color: #c9c9c9; }

.col-border-brand-1-1 {
  border-color: #e51a2f; }

.col-border-brand-1-2 {
  border-color: #a60823; }

.col-border-brand-2-1 {
  border-color: #022169; }

.col-border-brand-2-2 {
  border-color: #021a54; }
/* THEME / IMAGES (Base) */
.logo {
  max-width: 100%;
  height: auto; }

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

.icons {
  margin: 2px -2px; }
  .icons .icon, .icons i.fa {
    margin: 0 2px; }

.icon {
  width: 24px;
  height: 24px; }

.icon.big {
  width: 48px;
  height: 48px; }
/* THEME / INPUTS (Base) */
input, textarea, select {
  display: block;
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 1.5rem;
  color: #404040;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #dadada;
  border-radius: 1px;
  transition: 0.2s all ease; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #a0a0a0; }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #a0a0a0; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #a0a0a0; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #a0a0a0; }
  input[disabled], textarea[disabled], select[disabled] {
    opacity: 0.5; }

input[type="submit"] {
  cursor: pointer; }

input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 4px; }

.input-arrow, select {
  background-image: url(../images/ui/arrow-down.png);
  background-image: url(../images/ui/arrow-down.svg), none;
  background-position: 98% center;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-right: 36px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

select::-ms-expand {
  display: none; }

select:invalid {
  color: #a0a0a0; }

.input-search {
  background-image: url(../images/ui/search.png);
  background-image: url(../images/ui/search.svg), none;
  background-position: 98% center;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-right: 40px; }

.form-search {
  position: relative;
  margin-bottom: 0; }
  .form-search input[type="text"].input-search-text {
    margin-bottom: 0;
    padding-right: 46px; }
  .form-search input[type="submit"].input-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background-position: center center;
    background-size: 30px 30px; }

.input.button {
  font-size: 1.5rem;
  padding: 15px 20px; }

textarea {
  min-height: 100px; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  border: 1px solid #c9c9c9; }
/* FORMATTING / NOTIFICATIONS (Base) */
.notification {
  padding: 0.5em 1em;
  margin: 0 0 1em 0;
  border: none;
  color: #fff;
  background-color: #dadada; }
  .notification a, .notification h1, .notification h2, .notification h3, .notification h4, .notification h5, .notification h6 {
    color: inherit; }
  .notification a {
    text-decoration: underline; }

.notification.notification-1 {
  color: #fff;
  background-color: #e51a2f; }

.notification.notification-2 {
  color: #fff;
  background-color: #022169; }

.success {
  color: #69b96a; }

.info {
  color: #66c3de; }

.error {
  color: #ea4249; }

.warning {
  color: #efaf5c; }

.notification.success {
  color: #fff;
  background-color: #69b96a; }

.notification.info {
  color: #fff;
  background-color: #66c3de; }

.notification.error {
  color: #fff;
  background-color: #ea4249; }

.notification.warning {
  color: #fff;
  background-color: #efaf5c; }
/* THEME / REVERSE (Base) */
.reverse {
  color: #fff; }
  .reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 {
    color: #fff; }
  .reverse a {
    color: #fff; }
  .reverse a:hover {
    color: #fff; }
  .reverse .button {
    color: #e51a2f;
    background-color: #fff;
    border-color: #fff; }
  .reverse .button:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .reverse .button.alternate {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .reverse .button.alternate:hover {
    color: #e51a2f;
    background-color: #fff;
    border-color: #fff; }
  .reverse .button.minor {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .reverse .button.minor:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .reverse input, .reverse textarea, .reverse select {
    border-color: #fff; }
  .reverse hr {
    border-color: #fff; }
/* THEME / SPACING (Base) */
.spacer, .break {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden; }

.spacer {
  height: 60px; }

.spacer.small, .spacer.small-1 {
  height: 30px; }

.spacer.small-2 {
  height: 15px; }

.spacer.big, .spacer.big-1 {
  height: 90px; }

.spacer.big-2 {
  height: 120px; }

.padding-button, .padding-button-1 {
  padding: 10px 25px; }

.padding-button-2 {
  padding: 15px 40px; }

.padding-box, .padding-box-1 {
  padding: 20px 30px; }

.padding-box-2 {
  padding: 40px 60px; }
/* THEME / STYLES (Base)*/
a {
  color: #e51a2f;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s all ease; }
  a:hover {
    color: #a60823; }

.logo {
  display: inline-block;
  width: 140px;
  max-width: 100%;
  height: auto; }

.logo.small {
  width: 120px; }

.logo-a {
  display: inline-block;
  position: relative; }

.underlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

iframe {
  max-width: 100%; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
/* THEME / TYPE (Base) */
h1, h2, h3, h4 {
  font-family: 'ReplicaPro', sans-serif;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0 0 1em 0; }

h5, h6 {
  font-family: 'ReplicaPro', sans-serif;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0 0 0.8em 0; }

h1 {
  font-size: 2.9rem; }

h2 {
  font-size: 2.7rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.6rem; }

h6 {
  font-size: 1.4rem; }

p {
  margin: 0 0 0.8em 0; }

.text-precede {
  margin-bottom: 2px; }

.big, .big-1 {
  font-size: 1.8rem;
  line-height: normal; }

.big-2 {
  font-size: 2rem;
  line-height: normal; }

big {
  font-size: 1.2em; }

.small, .small-1 {
  font-size: 1.3rem;
  line-height: normal; }

.small-2 {
  font-size: 1.1rem;
  line-height: normal; }
