/*****
Reference to SMACSS - http://smacss.com/

NAMING CONVENTIONS:
c- : Color,
l- : Layout,
m- : Module,
f- : Form,
e- : Element,
*****/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/*REMOVE ON UMBRACO INSTALL*/
.testmenu {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background: #111111;
}

.testmenu select {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  width: 270px;
  padding: 5px 15px;
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
}

/*REMOVE END*/
@-ms-viewport {
  width: auto;
}

* {
  box-sizing: border-box;
}

html,
body {
  -ms-overflow-style: auto !important;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: heebo, serif;
  opacity: 1;
  transition: opacity .3s ease-in-out;
  transition-delay: .3s;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
  padding-right: 15px;
}

img {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 15px;
  font-family: interstate, sans-serif;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p {
  margin-top: 0;
}

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}

h4 + p {
  margin-top: 0;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 15px 0;
}

ul li,
ol li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 5px 0;
}

p.preamble {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

blockquote {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

em {
  font-style: italic;
}

table {
  width: 100%;
  border: 1px solid #dfdfdf;
}

table th {
  background: #FF4215;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid #fb3000;
  text-align: left;
  padding: 10px;
}

table td {
  padding: 10px;
  border: 1px solid #dfdfdf;
}

table tr:nth-child(even) {
  background: #F4F4F4;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 12px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #171F49;
  padding: 0;
  display: block;
  text-indent: -8000px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  outline: none;
  margin: 0;
  position: relative;
}

.slick-dots li button:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  opacity: 0;
  display: block;
  width: 80%;
  height: 80%;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li button:after {
  display: none;
}

.slick-dots li.slick-active button {
  background: #FF4215;
  transform: scale(1.2);
  transform-origin: center;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.lozad {
  opacity: 0;
  transition: opacity 1000ms ease 100ms;
}

.lozad[data-loaded] {
  opacity: 1;
}

@media (min-width: 1230px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }
  h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 70px;
  }
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
  }
  p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    margin: 25px 0;
  }
  ul li,
  ol li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }
}

@media (min-width: 1700px) {
  .slick-dots li {
    margin: 0 6px;
  }
  .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .slick-dots li button:before {
    width: 90%;
    height: 90%;
  }
  .slick-dots li.slick-active button {
    transform: scale(1.8);
  }
}

.btn,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: none;
  border: 2px solid #FF4215;
  color: #000000;
  padding: 10px 20px;
  display: inline-block;
  background: #FF4215;
  color: #ffffff;
  font-family: interstate, sans-serif;
  font-weight: 800;
}

.btn svg,
button svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  fill: #ffffff;
  vertical-align: middle;
}

.btn:hover,
button:hover {
  color: #FF4215;
  background: #ffffff;
}

.btn:hover svg,
button:hover svg {
  fill: #FF4215;
}

.ui-datepicker {
  border: 1px solid #cdcecf;
  width: 100%;
  max-width: 320px;
  margin: 0 0 20px;
  padding: 2px;
}

@media (min-width: 992px) {
  .ui-datepicker {
    margin-bottom: 0;
  }
}

.ui-datepicker-header {
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  color: #ffffff;
  background: #171F49;
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  align-items: center;
  border: 1px solid #ffffff;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  width: 24px;
  height: 24px;
  background-color: #ffffff !important;
  border-radius: 50%;
  position: relative;
  text-align: center;
  color: #171F49;
  background: none;
  display: block;
  text-align: center;
}

.ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker-header .ui-datepicker-next span {
  text-indent: -8000px;
  display: block;
}

.ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker-header .ui-datepicker-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
}

.ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker-header .ui-datepicker-next:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev:hover :before,
.ui-datepicker-header .ui-datepicker-next:hover :before {
  text-decoration: underline;
}

.ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}

.ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f104";
}

.ui-datepicker-header .ui-datepicker-title {
  order: 2;
}

.ui-datepicker-header .ui-datepicker-next {
  order: 3;
}

.ui-datepicker-header .ui-datepicker-next:before {
  content: "\f105";
}

.ui-datepicker-calendar {
  width: 100%;
  margin: 0;
  background: #ffffff;
}

