@charset "UTF-8";
/* Import the Bourbon.io libraries */
html {
  box-sizing: border-box;
}

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

/* Load variables first */
/*
@include font-face('Din-regular', '../scripts/fonts/DIN-Regular', $file-formats: ttf);
@include font-face('Din-bold', '../scripts/fonts/DIN-Bold', $file-formats: ttf);


@include font-face('Din-alt-regular', '../scripts/fonts/din1451alt', $file-formats: ttf);
@include font-face('Din-alt-g', '../scripts/fonts/din1451alt-G', $file-formats: ttf);

*/
/*
	Color Palette
*/
/*
	Media Breakpoints
*/
/*
	Fonts
*/
/* Counts */
/*
	Generic Classes
*/
.clear {
  clear: both;
}

.centered-navigation {
  background-color: #006796;
  background-image: url("../images/blue-gradient.png");
  background-size: 100%;
  min-height: 60px;
  width: 100%;
  z-index: 9999;
}

.centered-navigation .mobile-logo {
  display: inline;
  float: left;
  max-height: 60px;
  padding-left: 1em;
}

.centered-navigation .mobile-logo img {
  max-height: 60px;
  opacity: 0.6;
  padding: 0.8em 0;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation .mobile-logo {
    display: none;
  }
}

.centered-navigation .centered-navigation-mobile-menu {
  color: #fff;
  display: block;
  float: right;
  line-height: 60px;
  margin: 0;
  padding-right: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation .centered-navigation-mobile-menu {
    display: none;
  }
}

.centered-navigation .centered-navigation-mobile-menu:focus,
.centered-navigation .centered-navigation-mobile-menu:hover {
  color: #fff;
}

.centered-navigation .centered-navigation-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 999;
}

.centered-navigation .centered-navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.centered-navigation .centered-navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.centered-navigation ul.centered-navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  -webkit-transform-style: preserve-3d;
  width: 100%;
  z-index: 99999;
}

.centered-navigation ul.centered-navigation-menu.show {
  display: block;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.centered-navigation-menu {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 53.75em) {
  .centered-navigation .nav-link:first-child {
    margin-left: 0;
  }
}

.centered-navigation ul li.nav-link {
  background: #006796;
  background-image: url("../images/blue-gradient.png");
  background-size: 100%;
  display: block;
  line-height: 60px;
  overflow: hidden;
  padding-right: 0.9em; /* Change to padding for additional menu item */
  padding-left: 0.9em;
  text-align: right;
  width: 100%;
  z-index: 9999;
}

.centered-navigation ul li.nav-link:not(:last-of-type) {
  border-right: solid 1px #fff;
}

@media screen and (max-width: 1000px) and (min-width: 45em) {
  .centered-navigation ul li.nav-link {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}

.centered-navigation ul li.nav-link a {
  color: #fff;
  display: inline-block;
  outline: none;
  text-decoration: none;
}

.centered-navigation ul li.nav-link a:focus,
.centered-navigation ul li.nav-link a:hover {
  color: #fff;
  text-shadow: 0px 0px 1px #fff;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul li.nav-link {
    background: transparent;
    display: inline;
    line-height: 60px;
  }
  .centered-navigation ul li.nav-link a {
    padding-right: 0.5em;
  }
}

.centered-navigation li.logo.nav-link {
  display: none;
  line-height: 0;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation li.logo.nav-link {
    display: inline;
  }
}

.centered-navigation .logo img {
  margin-bottom: -0.66667em;
  max-height: 2em;
  opacity: 0.6;
}

.centered-navigation li.more.nav-link {
  padding-right: 0;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation li.more.nav-link {
    padding-right: 1em;
  }
}

.centered-navigation li.more.nav-link > ul > li:first-child a {
  padding-top: 1em;
}

.centered-navigation li.more.nav-link a {
  margin-right: 1em;
}

.centered-navigation li.more.nav-link > a {
  padding-right: 0.6em;
}

.centered-navigation li.more.nav-link > a::after {
  position: absolute;
  top: auto;
  right: -0.4em;
  bottom: auto;
  left: auto;
  color: #fff;
  content: "\25BE";
}

.centered-navigation li.more {
  overflow: visible;
  padding-right: 0;
}

.centered-navigation li.more a {
  padding-right: 1em;
}

.centered-navigation li.more > a {
  padding-right: 1.6em;
  position: relative;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation li.more > a {
    margin-right: 1em;
  }
}

.centered-navigation li.more > a::after {
  content: "›";
  font-size: 1.2em;
  position: absolute;
  right: 0.5em;
}

.centered-navigation li.more:focus > .submenu,
.centered-navigation li.more:hover > .submenu {
  display: block;
}

.centered-navigation li.more .wide-submenu-item {
  width: 200px;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation li.more {
    padding-right: 1em;
    position: relative;
  }
}

.centered-navigation ul.submenu {
  display: none;
  padding-left: 0;
}

.centered-navigation ul.submenu li.nav-link {
  border-right: none;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.submenu {
    left: -1em;
    position: absolute;
    top: 1.5em;
  }
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.submenu .submenu.fly-out-right {
    left: 11.8em;
    top: 0;
  }
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.submenu .submenu.fly-out-left {
    left: -11.8em;
    top: 0;
  }
}

.centered-navigation ul.submenu li {
  display: block;
  padding-right: 0;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.submenu li {
    line-height: 46.15385px;
  }
  .centered-navigation ul.submenu li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .centered-navigation ul.submenu li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 0.7em;
  }
}

.centered-navigation ul.submenu li a {
  background-color: #005c87;
  display: inline-block;
  text-align: right;
  text-decoration: none;
  width: 100%;
  background-image: url("../images/blue-gradient.png");
  background-size: 100%;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.submenu li a {
    background-color: #006796;
    padding-left: 1em;
    text-align: left;
    width: 12em;
  }
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent;
  }
}

#cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}

#cd-logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 23px 0 0 5%;
  }
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("assets/cd-icon-menu.svg") no-repeat center center;
}

.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: 0.6em 1em;
    border-top: none;
  }
}

/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
  margin: 0;
}

.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cd-hero-slider li.is-moving,
.cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 500px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 680px;
  }
}

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider {
  max-height: 500px;
  padding-left: 0;
  /*
	li:first-of-type {
		//background-color: $color-1;
		background-image: url(/images/banner1.jpg);
	}

	li:nth-of-type(2) {
	 	//background-color: $color-1;
	 	background-image: url(/images/banner2.png);
	}
	li:nth-of-type(3) {
	 	//background-color: $color-1;
	 	background-image: url(/images/banner3.png);
	}
	li:nth-of-type(4) {
	 	//background-color: $color-1;
	 	background-image: url(/images/banner4.png);
	}
*/
  /*li:nth-of-type(3) {
	 	background-color: $color-1;
	 	background-image: url(hero-slider/assets/img.jpg);
	}*/
}

.cd-hero-slider li {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}

.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px;
  font-weight: 800;
  text-transform: uppercase;
}

.cd-hero-slider h2 {
  font-size: 2.2rem;
}

.cd-hero-slider p {
  font-size: 5rem;
  line-height: 1.4;
}

.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}

.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}

.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: #d44457;
}

.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e;
}

@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 150px;
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
  }
  .cd-hero-slider .cd-half-width {
    width: 45%;
  }
  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%;
  }
  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }
  .cd-hero-slider .cd-img-container {
    display: block;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 520px;
  }
  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 800;
  }
  .cd-hero-slider .cd-btn {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 220px;
  }
  .cd-hero-slider h2 {
    font-size: 3.2em;
  }
  .cd-hero-slider p {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
			wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
			wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5);
}

.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%;
}

