@charset "UTF-8";
/* ==== Buttons and text links === */
@keyframes modalTransition {
  0% {
    background-color: rgba(60, 60, 60, 0);
    backdrop-filter: blur(0px);
  }
  100% {
    background-color: rgba(60, 60, 60, 0.8);
    backdrop-filter: blur(5px);
  }
}
/* ==== Buttons and text links === */
/* ==== Fade in Transition === */
/*------------------------------------*\
  #RESET
\*------------------------------------*/
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
html {
  box-sizing: border-box;
}

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

body,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
dl, dd,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*\
  #FORMS
\*------------------------------------*/
.l-cssgrid-wrapper {
  display: block;
}
@media (min-width: 64em) {
  .l-cssgrid-wrapper {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(12, 1fr);
  }
}

.l-flex-grid {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  width: 100%;
}

.grid__item {
  width: 100%;
  margin-bottom: 2em;
  list-style-type: none;
  position: relative;
  display: block;
}
@media (min-width: 48em) {
  .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
.grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid__item {
    width: 100%;
    margin-bottom: 2em;
    list-style-type: none;
    position: relative;
    display: flex;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
@media (min-width: 48em) and (min-width: 83.375em) {
  .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
@media (min-width: 48em) {
  .grid__item:last-child {
    margin-right: 0;
  }
}
.grid--columns-2 .grid__item {
  width: 100%;
  margin-bottom: 2em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-2 .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
.grid--columns-2 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-2 .grid__item {
    width: 49%;
  }
  .grid--columns-2 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
.grid--columns-3 .grid__item {
  width: 100%;
  margin-bottom: 2em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-3 .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
.grid--columns-3 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 48em) {
  .grid--columns-3 .grid__item {
    width: 49%;
  }
  .grid--columns-3 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .grid--columns-3 .grid__item {
    width: 32%;
  }
  .grid--columns-3 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-3 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
.grid--columns-4 .grid__item {
  width: 100%;
  margin-bottom: 2em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4 .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
.grid--columns-4 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .grid--columns-4 .grid__item {
    width: 49%;
  }
  .grid--columns-4 .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .grid--columns-4 .grid__item {
    width: 32%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .grid--columns-4 .grid__item {
    width: 23.5%;
  }
  .grid--columns-4 .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
  .grid--columns-4 .grid__item:nth-child(4n) {
    margin-right: 0;
  }
}
.grid--columns-4-team .grid__item {
  width: 100%;
  margin-bottom: 2em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 48em) {
  .grid--columns-4-team .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-4-team .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
.grid--columns-4-team .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .grid--columns-4-team .grid__item {
    width: 49%;
  }
  .grid--columns-4-team .grid__item:nth-child(1n) {
    margin-right: 2%;
  }
  .grid--columns-4-team .grid__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .grid--columns-4-team .grid__item {
    width: 32%;
  }
  .grid--columns-4-team .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4-team .grid__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1370px) {
  .grid--columns-4-team .grid__item {
    width: 23.5%;
  }
  .grid--columns-4-team .grid__item:nth-child(2n) {
    margin-right: 2%;
  }
  .grid--columns-4-team .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
  .grid--columns-4-team .grid__item:nth-child(4n) {
    margin-right: 0;
  }
}
.grid--columns-5 .grid__item {
  width: 100%;
  margin-bottom: 2em;
  list-style-type: none;
  position: relative;
  width: 49%;
}
@media (min-width: 48em) {
  .grid--columns-5 .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
@media (min-width: 83.375em) {
  .grid--columns-5 .grid__item {
    margin: 0 2% 4% 0;
    width: auto;
  }
}
.grid--columns-5 .grid__item:last-child {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .grid--columns-5 .grid__item {
    width: 31%;
  }
}
@media (min-width: 64em) {
  .grid--columns-5 .grid__item {
    width: 18%;
  }
  .grid--columns-5 .grid__item:nth-child(3n) {
    margin-right: 2%;
  }
}

.h-desktop {
  display: none;
}
@media (min-width: 48em) {
  .h-desktop {
    display: block;
  }
}

.h-mobile {
  display: block;
}
@media (min-width: 48em) {
  .h-mobile {
    display: none;
  }
}

.h-header-spacer {
  margin-top: 90px;
}

.h-pos-relative {
  position: relative;
}

.h-pad-topbtm60 {
  padding: 60px 0;
}

.h-pad-btm60 {
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .h-pad-btm60 {
    padding-bottom: 60px;
  }
}

.h-pad-top60 {
  padding-top: 40px;
}
@media (min-width: 48em) {
  .h-pad-top60 {
    padding-top: 60px;
  }
}

.h-marbtm-80 {
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .h-marbtm-80 {
    margin-bottom: 80px;
  }
}

.h-block-marbtm {
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  .h-block-marbtm {
    margin-bottom: 130px;
  }
}

.h-block-martop {
  margin-top: 40px;
}

.h-martop-10 {
  margin-top: 10px;
}

.h-martop-80 {
  margin-top: 40px;
}
@media (min-width: 48em) {
  .h-martop-80 {
    margin-top: 80px;
  }
}

.h-martop-180 {
  margin-top: 140px;
}
@media (min-width: 48em) {
  .h-martop-180 {
    margin-top: 180px;
  }
}

.h-center {
  text-align: center;
}

.h-right {
  text-align: left;
}
@media (min-width: 48em) {
  .h-right {
    text-align: right;
  }
}

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/
img {
  width: 100%;
  height: auto;
  line-height: 0;
}

/**
 * High-level, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1.125em; /* [1] */
  line-height: 1.3333333333; /* [1] */
  overflow-y: scroll; /* [2] */
  min-height: 100%; /* [3] */
  -webkit-text-size-adjust: 100%; /* [4] */
  -ms-text-size-adjust: 100%; /* [4] */
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #415762;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
}

body.portal-page {
  background-color: #00b7ff;
}

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

a {
  transition: all 0.3s ease-in-out;
  color: #337ab7;
}
a:hover {
  color: #11273b;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px;
}
@media (min-width: 48em) {
  h1 {
    font-size: 41px;
    line-height: 48px;
    font-weight: 500;
  }
}

h2 {
  font-size: 26px;
  line-height: 30px;
  margin-top: 20px;
}
@media (min-width: 48em) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}
@media (min-width: 48em) {
  .h1 {
    font-size: 41px;
    line-height: 48px;
    font-weight: 500;
  }
}

.h2 {
  color: #415762;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 48em) {
  .h2 {
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: 500;
    line-height: 44px;
  }
}

.h1.left-align {
  text-align: left;
}

.h2.martop-60 {
  margin-top: 60px;
}

.h2.white {
  color: #fff;
}

.h3.centre-align {
  text-align: center;
  font-weight: 300;
}

.c-subtext {
  font-style: italic;
  font-size: 0.7777777778rem;
  padding-top: 6px;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

/*------------------------------------*\
    #BLOCKS
\*------------------------------------*/
.c-container {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  display: block;
}
@media (min-width: 48em) {
  .c-container {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 83.375em) {
  .c-container {
    max-width: 1440px;
  }
}
.c-container:after {
  clear: both;
}

.menu-404 a {
  color: #707070;
}
.intro-text {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
}

.c-mobile-pad {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 48em) {
  .c-mobile-pad {
    padding: 0;
  }
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #00b7ff;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 18px;
}

input.w-button {
  -webkit-appearance: button;
}

.w-button.change {
  color: #11273b;
}

.btn-primary {
  border: 2px solid #fff;
  background-color: rgba(56, 152, 236, 0);
  padding: 15px 20px;
  display: inline-block;
}
@media (min-width: 48em) {
  .btn-primary {
    padding: 20px 50px;
  }
}
.btn-primary:hover {
  background-color: #fff;
  color: #11273b;
  text-decoration: none;
}
.btn-primary.mar-top-40 {
  margin-top: 20px;
}
@media (min-width: 48em) {
  .btn-primary.mar-top-40 {
    margin-top: 40px;
  }
}

.btn-secondary {
  border: 2px solid #415762;
  background-color: rgba(56, 152, 236, 0);
  margin-right: 20px;
  padding: 6px 20px;
  display: inline-block;
  color: #415762;
  text-decoration: none;
  margin-top: 10px;
}
.btn-secondary:hover {
  background-color: #fff;
  color: #11273b;
}
.btn-secondary.mar-top-40 {
  margin-top: 40px;
}

.w-button.ref3,
.w-button.ref4 {
  display: block;
  margin-top: 10px;
}
@media (min-width: 48em) {
  .w-button.ref3,
  .w-button.ref4 {
    display: inline-block;
  }
}

.c-nav-mobile {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 50px;
  text-align: center;
  text-transform: uppercase;
}
.c-nav-mobile .c-overlay-menu {
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: #00b7ff;
}
.c-nav-mobile .c-nav-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.c-nav-mobile ul {
  list-style-type: none;
}
.c-nav-mobile ul li {
  padding: 10px 0;
}
.c-nav-mobile ul li a {
  color: white;
  text-decoration: none;
}
.c-nav-mobile ul li a:hover {
  color: white;
  text-decoration: underline;
}
.c-nav-mobile ul li ul {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  width: 100%;
}
@media (min-width: 48em) {
  .c-nav-mobile ul li ul {
    width: inherit;
  }
}
.c-nav-mobile ul li ul li {
  padding: 5px 0;
}
.c-nav-mobile.open {
  transform: inherit;
}
.c-nav-mobile.open .c-header-logo {
  margin: 20px;
}
.c-nav-mobile.open .c-overlay-menu {
  transform: translateX(0%);
}
.c-nav-mobile.open ul {
  opacity: 1;
}

.c-burger-bars {
  display: inline-block;
}
@media (min-width: 64em) {
  .c-burger-bars {
    display: none;
  }
}

.c-burgermenu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1010;
  height: 47px;
  width: 20px;
}
@media (min-width: 48em) {
  .c-burgermenu {
    top: 40px;
    right: 10px;
  }
}
.c-burgermenu .bar1,
.c-burgermenu .bar2,
.c-burgermenu .bar3 {
  width: 26px;
  height: 2px;
  background-color: #707070;
  margin: 7px 0px;
  transition: 0.4s;
}
.c-burgermenu.change {
  position: fixed;
  right: 20px;
}
@media (min-width: 48em) {
  .c-burgermenu.change {
    right: 50px;
  }
}
.c-burgermenu.change .bar1 {
  background-color: white;
  -webkit-transform: rotate(-45deg) translate(-4px, 5px);
  transform: rotate(-45deg) translate(-4px, 5px);
  margin-top: 10px;
}
.c-burgermenu.change .bar2 {
  opacity: 0;
}
.c-burgermenu.change .bar3 {
  background-color: white;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.footer-logo {
  width: 230px;
}
@media (min-width: 48em) {
  .footer-logo {
    width: 300px;
  }
}

.section-footer {
  background-color: #fff;
  padding-bottom: 40px;
}

.footer-row1 {
  width: 100%;
  border-bottom: 1px solid #337ab7;
  padding: 40px 20px 10px 20px;
}

.copyright-list {
  margin-left: 20px;
  padding-top: 10px;
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.copyright-item {
  padding-right: 20px;
  display: inline-block;
}

.footer-linkedin {
  margin-right: 20px;
}

.footer-x {
  width: 22px;
}

.footer-link {
  color: #337ab7;
  text-decoration: none;
}
.footer-link:hover {
  color: #11273b;
  text-decoration: underline;
}

.footer-row2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.c-cube-footerlogo {
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding-top: 10px;
}
.c-cube-footerlogo:hover {
  color: #11273b;
  text-decoration: underline;
}
.c-cube-footerlogo img {
  width: 58px;
}

body.portal-page .nav-link {
  color: #fff;
}
body.portal-page .header-tel {
  color: white;
}
body.portal-page .c-burgermenu .bar1, body.portal-page .c-burgermenu .bar2, body.portal-page .c-burgermenu .bar3 {
  background-color: #11273b;
}

.l-header {
  display: block;
  width: 100%;
  z-index: 600;
  transition: all 0.3s ease-in-out;
  height: 110px;
}

.l-header-wrap {
  width: 100%;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 48em) {
  .l-header-wrap {
    width: calc(100% - 80px);
    margin: 0 40px;
    padding: 0;
  }
}
@media (min-width: 83.375em) {
  .l-header-wrap {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.c-branding {
  position: relative;
  display: inline-block;
  z-index: 2;
  border-bottom: solid 2px transparent;
  top: 20px;
  left: 0;
  margin-bottom: 10px;
  z-index: 600;
}

.c-user {
  position: absolute;
  top: 0;
  right: 80px;
}
@media (min-width: 64em) {
  .c-user {
    right: 20px;
  }
}

.c-header-logo {
  max-width: 250px;
}

.c-nav-desktop {
  display: none;
}
@media (min-width: 64em) {
  .c-nav-desktop {
    position: absolute;
    right: 0;
    top: 60px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }
}
.c-nav-desktop ul {
  margin: 0;
  padding: 0;
}
.c-nav-desktop ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 20px;
}
.c-nav-desktop ul li a {
  padding-bottom: 6px;
}

.header-tel {
  text-align: right;
  position: relative;
  top: 15px;
  right: 40px;
}
@media (min-width: 48em) {
  .header-tel {
    top: 42px;
  }
}
@media (min-width: 64em) {
  .header-tel {
    top: 24px;
    right: inherit;
  }
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 0;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #002539;
}

.w-dropdown-link:focus {
  outline: 0;
}

.home-featureblock {
  max-height: 650px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-featuretext {
  max-width: 1000px;
  color: #fff;
  padding-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
}

.arma_statement {
  max-width: 447px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arma-text {
  border-left: 2px solid #fff;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
}

.arma-logo {
  margin-right: 25px;
  width: 50px;
}

.tpo-logo {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.home-tpo {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .home-featuretext {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-large {
  max-height: 757px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (min-width: 48em) {
  .hero-large {
    max-height: 757px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }
}

.hero-small {
  max-height: 360px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-text {
  max-width: 1000px;
  color: #fff;
  background-color: rgba(0, 145, 215, 0.8);
  padding: 40px;
  position: absolute;
}
@media (min-width: 64em) {
  .hero-text {
    max-width: 1000px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.hero-text.no-bkgd {
  background-color: rgba(0, 145, 215, 0);
}

.section-payment-hero-large {
  min-height: 600px;
  color: #fff;
}

.section-payment-hero {
  padding: 0 20px;
  min-height: 400px;
  color: #fff;
}
@media (min-width: 64em) {
  .section-payment-hero {
    padding: 0;
  }
}

.hero-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  max-height: 400px;
}
@media (min-width: 64em) {
  .hero-img {
    height: initial;
    max-height: initial;
    max-width: 1440px;
  }
}

.hero-small-img {
  height: 400px;
  object-fit: cover;
}
@media (min-width: 64em) {
  .hero-small-img {
    height: initial;
    object-fit: cover;
  }
}

.img-home-hero,
.image-3 {
  height: 400px;
  object-fit: cover;
}
@media (min-width: 64em) {
  .img-home-hero,
  .image-3 {
    height: auto;
  }
}

.img-home-services {
  height: 500px;
  object-fit: cover;
}
@media (min-width: 64em) {
  .img-home-services {
    height: auto;
  }
}

.teamtabs {
  max-width: 1000px;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.teamtabs .tablinks {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
  color: #222222;
}
.teamtabs .tablinks:hover {
  color: #00b7ff;
}
.teamtabs .tablinks.active {
  color: #00b7ff;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
}
.teamtabs .tablinks.active .tabs-dot {
  width: 15px;
  height: 15px;
  top: 78px;
}
@media (min-width: 48em) {
  .teamtabs .tablinks.active .tabs-dot {
    top: 56px;
  }
}
.teamtabs .tablinks .tabs-dot {
  z-index: 5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 82px;
  left: 50%;
  background-color: #00b7ff;
}
@media (min-width: 48em) {
  .teamtabs .tablinks .tabs-dot {
    top: 58px;
  }
}
.teamtabs .tablinks .tab-line {
  width: 50%;
  height: 2px;
  background-color: #d8dcdf;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}
.teamtabs .tablinks .tab-line.middle {
  width: 100%;
}
.teamtabs .tablinks .tab-line.right {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}
.teamtabs .tablinks .tab-text {
  margin-bottom: 20px;
}

.teamtabcontent {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: none;
  overflow: hidden;
}

.c-team-list .team-item {
  width: 48%;
  margin-bottom: 60px;
  display: inline-block;
}
@media (min-width: 48em) {
  .c-team-list .team-item {
    width: 44%;
  }
}
@media (min-width: 64em) {
  .c-team-list .team-item {
    width: 33%;
  }
}
@media (min-width: 83.375em) {
  .c-team-list .team-item {
    width: 25%;
    pointer-events: auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-team-list .team-item .plus-icon {
  z-index: 6;
  position: absolute;
  width: 32px;
  top: 33%;
  right: 6%;
}
@media (min-width: 83.375em) {
  .c-team-list .team-item .plus-icon {
    top: 49%;
    right: 14%;
    width: 40px;
  }
}
.c-team-list .team-item .team-text-wrapper {
  z-index: 5;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  width: 100%;
  top: 90%;
  bottom: auto;
}
@media (min-width: 48em) {
  .c-team-list .team-item .team-text-wrapper {
    top: auto;
    bottom: 20px;
    display: inline-block;
    left: 0%;
    right: 0%;
  }
}
.c-team-list .team-item .team-text-wrapper .team-text {
  color: #415762;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.c-team-list .team-item .team-text-wrapper .team-text.bold {
  font-weight: 500;
}
.c-team-list .team-item .overlay-shape {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.c-team-list .team-item .overlay-colour {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 183, 255, 0);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .c-team-list .team-item .overlay-colour {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}
.c-team-list .team-item:hover {
  cursor: pointer;
}
.c-team-list .team-item:hover .overlay-colour {
  background-color: rgba(0, 183, 255, 0.6);
}
.c-team-list .team-item:hover .overlay-shape {
  opacity: 0;
}
.c-team-list .team-item:hover .team-text {
  color: #fff;
}

@media (min-width: 83.375em) {
  .white-circle {
    z-index: 3;
    width: 192px;
    height: 192px;
    top: 8px;
    left: 29px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
  }
}

.c-modal-popup {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 183, 255, 0.7);
  z-index: 999;
  top: 0;
  overflow: scroll;
}
.c-modal-popup .modal-wrapper {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  display: block;
  overflow: scroll;
}
@media (min-width: 48em) {
  .c-modal-popup .modal-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}
.c-modal-popup .modal-wrapper .modal-content {
  width: 100%;
  background-color: #fff;
  display: block;
  min-height: 100vh;
  padding-top: 30px;
}
@media (min-width: 48em) {
  .c-modal-popup .modal-wrapper .modal-content {
    height: 80%;
    min-height: inherit;
    max-height: 567px;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    overflow: hidden;
    padding-top: 0;
  }
}
@media (min-width: 83.375em) {
  .c-modal-popup .modal-wrapper .modal-content {
    height: 80%;
    max-height: 567px;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    overflow: hidden;
  }
}
.c-modal-popup .modal-wrapper .modal-content .modal-left {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .c-modal-popup .modal-wrapper .modal-content .modal-left {
    align-self: flex-start;
  }
}
@media (min-width: 83.375em) {
  .c-modal-popup .modal-wrapper .modal-content .modal-left {
    width: 50%;
  }
}
.c-modal-popup .modal-wrapper .modal-content .modal-left .team-photo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 470px;
}
@media (min-width: 48em) {
  .c-modal-popup .modal-wrapper .modal-content .modal-left .team-photo {
    max-width: 270px;
  }
}
@media (min-width: 64em) {
  .c-modal-popup .modal-wrapper .modal-content .modal-left .team-photo {
    max-width: 320px;
  }
}
@media (min-width: 83.375em) {
  .c-modal-popup .modal-wrapper .modal-content .modal-left .team-photo {
    max-width: 470px;
    object-fit: cover;
  }
}
.c-modal-popup .modal-wrapper .modal-content .modal-right {
  width: 100%;
  align-self: flex-start;
  padding: 40px 20px 60px;
  position: relative;
}
@media (min-width: 83.375em) {
  .c-modal-popup .modal-wrapper .modal-content .modal-right {
    width: 50%;
  }
}

.close-modal {
  color: #337ab7;
  cursor: pointer;
  padding: 4px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.close-modal:hover {
  background-color: #00b7ff;
  color: #fff;
  text-decoration: none;
}

.modal-name {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}
@media (min-width: 83.375em) {
  .modal-name {
    font-size: 38px;
    line-height: 44px;
  }
}

.modal-letters {
  display: inline-block;
}
@media (min-width: 48em) {
  .modal-letters {
    padding-left: 8px;
  }
}

.modal-group.h3 {
  color: #415762;
  font-size: 24px;
  line-height: 28px;
}

.modal-joined {
  font-weight: 300;
  display: inline-block;
}

.modal-date {
  padding-top: 2px;
  font-weight: 300;
  display: inline-block;
}

.modal-info {
  font-weight: 300;
  position: relative;
  margin: 20px 0;
  padding-right: 0;
}
@media (min-width: 64em) {
  .modal-info {
    overflow: scroll;
    height: 226px;
  }
}
@media (min-width: 83.375em) {
  .modal-info {
    margin: 40px 20px 40px 0;
    padding-right: 40px;
  }
}

.h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.modal-link {
  color: #337ab7;
  padding-left: 8px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}
.modal-link:hover {
  color: #11273b;
  text-decoration: underline;
}

.default-image {
  width: 100%;
  max-width: 470px;
  object-fit: cover;
}

.section-portal-results {
  background-color: #fff;
}

.section-portal.row-blue {
  background-color: #00b7ff;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.property-item {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #00b7ff;
}
@media (min-width: 48em) {
  .property-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 48em) {
  .property-item .flex-1 {
    width: 70%;
  }
}
@media (min-width: 48em) {
  .property-item .flex-2 {
    width: 30%;
  }
}
.property-item h3.flex-1 {
  margin: 0;
}
.property-item:nth-last-of-type {
  border-bottom: solid 1px white;
}

.search-results-title {
  color: #415762;
  border-bottom: solid 1px #415762;
  margin-bottom: 20px;
  padding: 10px 0;
}

.property-form {
  background-color: #415762;
  padding: 15px 10px 10px 10px;
}
.property-form .label {
  width: 290px;
}
.property-form .content {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}

.mar-btm50 {
  margin-bottom: 50px;
}

/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: solid 2px white;
  outline: none;
  cursor: pointer;
  padding: 20px 50px;
  transition: 0.3s;
  color: white;
  font-size: 16px;
  margin-right: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: white;
  color: #11273b;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: white;
  color: #11273b;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.portal-search {
  color: #415762;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .portal-search {
    padding: 20px;
  }
}

.btn-primary-search {
  border: 2px solid #337ab7;
  color: #337ab7;
  background-color: rgba(56, 152, 236, 0);
  padding: 6px 20px;
  font-size: 16px;
  display: inline-block;
}

.btn-primary-search:hover {
  background-color: #fff;
  color: #11273b;
}

.btn-primary-search.mar-top-40 {
  margin-top: 40px;
}

.formRef3,
.formRef4 {
  display: none;
}

.formRef3.open,
.formRef4.open {
  display: block;
}

.tab-btn.change {
  background-color: pink;
}

.portal-tabs-menu {
  border-bottom: 2px solid #fff;
  display: none;
}

.portal-tabs-content {
  display: block;
}

.portal-tab {
  background-color: rgba(221, 221, 221, 0);
}

.portal-tab:hover {
  background-color: rgba(255, 255, 255, 0.27);
}

.portal-tab.w--current {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
  background-color: #126291;
}

.tab-pane-tab-1-2 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.payment-hero {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (min-width: 64em) {
  .payment-hero {
    padding: 0;
  }
}

.search-property-form {
  padding: 0 20px;
}
@media (min-width: 64em) {
  .search-property-form {
    padding: 0;
  }
}

.section-portal-results {
  padding: 0 20px;
}
@media (min-width: 64em) {
  .section-portal-results {
    padding: 20px 0 0 0;
  }
}

.service-man-logo1,
.service-man-logo2 {
  display: block;
  margin: 10px auto 0 auto;
}

.service-man-logo1 {
  width: 40px;
}

.service-man-logo2 {
  width: 210px;
}

.b-manage-list ul {
  padding-left: 0;
  padding-right: 30px;
  list-style-type: none;
}
.b-manage-list ul li {
  border-bottom: 0.5px solid #00b7ff;
  opacity: 1;
  padding-top: 18px;
  padding-bottom: 18px;
}

/*------------------------------------*\
    #SLIDER
\*------------------------------------*/
.quote-bkgd {
  height: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-image: url("../assets/bkgd_quote.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
  padding: 0 20px;
}
@media (min-width: 48em) {
  .quote-bkgd {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .quote-bkgd {
    padding: 0;
  }
}

.maxw-800 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .maxw-800 {
    max-width: 800px;
  }
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}
@media (min-width: 48em) {
  .w-slider {
    flex-flow: row;
  }
}

.w-slider-mask {
  position: relative;
  display: block;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .w-slider-mask {
    overflow: hidden;
  }
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  height: 100%;
  text-align: center;
  margin: auto;
}

.w-slider-nav {
  position: relative;
  z-index: 2;
  top: auto;
  bottom: -50px;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 48em) {
  .w-slider-nav {
    bottom: 0;
    position: absolute;
  }
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: rgb(0, 0, 0);
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-slider-force-show {
  display: block !important;
}

.quote-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 45px;
}

.right-arrow,
.quote-arrow {
  display: none;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

@font-face {
  font-family: "webflow-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=w-icon-],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-hidden {
  display: none;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

button,
[type=button],
[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
}

.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-input[readonly],
fieldset[disabled] .w-input {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input {
  background-color: #eeeeee;
}

textarea.w-input {
  height: auto;
}

.w-col-3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
}

@media screen and (max-width: 767px) {
  .w-col-3 {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 479px) {
  .w-col-3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=medium] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1440px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 64em) {
  .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.nav-link {
  color: #337ab7;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #11273b;
  text-decoration: underline;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  margin-left: 10px;
}

.nav-dropdown {
  color: #415762;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 0;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 2px;
}

.nav-dropdown-list {
  background-color: #0092cc;
}

.nav-dropdown-list.w--open {
  padding: 10px 15px;
  border: solid 1px rgba(255, 255, 255, 0.3);
}

.nav-dropdown-link {
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #00b7ff;
}

.nav-dropdown-link:hover {
  color: #11273b;
  text-decoration: none;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.tab-button1.active,
.tab-button2.active {
  background-color: #fff;
  color: #11273b;
}

.tab-button1,
.tab-button2 {
  display: inline-block;
}

.float-centre {
  width: 100%;
  text-align: center;
}

.float-centre.mar-btn-20 {
  margin-bottom: 20px;
}

.nav-tel-block {
  width: 100%;
  max-width: 1440px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.link {
  padding-right: 30px;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.contact-block {
  background-color: #f6f7f8;
  display: block;
}
@media (min-width: 48em) {
  .contact-block {
    display: flex;
    background-color: #f6f7f8;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media (min-width: 48em) {
  .map-block {
    width: 50%;
    background-color: #dbdbdb;
  }
}

.contact-block-pad {
  padding: 20px;
}
@media (min-width: 48em) {
  .contact-block-pad {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
}

.div-block-3 {
  width: 100%;
}

.text-block {
  display: inline-block;
}

.pad-topbtm-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-grey {
  background-color: #f6f7f8;
}

.maxw-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.sep-line {
  height: 1px;
  background-color: #415762;
}

.collection-list {
  margin-left: 0;
  margin-right: 0;
}

.tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.contact-text {
  display: inline-block;
}

.contact-link {
  color: #337ab7;
  padding-left: 8px;
  text-decoration: none;
}

.contact-link:hover {
  color: #11273b;
  text-decoration: underline;
}

.b-manage-list {
  background-color: #fff;
}

._2col {
  display: flex;
}

._2col.padtopbtm-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

._2col-left, ._2col-right {
  width: 50%;
}

.padright-20 {
  padding-right: 20px;
}

.section-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.display-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.display-block.mar-btm {
  margin-bottom: 20px;
}

.payment-login-3 {
  margin-top: 20px;
}

.label {
  margin-right: 20px;
  display: inline-block;
}

.label.ref3,
.label.ref4 {
  display: block;
}
@media (min-width: 48em) {
  .label.ref3,
  .label.ref4 {
    display: inline-block;
  }
}

.text-field {
  width: 40px;
  display: inline-block;
}

._3-text {
  width: 60px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}
@media (min-width: 48em) {
  ._3-text {
    width: 70px;
    margin-right: 20px;
  }
}

.text-block-2 {
  display: inline-block;
}

.search {
  display: none;
}

.tabs {
  display: block;
}

.form-input-wrapper {
  display: block;
}
@media (min-width: 48em) {
  .form-input-wrapper {
    display: flex;
  }
}

.row-2col-label {
  margin-right: 10px;
  display: inline-block;
}

.row-2col-content {
  display: inline-block;
}
.row-2col-content.nav-link {
  color: #337ab7;
  padding-left: 0;
}
.row-2col-content.nav-link:hover {
  color: #11273b;
}

.form-label {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .form-label {
    width: 460px;
  }
}

.form-tenantdetail {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tab-pane-tab-2-2 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.form-x {
  margin-top: 40px;
}

.correct {
  background-color: #e6e6e6;
  padding: 15px;
  font-size: 16px;
}

.try-again {
  margin-top: 20px;
  margin-bottom: 40px;
}

.inline-block {
  padding-right: 10px;
  display: inline-block;
}

.standfirst {
  font-size: 22px;
  line-height: 28px;
}

.row-2col-label-nomargin {
  margin-right: 0;
  display: inline-block;
}

.dropshadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.36);
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }
  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .menu-button {
    padding: 12px 0 12px 12px;
  }
  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
  .float-centre {
    padding-left: 20px;
    padding-right: 20px;
  }
  ._2col.padtopbtm-60 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .b-manage-listing {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }
  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }
  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }
  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }
  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}
.rich-text-block {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 64em) {
  .rich-text-block {
    padding: inherit;
  }
}

.about-text {
  padding: 0 20px;
}
@media (min-width: 48em) {
  .about-text {
    padding: 0;
  }
}

/*# sourceMappingURL=main.css.map */