.ui-datepicker-calendar thead th {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  color: #000000;
  font-weight: 400;
  border: none;
}

.ui-datepicker-calendar td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  min-height: 35px;
  padding: 1px;
  width: calc(100% / 7);
  border: none;
}

.ui-datepicker-calendar td span,
.ui-datepicker-calendar td a {
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #000000;
}

.ui-datepicker-calendar td span {
  padding: 5px;
  display: block;
  text-align: center;
  color: #dfdfdf;
  border: 1px solid #dfdfdf;
}

.ui-datepicker-calendar td a {
  padding: 5px;
  display: block;
  text-align: center;
  border: 1px solid #dfdfdf;
}

.ui-datepicker-calendar td a:hover {
  color: #ffffff;
  background: #171F49;
}

.ui-datepicker-calendar td a.ui-state-active {
  background: #cdcecf;
  color: #000000;
}

#ui-datepicker-div {
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
}

input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input,
textarea,
select {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 15px;
  width: 100%;
  outline: none;
  background-color: #F4F4F4;
  border: 1px solid #f0f0f0;
}

input:hover, input:active, input:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus {
  border-color: #171F49;
  background-color: #ffffff;
}

input[class*="error"],
textarea[class*="error"],
select[class*="error"] {
  color: #c50600;
  border-color: #c50600;
  background-color: #ffdcdc;
}

textarea {
  min-height: 250px;
  resize: none;
  width: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/select.png");
  padding-right: 50px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px 8px;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

span[class*="error"],
label[class*="error"] {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  color: #c50600;
  margin-top: -10px;
  display: block;
  width: 100%;
}

span.help-block,
label.help-block {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  display: block;
  opacity: 0.8;
  margin: -5px 0 5px;
}

.g-recaptcha span[class*="error"],
.g-recaptcha label[class*="error"] {
  margin-top: 0;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #FF4215;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.modal-header .close {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.modal-header .close span {
  margin-left: 2px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #dfdfdf;
}

.modal-footer:after {
  content: '';
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 700px;
  }
}

.umbraco-forms-form .row-fluid {
  margin: 0px -15px;
}

.umbraco-forms-form .row-fluid:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.umbraco-forms-form .row-fluid div[class*="col-md"] {
  float: left;
  padding: 0 15px;
}

.umbraco-forms-form .row-fluid div[class*="col-md"] input {
  width: 100%;
  max-width: none !important;
}