.cd-slider-nav nav {
  display: inline-block;
  position: relative;
}

.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: #d44457;
  background-color: #ffffff;
  box-shadow: inset 0 2px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}

.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}

.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}

.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left;
}

.cd-slider-nav li.selected a {
  color: #2c343b;
}

.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent;
}

.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(hero-slider/assets/cd-icon-navigation.svg) no-repeat 0 0;
}

.no-touch .cd-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5);
}

.cd-slider-nav li:first-of-type a::before {
  background-position: 0 0;
}

.cd-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px;
}

.cd-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0;
}

.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px;
}

.cd-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0;
}

.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px;
}

.cd-slider-nav li:nth-of-type(4) a::before {
  background-position: -72px 0;
}

.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -72px -24px;
}

.cd-slider-nav li:nth-of-type(5) a::before {
  background-position: -96px 0;
}

.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -96px -24px;
}

@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 80px;
  }
  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 95px;
  }
  .cd-slider-nav a {
    padding-top: 48px;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  .cd-slider-nav a::before {
    top: 18px;
  }
}

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}

@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0;
  }
  .cd-main-content p {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}

.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}

.hero-container {
  position: relative;
  /*.hero-overlay {
		position: absolute;
		bottom: 0;
		height: 20px;
		width: 100%;
		background-color: $primary-yellow;
		display: none;
	}*/
}

.hero-container .hero-overlay {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -1px;
  max-width: 100%;
}

.cta-navigation {
  padding-top: 50px;
  padding-bottom: 25px;
  border-bottom: solid 1px #cccccc;
  /*
	div {
		//@include span-columns(3);
		border: solid 1px;
		position: relative;
		display: inline-block;
		width: 50%;
		height: 150px;

		a {
			//@include span-columns(6);
			//@include shift(3);
			
			border: solid 1px;
			margin-top: 75%;
			display: block;

			img {
				display: block;
				margin: 0 auto;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background-color: #abcdef;
			}
		}
	}*/
}

.cta-navigation::after {
  clear: both;
  content: "";
  display: table;
}

.cta-navigation .wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.cta-navigation .wrap:last-child {
  margin-right: 0;
}

.cta-navigation .wrap .cta-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%;
  height: auto;
  background: none;
  float: left;
}

.cta-navigation .wrap .cta-container:last-child {
  margin-right: 0;
}

.cta-navigation .wrap .cta-container .circle {
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.cta-navigation .wrap .cta-container .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  width: 100%;
}

.cta-navigation .wrap .cta-container .circle:hover {
  background-color: #083753;
  cursor: pointer;
}

.cta-navigation .wrap h4 {
  text-align: center;
  color: #083753;
  font-size: 1.25rem;
  font-weight: 300;
}

.cta-navigation .wrap h4 strong {
  font-weight: 600;
}

.cta-navigation.three {
  border-bottom: none;
}

.cta-navigation.three .wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.cta-navigation.three .wrap:last-child {
  margin-right: 0;
}

.cta-navigation.three .circle:hover {
  cursor: default !important;
}

@media screen and (max-width: 45em) {
  .cta-navigation .wrap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .cta-navigation .wrap:last-child {
    margin-right: 0;
  }
  .cta-navigation .wrap:nth-of-type(2n) {
    margin-right: 0;
  }
  .cta-navigation.three .wrap .cta-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .cta-navigation.three .wrap .cta-container:last-child {
    margin-right: 0;
  }
}

footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/blue-gradient.png");
  background-size: contain;
  padding-top: 25px;
  padding-bottom: 25px;
}

footer::after {
  clear: both;
  content: "";
  display: table;
}

footer .footer-links {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}

footer .footer-links:last-child {
  margin-right: 0;
}

footer .footer-links ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding-left: 0;
}

footer .footer-links ul:last-child {
  margin-right: 0;
}

footer .footer-links ul li {
  list-style-type: none;
  padding-bottom: 5px;
}

footer .footer-links ul li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

footer .footer-links ul li a:hover {
  text-shadow: 0px 0px 1px #fff;
}

footer .footer-details {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  text-align: right;
  color: #fff;
}

footer .footer-details:last-child {
  margin-right: 0;
}

footer .footer-details .upper p, footer .footer-details .lower p {
  line-height: 0.5rem;
}

footer .footer-details .upper {
  margin-bottom: 50px;
}

@media screen and (max-width: 45em) {
  footer .footer-links {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
  }
  footer .footer-links:last-child {
    margin-right: 0;
  }
  footer .footer-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  footer .footer-details:last-child {
    margin-right: 0;
  }
}

.floating-container {
  border: solid 1px #FBB036;
  width: 300px;
  padding: 1rem;
  position: fixed;
  right: 10%;
  top: 35%;
  background-color: #fff;
  z-index: 1000;
  text-align: center;
  -webkit-box-shadow: 5px 5px 5px #4d4d4d;
  -moz-box-shadow: 5px 5px 5px #4d4d4d;
  box-shadow: 5px 5px 5px #4d4d4d;
}
.floating-container h4 {
  font-size: 1.1rem;
}

.floating-container form input[type="text"],
.floating-container form input[type="password"] {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  border: solid 1px #083753;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #083753;
  font-weight: 600;
}

.floating-container form input[type="text"]:last-child,
.floating-container form input[type="password"]:last-child {
  margin-right: 0;
}

.floating-container form input[type="text"]::-webkit-input-placeholder,
.floating-container form input[type="password"]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #083753;
  font-weight: 600;
  opacity: 1;
}

.floating-container form input[type="text"]::-moz-placeholder,
.floating-container form input[type="password"]::-moz-placeholder {
  text-transform: uppercase;
  color: #083753;
  font-weight: 600;
  opacity: 1;
}

.floating-container form input[type="text"]:-moz-placeholder,
.floating-container form input[type="password"]:-moz-placeholder {
  text-transform: uppercase;
  color: #083753;
  font-weight: 600;
  opacity: 1;
}

.floating-container form input[type="text"]:-ms-input-placeholder,
.floating-container form input[type="password"]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #083753;
  font-weight: 600;
  opacity: 1;
}

.floating-container form input[type="password"] {
  margin-right: 0;
}

.floating-container form input[type="submit"] {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 3rem;
  border: none;
  font-size: 0.8rem;
  line-height: 1rem;
}

.floating-container form input[type="submit"]:last-child {
  margin-right: 0;
}

.floating-container form input[type="submit"]:hover {
  cursor: pointer;
}

.floating-container form a.cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  height: 3rem;
  font-size: 0.8rem;
  line-height: 1rem;
}

.floating-container form a.cta-btn:last-child {
  margin-right: 0;
}

.floating-container #close-container {
  text-align: right;
}

#login-toggle {
  position: fixed;
  bottom: 0;
  right: 10%;
  background-color: #FBB036;
  padding: 0.5rem 1rem 0.5rem;
  border: solid 1px #fff;
  -webkit-box-shadow: 5px 5px 5px #4d4d4d;
  -moz-box-shadow: 5px 5px 5px #4d4d4d;
  box-shadow: 5px 5px 5px #4d4d4d;
  z-index: 9999;
}

#login-toggle p {
  margin: 0;
}

#login-toggle:hover {
  background-color: #fff;
  border-color: #FBB036;
  cursor: pointer;
  box-shadow: none;
}

#logout {
  position: fixed;
  bottom: 0;
  right: 10%;
  background-color: #FBB036;
  padding: 0.5rem 1rem 0.5rem;
  border: solid 1px #fff;
  -webkit-box-shadow: 5px 5px 5px #4d4d4d;
  -moz-box-shadow: 5px 5px 5px #4d4d4d;
  box-shadow: 5px 5px 5px #4d4d4d;
  z-index: 9999;
}

#logout p {
  margin: 0;
}

#logout:hover {
  background-color: #fff;
  border-color: #FBB036;
  cursor: pointer;
  box-shadow: none;
}

#logout-form input {
  display: block;
  margin: 0 auto;
}

.featured-property .image-container::after {
  clear: both;
  content: "";
  display: table;
}

.featured-property .image-container img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.featured-property .image-container img:last-child {
  margin-right: 0;
}

.featured-property .left,
.featured-property .right {
  list-style-position: inside;
  line-height: 2em;
}

.featured-property .left em,
.featured-property .right em {
  font-size: 0.75em;
}

.featured-properties {
  margin-bottom: 50px;
  margin-top: 50px;
}

.featured-properties::after {
  clear: both;
  content: "";
  display: table;
}

.featured-properties p {
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.featured-properties h4 {
  margin-bottom: 50px;
}

.featured-properties h3 {
  font-size: 1.35rem;
}

.featured-properties a.cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 50px;
  font-weight: 600;
}

.featured-properties a.cta-btn:last-child {
  margin-right: 0;
}

.featured-properties .feat-property {
  position: relative;
  height: 300px;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  margin-bottom: 10px;
  float: left;
}

.featured-properties .feat-property:nth-of-type(2n - 1) {
  margin-right: 10px;
}

.featured-properties .feat-property a:hover > img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-filter: contrast(1);
  filter: contrast(1);
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.featured-properties .feat-property img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -webkit-filter: contrast(0.75);
  filter: contrast(0.75);
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75);
}

.featured-properties .feat-property .feat-address {
  position: absolute;
  /*top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: -webkit-translateY (-50%);
			-webkit-transform: -webkit-translatex (-50%);*/
  text-align: center;
  width: 100%;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
}

.featured-properties .feat-property:nth-of-type(even) {
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  .featured-properties .feat-property {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .featured-properties .feat-property:last-child {
    margin-right: 0;
  }
}

/*
button {
	@include span-columns(12);
	@include shift(0);
	background-color: #e5e5e5;

//		@mixin box-shadow($top, $left, $blur, $color, $inset: false) {

	@include box-shadow(0px, 3px, 3px, lighten(#000, 50%));

	color: #000;
	margin-top: 2rem;

	&:hover {
		background-color: $primary-colour;
		color: #fff;
	}		

	@include media(max-width $tablet-size) {
		@include span-columns(10);
		@include shift(1);
	}
}
*/
.articles {
  margin-top: 50px;
}

.articles::after {
  clear: both;
  content: "";
  display: table;
}

.articles .article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #E0E0E0;
}

.articles .article::after {
  clear: both;
  content: "";
  display: table;
}

.articles .article .article_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%;
  min-height: 10px;
}

.articles .article .article_image:last-child {
  margin-right: 0;
}

.articles .article .article_image img {
  width: auto;
  max-width: 100%;
}

.articles .article .article_summary {
  margin-left: 4.2649%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding-bottom: 2rem;
}

.articles .article .article_summary:last-child {
  margin-right: 0;
}

.articles .article .article_summary h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.articles .article .article_summary p:first-of-type {
  margin-top: 0;
}

.articles .article .article_summary .cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.articles .article .article_summary .cta-btn:last-child {
  margin-right: 0;
}

.articles .article .article_summary ul, .articles .article .article_summary li {
  list-style-position: inside;
}

@media screen and (max-width: 45em) {
  .articles .article .article_image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .articles .article .article_image:last-child {
    margin-right: 0;
  }
  .articles .article .article_image img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .articles .article .article_summary {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 2rem;
  }
  .articles .article .article_summary:last-child {
    margin-right: 0;
  }
  .articles .article .article_summary .cta-btn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
  }
  .articles .article .article_summary .cta-btn:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 28.125em) {
  .articles .article .article_summary .cta-btn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .articles .article .article_summary .cta-btn:last-child {
    margin-right: 0;
  }
}

.special-offers .articles .article h2 {
  margin-bottom: 1rem;
}

.special-offers .articles .article .article_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 36.02647%;
  margin-left: 4.2649%;
}

.special-offers .articles .article .article_image:last-child {
  margin-right: 0;
}

.special-offers .articles .article .article_summary {
  margin-left: 0%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}

.special-offers .articles .article .article_summary:last-child {
  margin-right: 0;
}

.special-offers .articles .article:not(:last-of-type) {
  border-bottom: solid 2px #E0E0E0;
  padding-bottom: 25px;
}

@media screen and (max-width: 45em) {
  .special-offers .articles .article .article_image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .special-offers .articles .article .article_image:last-child {
    margin-right: 0;
  }
  .special-offers .articles .article .article_image img {
    width: auto;
    max-width: 100%;
  }
  .special-offers .articles .article .article_summary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .special-offers .articles .article .article_summary:last-child {
    margin-right: 0;
  }
}

.single-article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 61.61588%;
}

.single-article:last-child {
  margin-right: 0;
}

.single-article::after {
  clear: both;
  content: "";
  display: table;
}

.single-article h1 {
  text-transform: none;
}

.article-images {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 4.2649%;
}

.article-images:last-child {
  margin-right: 0;
}

.article-images::after {
  clear: both;
  content: "";
  display: table;
}

.article-images .image {
  margin-top: 50px;
}

.article-images .image img {
  max-width: 100%;
}

article.type-system-slab {
  font-family: "open sans";
  text-align: left;
}

article.type-system-slab::after {
  clear: both;
  content: "";
  display: table;
}

article.type-system-slab h1, article.type-system-slab h2, article.type-system-slab h3, article.type-system-slab p {
  margin: 0;
}

article.type-system-slab hr {
  border-bottom: 1px solid #083753;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 50px 0;
}

article.type-system-slab p {
  color: #083753;
  line-height: 1.5em;
}

article.type-system-slab a {
  color: #477DCA;
  text-decoration: none;
}

article.type-system-slab .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "open sans";
  font-size: 0.7em;
  font-weight: 600;
  margin-bottom: 2em;
  padding: 0.1em 0;
  text-align: left;
  text-transform: uppercase;
}

article.type-system-slab .type a {
  color: #083753;
}

article.type-system-slab .type a:hover {
  color: rgba(8, 55, 83, 0.5);
}

article.type-system-slab h1 {
  font-family: "open sans";
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.6em;
}

article.type-system-slab h2 {
  font-family: "open sans";
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1.2em;
}

@media screen and (min-width: 40em) {
  article.type-system-slab h2 {
    font-size: 1.3em;
  }
}

article.type-system-slab code {
  background: #F7F7F7;
  border-radius: 4.5px;
  border: 1px solid #E0E0E0;
  font-size: 0.8em;
  font-style: normal;
  padding: 0.1em 0.4em;
  white-space: nowrap;
}