.umbraco-forms-form .row-fluid div[class*="col-md"] input[type="submit"] {
  width: auto;
  padding: 15px 30px 15px 55px;
  background-color: #FF4215;
  background-image: url("../images/icons/icon-ctaWhite.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 20px center;
  float: none;
  border: 1px solid #FF4215;
  color: #ffffff;
  margin-top: 20px;
}

.umbraco-forms-form .row-fluid div[class*="col-md"] input[type="submit"]:hover {
  color: #FF4215;
  background-color: #ffffff;
  background-image: url("../images/icons/icon-cta.svg");
}

.umbraco-forms-form .col-md-1,
.umbraco-forms-form .col-md-2,
.umbraco-forms-form .col-md-3,
.umbraco-forms-form .col-md-4,
.umbraco-forms-form .col-md-5,
.umbraco-forms-form .col-md-6,
.umbraco-forms-form .col-md-7,
.umbraco-forms-form .col-md-8,
.umbraco-forms-form .col-md-9,
.umbraco-forms-form .col-md-10,
.umbraco-forms-form .col-md-11,
.umbraco-forms-form .col-md-12 {
  width: 100%;
}

@media (min-width: 992px) {
  .umbraco-forms-form .col-md-1 {
    width: 8.33333333%;
  }
  .umbraco-forms-form .col-md-2 {
    width: 16.66666667%;
  }
  .umbraco-forms-form .col-md-3 {
    width: 25%;
  }
  .umbraco-forms-form .col-md-4 {
    width: 33.33333333%;
  }
  .umbraco-forms-form .col-md-5 {
    width: 41.66666667%;
  }
  .umbraco-forms-form .col-md-6 {
    width: 50%;
  }
  .umbraco-forms-form .col-md-7 {
    width: 58.33333333%;
  }
  .umbraco-forms-form .col-md-8 {
    width: 66.66666667%;
  }
  .umbraco-forms-form .col-md-9 {
    width: 75%;
  }
  .umbraco-forms-form .col-md-10 {
    width: 83.33333333%;
  }
  .umbraco-forms-form .col-md-11 {
    width: 91.66666667%;
  }
  .umbraco-forms-form .col-md-12 {
    width: 100%;
  }
}

.umbraco-forms-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.umbraco-forms-form fieldset span.field-validation-valid {
  color: #c50600;
  display: block;
}

.umbraco-forms-form fieldset label {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-family: heebo, serif;
  font-weight: 400;
  color: #000000;
  display: inline-block;
}

.umbraco-forms-form fieldset .umbraco-forms-field {
  position: relative;
  margin: 15px 0;
}

.umbraco-forms-form fieldset input,
.umbraco-forms-form fieldset textarea,
.umbraco-forms-form fieldset select {
  margin-bottom: 15px;
}

.umbraco-forms-form fieldset textarea {
  min-width: 100%;
}

.umbraco-forms-form fieldset .radiobuttonlist {
  display: block;
  margin-top: 10px;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"] {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  position: absolute;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"][class*="error"] + label:before {
  border-color: #c50600;
  background-color: #ffdcdc;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"] + label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: heebo, serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"] + label:before, .umbraco-forms-form fieldset .radiobuttonlist input[type="radio"] + label:after {
  content: " ";
  display: block;
  position: absolute;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"] + label:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 24px;
  height: 24px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"] + label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 10px;
  height: 10px;
  background: #171F49;
  top: 7px;
  left: 7px;
  transform-origin: center;
  transform: scale(0);
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"] + label:hover {
  color: #171F49;
  cursor: pointer;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"] + label:hover:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"]:checked + label:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"]:checked + label:after {
  transform: scale(1);
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"]:checked:active + label:before, .umbraco-forms-form fieldset .radiobuttonlist input[type="radio"]:checked:focus + label:before, .umbraco-forms-form fieldset .radiobuttonlist input[type="radio"]:checked:active:focus + label:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .radiobuttonlist input[type="radio"]:active + label:before, .umbraco-forms-form fieldset .radiobuttonlist input[type="radio"]:focus + label:before, .umbraco-forms-form fieldset .radiobuttonlist input[type="radio"]:active:focus + label:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .multiplechoice {
  display: block;
}

.umbraco-forms-form fieldset .multiplechoice .checkboxlist {
  display: block;
  margin-top: 10px;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"] {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"][class*="error"] + label:before {
  border-color: #c50600;
  background-color: #ffdcdc;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"] + label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: heebo, serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"] + label:before, .umbraco-forms-form fieldset .multiplechoice input[type="checkbox"] + label:after {
  content: " ";
  display: block;
  position: absolute;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"] + label:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: solid 1px #DFDFDF;
  box-sizing: border-box;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"] + label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 18px;
  background-image: url("../images/tick.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  left: 6px;
  transform-origin: center;
  transform: scale(0);
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"] + label:hover {
  color: #171F49;
  cursor: pointer;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"] + label:hover:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"]:checked + label:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"]:checked + label:after {
  transform: scale(1);
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"]:checked:active + label:before, .umbraco-forms-form fieldset .multiplechoice input[type="checkbox"]:checked:focus + label:before, .umbraco-forms-form fieldset .multiplechoice input[type="checkbox"]:checked:active:focus + label:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .multiplechoice input[type="checkbox"]:active + label:before, .umbraco-forms-form fieldset .multiplechoice input[type="checkbox"]:focus + label:before, .umbraco-forms-form fieldset .multiplechoice input[type="checkbox"]:active:focus + label:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .dataconsent {
  display: block;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"] {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"][class*="error"] ~ label:before {
  border-color: #c50600;
  background-color: #ffdcdc;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"] ~ label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: heebo, serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"] ~ label:before, .umbraco-forms-form fieldset .dataconsent input[type="checkbox"] ~ label:after {
  content: " ";
  display: block;
  position: absolute;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"] ~ label:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"] ~ label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 18px;
  background-image: url("../images/tick.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  left: 6px;
  transform-origin: center;
  transform: scale(0);
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"] ~ label:hover {
  color: #888;
  cursor: pointer;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"] ~ label:hover:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"]:checked ~ label:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"]:checked ~ label:after {
  transform: scale(1);
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"]:checked:active ~ label:before, .umbraco-forms-form fieldset .dataconsent input[type="checkbox"]:checked:focus ~ label:before, .umbraco-forms-form fieldset .dataconsent input[type="checkbox"]:checked:active:focus ~ label:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .dataconsent input[type="checkbox"]:active ~ label:before, .umbraco-forms-form fieldset .dataconsent input[type="checkbox"]:focus ~ label:before, .umbraco-forms-form fieldset .dataconsent input[type="checkbox"]:active:focus ~ label:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .checkbox {
  display: block;
  position: relative;
}