article.type-system-slab h3 {
  font-family: "open sans";
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

article.type-system-slab p.date {
  color: #083753;
  font-family: "open sans";
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

article.type-system-slab p {
  font-family: "open sans";
  font-weight: 400;
  margin-bottom: 1.5em;
}

article.type-system-slab p span {
  font-family: "open sans";
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}

article.type-system-slab a.read-more {
  display: inline-block;
  font-family: "open sans";
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.2em;
  position: relative;
  text-transform: uppercase;
}

article.type-system-slab a.read-more span {
  font-size: 1.8em;
  position: absolute;
  right: -12px;
  top: -2px;
}

article.type-system-slab hr {
  width: 3em;
}

article.type-system-slab p.author {
  font-family: "open sans";
}

@media screen and (max-width: 45em) {
  .single-article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .single-article:last-child {
    margin-right: 0;
  }
  .article-images {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .article-images:last-child {
    margin-right: 0;
  }
}

#ss_menu {
  margin-top: 50px;
}

.ss_button {
  background-color: #FFFBF5;
  border: solid 1px #FBB036;
  cursor: pointer;
  padding: 10px;
  color: #083753;
  margin-top: 1rem;
  font-weight: 800;
  padding-left: 2rem;
}

.ss_content {
  display: none;
  padding: 10px;
  position: relative;
  padding: 2rem;
}

.ss_content h4 {
  padding: 1rem 0 1rem;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.accordion-arrow {
  float: right;
}

.accordion-arrow img {
  height: 15px;
}

.ss_content img {
  width: 24px;
  position: relative;
  top: 5px;
}

.ss_button:not(.ss_active):after {
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 15px 15px;
  content: "";
  width: 30px;
  height: 30px;
  float: right;
  max-width: 100%;
}

.ss_active:after {
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 15px 15px;
  content: "";
  width: 30px;
  height: 30px;
  float: right;
  max-width: 100%;
}

@media screen and (max-width: 45em) {
  .container {
    width: 50%;
    display: none;
  }
}

form.enquiry-form {
  background-color: #F0F1F3;
  padding: 0.5rem 2rem 1rem 2rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}

form.enquiry-form:last-child {
  margin-right: 0;
}

form.enquiry-form input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: solid 1px #E0E0E0;
}

form.enquiry-form input:last-child {
  margin-right: 0;
}

form.enquiry-form input::-webkit-input-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 1rem;
  opacity: 0.4;
}

form.enquiry-form input::-moz-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 1rem;
  opacity: 0.4;
}

form.enquiry-form input:-moz-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 1rem;
  opacity: 0.4;
}

form.enquiry-form input:-ms-input-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 700;
  font-family: 'Open Sans';
  font-size: 1rem;
  opacity: 0.4;
}

form.enquiry-form textarea {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  resize: none;
  height: 150px;
  border: solid 1px #E0E0E0;
}

form.enquiry-form textarea:last-child {
  margin-right: 0;
}

form.enquiry-form textarea::-webkit-input-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Open Sans';
  opacity: 0.4;
}

form.enquiry-form textarea::-moz-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Open Sans';
  opacity: 0.4;
}

form.enquiry-form textarea:-moz-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Open Sans';
  opacity: 0.4;
}

form.enquiry-form textarea:-ms-input-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Open Sans';
  opacity: 0.4;
}

form.enquiry-form input[type='submit'] {
  margin-top: 1rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

form.enquiry-form input[type='submit']:last-child {
  margin-right: 0;
}

form[name="search-form"] {
  margin-top: 50px;
  border: solid 1px #E0E0E0;
  padding: 2rem;
  background-color: #f2f2f2;
}

form[name="search-form"]::after {
  clear: both;
  content: "";
  display: table;
}

form[name="search-form"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: solid 1px #E0E0E0;
  margin-bottom: 1.5rem;
  height: 3.5rem;
  padding-left: 0.5rem;
  color: #083753;
  font-weight: 600;
  background-image: url(/images/arrow-down-grey.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 15px;
}

form[name="search-form"] select:hover {
  cursor: pointer;
}

form[name="search-form"] input[type="submit"] {
  border: none;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
}

form[name="search-form"] input[type="submit"]:last-child {
  margin-right: 0;
}

form[name="search-form"] .select-narrow {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 12.56951%;
}

form[name="search-form"] .select-narrow:last-child {
  margin-right: 0;
}

form[name="search-form"] .select-narrow-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}

form[name="search-form"] .select-narrow-2:last-child {
  margin-right: 0;
}

form[name="search-form"] .select-mid {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

form[name="search-form"] .select-mid:last-child {
  margin-right: 0;
}

form[name="search-form"] .select-half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

form[name="search-form"] .select-half:last-child {
  margin-right: 0;
}

form[name="search-form"] .select-wide {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 55.21853%;
}

form[name="search-form"] .select-wide:last-child {
  margin-right: 0;
}

form[name="search-form"] .omega {
  margin-right: 0;
}

@media screen and (max-width: 60em) and (min-width: 28.125em) {
  form[name="search-form"] .select-narrow {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  form[name="search-form"] .select-narrow:last-child {
    margin-right: 0;
  }
  form[name="search-form"] .select-narrow:nth-of-type(4n) {
    margin-right: 0;
  }
  form[name="search-form"] .select-narrow-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  form[name="search-form"] .select-narrow-2:last-child {
    margin-right: 0;
  }
  form[name="search-form"] .select-wide {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  form[name="search-form"] .select-wide:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 28.125em) {
  form[name="search-form"] .select-narrow, form[name="search-form"] .select-mid {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  form[name="search-form"] .select-narrow:last-child, form[name="search-form"] .select-mid:last-child {
    margin-right: 0;
  }
  form[name="search-form"] .select-narrow:nth-of-type(2n - 1), form[name="search-form"] .select-mid:nth-of-type(2n - 1) {
    margin-right: 0;
  }
  form[name="search-form"] .select-narrow-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  form[name="search-form"] .select-narrow-2:last-child {
    margin-right: 0;
  }
  form[name="search-form"] .select-narrow-2:nth-of-type(2n) {
    margin-right: 0;
  }
  form[name="search-form"] .select-wide {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  form[name="search-form"] .select-wide:last-child {
    margin-right: 0;
  }
  form[name="search-form"] input[type="submit"] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  form[name="search-form"] input[type="submit"]:last-child {
    margin-right: 0;
  }
}

.lb-gallery .controls {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  border: solid 1px #000;
  padding: 1.5rem;
}

.lb-gallery .controls:last-child {
  margin-right: 0;
}

.lb-gallery .controls img {
  max-width: 100%;
}

.lb-gallery .controls ol {
  margin-bottom: 2rem;
}

.lb-gallery .controls h3 a {
  font-size: 1rem;
}

.lb-gallery .controls .panel-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 100px;
  margin-bottom: 1rem;
}

.lb-gallery .controls .panel-item:last-child {
  margin-right: 0;
}

.lb-gallery .controls .panel-item img {
  object-fit: cover;
}

.lb-gallery .controls .panel-item:nth-of-type(2n) {
  margin-right: 0;
}

.lb-gallery #siteGallery img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  max-width: 100%;
}

.lb-gallery #siteGallery img:last-child {
  margin-right: 0;
}

.lb-gallery #siteGallery img p {
  display: none;
}

.lb-gallery #siteGallery img:hover {
  cursor: pointer;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.lb-gallery #siteGallery img:hover p {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  width: 70%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  top: 45%;
}

.lb-gallery #siteGallery img:nth-of-type(2n) {
  margin-right: 0;
}

.lb-gallery #userGallery {
  min-height: 300px;
}

.lb-gallery .create-button img {
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  top: 40%;
}

.lb-gallery .panel {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  /*
		.lb-image {
			position: relative;
			@include span-columns(6);

			height: 240px;

			&:nth-of-type(2n){
				@include omega;
			}

			p {
				display: none;
			}
			&:hover {
				cursor: pointer;

				img {
					@include filter(brightness(0.5));	
				}
				
				p {
					display: block;
					color: #fff;
					text-transform: uppercase;
					font-size: 1.5rem;
					line-height: 2rem;
					font-weight: 600;
					width: 70%;
					text-align: center;
					@include centerer;
					top: 45%;
				}
			}
		}
	}
	*/
}

.lb-gallery .panel:last-child {
  margin-right: 0;
}

.lb-gallery .panel .panel-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 250px;
  position: relative;
  border: solid 1px #E0E0E0;
  cursor: pointer;
  margin-bottom: 2rem;
  object-fit: cover;
}

.lb-gallery .panel .panel-item:last-child {
  margin-right: 0;
}