.umbraco-forms-form fieldset .checkbox label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: heebo, serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px;
  position: relative;
  padding-left: 40px;
  font-weight: 400;
  padding-top: 2px;
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 0;
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"][class*="error"] ~ label:before {
  border-color: #c50600;
  background-color: #ffdcdc;
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"] ~ span:before, .umbraco-forms-form fieldset .checkbox input[type="checkbox"] ~ span:after {
  content: " ";
  display: block;
  position: absolute;
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"] ~ span:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"] ~ span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 18px;
  background-image: url("../images/tick.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  left: 6px;
  transform-origin: center;
  transform: scale(0);
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"] ~ span:hover {
  color: #888;
  cursor: pointer;
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"] ~ span:hover:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"]:checked ~ span:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"]:checked ~ span:after {
  transform: scale(1);
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"]:checked:active ~ span:before, .umbraco-forms-form fieldset .checkbox input[type="checkbox"]:checked:focus ~ span:before, .umbraco-forms-form fieldset .checkbox input[type="checkbox"]:checked:active:focus ~ span:before {
  border-color: #171F49;
}

.umbraco-forms-form fieldset .checkbox input[type="checkbox"]:active ~ span:before, .umbraco-forms-form fieldset .checkbox input[type="checkbox"]:focus ~ span:before, .umbraco-forms-form fieldset .checkbox input[type="checkbox"]:active:focus ~ span:before {
  border-color: #171F49;
}

footer .f-top {
  position: relative;
  padding: 20px 0;
  background: #2C345E;
}

footer .f-top .slick-dots {
  position: relative;
  margin-top: 15px;
  bottom: auto;
}

footer .f-top .slick-dots li button {
  background: #ffffff;
}

footer .f-top .slick-dots li button:before {
  border-color: #171F49;
}

footer .f-top .slick-dots li.slick-active button {
  background: #FF4215;
}

footer .f-top .inner {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
}

footer .f-top .inner .e-text p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  margin: 0;
  color: #F4F4F4;
}

footer .f-top .inner .e-text a {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  color: #ffffff;
  font-weight: bold;
}

footer .f-top .inner .e-text a:hover {
  background-size: 100% 1px;
}

footer .f-top .inner .e-logo {
  margin-top: 20px;
  margin-left: 0;
}

footer .f-top .inner .e-logo svg {
  width: 90px;
  fill: #F4F4F4;
}

footer .f-top .e-items {
  margin-left: -5px;
  margin-right: -5px;
}

footer .f-top .e-items .item {
  margin: 30px 0 0;
  padding: 0 5px;
}

footer .f-top .e-items .item img {
  display: block;
  margin: 0 auto;
}

footer .f-top .e-items .item:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  footer .f-top .e-items .item {
    margin: 0;
  }
  footer .f-top .inner .e-logo {
    margin-top: 0;
    margin-left: auto;
  }
}

@media (min-width: 1230px) {
  footer .f-top {
    padding: 30px 0;
  }
}

footer .f-bottom {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  padding: 30px 0;
  background: #171F49;
  color: #ffffff;
}

footer .f-bottom h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: 800;
  font-family: heebo, serif;
  margin: 0;
  color: #ffffff;
}

footer .f-bottom .e-connect {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 30px;
}

@media (min-width: 500px) {
  footer .f-bottom .e-connect {
    width: 100%;
  }
}

@media (min-width: 768px) {
  footer .f-bottom .e-connect {
    width: 100%;
  }
}

@media (min-width: 992px) {
  footer .f-bottom .e-connect {
    width: 50%;
  }
}

@media (min-width: 1230px) {
  footer .f-bottom .e-connect {
    width: 25%;
  }
}

@media (min-width: 1460px) {
  footer .f-bottom .e-connect {
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

footer .f-bottom .e-connect ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  display: flex;
}

footer .f-bottom .e-connect ul li {
  margin-right: 10px;
}

footer .f-bottom .e-connect ul li a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  color: #171F49;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .f-bottom .e-connect ul li a:hover {
  background: #FF4215;
  color: #ffffff;
}

footer .f-bottom .e-connect ul li a span {
  font-size: 0;
  height: 0;
  position: relative;
  overflow: hidden;
}

footer .f-bottom .e-connect .e-logo {
  margin-top: auto;
}

footer .f-bottom .e-connect .e-logo img {
  height: 25px;
}

footer .f-bottom .e-address {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
  margin-bottom: 25px;
}

@media (min-width: 500px) {
  footer .f-bottom .e-address {
    width: 100%;
  }
}

@media (min-width: 768px) {
  footer .f-bottom .e-address {
    width: 100%;
  }
}

@media (min-width: 992px) {
  footer .f-bottom .e-address {
    width: 50%;
  }
}

@media (min-width: 1230px) {
  footer .f-bottom .e-address {
    width: 25%;
  }
}