.lb-gallery .panel .panel-item:hover {
  border: solid 1px #083753;
}

.lb-gallery .panel .panel-item:nth-of-type(2n) {
  margin-right: 0;
}

.lb-gallery .panel .panel-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lb-gallery .panel .panel-item .category-ribbon {
  background-image: url("../images/blue-gradient.png");
  background-size: contain;
  color: #fff;
  padding: 5%;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.lb-gallery .panel .panel-controls {
  clear: both;
}

.pagination::after {
  clear: both;
  content: "";
  display: table;
}

.pagination ul {
  list-style-type: none;
  text-align: center;
}

.pagination ul::after {
  clear: both;
  content: "";
  display: table;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: none;
  font-size: 1.5rem;
}

.pagination ul li button:hover {
  color: #083753;
  cursor: pointer;
}

@media print {
  header,
  .header,
  .hero-container,
  footer,
  .testimonials,
  .bx-wrapper,
  .print,
  .design-specifics .cta-btn,
  a.lrg-btn,
  #login-toggle,
  .enquiry-container {
    display: none !important;
  }
  .bg-texture {
    margin: 0;
    height: 0;
  }
  .container.yellow img {
    margin-top: -2cm;
  }
  .two-col {
    margin-top: -2cm;
  }
  h1 {
    font-size: 16px;
  }
  h2 {
    font-size: 14px;
  }
  p, li {
    font-size: 12px !important;
  }
}

/* Load other elements */
.floating-container form::after {
  clear: both;
  content: "";
  display: table;
}

.omega {
  margin-right: 0;
}

body, html {
  padding: 0;
  margin: 0;
  font-family: "open sans";
  font-size: 13px;
  color: #083753;
  list-style-position: inside;
}

ul, ol {
  padding: 0;
  margin: 0;
}

p, ul, li {
  line-height: 1.6rem;
  font-size: 1.1rem;
}

h1 {
  text-transform: lowercase;
}

h2 {
  font-size: 1.8rem;
}

h2.tagline {
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: inherit;
}

.inner {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  border: solid 1px #000;
  height: 300px;
}

.inner:last-child {
  margin-right: 0;
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.no-pad {
  padding: 0 !important;
}

.bg-texture {
  background-image: url("../images/bg-texture.png");
  background-size: contain;
  height: 40px;
}

.bg-texture:first-of-type {
  margin-bottom: 50px;
}

.bg-texture:last-of-type {
  margin-top: 50px;
}

.print-only {
  display: none;
}

#sitedrop {
  height: 150px;
  width: 50%;
  border: solid 1px;
}

.yellow {
  background-color: #FFFBF5;
}

.controls .cta-btn {
  float: left;
}

.upload-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: auto;
  border: 1px solid #000;
  min-height: 150px;
  clear: both;
}

.upload-container:last-child {
  margin-right: 0;
}

.upload-container form {
  top: 0;
  left: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 1rem;
}

.upload-container form:last-child {
  margin-right: 0;
}

.upload-container form .dz-btn span {
  text-align: center;
  display: block;
  font-weight: 800;
  color: #083753;
  margin-top: 1rem;
}

.upload-container form .dz-preview {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.upload-container form .dz-preview:last-child {
  margin-right: 0;
}

.upload-container form .dz-preview:nth-of-type(2n) {
  margin-right: 0;
}

.upload-container .sitedrop {
  min-height: 150px;
  width: 100%;
}

.dot {
  content: '*';
  padding-right: 5px;
  color: #FBB036;
}

.user-lightbox img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  height: 200px;
  object-fit: cover;
  object-position: top center;
  margin-bottom: 2rem;
}

.user-lightbox img:last-child {
  margin-right: 0;
}

.user-lightbox img:nth-of-type(3n) {
  margin-right: 0;
}

/*
.sliding-panel-content {
  $action-color: #477DCA !default;
  $dark-gray: #333 !default;
  $sliding-panel-border-color: $dark-gray;
  $sliding-panel-background: lighten($sliding-panel-border-color, 5%);
  $sliding-panel-color: #fff;
  $sliding-panel-border: 1px solid $sliding-panel-border-color;
  $sliding-panel-background-hover: $action-color;
  $sliding-panel-color-hover: #fff;
  $sliding-panel-background-focus: lighten($sliding-panel-background, 5%);

  @include position(fixed, 0 auto 0 0);
  @include size(220px 100%);
  background: $sliding-panel-background;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  transform: translateX(-220px);
  transition: all 0.25s linear;
  z-index: 999999;

  ul {
	padding: 0;
	margin: 0;
  }

  li {
	list-style: none;
  }

  li a {
	border-bottom: $sliding-panel-border;
	color: $sliding-panel-color;
	display: block;
	font-weight: bold;
	padding: 1em;
	text-decoration: none;

	&:focus {
	  background-color: $sliding-panel-background-focus;
	}

	&:hover {
	  background-color: $sliding-panel-background-hover;
	  color: $sliding-panel-color-hover;
	}
  }

  &.is-visible {
	transform: translateX(0);
  }
}

.sliding-panel-fade-screen {
  @include position(fixed, 0);
  background: black;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 999998;

  &.is-visible {
	opacity: 0.4;
	visibility: visible;
  }
}

.sliding-panel-button {
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 10px 16px;
  position: relative;

  img {
	height: 1.3em;
  }
}
*/
.video-container img {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
  width: auto;
}

.dz-details,
.dz-progress,
.dz-progress,
.dz-error-message,
.dz-success-mark,
.dz-error-mark {
  display: none;
}

.cta-btn {
  background-image: url("../images/blue-gradient.png");
  background-size: contain;
  text-transform: uppercase;
  color: #fff;
  padding: 0.75rem;
  text-decoration: none;
  text-align: center;
}

.two-col::after {
  clear: both;
  content: "";
  display: table;
}

.two-col .left,
.two-col .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  position: relative;
}

.two-col .left:last-child,
.two-col .right:last-child {
  margin-right: 0;
}

.two-col .left .image-container,
.two-col .right .image-container {
  width: 100%;
}

.two-col .left .image-container::after,
.two-col .right .image-container::after {
  clear: both;
  content: "";
  display: table;
}

.two-col .left .image-container img,
.two-col .right .image-container img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.two-col .left .image-container img:last-child,
.two-col .right .image-container img:last-child {
  margin-right: 0;
}

.two-col .left .content-box,
.two-col .right .content-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  margin-left: 8.5298%;
  padding: 0 2rem 2rem;
  border: 2px solid #E0E0E0;
  margin-bottom: 50px;
}

.two-col .left .content-box::after,
.two-col .right .content-box::after {
  clear: both;
  content: "";
  display: table;
}

.two-col .left .content-box:last-child,
.two-col .right .content-box:last-child {
  margin-right: 0;
}

.two-col .left .content-box h3,
.two-col .right .content-box h3 {
  font-size: 1.75rem;
}

.two-col .left .content-box ol,
.two-col .left .content-box ul,
.two-col .right .content-box ol, .two-col .right .content-box ul {
  list-style-position: outside;
  margin-left: 1rem;
}

.two-col .left .content-box ol li,
.two-col .left .content-box ul li,
.two-col .right .content-box ol li, .two-col .right .content-box ul li {
  margin-bottom: 0.5rem;
}

.two-col .left .content-box ol li span,
.two-col .left .content-box ul li span,
.two-col .right .content-box ol li span, .two-col .right .content-box ul li span {
  margin-left: 1.5rem;
  display: block;
}

@media screen and (min-width: 60em) {
  .two-col .left .content-box,
  .two-col .right .content-box {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 60em) {
  .two-col .left .content-box,
  .two-col .right .content-box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .two-col .left .content-box:last-child,
  .two-col .right .content-box:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 45em) {
  .two-col .left, .two-col .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .two-col .left:last-child, .two-col .right:last-child {
    margin-right: 0;
  }
  .two-col .right {
    margin-top: 2rem;
  }
}

.two-col.news-tour .left,
.two-col.news-tour .right {
  border: solid 1px #cccccc;
  max-height: 650px;
  padding: 2rem;
  padding-bottom: 100px;
}

.two-col.news-tour .left .image-container,
.two-col.news-tour .right .image-container {
  position: relative;
  height: 280px;
}

.two-col.news-tour .left .image-container img,
.two-col.news-tour .right .image-container img {
  max-height: 280px;
  width: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.two-col.news-tour .left .snippet-container,
.two-col.news-tour .right .snippet-container {
  height: 350px;
  overflow: hidden;
}

.two-col.news-tour .left .snippet-container h3,
.two-col.news-tour .right .snippet-container h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.two-col.news-tour .left .snippet-container h4,
.two-col.news-tour .right .snippet-container h4 {
  font-size: 1.2rem;
  margin-top: 0;
}

.two-col.news-tour .left .cta-btn,
.two-col.news-tour .right .cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
  position: absolute;
  bottom: 2rem;
}

.two-col.news-tour .left .cta-btn:last-child,
.two-col.news-tour .right .cta-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  .two-col.news-tour .left,
  .two-col.news-tour .right {
    max-height: unset;
  }
}

@media screen and (max-width: 28.125em) {
  .two-col.news-tour .left,
  .two-col.news-tour .right {
    padding-bottom: 2rem;
  }
  .two-col.news-tour .left .cta-btn,
  .two-col.news-tour .right .cta-btn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .two-col.news-tour .left .cta-btn:last-child,
  .two-col.news-tour .right .cta-btn:last-child {
    margin-right: 0;
  }
  .two-col.news-tour .left .snippet-container,
  .two-col.news-tour .right .snippet-container {
    height: auto;
  }
}

.two-col.testimonials {
  padding-top: 2rem;
}

.two-col.testimonials .left {
  color: #083753;
}

.two-col.testimonials .left h3 {
  font-size: 1.5rem;
}

.two-col.testimonials .left img {
  width: 35px;
  margin-left: 1.5rem;
}

.two-col.testimonials .right a {
  float: right;
  margin-top: 1.15rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-left: 59.70863%;
}

.two-col.testimonials .right a:last-child {
  margin-right: 0;
}

.header .two-col {
  margin-top: 50px;
}

.header .two-col .left .logo-container img {
  max-width: 100%;
  max-width: 250px;
}

.header .two-col .right .links div {
  font-weight: 800;
  text-align: right;
  position: relative;
  height: 50px;
  margin-bottom: 2px;
}

.header .two-col .right .links div p {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  right: 10px;
}

.header .two-col .right .links div a {
  text-decoration: none;
  color: inherit;
}

.header .two-col .right .links div img {
  width: 50px;
}

.header .two-col .right .links div:first-of-type {
  color: #7CC04D;
}

.header .two-col .right .links div:nth-of-type(2) {
  color: #1175b0;
}

.header .two-col .right .links .call-link {
  color: #083753;
  font-size: 1.5rem;
}

.header .two-col .right .links .call-link a {
  text-decoration: none;
  color: #083753;
  font-size: 2rem;
  font-weight: 300;
}

.header .two-col .right .links .call-link a:hover {
  color: #1593df;
}

@media screen and (max-width: 550px) and (min-width: 28.125em) {
  .header .two-col .right .links .call-link a {
    font-size: 1.6rem;
  }
}

hr.orange {
  color: #FBB036;
  height: 5px;
  background-color: #FBB036;
  border: none;
  margin-top: 25px;
  margin-top: 10px;
}

.bx-wrapper {
  border-left: solid 5px #083753;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d4d2d2;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  height: auto;
}

.bx-wrapper .bx-viewport .bxslider {
  margin: 0px;
}

.bx-wrapper .bx-viewport .bxslider::after {
  clear: both;
  content: "";
  display: table;
}

.bx-wrapper .bx-viewport .testimonial {
  border-left: solid 5px #083753;
  padding-left: 1rem;
}

.bx-wrapper .bx-viewport .testimonial .author {
  font-weight: 800;
}

.bx-wrapper .bx-viewport .testimonials {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media screen and (min-width: 45em) {
  .bx-wrapper img {
    min-height: 140px;
  }
}

.testimonial-slider {
  height: auto !important;
}

.testimonial-slider .testimonial {
  margin-bottom: 2rem !important;
}

.content {
  margin-top: 50px;
  padding-bottom: 50px;
}

.content .right .image-container.nine {
  margin-left: 25.58941%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.content .right .image-container.nine:last-child {
  margin-right: 0;
}

.content .right .image-container.eleven {
  margin-left: 8.5298%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}

.content .right .image-container.eleven:last-child {
  margin-right: 0;
}

.lrg-btn .large-nav {
  background-color: #fff;
  border: solid 1px #f2f2f2;
}

.lrg-btn .large-nav::after {
  clear: both;
  content: "";
  display: table;
}

.lrg-btn .large-nav div {
  padding: 2rem;
}

.lrg-btn .large-nav div::after {
  clear: both;
  content: "";
  display: table;
}

.lrg-btn .large-nav div img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 2rem;
  max-height: 300px;
  object-fit: cover;
}

.lrg-btn .large-nav div img:last-child {
  margin-right: 0;
}

.lrg-btn .large-nav div h4 {
  text-align: center;
  color: #083753;
  font-size: 1.75rem;
  margin-bottom: 0;
}

.lrg-btn:hover .large-nav {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
  background-color: #083753;
}

.lrg-btn:hover .large-nav div h4 {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
  color: #fff;
}

.slider-wrapper .bx-wrapper {
  margin: 0 auto 0;
}

.slider-wrapper .bx-wrapper .bx-viewport {
  border-left: solid 5px #FFFBF5;
}

.slider-wrapper .bx-wrapper .bx-viewport ul li img {
  width: 100%;
}

.page-testimonials .testimonials .testimonial {
  padding-bottom: 25px;
}

.page-testimonials .testimonials .testimonial .content {
  padding-bottom: 0;
  margin-top: 25px;
}

.page-testimonials .testimonials .testimonial .author {
  font-weight: 800;
}

.page-testimonials .testimonials .testimonial:not(:last-of-type) {
  border-bottom: solid 2px #E0E0E0;
}

.page-testimonials .right .image-container {
  margin-bottom: 25px;
}

.page-testimonials .right .image-container:first-of-type {
  margin-top: 5rem;
}

.step-container {
  margin-top: 100px;
}

.step-container .step {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 46.68872%;
  border: solid 1px #FBB036;
  background-color: #FFFBF5;
  height: 400px;
  padding: 2rem;
  margin-bottom: 100px;
  position: relative;
}

.step-container .step:last-child {
  margin-right: 0;
}

.step-container .step:nth-of-type(2n) {
  margin-left: 4.2649%;
  margin-right: 0;
}

.step-container .step h4 {
  text-align: center;
  font-size: 1.75rem;
}

.step-container .step ul, .step-container .step ol {
  list-style-position: outside;
  padding-left: 1rem;
}

.step-container .step .circle {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
  background-color: #fff;
  height: 100px;
  width: 100px;
  border: solid 2px #E0E0E0;
  border-radius: 50%;
}

.step-container .step .circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  margin: 0;
  color: #083753;
  font-size: 5rem;
  font-weight: 800;
}