@media (min-width: 1460px) {
  footer .f-bottom .e-address {
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

footer .f-bottom .e-address a {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  color: #ffffff;
}

footer .f-bottom .e-address a:hover {
  background-size: 100% 1px;
}

footer .f-bottom .e-address p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0;
}

footer .f-bottom .e-links {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
  margin: 0 0 30px;
}

@media (min-width: 500px) {
  footer .f-bottom .e-links {
    width: 100%;
  }
}

@media (min-width: 768px) {
  footer .f-bottom .e-links {
    width: 100%;
  }
}

@media (min-width: 992px) {
  footer .f-bottom .e-links {
    width: 50%;
  }
}

@media (min-width: 1230px) {
  footer .f-bottom .e-links {
    width: 25%;
  }
}

@media (min-width: 1460px) {
  footer .f-bottom .e-links {
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

footer .f-bottom .e-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .f-bottom .e-links ul li {
  margin: 0;
}

footer .f-bottom .e-links ul li:last-child {
  margin-bottom: 0;
}

footer .f-bottom .e-links ul li a {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #ffffff;
}

footer .f-bottom .e-links ul li a:hover {
  background-size: 100% 1px;
}

footer .f-bottom .e-info {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 500px) {
  footer .f-bottom .e-info {
    width: 100%;
  }
}

@media (min-width: 768px) {
  footer .f-bottom .e-info {
    width: 100%;
  }
}

@media (min-width: 992px) {
  footer .f-bottom .e-info {
    width: 50%;
  }
}

@media (min-width: 1230px) {
  footer .f-bottom .e-info {
    width: 25%;
  }
}

@media (min-width: 1460px) {
  footer .f-bottom .e-info {
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

footer .f-bottom .e-info img {
  margin: 0 auto 0 0;
}

footer .f-bottom .e-info p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}

footer .f-bottom .e-info .e-copy {
  margin-top: auto;
}

@media (min-width: 1230px) {
  footer .f-bottom {
    padding: 80px 0;
  }
  footer .f-bottom .e-connect {
    order: 1;
    margin: 0;
  }
  footer .f-bottom .e-address {
    margin: 0;
  }
  footer .f-bottom .e-links {
    order: 2;
    margin: 0;
  }
  footer .f-bottom .e-links ul li {
    float: none;
    width: auto;
  }
  footer .f-bottom .e-info {
    margin-left: auto;
  }
}

header {
  padding: 20px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

header .inner {
  position: relative;
  overflow: visible;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1750px;
}

header .h-logo {
  margin-right: auto;
  max-width: 160px;
}

header .h-logo a {
  background: none;
  padding-bottom: 0;
  display: block;
}

header .h-logo a svg {
  width: 100%;
  display: block;
}

header .h-menutoggle {
  position: relative;
  font-family: interstate, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  z-index: 20;
  padding-right: 15px;
  overflow: visible;
}

header .h-menutoggle .e-text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}

header .h-menutoggle .e-dots {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
}

header .h-menutoggle .e-dots span {
  position: absolute;
  transition: all 0.5s cubic-bezier(0.55, -1, 0.55, 1);
  left: 50%;
  margin-left: -2.5px;
  height: 5px;
  width: 5px;
  background: #000000;
  border-radius: 2.5px;
}

header .h-menutoggle .e-dots span:first-child {
  top: 0;
}

header .h-menutoggle .e-dots span:nth-child(2), header .h-menutoggle .e-dots span:nth-child(3) {
  top: 50%;
  margin-top: -2.5px;
}

header .h-menutoggle .e-dots span:last-child {
  bottom: 0;
}

header .h-menutoggle:hover {
  cursor: pointer;
  color: #FF4215;
}

header .h-menutoggle:hover .e-dots span {
  background: #FF4215;
}

header .h-menutoggle:active .lines {
  transform: scale(0.8);
}

header .h-menutoggle.open .e-text {
  opacity: 0;
  transform: translateX(-20px);
}

header .h-menutoggle.open .e-dots span {
  background: #ffffff;
}

header .h-menutoggle.open .e-dots span:first-child {
  top: -50%;
  opacity: 0;
}

header .h-menutoggle.open .e-dots span:nth-child(2), header .h-menutoggle.open .e-dots span:nth-child(3) {
  width: 35px;
  height: 2px;
}

header .h-menutoggle.open .e-dots span:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
  left: 50%;
}

header .h-menutoggle.open .e-dots span:nth-child(3) {
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
}

header .h-menutoggle.open .e-dots span:last-child {
  bottom: -50%;
  opacity: 0;
}

@media (min-width: 768px) {
  header .h-logo {
    max-width: 260px;
  }
}

/*LAYOUT -  header, footer, site container, sections, articles columns*/
/*Container Layout*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container .row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
}

.container .row.centre {
  align-items: center;
  justify-content: center;
}

.container .row.centre-vertical {
  align-items: center;
}

@media (min-width: 1460px) {
  .container {
    max-width: 1600px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

main {
  overflow: hidden;
}

.l-listingresults {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

@media (min-width: 992px) {
  .l-listingresults {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1230px) {
  .l-listingresults {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1460px) {
  .l-listingresults {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.l-listingresults:before, .l-listingresults:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: -1;
}

.l-listingresults:before {
  width: 95px;
  height: 95px;
  right: -45px;
  top: 30%;
  border-radius: 50%;
  border: 20px solid #FF4215;
}

.l-listingresults:after {
  width: 95px;
  height: 95px;
  left: -45px;
  top: 70%;
  border-radius: 50%;
  border: 20px solid #FFD214;
  z-index: 10;
}

@media (min-width: 992px) {
  .l-listingresults {
    background-image: url("../images/Backgrounds/ListingIndex.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 495px auto;
  }
}

nav.n-main {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  display: none;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #171F49;
  background-image: url("../images/Backgrounds/Nav-BottomRight.svg");
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: right bottom;
  z-index: 10;
  padding: 50px 0;
  overflow: auto;
}

nav.n-main:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  width: 50px;
  height: 40px;
  z-index: -1;
  background-image: url("../images/Backgrounds/Nav-TopLeft.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
}

nav.n-main.open {
  left: 0;
}

nav.n-main.open .container {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.2s;
}

nav.n-main .container {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 1750px;
  z-index: 20;
  opacity: 0;
  transform: translateX(200px);
}

nav.n-main ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: interstate, sans-serif;
  font-weight: 800;
}

nav.n-main ul + ul {
  margin-top: 20px;
}

nav.n-main ul li {
  color: #ffffff;
}

nav.n-main ul li a {
  color: #ffffff;
}

nav.n-main ul li a:hover {
  color: #FF4215;
}

nav.n-main ul.n-mainmenu {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  nav.n-main ul.n-mainmenu {
    width: 100%;
  }
}

@media (min-width: 768px) {
  nav.n-main ul.n-mainmenu {
    width: 100%;
  }
}

@media (min-width: 992px) {
  nav.n-main ul.n-mainmenu {
    width: 66.66667%;
  }
}

@media (min-width: 1230px) {
  nav.n-main ul.n-mainmenu {
    width: 54.16667%;
  }
}

@media (min-width: 1460px) {
  nav.n-main ul.n-mainmenu {
    width: 58.33333%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

nav.n-main ul.n-mainmenu li {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
}

nav.n-main ul.n-submenu {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
}

@media (min-width: 500px) {
  nav.n-main ul.n-submenu {
    width: 100%;
  }
}

@media (min-width: 768px) {
  nav.n-main ul.n-submenu {
    width: 100%;
  }
}

@media (min-width: 992px) {
  nav.n-main ul.n-submenu {
    width: 33.33333%;
  }
}

@media (min-width: 1230px) {
  nav.n-main ul.n-submenu {
    width: 45.83333%;
  }
}

@media (min-width: 1460px) {
  nav.n-main ul.n-submenu {
    width: 41.66667%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

nav.n-main ul.n-submenu li {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin: 0;
}

nav.n-main ul.n-submenu li span {
  width: 100%;
  display: block;
}

nav.n-main ul.n-submenu li:last-child {
  margin-top: 20px;
  margin-bottom: -5px;
}

nav.n-main ul.n-submenu li:last-child .e-contactlink {
  display: flex;
  align-items: center;
}

nav.n-main ul.n-submenu li:last-child .e-contactlink:hover svg {
  fill: #FFD214;
}

nav.n-main ul.n-submenu li:last-child .e-contactlink:hover a {
  color: #FFD214;
}

nav.n-main ul.n-submenu li:last-child svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  fill: #FF4215;
  margin: 2px 5px 0 0;
}

nav.n-main ul.n-submenu li:last-child a {
  color: #FF4215;
}

@media (min-width: 992px) {
  nav.n-main {
    align-items: center;
  }
  nav.n-main ul.n-mainmenu li {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    margin: 35px 0;
  }
  nav.n-main ul.n-mainmenu li:last-child {
    margin-bottom: 0;
  }
  nav.n-main ul.n-submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  nav.n-main ul.n-submenu li {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    margin: 5px 0;
  }
  nav.n-main ul.n-submenu li:nth-last-child(2) {
    margin-bottom: 50px;
  }
  nav.n-main ul.n-submenu li:last-child {
    margin-top: auto;
  }
}

@media (min-width: 1230px) {
  nav.n-main ul.n-mainmenu li {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
  }
  nav.n-main ul.n-submenu li {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    margin: 10px 0;
  }
  nav.n-main ul.n-submenu li:last-child svg {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1460px) {
  nav.n-main ul.n-mainmenu li {
    font-size: 60px;
    font-size: 6rem;
    line-height: 70px;
  }
  nav.n-main ul.n-submenu li {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 55px;
  }
  nav.n-main ul.n-submenu li:last-child svg {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }
}

.m-pagination {
  border-top: 1px solid #DCDCDC;
  margin-top: 30px;
}

.m-pagination ul {
  display: flex;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.m-pagination ul li {
  margin: 5px 0;
}

.m-pagination ul li.disabled {
  display: flex;
  align-items: center;
  opacity: 0.2;
  pointer-events: none;
}

.m-pagination ul li a,
.m-pagination ul li button {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000;
  background: none;
  font-weight: 200;
  border: none;
}

.m-pagination ul li a:hover,
.m-pagination ul li button:hover {
  background: #FF4215;
  color: #ffffff;
}

.m-pagination ul li.active a,
.m-pagination ul li.active button {
  background: #FF4215;
  color: #ffffff;
}