@media screen and (max-width: 45em) {
  .step-container .step {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    height: auto;
  }
  .step-container .step:last-child {
    margin-right: 0;
  }
  .step-container .step:nth-of-type(2n) {
    margin-left: 8.5298%;
  }
}

.pdf-resources {
  margin-top: 50px;
}

.pdf-resources h5 {
  font-size: 1.2rem;
}

.pdf-resources .two-col {
  padding-top: 25px;
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
}

.pdf-resources .two-col .left {
  border-right: solid 1px #E0E0E0;
}

.pdf-resources .pdf {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 29.62911%;
  margin-bottom: 50px;
}

.pdf-resources .pdf:last-child {
  margin-right: 0;
}

.pdf-resources .pdf img {
  width: 20px;
  float: left;
  margin-right: 4px;
}

.pdf-resources .pdf p {
  margin-top: 0;
  color: #083753;
  font-size: 1rem;
  height: 30px;
}

.pdf-resources .pdf .cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.pdf-resources .pdf .cta-btn:last-child {
  margin-right: 0;
}

@media screen and (min-width: 45em) {
  .pdf-resources .pdf:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 45em) {
  .pdf-resources .two-col .left {
    border-right: none;
  }
}

@media screen and (max-width: 28.125em) {
  .pdf-resources .pdf {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .pdf-resources .pdf:last-child {
    margin-right: 0;
  }
  .pdf-resources .pdf:nth-of-type(2n) {
    margin-right: 0;
  }
}

.resources-page h5 {
  font-size: 1.2rem;
}

.resources-page .pdf-resources {
  border-bottom: solid 1px #E0E0E0;
}

.resources-page .pdf-resources::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 45em) {
  .resources-page .pdf-resources .pdf {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 16.40792%;
  }
  .resources-page .pdf-resources .pdf:last-child {
    margin-right: 0;
  }
  .resources-page .pdf-resources .pdf:not(:first-of-type) {
    margin-left: 2.13245%;
  }
  .resources-page .pdf-resources .pdf:nth-of-type(5n) {
    margin-right: 0;
  }
  .resources-page .pdf-resources .pdf:nth-of-type(5n + 1) {
    margin-left: 0%;
  }
}

@media screen and (max-width: 45em) and (min-width: 28.125em) {
  .resources-page .pdf-resources .pdf {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .resources-page .pdf-resources .pdf:last-child {
    margin-right: 0;
  }
  .resources-page .pdf-resources .pdf:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 28.125em) {
  .resources-page .pdf-resources .pdf {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .resources-page .pdf-resources .pdf:last-child {
    margin-right: 0;
  }
  .resources-page .pdf-resources .pdf:nth-of-type(2n) {
    margin-right: 0;
  }
}

.resources-page .links {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #E0E0E0;
}

.resources-page .links::after {
  clear: both;
  content: "";
  display: table;
}

.resources-page .links .link {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.resources-page .links .link:last-child {
  margin-right: 0;
}

.resources-page .links .link img {
  width: 20px;
  float: left;
  margin-right: 4px;
  position: relative;
  top: 15px;
}

.resources-page .links .link:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 45em) {
  .resources-page .links .link {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .resources-page .links .link:last-child {
    margin-right: 0;
  }
}

.resources-page .videos .video h6 {
  font-size: 1em;
  text-align: center;
  margin-top: 0;
}

.resources-page .videos .video img {
  max-width: 100%;
}

@media screen and (min-width: 45em) {
  .resources-page .videos .video {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .resources-page .videos .video:last-child {
    margin-right: 0;
  }
  .resources-page .videos .video:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 45em) and (min-width: 28.125em) {
  .resources-page .videos .video {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .resources-page .videos .video:last-child {
    margin-right: 0;
  }
  .resources-page .videos .video:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 28.125em) {
  .resources-page .videos .video {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .resources-page .videos .video:last-child {
    margin-right: 0;
  }
}

#map {
  margin-top: 50px;
}

#map::after {
  clear: both;
  content: "";
  display: table;
}

#map iframe {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

#map iframe:last-child {
  margin-right: 0;
}

.search-results {
  padding-top: 4rem;
}

.search-results::after {
  clear: both;
  content: "";
  display: table;
}

.search-results .result {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 50px;
  border: solid 1px #E0E0E0;
  background-color: #f2f2f2;
}

.search-results .result:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .search-results .result {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 60em) {
  .search-results .result:nth-of-type(2n) {
    margin-right: 0;
  }
}

.search-results .result a {
  color: #595959;
}

.search-results .result a:hover > .result-image .result-price {
  background-color: #fff;
}

.search-results .result .result-image {
  position: relative;
  padding-top: 36%;
}

.search-results .result .result-image img {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-results .result .result-image .result-price {
  position: absolute;
  bottom: 10%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 4rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}

.search-results .result .result-image .result-price:last-child {
  margin-right: 0;
}

.search-results .result .result-image .result-price p {
  line-height: 4rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

@media screen and (max-width: 1400px) {
  .search-results .result .result-image .result-price {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  .search-results .result .result-image .result-price:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .search-results .result .result-image .result-price {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .search-results .result .result-image .result-price:last-child {
    margin-right: 0;
  }
}

.search-results .result .result-specifics {
  padding: 1rem;
}

.search-results .result .result-specifics .result-size {
  min-height: 1.5rem;
}

.search-results .result .result-specifics .result-size div {
  display: inline-block;
}

.search-results .result .result-specifics .result-size div span {
  font-size: 1rem;
  width: auto;
  padding-right: 0.5rem;
  color: #083753;
}

.search-results .result .result-specifics .result-size div:nth-of-type(2n - 1) span {
  border-right: solid 1px #083753;
}

.search-results .result .result-specifics .result-size div:nth-of-type(2n) span {
  padding-left: 0.5rem;
}

.search-results .result .result-specifics p {
  color: #083753;
  font-weight: 800;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: center;
}

.search-results .result .result-specifics .icons {
  padding-top: 1rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.search-results .result .result-specifics .icons:last-child {
  margin-right: 0;
}

.search-results .result .result-specifics .icons span {
  font-size: 2rem;
  padding-bottom: 5px;
  font-weight: 800;
  color: #083753;
  line-height: 3rem;
}

.search-results .result .result-specifics .icons span:not(:first-of-type) {
  margin-left: 10px;
}

.search-results .result .result-specifics .icons span i {
  font-size: 3rem;
  text-align: center;
  padding-left: 0.5rem;
  line-height: 3rem;
  margin-right: 10px;
}

.search-results .result .result-specifics .icons span img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
}

@media screen and (max-width: 60em) and (min-width: 28.125em) {
  .search-results .result {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .search-results .result:last-child {
    margin-right: 0;
  }
  .search-results .result:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 28.125em) {
  .search-results .result {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .search-results .result:last-child {
    margin-right: 0;
  }
}

.design-page .enquiry-container {
  margin-top: 0;
  padding-top: 0;
}

.design-page .enquiry-container input,
.design-page .enquiry-container textarea {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 1rem;
}

.design-page .enquiry-container input:last-child,
.design-page .enquiry-container textarea:last-child {
  margin-right: 0;
}

.design-page .enquiry-container textarea {
  resize: vertical;
  height: 100px;
  max-height: 250px;
}

.design-page .enquiry-container .g-recaptcha {
  margin-top: 1rem;
}

.design-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.design-image .bx-wrapper {
  border: none;
}

.design-image .bx-wrapper .bx-viewport {
  border: none;
  background: none;
}

.two-col.design-page {
  padding-bottom: 50px;
}

.two-col.design-page ul li, .two-col.design-page ol li {
  line-height: 2rem;
  font-size: 1rem;
}

.design-specifics {
  margin-top: 1.5rem !important;
}

.design-specifics .gradient-box {
  margin-top: 2rem;
  background-image: url("../images/blue-gradient.png");
  background-size: 100% 100%;
  padding: 1rem 2rem 1rem 1rem;
}

.design-specifics .gradient-box::after {
  clear: both;
  content: "";
  display: table;
}

.design-specifics .icon {
  color: #fff;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  text-align: center;
}

.design-specifics .icon:last-child {
  margin-right: 0;
}

.design-specifics .icon:not(:last-of-type) {
  border-right: solid 1px #fff;
}

.design-specifics .icon:last-of-type {
  margin-right: 0;
}

.design-specifics .icon span {
  font-size: 1.8rem;
  line-height: 30px;
  float: left;
  margin-left: 20%;
}

.design-specifics .icon img {
  width: 30px;
}

.design-specifics .result-size {
  margin-top: 0.75rem;
}

.design-specifics .result-size::after {
  clear: both;
  content: "";
  display: table;
}

.design-specifics .result-size div {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  display: inline-block;
  text-align: center;
}

.design-specifics .result-size div:last-child {
  margin-right: 0;
}

.design-specifics .result-size div span {
  font-size: 1.2rem;
  padding-right: 0.5rem;
  color: #fff;
}

.design-specifics .result-size div:nth-of-type(2n) span {
  padding-left: 0.5rem;
}

.design-specifics a.cta-btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 1.5rem;
  padding-left: 10%;
  padding-right: 10%;
}

.design-specifics a.cta-btn:last-child {
  margin-right: 0;
}

.design-specifics a.cta-btn:nth-of-type(2) {
  margin-right: 0;
}

.design-specifics .print {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.design-specifics .print:last-child {
  margin-right: 0;
}

.design-specifics a.print-btn {
  clear: both;
  float: left;
}

.design-specifics .block_type {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  margin-top: 1.5rem;
}

.design-specifics .block_type:last-child {
  margin-right: 0;
}

.design-specifics .block_type img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: right;
  position: relative;
  top: -10px;
}

.design-specifics .block_type img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 28.125em) {
  .design-specifics .block_type img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 42.64902%;
  }
  .design-specifics .block_type img:last-child {
    margin-right: 0;
  }
}

div.print {
  position: relative;
  margin-top: 1.5rem;
  cursor: pointer;
}

div.print::after {
  clear: both;
  content: "";
  display: table;
}

div.print img {
  width: 2.5rem;
}

div.print span {
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: left;
}

.gallery-container .gallery-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.gallery-container .gallery-main:last-child {
  margin-right: 0;
}

.gallery-container .gallery-main img {
  width: 100%;
}

.gallery-container .gallery-pager {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.gallery-container .gallery-pager:last-child {
  margin-right: 0;
}

.gallery-container .gallery-pager .bx-wrapper {
  width: 100%;
  max-width: unset !important;
}

.gallery-container .gallery-pager .bx-wrapper li {
  height: 140px;
}

.gallery-container .gallery-pager .bx-wrapper img {
  object-fit: cover;
  object-position: bottom;
}

.gallery-container .gallery-pager .bx-wrapper .bx-viewport {
  border-left: 0;
  border: solid 1px #FFF;
  padding: 0;
  margin: 0;
  left: 0;
}

.no-bg .bx-viewport {
  background: none;
}

.package-container {
  background-color: #f2f2f2;
  margin-bottom: 4rem;
}

.package-container .package-top::after {
  clear: both;
  content: "";
  display: table;
}

.package-container .package-image {
  width: 40%;
  float: left;
}

.package-container .package-image img {
  width: 100%;
}

.package-container .package-banner {
  width: 60%;
  float: left;
  background-image: url("../images/blue-gradient.png");
  background-size: contain;
  color: #fff;
  position: relative;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.package-container .package-banner::after {
  clear: both;
  content: "";
  display: table;
}

.package-container .package-banner h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  display: inline-block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  font-weight: 600;
}

.package-container .package-banner h4:last-child {
  margin-right: 0;
}

.package-container .package-banner .package-counter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  position: relative;
  margin-top: 1rem;
}

.package-container .package-banner .package-counter:last-child {
  margin-right: 0;
}

.package-container .package-banner .package-counter::after {
  clear: both;
  content: "";
  display: table;
}

.package-container .package-banner .package-counter p {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 0%;
  font-size: 1.5rem;
}

.package-container .package-banner .package-counter img {
  width: 2.5rem;
  margin: 5px auto;
  display: block;
}

.package-container .package-upper {
  float: left;
  padding: 1rem;
  width: 30%;
}

.package-container .package-upper p {
  margin: 0;
}

.package-container .package-upper h5 {
  font-size: 1.2rem;
}

.package-container .buttons {
  float: right;
  padding: 1.5rem;
  width: 30%;
}

.package-container .buttons button, .package-container .buttons a {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 1rem;
  border: none;
  font-size: 1.1rem;
}

.package-container .buttons button:last-child, .package-container .buttons a:last-child {
  margin-right: 0;
}

.package-container .inclusions {
  clear: both;
  padding: 1.5rem;
}

@media screen and (max-width: 60em) {
  .package-container .package-image {
    width: 100%;
  }
  .package-container .package-banner {
    width: 100%;
  }
  .package-container .package-upper {
    width: 50%;
  }
  .package-container .buttons {
    width: 50%;
    padding: 1rem;
  }
}

@media screen and (max-width: 530px) {
  .package-container .package-upper {
    width: 100%;
  }
  .package-container .buttons {
    width: 100%;
  }
  .package-container .package-banner .package-counter img {
    width: 2rem;
    margin: 8px auto;
  }
  .package-container .package-banner .package-counter p {
    left: -5px;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 45em) {
  .content .right .image-container.eleven {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .content .right .image-container.eleven:last-child {
    margin-right: 0;
  }
  .content .right .image-container.eleven img {
    width: auto;
    display: block;
    margin: 0 auto;
    float: none;
    max-width: 100%;
  }
  .header .two-col .left, .header .two-col .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .header .two-col .left:last-child, .header .two-col .right:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .header .two-col {
    margin-top: 1rem;
  }
  .header .two-col .left,
  .header .two-col .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .header .two-col .left:last-child,
  .header .two-col .right:last-child {
    margin-right: 0;
  }
  .header .two-col .left img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.cta-home .circle {
  background-size: 100%;
}

.cta-home .wrap:first-of-type .circle {
  background-image: url(../images/icon-custom-white.png);
}

.cta-home .wrap:first-of-type .circle:hover {
  background-image: url(../images/icon-custom-blue.png);
}

.cta-home .wrap:nth-of-type(2) .circle {
  background-image: url(../images/icon-house-white.png);
}

.cta-home .wrap:nth-of-type(2) .circle:hover {
  background-image: url(../images/icon-house-blue.png);
}

.cta-home .wrap:nth-of-type(3) .circle {
  background-image: url(../images/icon-slopingblock-white.png);
}

.cta-home .wrap:nth-of-type(3) .circle:hover {
  background-image: url(../images/icon-slopingblock-blue.png);
}

.cta-home .wrap:nth-of-type(4) .circle {
  background-image: url(../images/icon-questionmark-white.png);
}

.cta-home .wrap:nth-of-type(4) .circle:hover {
  background-image: url(../images/icon-questionmark-blue.png);
}

.block-type p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
}

.block-type p:last-child {
  margin-right: 0;
}

.block-type img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 10.43705%;
  position: relative;
  top: -5px;
}

.block-type img:last-child {
  margin-right: 0;
}

#request-reset {
  background-color: #fff;
  border: none;
  margin-top: 0.5rem;
  border: solid 1px #083753;
  padding: 0.5rem 1rem;
}

#request-reset:hover {
  color: #fff;
  background-color: #083753;
}
