@import url("https://use.typekit.net/xxu4uhc.css");
.address .label {
  font-weight: bold;
}
.address p {
  margin: 0;
}
.address a {
  display: block;
}
.address a .fa {
  display: none;
}
#contact-addresses ul li {
  margin-bottom: 30px;
}
#contact-addresses ul li:before {
  display: none;
}
@media (min-width: 60rem) {
  #contact-addresses ul {
    display: flex;
  }
  #contact-addresses ul li {
    flex: 1 1 33%;
    margin-bottom: 0px;
  }
}
body {
  padding-top: 60px;
}
@media (min-width: 60rem) {
  body {
    padding-top: 110px;
  }
}
@media (max-width: 60rem) {
  body.menu-open {
    overflow: hidden;
  }
}
#blanket {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 99;
  opacity: 0;
}
.menu-open #blanket {
  opacity: 1;
}
.layout-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.layout-header,
.layout-header .header,
.layout-header .header .container {
  height: 80px;
}
@media (min-width: 60rem) {
  .layout-header,
  .layout-header .header,
  .layout-header .header .container {
    height: 180px;
  }
}
.layout-header .header .container {
  position: relative;
}
.layout-header .header .container {
  position: relative;
}
.layout-header .header .container .toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.layout-header .header .container .home {
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .toggle.open {
  opacity: 1;
}
.layout-header .toggle.close {
  opacity: 0;
}
.menu-open .layout-header .toggle.open {
  opacity: 0;
}
.menu-open .layout-header .toggle.close {
  opacity: 1;
}
.layout-header .menu {
  position: absolute;
  z-index: -1;
  transition: all 0.25s ease;
  transform: translateY(-100%);
  right: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.menu-open .layout-header .menu {
  transform: translateY(0%);
}
.layout-eyecandy .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-eyecandy .items .item {
  position: relative;
  background-size: auto 100%;
  background-position: 50% 50%;
  width: 100%;
}
@media (min-width: 20rem) {
  .layout-eyecandy .items .item {
    background-size: cover;
  }
}
.layout-eyecandy .items .item.alignment-top {
  background-position-y: 0%;
}
.layout-eyecandy .items .item.alignment-bottom {
  background-position-y: 100%;
}
.layout-eyecandy,
.layout-eyecandy .items,
.layout-eyecandy .item {
  height: 300px;
}
@media (min-width: 60rem) {
  .layout-eyecandy,
  .layout-eyecandy .items,
  .layout-eyecandy .item {
    height: 66vh;
    max-height: 550px;
  }
}
.layout-eyecandy .item,
.layout-eyecandy.has-multiple-texts .text-placeholder {
  transition: opacity 1s ease;
  opacity: 0;
}
body.images-loaded .layout-eyecandy .item,
body.images-loaded .layout-eyecandy .text-placeholder {
  opacity: 1;
}
.layout-eyecandy.has-multiple-items.has-multiple-texts .item .text {
  display: none;
}
.layout-eyecandy.has-multiple-items.has-multiple-texts .text-placeholder {
  transition: opacity .1s ease;
  opacity: 1;
}
.layout-eyecandy.has-multiple-items.has-multiple-texts.slide-in-transition .text-placeholder {
  opacity: 0;
}
/*
    .layout-blocks {
        .blocks {
            margin-left: -15px;
            margin-right: -15px;
            .block {
                .size(1,1,1,1/2,1/2);
                position: relative;
                &.link {
                    .size(1,1/2,1/2,1/4,1/4);
                }
                &.search {
                    .sizevh(.5,1,1,1/2,1/2);
                }
                & > div {
                    position: absolute;
                    background-size: cover;
                    display: block;
                    left:15px;
                    right:15px;
                    top:5px;
                    bottom:5px;                       
                    @media(min-width: @screen-lg-min){
                        top:15px;
                        bottom:15px;                   
                    }
                    & > div {
                        position: absolute;
                        bottom: 0;
                        left:10px;
                        right: 10px;
                        @media(min-width: @screen-lg-min){
                            left: 30px;   
                        }
                    }
                }
            }
        }
    }

	.size(@ratio:1,@width-xs:1,@width-sm:1,@width-md:1,@width-lg:1){
		float: left;
        width: percentage(@width-xs);
        padding-bottom: percentage(@width-xs) * @ratio;
		@media(min-width:@screen-sm-min){
            width: percentage(@width-sm);
            padding-bottom: percentage(@width-sm) * @ratio;            
        }
		@media(min-width:@screen-md-min){
            width: percentage(@width-md);
            padding-bottom: percentage(@width-md) * @ratio;
        }
		@media(min-width:@screen-lg-min){
            width: percentage(@width-lg);
            padding-bottom: percentage(@width-lg) * @ratio;
        }
	}
*/
.layout-blocks .blocks {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-blocks .blocks .block {
  float: left;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media (min-width: 40rem) {
  .layout-blocks .blocks .block {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (min-width: 80rem) {
  .layout-blocks .blocks .block {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block {
    padding-bottom: 76vh;
    min-height: 460px;
    max-height: 400px;
  }
}
.layout-blocks .blocks .block.link {
  float: left;
  width: 50%;
  padding-bottom: 50%;
}
@media (min-width: 40rem) {
  .layout-blocks .blocks .block.link {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block.link {
    width: 25%;
    padding-bottom: 25%;
  }
}
@media (min-width: 80rem) {
  .layout-blocks .blocks .block.link {
    width: 25%;
    padding-bottom: 25%;
  }
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block.link {
    padding-bottom: 38vh;
    min-height: 230px;
    max-height: 400px;
  }
}
.layout-blocks .blocks .block.search {
  float: left;
  width: 100%;
  padding-bottom: 50%;
  min-height: 220px;
}
@media (min-width: 40rem) {
  .layout-blocks .blocks .block.search {
    width: 100%;
    padding-bottom: 50%;
  }
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block.search {
    width: 50%;
    padding-bottom: 25%;
  }
}
@media (min-width: 80rem) {
  .layout-blocks .blocks .block.search {
    width: 50%;
    padding-bottom: 25%;
  }
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block.search {
    padding-bottom: 38vh;
    min-height: 230px;
    max-height: 400px;
  }
}
.layout-blocks .blocks .block > div,
.layout-blocks .blocks .block .wrapper > div {
  position: absolute;
  background-size: cover;
  display: block;
  left: 15px;
  right: 15px;
  top: 5px;
  bottom: 5px;
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block > div,
  .layout-blocks .blocks .block .wrapper > div {
    top: 15px;
    bottom: 15px;
  }
}
.layout-blocks .blocks .block > div > div,
.layout-blocks .blocks .block .wrapper > div > div {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block > div > div,
  .layout-blocks .blocks .block .wrapper > div > div {
    left: 30px;
  }
}
.layout-blocks .blocks .block.slider {
  overflow: hidden;
}
.layout-blocks .blocks .block.slider ul {
  outline: none;
}
.layout-blocks .blocks .block.slider ul .flickity-button {
  position: absolute;
  top: 50%;
  right: 15px;
  width: auto;
  background: #004685;
  border: none;
  padding: 5px 9px;
  border: 2px solid #004685;
  border-radius: 4px;
  cursor: pointer;
  line-height: 10px;
}
.layout-blocks .blocks .block.slider ul .flickity-button svg {
  height: 15px;
  vertical-align: middle;
  fill: white;
}
.layout-blocks .blocks .block.slider ul .flickity-button.previous {
  right: auto;
  left: 15px;
}
.layout-blocks .blocks .block.slider ul .flickity-button:hover {
  background: #ffffff;
}
.layout-blocks .blocks .block.slider ul .flickity-button:hover svg {
  fill: #004685;
}
.layout-blocks .blocks .block.slider ul li {
  width: 100%;
  top: 13px;
}
.layout-blocks .blocks .block.slider ul li a {
  position: absolute;
  display: block;
  width: 100%;
  outline: none;
  padding: 15px;
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block.slider ul li a {
    padding: 0;
  }
}
.layout-blocks .blocks .block.slider ul li a > div {
  padding-bottom: 40vh;
  min-height: 315px;
  max-height: 400px;
  background-size: cover;
  border-radius: 4px;
}
@media (min-width: 40rem) {
  .layout-blocks .blocks .block.slider ul li a > div {
    padding-bottom: 70vh;
  }
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block.slider ul li a > div {
    padding-bottom: 73vh;
    min-height: 430px;
  }
}
.layout-blocks .blocks .block.slider ul li a > div > div {
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 10px;
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .block.slider ul li a > div > div {
    bottom: 0;
    left: 10px;
    right: 10px;
    left: 30px;
  }
}
ul.posts {
  margin-left: -15px;
  margin-right: -15px;
}
ul.posts:before,
ul.posts:after {
  content: " ";
  display: table;
}
ul.posts:after {
  clear: both;
}
ul.posts > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 40rem) {
  ul.posts > * {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  ul.posts > * {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  ul.posts > * {
    width: 33.33333333%;
  }
}
a.post {
  display: block;
}
a.post .category-and-title {
  height: 140px;
  overflow: hidden;
}
a.post .category-and-title img {
  height: 1em;
  width: auto;
}
a.post .img {
  height: 320px;
  background-size: cover;
  background-position: 50% 50%;
}
.title-and-filter:before,
.title-and-filter:after {
  content: " ";
  display: table;
}
.title-and-filter:after {
  clear: both;
}
@media (min-width: 60rem) {
  .title-and-filter h1 {
    float: left;
  }
  .title-and-filter .filter {
    float: right;
    text-align: right;
    min-width: 500px;
  }
}
.title-and-filter .facetwp-facet {
  display: inline-block;
  margin-left: 15px;
}
.layout-newslatest > .container > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-newslatest > .container > ul:before,
.layout-newslatest > .container > ul:after {
  content: " ";
  display: table;
}
.layout-newslatest > .container > ul:after {
  clear: both;
}
.layout-newslatest > .container > ul > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 40rem) {
  .layout-newslatest > .container > ul > * {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-newslatest > .container > ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 80rem) {
  .layout-newslatest > .container > ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 60rem) {
  .layout-newslatest > .container > ul .cols-2 {
    width: 66.6%;
  }
}
@media (min-width: 60rem) {
  .layout-newslatest a.post .img {
    padding-bottom: 250px;
  }
}
.layout-newslatest .featured-posts {
  height: 460px;
}
.layout-newslatest .featured-posts .title {
  height: 60px;
}
.layout-newslatest .featured-posts li {
  height: 100px;
  overflow: hidden;
  padding: 15px 0;
}
.layout-search .search-result-item {
  height: 150px;
  display: block;
  position: relative;
  padding: 15px;
}
.layout-search .search-result-item .type-title-and-contents {
  height: 120px;
  overflow: hidden;
}
/* contents */
.layout-contents .menu {
  padding: 0;
  list-style: none;
}
.layout-contents .menu > li {
  display: none;
}
.layout-contents .menu > li.active {
  display: block;
}
.layout-contents .menu > li.active > a {
  display: none;
}
.layout-contents .menu > li.active > ul {
  padding: 0;
  list-style: none;
}
.layout-contents .links {
  padding: 0;
  list-style: none;
  padding-left: 100px;
  position: relative;
}
.layout-contents .links img {
  position: absolute;
  left: 0;
  width: 85px;
  height: auto;
}
.layout-blocks.layout-images-top .container > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-blocks.layout-images-top .container > ul:before,
.layout-blocks.layout-images-top .container > ul:after {
  content: " ";
  display: table;
}
.layout-blocks.layout-images-top .container > ul:after {
  clear: both;
}
.layout-blocks.layout-images-top .container > ul > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 40rem) {
  .layout-blocks.layout-images-top .container > ul > * {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-blocks.layout-images-top .container > ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 80rem) {
  .layout-blocks.layout-images-top .container > ul > * {
    width: 33.33333333%;
  }
}
.layout-blocks.layout-images-top .block .title-and-text {
  overflow: hidden;
  height: 120px;
}
.layout-blocks.layout-images-top .block .more {
  margin-top: 15px;
}
.layout-blocks.layout-images-left .container > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-blocks.layout-images-left .container > ul:before,
.layout-blocks.layout-images-left .container > ul:after {
  content: " ";
  display: table;
}
.layout-blocks.layout-images-left .container > ul:after {
  clear: both;
}
.layout-blocks.layout-images-left .container > ul > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 40rem) {
  .layout-blocks.layout-images-left .container > ul > * {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-blocks.layout-images-left .container > ul > * {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .layout-blocks.layout-images-left .container > ul > * {
    width: 50%;
  }
}
.layout-blocks.layout-images-left .block {
  height: 200px;
  padding-left: 215px;
  position: relative;
}
.layout-blocks.layout-images-left .block img {
  position: absolute;
  left: 0;
  height: 200px;
}
.layout-blocks.layout-images-left .block .title-and-text {
  padding: 15px;
  overflow: hidden;
  height: 140px;
}
.layout-blocks.layout-images-left .block .more {
  margin-left: 15px;
}
@media (min-width: 60rem) {
  .layout-imageandtext .container {
    display: flex;
  }
  .layout-imageandtext .container .img {
    flex: 1 50%;
  }
  .layout-imageandtext .container .text {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
  }
  .layout-imageandtext .container .text > * {
    flex: 0 0 100%;
  }
  .layout-imageandtext .img,
  .layout-imageandtext iframe {
    padding-right: 40px;
  }
  .layout-imageandtext .text {
    padding-right: 40px;
  }
  .layout-imageandtext.image-right .img {
    padding-right: 0;
    padding-left: 40px;
  }
  .layout-imageandtext.image-right iframe {
    padding-right: 0;
    padding-left: 0;
  }
  .layout-imageandtext.image-right .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-imageandtext .img,
  .layout-imageandtext iframe {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 60rem) and (min-width: 80rem) {
  .layout-imageandtext .img,
  .layout-imageandtext iframe {
    padding-left: 0;
    padding-right: 160px;
  }
}
@media (min-width: 60rem) and (min-width: 80rem) {
  .layout-imageandtext .text {
    padding-right: 160px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-imageandtext.image-right .img {
    padding-right: 40px;
  }
}
@media (min-width: 60rem) and (min-width: 80rem) {
  .layout-imageandtext.image-right .img {
    padding-left: 160px;
    padding-right: 0;
  }
}
@media (min-width: 60rem) and (min-width: 80rem) {
  .layout-imageandtext.image-right .text {
    padding-left: 160px;
    padding-right: 80px;
  }
}
.layout-imageandtext.text_over_image .container {
  display: block;
}
.layout-imageandtext.text_over_image .container .img,
.layout-imageandtext.text_over_image .container .text {
  flex: none;
}
@media (min-width: 60rem) {
  .layout-textanddetails .container {
    display: flex;
  }
  .layout-textanddetails .container .text.right {
    flex: 1 50%;
  }
  .layout-textanddetails .container .text {
    flex: 2 0 65%;
    display: flex;
    align-items: center;
  }
  .layout-textanddetails .container .text > * {
    flex: 0 0 100%;
  }
  .layout-textanddetails .text.right {
    padding-left: 40px;
    padding-right: 160px;
  }
  .layout-textanddetails .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout-textanddetails.image-right img {
    padding-right: 0;
    padding-left: 160px;
  }
  .layout-textanddetails.image-right .text {
    padding-left: 160px;
    padding-right: 80px;
  }
}
@media (min-width: 60rem) and (min-width: 80rem) {
  .layout-textanddetails .text {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (min-width: 60rem) {
  .layout-textandfigures .container {
    display: flex;
  }
  .layout-textandfigures .container .text,
  .layout-textandfigures .container .figures {
    flex: 2 0 65%;
    display: flex;
    align-items: center;
  }
  .layout-textandfigures .container .text > *,
  .layout-textandfigures .container .figures > * {
    flex: 0 0 100%;
  }
  .layout-textandfigures .container .figures {
    flex: 1 50%;
  }
  .layout-textandfigures .figures {
    padding-left: 40px;
    padding-right: 160px;
  }
  .layout-textandfigures .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout-textandfigures.image-right img {
    padding-right: 0;
    padding-left: 160px;
  }
  .layout-textandfigures.image-right .text {
    padding-left: 160px;
    padding-right: 80px;
  }
}
@media (min-width: 60rem) and (min-width: 80rem) {
  .layout-textandfigures .text {
    padding-left: 160px;
    padding-right: 160px;
  }
}
.layout-contactcta .wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-contactcta .wrapper:before,
.layout-contactcta .wrapper:after {
  content: " ";
  display: table;
}
.layout-contactcta .wrapper:after {
  clear: both;
}
.layout-contactcta .wrapper > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 40rem) {
  .layout-contactcta .wrapper > * {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-contactcta .wrapper > * {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .layout-contactcta .wrapper > * {
    width: 50%;
  }
}
.layout-contactcta .wrapper.nr-of-items-1 > div {
  display: block;
  margin: 0 auto;
  float: none;
}
.layout-contactcta .wrapper .person img {
  max-width: 200px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.layout-staff .wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-staff .wrapper:before,
.layout-staff .wrapper:after {
  content: " ";
  display: table;
}
.layout-staff .wrapper:after {
  clear: both;
}
@media (min-width: 60rem) {
  .layout-staff .wrapper {
    margin-left: -80px;
  }
}
@media (min-width: 60rem) {
  .layout-staff .wrapper {
    margin-right: -80px;
  }
}
@media (min-width: 1500px) {
  .layout-staff .wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-staff .wrapper {
    margin-left: -80px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-staff .wrapper {
    margin-right: -80px;
  }
}
.layout-staff .wrapper .text {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  text-align: right;
}
@media (min-width: 60rem) {
  .layout-staff .wrapper .text {
    padding-left: 80px;
  }
}
@media (min-width: 60rem) {
  .layout-staff .wrapper .text {
    padding-right: 80px;
  }
}
@media (min-width: 60rem) {
  .layout-staff .wrapper .text {
    margin-bottom: 80px;
  }
}
@media (min-width: 1500px) {
  .layout-staff .wrapper .text {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-staff .wrapper .text {
    padding-left: 80px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-staff .wrapper .text {
    padding-right: 80px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-staff .wrapper .text {
    margin-bottom: 80px;
  }
}
@media (min-width: 40rem) {
  .layout-staff .wrapper .text {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-staff .wrapper .text {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .layout-staff .wrapper .text {
    width: 62.5%;
  }
}
.layout-staff .wrapper .image {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 60rem) {
  .layout-staff .wrapper .image {
    padding-left: 80px;
  }
}
@media (min-width: 60rem) {
  .layout-staff .wrapper .image {
    padding-right: 80px;
  }
}
@media (min-width: 60rem) {
  .layout-staff .wrapper .image {
    margin-bottom: 80px;
  }
}
@media (min-width: 1500px) {
  .layout-staff .wrapper .image {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-staff .wrapper .image {
    padding-left: 80px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-staff .wrapper .image {
    padding-right: 80px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-staff .wrapper .image {
    margin-bottom: 80px;
  }
}
@media (min-width: 40rem) {
  .layout-staff .wrapper .image {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-staff .wrapper .image {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .layout-staff .wrapper .image {
    width: 37.5%;
  }
}
body .layout-staff .wrapper .text {
  margin-bottom: 0;
}
body .layout-staff .wrapper .image {
  margin-bottom: -12px;
}
.layout-stafflist .people {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-stafflist .people:before,
.layout-stafflist .people:after {
  content: " ";
  display: table;
}
.layout-stafflist .people:after {
  clear: both;
}
@media (min-width: 60rem) {
  .layout-stafflist .people {
    margin-left: -80px;
  }
}
@media (min-width: 60rem) {
  .layout-stafflist .people {
    margin-right: -80px;
  }
}
@media (min-width: 1500px) {
  .layout-stafflist .people {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-stafflist .people {
    margin-left: -80px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-stafflist .people {
    margin-right: -80px;
  }
}
.layout-stafflist .people > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 60rem) {
  .layout-stafflist .people > * {
    padding-left: 80px;
  }
}
@media (min-width: 60rem) {
  .layout-stafflist .people > * {
    padding-right: 80px;
  }
}
@media (min-width: 60rem) {
  .layout-stafflist .people > * {
    margin-bottom: 80px;
  }
}
@media (min-width: 1500px) {
  .layout-stafflist .people > * {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-stafflist .people > * {
    padding-left: 80px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-stafflist .people > * {
    padding-right: 80px;
  }
}
@media (min-width: 1500px) and (min-width: 60rem) {
  .layout-stafflist .people > * {
    margin-bottom: 80px;
  }
}
@media (min-width: 40rem) {
  .layout-stafflist .people > * {
    width: 50%;
  }
}
@media (min-width: 60rem) {
  .layout-stafflist .people > * {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .layout-stafflist .people > * {
    width: 33.33333333%;
  }
}
.layout-stafflist .person .image {
  display: block;
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 100%;
  background-repeat: no-repeat;
}
.layout-stafflist .person .properties {
  line-height: 1.7em;
  min-height: 140px;
}
.layout-stafflist .person .properties li {
  display: inline-block;
}
.layout-stafflist .person .properties li span {
  display: none;
}
@media (min-width: 40rem) {
  .layout-stafflist .person .properties li {
    display: block;
  }
  .layout-stafflist .person .properties li span {
    display: inline-block;
  }
}
.layout-services > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.layout-services > .container .wrapper {
  background-size: cover;
  background-position: 50%;
  padding: 90px 0;
}
.layout-services .intro {
  text-align: center;
  color: #ffffff;
}
.layout-services .intro h2 {
  font-weight: 700;
}
@media (min-width: 60rem) {
  .layout-services ul {
    display: flex;
    width: 100%;
  }
}
.layout-services ul li {
  padding: 0 20px;
}
@media (min-width: 40rem) {
  .layout-services ul li {
    width: 50%;
    display: inline-block;
  }
}
@media (min-width: 60rem) {
  .layout-services ul li {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.layout-services ul li > a {
  display: block;
  position: relative;
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  color: #131313;
  margin-bottom: 20px;
}
@media (min-width: 40rem) {
  .layout-services ul li > a {
    min-height: 275px;
  }
}
@media (min-width: 60rem) {
  .layout-services ul li > a {
    margin-bottom: 0;
    min-height: 375px;
  }
}
@media (min-width: 60rem) {
  .layout-services ul li > a img {
    padding: 20px 0;
  }
}
.layout-services ul li > a .title {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 20px;
  color: #004685;
}
.layout-services ul li > a .more {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
  opacity: 1;
}
.layout-services ul li > a .more:hover {
  background: #ffffff;
  color: #004685;
}
.layout-services ul li > a:hover {
  background: #004685;
  color: #ffffff;
  text-decoration: none;
}
.layout-services ul li > a:hover .title {
  color: #ffffff;
}
.layout-footer {
  text-align: center;
}
@media (min-width: 40rem) {
  .layout-footer {
    text-align: left;
  }
}
.layout-footer a {
  display: inline-block;
}
.layout-footer .home-and-slogan:before,
.layout-footer .home-and-slogan:after {
  content: " ";
  display: table;
}
.layout-footer .home-and-slogan:after {
  clear: both;
}
@media (min-width: 40rem) {
  .layout-footer .home-and-slogan .home {
    float: left;
  }
  .layout-footer .home-and-slogan .slogan {
    text-align: right;
  }
}
.layout-footer .blocks {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-footer .blocks:before,
.layout-footer .blocks:after {
  content: " ";
  display: table;
}
.layout-footer .blocks:after {
  clear: both;
}
.layout-footer .blocks > * {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 40rem) {
  .layout-footer .blocks > * {
    width: 50%;
  }
}
@media (min-width: 60rem) {
  .layout-footer .blocks > * {
    width: 25%;
  }
}
@media (min-width: 80rem) {
  .layout-footer .blocks > * {
    width: 25%;
  }
}
.layout-footer .blocks .social-pages li {
  display: inline-block;
}
.layout-copyright {
  text-align: center;
}
@media (min-width: 40rem) {
  .layout-copyright {
    text-align: left;
  }
}
.layout-copyright ul {
  display: inline-block;
}
.layout-copyright ul li {
  display: inline-block;
}
/* imports */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.awesomplete [hidden] {
  display: none;
}
.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.awesomplete {
  display: inline-block;
  position: relative;
}
.awesomplete > input {
  display: block;
}
.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}
.awesomplete > ul:empty {
  display: none;
}
.awesomplete > ul {
  border-radius: .3em;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, #ffffff, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -0.43em;
  }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}
/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
}
.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black;
}
.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white;
}
.awesomplete mark {
  background: #eaff00;
}
.awesomplete li:hover mark {
  background: #b5d100;
}
.awesomplete li[aria-selected="true"] mark {
  background: #3d6b00;
  color: inherit;
}
/*# sourceMappingURL=awesomplete.css.map */
/* raamwerck.less */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* super gen */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
/* grid */
@media screen and (min-width: 60rem) {
  .columns {
    display: flex;
  }
}
.column {
  flex-grow: 1;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-space-between .column {
  flex-grow: 0;
}
/* wordpress */
.alignleft {
  padding-right: 15px;
  float: left;
}
@media (min-width: 60rem) {
  .alignleft {
    padding-right: 80px;
  }
}
.alignright {
  padding-left: 15px;
  float: right;
}
@media (min-width: 60rem) {
  .alignright {
    padding-left: 80px;
  }
}
/* menus lists */
/* 'thumb' lists */
/* font awesome */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* psuedo columns */
/* fonts */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
body {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}
a {
  text-decoration: none;
  transition: all 0.25s ease;
  color: #004685;
}
h1 {
  line-height: 1em;
  font-size: 2.3em;
}
h3 {
  font-weight: 300;
  line-height: 1em;
  font-size: 1.75em;
  margin: 25px 0 25px 0;
}
h4 {
  color: #0eace7;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.70em;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0.5px;
}
strong {
  font-weight: 700;
}
.whatsappbtn {
  width: 50px;
  height: 50px;
  display: block;
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 9;
}
.whatsappbtn img {
  width: 100%;
  z-index: 9;
}
.whatsappbtn:hover:before {
  color: #ffffff;
  background: #004685;
  border: 5px solid #004685;
}
.whatsappbtn:before {
  position: absolute;
  top: 7px;
  left: -169px;
  content: 'Whatsapp met FRIS';
  display: block;
  background: #d7d7d7;
  border: 5px solid #d7d7d7;
  border-right: none;
  width: 175px;
  color: black;
  font-weight: bold;
  font-size: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 15px;
  z-index: -1;
}
@media (min-width: 60rem) {
  .whatsappbtn {
    bottom: 60px;
    right: 50px;
    width: 75px;
    height: 75px;
  }
  .whatsappbtn:before {
    display: block;
    top: 20px;
  }
}
.clear {
  clear: both;
}
body #page .gform_wrapper .gform_body ul li .gfield_label {
  display: none;
}
body #page .gform_wrapper .gform_body ul li .ginput_container input,
body #page .gform_wrapper .gform_body ul li .ginput_container select,
body #page .gform_wrapper .gform_body ul li .ginput_container textarea {
  line-height: 1.5em;
  padding: 15px 15px;
}
body #page .gform_wrapper .gform_body ul li .ginput_container input[type='checkbox'] {
  position: relative;
  width: 40px;
  padding-right: 5px;
  line-height: 30px;
  vertical-align: text-top;
  margin-left: 5px;
}
body #page .gform_wrapper .gform_body ul li .ginput_container input[type='checkbox']:after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 1px #b8b8b8;
  -moz-box-shadow: 0px 0px 0px 1px #b8b8b8;
  box-shadow: 0px 0px 0px 1px #b8b8b8;
}
body #page .gform_wrapper .gform_body ul li .ginput_container input[type='checkbox']:checked:after {
  background: #0eace7;
}
body #page .gform_wrapper .gform_body ul li .ginput_container .gfield_consent_label a {
  background: none;
  padding: 0;
  border: none;
  font-size: inherit;
  color: #004685;
}
body #page .gform_wrapper .gform_body ul li .ginput_container .gfield_consent_label a:hover {
  background: none;
}
.gform_wrapper {
  font-size: 16px;
}
.gform_wrapper .gform_footer .button {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
}
.gform_wrapper .gform_footer .button:hover {
  background: #ffffff;
  color: #004685;
}
#cn-notice-buttons .cn-button.bootstrap {
  background: #0eace7;
}
#cn-notice-buttons #cn-refuse-cookie,
#cn-notice-buttons #cn-more-info {
  background: #004685;
}
/* breakpoints */
/* paddings */
/* grid	 */
.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}
/* widths */
/* vars */
/* base */
/* color */
/* transitions */
/* header & footer */
/* container and burger breakpoint */
/* blocks and such */
h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: normal;
  margin-top: 2px;
  font-weight: 300;
}
@media (min-width: 60rem) {
  h2 {
    font-size: 1.5em;
    line-height: 1em;
  }
}
@media (min-width: 80rem) {
  h2 {
    font-size: 2em;
  }
}
body .layout .awesomplete > ul > li {
  color: #131313;
  text-align: left;
}
body .layout .awesomplete > ul > li:hover {
  background: #004685;
  color: #ffffff;
}
body .layout .awesomplete .visually-hidden {
  display: none !important;
}
/* contents layout */
.foldable {
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
  padding-bottom: 40px;
  margin-bottom: 25px;
}
.foldable .foldable-trigger {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  padding-top: 0;
  background: linear-gradient(#ffffff, #ffffff 70%);
  width: 100%;
  text-align: center;
  transition: all .5s ease;
  border-top: 1px solid #b1b1b1;
}
.foldable .foldable-trigger div {
  display: inline-block;
  background: #004685;
  padding: 1px 20px;
  color: #ffffff;
  border-radius: 0 0 7px 7px;
}
.foldable .foldable-trigger.fold {
  opacity: 1;
}
.foldable .foldable-trigger.unfold {
  opacity: 0;
}
.foldable.folded .foldable-trigger.fold {
  opacity: 0;
}
.foldable.folded .foldable-trigger.unfold {
  opacity: 1;
}
#page {
  margin-top: 70px;
}
.layout-header {
  z-index: 99999;
}
.layout-header .cta-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 23px;
  background-color: #004685;
  color: #ffffff;
  text-align: center;
  font-size: 0.6em;
  z-index: 9;
  display: block;
  line-height: 21px;
  font-weight: 400;
}
.layout-header .cta-bar img {
  display: none;
}
@media (min-width: 60rem) {
  .layout-header .cta-bar {
    z-index: 0;
    font-size: 1em;
    height: 28px;
    padding-left: 150px;
    background-color: #d7d7d7;
    color: #131313;
    line-height: 26px;
  }
  .layout-header .cta-bar img {
    position: absolute;
    display: block;
    left: 33%;
    transform: translateX(-50%);
  }
}
@media (min-width: 80rem) {
  .layout-header .cta-bar {
    padding-left: 50px;
  }
}
@media (min-width: 1700px) {
  .layout-header .cta-bar img {
    left: 37%;
  }
}
@media (min-width: 2000px) {
  .layout-header .cta-bar img {
    left: 39%;
  }
}
.layout-header .header {
  background: #ffffff;
  display: none;
}
@media (min-width: 60rem) {
  .layout-header .header {
    display: block;
  }
}
.layout-header .header .container .home {
  top: 0;
  transform: none;
}
@media (min-width: 60rem) {
  .layout-header .header .container .home img {
    max-width: 75%;
    width: 100%;
    min-width: 275px;
  }
}
@media (min-width: 80rem) {
  .layout-header .header .container .home img {
    max-width: 100%;
    width: 100%;
    min-width: 374px;
  }
}
.layout-header .header .container ul.main-menu {
  position: absolute;
  right: 0;
  top: 50%;
}
.layout-header .header .container ul.main-menu li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
@media (min-width: 80rem) {
  .layout-header .header .container ul.main-menu li {
    margin: 0 25px;
  }
}
.layout-header .header .container ul.main-menu li a {
  color: #131313;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 300;
}
@media (min-width: 80rem) {
  .layout-header .header .container ul.main-menu li a {
    font-size: 1.5em;
  }
}
.layout-header .header .container ul.main-menu li a:hover {
  text-decoration: underline;
  color: #004685;
}
.layout-header .header .container ul.main-menu li.current-menu-item a {
  color: #004685;
}
.layout-header .header .container ul.main-menu li:last-child {
  font-size: 1.5em;
  position: relative;
  line-height: 45px;
  vertical-align: middle;
}
.layout-header .header .container ul.main-menu li:last-child a {
  color: #004685;
}
.layout-header .header .container ul.main-menu li:last-child a:hover {
  color: #131313;
}
.layout-header .header .container ul.main-menu li:last-child a span {
  display: none;
}
.layout-header .header .container ul.main-menu li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  padding: 10px 0 0 0;
  background: #ffffff;
  z-index: 9;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  border-top: 0;
}
.layout-header .header .container ul.main-menu li .sub-menu li a {
  min-width: 250px;
  display: block;
  padding: 5px 0;
  font-size: 1em;
}
.layout-header .header .container ul.main-menu li .sub-menu li:last-child {
  font-size: inherit;
  line-height: inherit;
}
.layout-header .header .container ul.main-menu li .sub-menu li:last-child a {
  color: #131313;
}
.layout-header .header .container ul.main-menu li .sub-menu li:last-child a:hover {
  color: #004685;
}
.layout-header .header .container ul.main-menu li .sub-menu li:last-child a span {
  display: block;
}
.layout-header .header .container ul.main-menu li:hover .sub-menu {
  display: block;
}
.layout-header .header .container ul.main-supporting-menu {
  position: absolute;
  right: 0;
  top: 30px;
  transform: none;
}
.layout-header .header .container ul.main-supporting-menu li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  vertical-align: middle;
}
@media (min-width: 80rem) {
  .layout-header .header .container ul.main-supporting-menu li {
    margin: 0 15px;
  }
}
.layout-header .header .container ul.main-supporting-menu li a {
  color: #777777;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 0.90em;
}
.layout-header .header .container ul.main-supporting-menu li a:hover {
  text-decoration: underline;
  color: #004685;
}
.layout-header .header .container ul.main-supporting-menu li.current-menu-item a {
  font-weight: bold;
  color: #004685;
}
.layout-header .header .container ul.main-supporting-menu li.search {
  width: 20px;
}
.layout-header .header .container ul.main-supporting-menu li.search i {
  color: #004685;
}
.layout-header .header .container ul.main-supporting-menu li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  padding: 10px 0;
  background: #ffffff;
  z-index: 9;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  border-top: 0;
}
.layout-header .header .container ul.main-supporting-menu li .sub-menu li a {
  min-width: 200px;
  display: block;
  padding: 5px 0;
}
.layout-header .header .container ul.main-supporting-menu li:hover .sub-menu {
  display: block;
}
.layout-header .header-small {
  display: block;
  background: #ffffff;
  height: 80px;
}
@media (min-width: 60rem) {
  .layout-header .header-small {
    display: none;
  }
}
.layout-header .header-small .container .home {
  position: absolute;
  top: 0;
  transform: none;
  display: block;
}
.layout-header .header-small .container .home img {
  max-width: 200px;
}
.layout-header .header-small .container .toggle {
  position: absolute;
  top: 22px;
  right: 25px;
  height: 20px;
  width: 20px;
  font-size: 2em;
  color: #004685;
}
.layout-header .menu-small {
  display: none;
  background: #ffffff;
  height: 100vh;
  transition: all .25s ease;
  overflow: auto;
}
@media (min-width: 60rem) {
  .layout-header .menu-small {
    background: #004685;
    color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .layout-header .menu-small a {
    color: #ffffff;
  }
}
.layout-header .menu-small .container .searchbox {
  display: none;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}
@media (min-width: 60rem) {
  .layout-header .menu-small .container .searchbox {
    display: block;
  }
}
.layout-header .menu-small .container .searchbox .toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.layout-header .menu-small .container .searchbox .title {
  font-size: 2em;
  margin-bottom: 30px;
}
.layout-header .menu-small .container .searchbox form input {
  padding: 8px 20px;
  font-size: 1.5em;
  color: #004685;
}
.layout-header .menu-small .container .searchbox form button {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
  border: 2px solid #ffffff;
  vertical-align: top;
}
.layout-header .menu-small .container .searchbox form button:hover {
  background: #ffffff;
  color: #004685;
}
.layout-header .menu-small .container ul.main-menu {
  padding-top: 50px;
}
@media (min-width: 60rem) {
  .layout-header .menu-small .container ul.main-menu {
    display: none;
  }
}
.layout-header .menu-small .container ul.main-menu li {
  display: block;
  padding: 10px 0;
}
.layout-header .menu-small .container ul.main-menu li a {
  color: #131313;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 300;
  display: block;
}
.layout-header .menu-small .container ul.main-menu li a:hover {
  text-decoration: underline;
  color: #004685;
}
.layout-header .menu-small .container ul.main-menu li.current-menu-item a {
  color: #004685;
}
.layout-header .menu-small .container ul.main-menu li.phone {
  font-size: 1.2em;
  position: relative;
  line-height: 45px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.layout-header .menu-small .container ul.main-menu li.phone a {
  color: #004685;
}
.layout-header .menu-small .container ul.main-menu li.phone a:hover {
  color: #131313;
}
.layout-header .menu-small .container ul.main-menu li.phone a span {
  display: inline-block;
  font-size: 0.6em;
  margin-left: 10px;
}
.layout-header .menu-small .container ul.main-menu li .sub-menu {
  padding: 10px 0 0 0;
  background: #ffffff;
  z-index: 9;
  border-radius: 4px;
  border-top: 0;
}
.layout-header .menu-small .container ul.main-menu li .sub-menu li {
  padding: 0 10px;
}
.layout-header .menu-small .container ul.main-menu li .sub-menu li a {
  display: block;
  padding: 2px 0;
  font-size: 1em;
}
.layout-header .menu-small .container ul.main-menu li.folded a {
  position: relative;
}
.layout-header .menu-small .container ul.main-menu li.folded a:after {
  content: '\f107';
  font-family: fontawesome;
  font-style: normal;
  color: #004685;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-header .menu-small .container ul.main-menu li.folded .sub-menu {
  display: none;
}
.layout-header .menu-small .container ul.main-supporting-menu {
  padding: 10px 0;
}
@media (min-width: 60rem) {
  .layout-header .menu-small .container ul.main-supporting-menu {
    display: none;
    padding: 20px 0;
  }
}
.layout-header .menu-small .container ul.main-supporting-menu li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.layout-header .menu-small .container ul.main-supporting-menu li.wpml-ls-menu-item {
  display: none;
}
.layout-header .menu-small .container ul.main-supporting-menu li a {
  color: #131313;
}
.layout-header .menu-small .container ul.main-supporting-menu li.search {
  width: 100%;
  margin-top: 10px;
}
.layout-header .menu-small .container ul.main-supporting-menu li.search form input {
  padding: 8px 10px;
  font-size: 1em;
  color: #004685;
  width: 60%;
}
.layout-header .menu-small .container ul.main-supporting-menu li.search form button {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
  border: 2px solid #ffffff;
  line-height: 39px;
}
.layout-header .menu-small .container ul.main-supporting-menu li.search form button:hover {
  background: #ffffff;
  color: #004685;
}
.layout-header .menu {
  z-index: 9;
}
.menu-open .layout-header .menu-small {
  display: block;
}
.layout-eyecandy .container {
  position: relative;
}
.layout-eyecandy .container ul li {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.layout-eyecandy .container ul li:after {
  position: absolute;
  bottom: -68%;
  right: -30%;
  width: 100%;
  height: 150%;
  content: ' ';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01518e+22,0182c3+50,1e9ddd+73,ffffff+100&1+0,1+32,0.72+54,0+71 */
  background: -moz-radial-gradient(center, ellipse cover, #01518e 0%, #01518e 22%, #0163a1 32%, rgba(1, 130, 195, 0.77) 50%, rgba(6, 135, 200, 0.72) 54%, rgba(27, 155, 219, 0) 71%, rgba(30, 157, 221, 0) 73%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #01518e 0%, #01518e 22%, #0163a1 32%, rgba(1, 130, 195, 0.77) 50%, rgba(6, 135, 200, 0.72) 54%, rgba(27, 155, 219, 0) 71%, rgba(30, 157, 221, 0) 73%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #01518e 0%, #01518e 22%, #0163a1 32%, rgba(1, 130, 195, 0.77) 50%, rgba(6, 135, 200, 0.72) 54%, rgba(27, 155, 219, 0) 71%, rgba(30, 157, 221, 0) 73%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01518e', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.layout-eyecandy .container ul li.has-no-text:after {
  display: none;
}
.layout-eyecandy .container .text-placeholder {
  position: absolute;
  bottom: 10px;
  right: auto;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: right;
  max-width: 500px;
  font-weight: 300;
  padding: 0 30px;
}
@media (min-width: 60rem) {
  .layout-eyecandy .container .text-placeholder {
    font-size: 2.3em;
    right: 100px;
    padding: 0;
  }
}
.layout-eyecandy .container .text-placeholder p {
  margin: 20px 0;
}
.layout-eyecandy .container .text-placeholder p:nth-of-type(2) {
  margin-bottom: 20px;
}
.layout-eyecandy .container .text-placeholder a {
  background: #ffffff;
  outline: none;
  border: 1px solid #131313;
  padding: 1px 27px;
  color: #131313;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 47px;
  font-weight: 400;
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
.layout-eyecandy .container .text-placeholder a:hover {
  background: #004685;
  color: #ffffff;
}
@media (max-width: 60rem) {
  .layout-eyecandy .container .text-placeholder a {
    margin-bottom: 10px;
  }
}
.layout-eyecandy .container .text-placeholder a:hover {
  background: #ffffff;
  color: #004685;
}
.layout-eyecandy .container .text-placeholder strong a,
.layout-eyecandy .container .text-placeholder a strong {
  background: #ffffff;
  color: #004685;
}
.layout-breadcrumbs {
  color: #9b9b9b;
  font-size: 0.8em;
  padding: 30px 0;
}
.layout-breadcrumbs .container a {
  color: #9b9b9b;
}
@media (min-width: 60rem) {
  .layout-breadcrumbs .container > span {
    margin-left: 25px;
  }
}
.layout-breadcrumbs .container span.breadcrumb_last {
  font-weight: bold;
}
@media (min-width: 60rem) {
  .layout-searchheader {
    padding-top: 20px;
  }
}
.layout-searchheader .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.layout-searchheader .container .wrapper {
  position: relative;
  background: #f1f1f1;
}
.layout-searchheader .container .wrapper .title-and-form {
  padding: 50px 10px 40px;
  z-index: 9;
}
@media (min-width: 60rem) {
  .layout-searchheader .container .wrapper .title-and-form {
    padding: 50px 20px 40px;
  }
}
.layout-searchheader .container .wrapper .title-and-form h1 {
  color: #ffffff;
  font-weight: 300;
}
.layout-searchheader .container .wrapper .title-and-form form {
  border: 1px solid #b8b8b8;
  padding: 5px;
  background: #ffffff;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.layout-searchheader .container .wrapper .title-and-form form .awesomplete {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 60rem) {
  .layout-searchheader .container .wrapper .title-and-form form .awesomplete {
    width: auto;
    margin-bottom: 0;
  }
}
.layout-searchheader .container .wrapper .title-and-form form input[type=text] {
  width: 100%;
  border-bottom: 1px solid #b8b8b8;
  padding: 14px;
}
@media (min-width: 60rem) {
  .layout-searchheader .container .wrapper .title-and-form form input[type=text] {
    width: 412px;
    border-left: 1px solid #b8b8b8;
    border-bottom: 0;
  }
}
@media (min-width: 80rem) {
  .layout-searchheader .container .wrapper .title-and-form form input[type=text] {
    width: 435px;
  }
}
.layout-searchheader .container .wrapper .title-and-form form input,
.layout-searchheader .container .wrapper .title-and-form form .select {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  outline: none;
}
.layout-searchheader .container .wrapper .title-and-form form input::-webkit-input-placeholder,
.layout-searchheader .container .wrapper .title-and-form form .select::-webkit-input-placeholder {
  font-size: 0.7em;
}
.layout-searchheader .container .wrapper .title-and-form form input:-ms-input-placeholder,
.layout-searchheader .container .wrapper .title-and-form form .select:-ms-input-placeholder {
  font-size: 0.7em;
}
.layout-searchheader .container .wrapper .title-and-form form input::placeholder,
.layout-searchheader .container .wrapper .title-and-form form .select::placeholder {
  font-size: 0.7em;
}
@media (min-width: 60rem) {
  .layout-searchheader .container .wrapper .title-and-form form input,
  .layout-searchheader .container .wrapper .title-and-form form .select {
    width: auto;
    margin-bottom: 0;
  }
}
.layout-searchheader .container .wrapper .title-and-form form .select {
  position: relative;
  display: inline-block;
}
@media (min-width: 60rem) {
  .layout-searchheader .container .wrapper .title-and-form form .select {
    border-right: 1px solid #b8b8b8;
  }
}
.layout-searchheader .container .wrapper .title-and-form form .select:after {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
.layout-searchheader .container .wrapper .title-and-form form .select select {
  position: relative;
  width: 100%;
  padding: 14px;
  border: none;
  outline: none;
}
.layout-searchheader .container .wrapper .title-and-form form .select select::-webkit-input-placeholder {
  font-size: 0.7em;
}
.layout-searchheader .container .wrapper .title-and-form form .select select:-ms-input-placeholder {
  font-size: 0.7em;
}
.layout-searchheader .container .wrapper .title-and-form form .select select::placeholder {
  font-size: 0.7em;
}
.layout-searchheader .container .wrapper .title-and-form form span {
  position: relative;
  background: #004685;
  vertical-align: bottom;
  display: block;
  height: 47px;
}
@media (min-width: 60rem) {
  .layout-searchheader .container .wrapper .title-and-form form span {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 47px;
  }
}
.layout-searchheader .container .wrapper .title-and-form form span input[type=submit] {
  vertical-align: bottom;
  width: 100%;
  z-index: 9;
  position: relative;
  background: none;
  padding: 0;
  font-size: 1.2em;
}
@media (min-width: 60rem) {
  .layout-searchheader .container .wrapper .title-and-form form span input[type=submit] {
    width: 60px;
    text-indent: -9999px;
  }
}
.layout-searchheader .container .wrapper .title-and-form form span:after {
  position: absolute;
  bottom: 10px;
  right: 15px;
  content: '';
  display: block;
  height: 26px;
  width: 26px;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/search.svg);
  mask-image: url(../images/search.svg);
}
.layout-searchheader .container .wrapper .title-and-form form select {
  border: 1px solid #b8b8b8;
}
@media (min-width: 60rem) {
  .layout-searchheader .container .wrapper .title-and-form form select {
    border: none;
    border-right: 1px solid #b8b8b8;
  }
}
.layout-searchheader .container .wrapper .title-and-form form label {
  width: 75%;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 2em;
}
@media (min-width: 40rem) {
  .layout-searchheader .container .wrapper .title-and-form form label {
    width: auto;
    margin-bottom: 0;
    line-height: 2em;
  }
}
.layout-searchheader .container .wrapper .title-and-form form #houses,
.layout-searchheader .container .wrapper .title-and-form form #newconstruction {
  position: relative;
  width: 40px;
  padding-right: 5px;
  line-height: 30px;
  vertical-align: text-top;
  margin-left: 5px;
}
.layout-searchheader .container .wrapper .title-and-form form #houses:after,
.layout-searchheader .container .wrapper .title-and-form form #newconstruction:after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 1px #b8b8b8;
  -moz-box-shadow: 0px 0px 0px 1px #b8b8b8;
  box-shadow: 0px 0px 0px 1px #b8b8b8;
}
.layout-searchheader .container .wrapper .title-and-form form #houses:checked:after,
.layout-searchheader .container .wrapper .title-and-form form #newconstruction:checked:after {
  background: #0eace7;
}
.home .layout-blocks .container,
.home .layout-imageandtext .container {
  max-width: 100%;
}
@media (min-width: 60rem) {
  .home .layout-blocks .container,
  .home .layout-imageandtext .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.home .layout-blocks .block.search #entity-search-form-frontpage .inner-form.form .select,
.home .layout-blocks .block.search #entity-search-form-frontpage .inner-form.form select {
  min-width: 75px;
  width: 75px;
}
@media (min-width: 60rem) {
  .home .layout-blocks .block.search #entity-search-form-frontpage .inner-form.form .select,
  .home .layout-blocks .block.search #entity-search-form-frontpage .inner-form.form select {
    min-width: 150px;
    width: 150px;
  }
}
.layout-blocks .blocks {
  color: #ffffff;
}
.layout-blocks .blocks a {
  color: #ffffff;
}
.layout-blocks .blocks .block > div {
  border-radius: 4px;
}
.layout-blocks .blocks .block > div h2 {
  font-weight: 300;
}
.layout-blocks .blocks .block > div h2 strong {
  font-weight: 600;
}
.layout-blocks .blocks .search > div {
  background-color: unset;
  background-position: 50% 10%;
}
.layout-blocks .blocks .search > div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #000000 0%, rgba(20, 20, 20, 0) 85%);
  z-index: 0;
  border-radius: 4px;
}
.layout-blocks .blocks .search > div > div {
  bottom: 10px;
  z-index: 9;
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .search > div > div {
    bottom: 30px;
  }
}
.layout-blocks .blocks .search > div > div form {
  background: #ffffff;
  border: 1px solid #b8b8b8;
  padding: 3px;
  position: relative;
}
@media (min-width: 80rem) {
  .layout-blocks .blocks .search > div > div form {
    padding: 5px;
  }
}
.layout-blocks .blocks .search > div > div form .awesomplete {
  width: 100%;
}
@media (min-width: 40rem) {
  .layout-blocks .blocks .search > div > div form .awesomplete {
    width: 69%;
  }
}
@media (min-width: 80rem) {
  .layout-blocks .blocks .search > div > div form .awesomplete {
    width: 79%;
  }
}
.layout-blocks .blocks .search > div > div form input[type=text] {
  width: 100%;
  padding: 12px;
}
.layout-blocks .blocks .search > div > div form input,
.layout-blocks .blocks .search > div > div form .select {
  width: 100%;
  border: none;
  outline: none;
}
.layout-blocks .blocks .search > div > div form input::-webkit-input-placeholder,
.layout-blocks .blocks .search > div > div form .select::-webkit-input-placeholder {
  font-size: 0.7em;
}
.layout-blocks .blocks .search > div > div form input:-ms-input-placeholder,
.layout-blocks .blocks .search > div > div form .select:-ms-input-placeholder {
  font-size: 0.7em;
}
.layout-blocks .blocks .search > div > div form input::placeholder,
.layout-blocks .blocks .search > div > div form .select::placeholder {
  font-size: 0.7em;
}
@media (min-width: 40rem) {
  .layout-blocks .blocks .search > div > div form input,
  .layout-blocks .blocks .search > div > div form .select {
    width: 30%;
  }
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .search > div > div form input,
  .layout-blocks .blocks .search > div > div form .select {
    width: 20%;
  }
}
.layout-blocks .blocks .search > div > div form .select {
  position: relative;
  display: inline-block;
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .search > div > div form .select {
    border-right: 1px solid #b8b8b8;
  }
}
.layout-blocks .blocks .search > div > div form .select:after {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 9999999;
}
.layout-blocks .blocks .search > div > div form .select select {
  position: relative;
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
}
.layout-blocks .blocks .search > div > div form .select select::-webkit-input-placeholder {
  font-size: 0.7em;
}
.layout-blocks .blocks .search > div > div form .select select:-ms-input-placeholder {
  font-size: 0.7em;
}
.layout-blocks .blocks .search > div > div form .select select::placeholder {
  font-size: 0.7em;
}
.layout-blocks .blocks .search > div > div form span {
  position: relative;
  background: #004685;
  vertical-align: bottom;
  display: inline-block;
  height: 43px;
  width: 100%;
  top: 1px;
  right: 0px;
}
@media (min-width: 40rem) {
  .layout-blocks .blocks .search > div > div form span {
    top: 3px;
    right: 3px;
    width: 60px;
    position: absolute;
  }
}
@media (min-width: 80rem) {
  .layout-blocks .blocks .search > div > div form span {
    top: 6px;
    right: 6px;
    height: 42px;
  }
}
.layout-blocks .blocks .search > div > div form span input[type=submit] {
  vertical-align: bottom;
  width: 100%;
  z-index: 9;
  position: relative;
  color: #ffffff;
  background: none;
  line-height: 1.4em;
  font-size: 1.2em;
  cursor: pointer;
}
@media (min-width: 40rem) {
  .layout-blocks .blocks .search > div > div form span input[type=submit] {
    text-indent: -9999px;
  }
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .search > div > div form span input[type=submit] {
    width: 60px;
  }
}
.layout-blocks .blocks .search > div > div form span:after {
  position: absolute;
  bottom: 10px;
  right: 15px;
  content: '';
  display: block;
  height: 26px;
  width: 26px;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/search.svg);
  mask-image: url(../images/search.svg);
}
.layout-blocks .blocks .text {
  color: #131313;
}
.layout-blocks .blocks .link > div {
  background-color: #004685;
}
.layout-blocks .blocks .link > div div {
  padding-right: 50px;
}
@media (max-width: 60rem) {
  .layout-blocks .blocks .link > div h2 {
    font-size: 1em;
  }
}
.layout-blocks .blocks .link > div:after {
  position: absolute;
  bottom: 8px;
  right: 15px;
  content: '';
  display: block;
  height: 30px;
  width: 25px;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/arrow-right.svg);
  mask-image: url(../images/arrow-right.svg);
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .link > div:after {
    bottom: 31px;
    right: 30px;
    width: 30px;
  }
}
.layout-blocks .blocks .image > div,
.layout-blocks .blocks .video > div {
  font-size: 1.5em;
  font-size: 1.2em;
}
.layout-blocks .blocks .image .wrapper {
  overflow: hidden;
}
.layout-blocks .blocks .image .wrapper > div {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  transition: all .5s;
  background-size: 105%;
}
@media (min-width: 60rem) {
  .layout-blocks .blocks .image .wrapper > div {
    animation: zoom 5s infinite normal;
    animation-iteration-count: 1;
  }
}
@keyframes zoom {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}
@media (min-width: 60rem) {
  .layout-search .container ul {
    padding: 0 10%;
  }
}
.layout-search .container ul li a {
  display: block;
  color: #131313;
  text-decoration: none;
  padding: 15px 0;
}
@media (min-width: 60rem) {
  .layout-search .container ul li a {
    padding: 15px;
  }
}
.layout-search .container ul li a .type-title-and-contents .type {
  font-weight: bold;
}
.layout-search .container ul li a .type-title-and-contents .title {
  font-size: 1.5em;
  line-height: 1em;
  color: #004685;
  margin-bottom: 6px;
}
@media (min-width: 60rem) {
  .layout-search .container ul li a .type-title-and-contents .title {
    font-size: 2em;
  }
}
.layout-contents .container {
  padding: 30px 15px;
}
@media (min-width: 80rem) {
  .layout-contents .container {
    padding: 60px 15px;
    padding-left: 160px;
    padding-right: 160px;
  }
}
.layout-contents .container h1 {
  line-height: 1.3em;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.layout-contents .container a strong,
.layout-contents .container strong a {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
}
.layout-contents .container a strong:hover,
.layout-contents .container strong a:hover {
  background: #ffffff;
  color: #004685;
}
.layout-contents .container table tr td {
  border-bottom: 1px solid #b8b8b8;
  padding: 5px 20px 7px 20px;
  width: 63%;
}
@keyframes "loading" {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-moz-keyframes loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes "loading" {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-ms-keyframes "loading" {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-o-keyframes "loading" {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.layout-usps {
  background: #f1f1f1;
  padding: 60px 0;
  margin-top: 220px;
  clear: both;
  position: relative;
}
.layout-usps:before {
  position: absolute;
  top: -176px;
  left: 0;
  content: '';
  background-image: url(../images/medewerkers.png);
  width: 100%;
  height: 176px;
}
@media (max-width: 40rem) {
  .layout-usps:before {
    -webkit-animation: loading 14s infinite linear;
    -moz-animation: loading 14s infinite linear;
    -ms-animation: loading 14s infinite linear;
    -o-animation: loading 14s infinite linear;
    animation: loading 14s infinite linear;
  }
}
@media (max-width: 60rem) {
  .layout-usps:before {
    -webkit-animation: loading 24s infinite linear;
    -moz-animation: loading 24s infinite linear;
    -ms-animation: loading 24s infinite linear;
    -o-animation: loading 24s infinite linear;
    animation: loading 24s infinite linear;
  }
}
@media (max-width: 80rem) {
  .layout-usps:before {
    -webkit-animation: loading 34s infinite linear;
    -moz-animation: loading 34s infinite linear;
    -ms-animation: loading 34s infinite linear;
    -o-animation: loading 34s infinite linear;
    animation: loading 34s infinite linear;
  }
}
.layout-usps .container {
  max-width: 1050px;
}
.layout-usps .container .intro {
  padding: 30px 30px;
  text-align: center;
}
@media (min-width: 60rem) {
  .layout-usps .container .intro {
    padding: 30px 60px;
  }
}
@media (min-width: 60rem) {
  .layout-usps .container .usps .usp {
    width: 50%;
    float: left;
    padding: 10px 20px 10px 20px;
    min-height: 180px;
  }
}
.layout-usps .container .usps .usp > div {
  background-repeat: no-repeat;
  padding-left: 70px;
}
.layout-usps .container .usps .usp > div h3 {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1em;
  font-weight: 500;
}
.layout-usps .container .usps .usp > div p {
  font-size: 0.8em;
}
.layout-usps .end {
  clear: both;
}
.layout-testimonials,
.layout-testimonialslist {
  clear: both;
}
.layout-testimonials .container,
.layout-testimonialslist .container {
  border-bottom: 1px solid #b8b8b8;
  padding: 30px 15px 60px 15px;
}
@media (min-width: 60rem) {
  .layout-testimonials .container,
  .layout-testimonialslist .container {
    padding: 60px 0;
  }
}
.layout-testimonials .container ul,
.layout-testimonialslist .container ul {
  text-align: center;
}
.layout-testimonials .container ul li,
.layout-testimonialslist .container ul li {
  font-size: 1.2em;
  line-height: 1.4em;
}
@media (min-width: 80rem) {
  .layout-testimonials .container ul li,
  .layout-testimonialslist .container ul li {
    font-size: 1.6em;
    max-width: 750px;
  }
}
.layout-testimonials .container ul li footer,
.layout-testimonialslist .container ul li footer {
  font-size: 0.6em;
  font-weight: bold;
  color: #004685;
}
.layout-textanddetails .container,
.layout-textandfigures .container {
  padding: 30px 15px;
}
@media (min-width: 60rem) {
  .layout-textanddetails .container,
  .layout-textandfigures .container {
    padding: 60px 0;
  }
}
.layout-textanddetails h4,
.layout-textandfigures h4 {
  color: #0eace7;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.layout-textanddetails h2,
.layout-textandfigures h2 {
  margin-top: 2px;
}
.layout-textanddetails h1,
.layout-textandfigures h1 {
  font-size: 2em;
  margin-top: 2px;
  line-height: 1em;
  font-weight: 300;
}
.layout-textanddetails .text p,
.layout-textandfigures .text p {
  font-size: 0.8em;
}
.layout-textanddetails .text p:first-of-type,
.layout-textandfigures .text p:first-of-type {
  font-size: 1em;
}
.layout-textanddetails .text ul,
.layout-textandfigures .text ul {
  margin-left: 20px;
  list-style: disc;
}
.layout-textanddetails .text li,
.layout-textandfigures .text li {
  font-size: 0.8em;
}
.layout-textanddetails .text a,
.layout-textandfigures .text a {
  color: #004685;
  text-decoration: underline;
}
.layout-textanddetails .text a:hover,
.layout-textandfigures .text a:hover {
  text-decoration: none;
}
.layout-textanddetails .text a strong,
.layout-textandfigures .text a strong,
.layout-textanddetails .text strong a,
.layout-textandfigures .text strong a {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
  margin-right: 20px;
}
.layout-textanddetails .text a strong:hover,
.layout-textandfigures .text a strong:hover,
.layout-textanddetails .text strong a:hover,
.layout-textandfigures .text strong a:hover {
  background: #ffffff;
  color: #004685;
}
.layout-textanddetails .right,
.layout-textandfigures .right,
.layout-textanddetails .figures,
.layout-textandfigures .figures {
  font-size: 0.8em;
  color: #004685;
}
.layout-textanddetails .right h2,
.layout-textandfigures .right h2,
.layout-textanddetails .figures h2,
.layout-textandfigures .figures h2 {
  font-weight: 100;
}
.layout-textanddetails .right h2 strong,
.layout-textandfigures .right h2 strong,
.layout-textanddetails .figures h2 strong,
.layout-textandfigures .figures h2 strong {
  font-weight: bold;
}
.layout-textanddetails .right ul li,
.layout-textandfigures .right ul li,
.layout-textanddetails .figures ul li,
.layout-textandfigures .figures ul li {
  font-size: 2em;
  color: #004685;
  margin-bottom: 30px;
  line-height: 1em;
}
.layout-textanddetails .right ul li div,
.layout-textandfigures .right ul li div,
.layout-textanddetails .figures ul li div,
.layout-textandfigures .figures ul li div {
  display: contents;
}
.layout-textanddetails .right ul li .figure,
.layout-textandfigures .right ul li .figure,
.layout-textanddetails .figures ul li .figure,
.layout-textandfigures .figures ul li .figure {
  font-weight: 800;
  margin-right: 5px;
}
.layout-textanddetails .right ul li .label a:hover,
.layout-textandfigures .right ul li .label a:hover,
.layout-textanddetails .figures ul li .label a:hover,
.layout-textandfigures .figures ul li .label a:hover {
  text-decoration: underline;
}
@media (max-width: 60rem) {
  #afspraak.layout-imageandtext .container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 60rem) {
  #afspraak.layout-imageandtext .container .text {
    padding-bottom: 30px;
  }
}
.layout-imageandtext .container {
  border-bottom: 1px solid #b8b8b8;
  padding: 30px 15px;
}
@media (max-width: 60rem) {
  .layout-imageandtext .container {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (min-width: 60rem) {
  .layout-imageandtext .container {
    padding: 60px 0;
  }
}
.layout-imageandtext h4 {
  color: #0eace7;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.layout-imageandtext h2 {
  margin-top: 7px;
}
.layout-imageandtext ul {
  padding-left: 40px;
  list-style: disc;
}
.layout-imageandtext .form {
  background: #004685;
  padding: 40px;
  border-radius: 20px;
  color: white;
  margin-bottom: 30px;
}
@media (min-width: 60rem) {
  .layout-imageandtext .form {
    width: 40%;
    margin-bottom: 0;
  }
}
.layout-imageandtext .form .gform_wrapper textarea {
  max-height: 150px;
}
.layout-imageandtext .form .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}
.layout-imageandtext .form .gform_wrapper .gform_page_footer {
  text-align: right;
}
.layout-imageandtext .form .gform_wrapper .gform_page_footer .button {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
  background-color: #ffffff;
  color: #004685;
  border: 2px solid #ffffff;
}
.layout-imageandtext .form .gform_wrapper .gform_page_footer .button:hover {
  background: #ffffff;
  color: #004685;
}
.layout-imageandtext .form .gform_wrapper .gform_page_footer .button:hover {
  background-color: #004685;
  color: #ffffff;
}
@media (min-width: 60rem) {
  .layout-imageandtext .img,
  .layout-imageandtext iframe {
    max-width: 450px;
  }
}
@media (min-width: 80rem) {
  .layout-imageandtext .img,
  .layout-imageandtext iframe {
    max-width: 750px;
  }
}
.layout-imageandtext .img img,
.layout-imageandtext iframe img,
.layout-imageandtext .img iframe,
.layout-imageandtext iframe iframe {
  border-radius: 5px;
}
@media (max-width: 60rem) {
  .layout-imageandtext img {
    order: 2;
  }
}
@media (max-width: 60rem) {
  .layout-imageandtext .text {
    order: 1;
  }
}
.layout-imageandtext .text p {
  font-size: 0.9em;
}
.layout-imageandtext .text a {
  background: #ffffff;
  outline: none;
  border: 1px solid #131313;
  padding: 1px 27px;
  color: #131313;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 47px;
  font-weight: 400;
  margin-right: 20px;
  margin-top: 10px;
}
.layout-imageandtext .text a:hover {
  background: #004685;
  color: #ffffff;
}
.layout-imageandtext .text a strong,
.layout-imageandtext .text strong a {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
}
.layout-imageandtext .text a strong:hover,
.layout-imageandtext .text strong a:hover {
  background: #ffffff;
  color: #004685;
}
.layout-imageandtext .text.onlytext {
  padding: 0;
}
@media (min-width: 80rem) {
  .layout-imageandtext .text.onlytext {
    padding: 0 160px;
  }
}
.layout-imageandtext .text a em,
.layout-imageandtext .text em a {
  background: none;
  padding: 0;
  border: 0;
  font-size: 1em;
  margin: 0;
  display: inline;
  line-height: 1em;
  font-weight: 300;
  color: #004685;
  text-decoration: underline;
  font-style: normal;
}
.layout-imageandtext .text a em:hover,
.layout-imageandtext .text em a:hover {
  text-decoration: none;
  background: none;
  color: #004685;
}
.layout-imageandtext.text_over_image .wrapper {
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 30px;
  color: #ffffff;
  border-radius: 4px;
}
@media (min-width: 80rem) {
  .layout-imageandtext.text_over_image .wrapper {
    padding: 70px 100px;
  }
}
.layout-imageandtext.text_over_image .wrapper .text {
  max-width: 600px;
  display: block;
}
.layout-newslatest .container,
.layout-news .container {
  padding: 60px 15px;
}
@media (min-width: 80rem) {
  .layout-newslatest .container,
  .layout-news .container {
    padding: 60px 0;
    padding-left: 160px;
    padding-right: 160px;
  }
}
.layout-newslatest .container h2,
.layout-news .container h2 {
  font-weight: 100;
  margin-bottom: 30px;
}
@media (min-width: 60rem) {
  .layout-newslatest .container h2,
  .layout-news .container h2 {
    margin-bottom: 60px;
  }
}
.layout-newslatest .container ul li,
.layout-news .container ul li {
  margin-top: 20px;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  display: inline-block !important;
}
.layout-newslatest .container ul li .img,
.layout-news .container ul li .img {
  border-radius: 6px;
  height: 255px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-newslatest .container ul li .img:after,
.layout-news .container ul li .img:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 100px;
  border-color: transparent transparent #ffffff transparent;
}
.layout-newslatest .container ul li .category-and-title,
.layout-news .container ul li .category-and-title {
  padding-top: 40px;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #131313;
  height: 140px;
  overflow: hidden;
}
.layout-newslatest .container ul li .more,
.layout-news .container ul li .more {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
}
.layout-newslatest .container ul li .more:hover,
.layout-news .container ul li .more:hover {
  background: #ffffff;
  color: #004685;
}
.layout-newslatest .container {
  border-bottom: 1px solid #b8b8b8;
}
.layout-newslatest .container ul li {
  margin-top: 0;
}
@media (max-width: 60rem) {
  .layout-newslatest .container ul li:nth-of-type(2),
  .layout-newslatest .container ul li:nth-of-type(3) {
    display: none !important;
  }
}
.layout-faq {
  padding: 60px 0;
}
.layout-faq .content {
  border-bottom: 1px solid #b8b8b8;
  padding: 60px 15px;
}
@media (min-width: 60rem) {
  .layout-faq .content {
    padding: 60px;
  }
}
.layout-faq .content a:hover {
  text-decoration: underline;
}
@media (min-width: 60rem) {
  .layout-faq .wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-faq .wrapper.folded a:after {
  content: '\f107';
  font-family: fontawesome;
  display: inline-block;
  margin-left: 10px;
}
.layout-faq .wrapper.folded .answer {
  display: none;
}
.layout-faq .wrapper.folded ul li.unfolded a {
  color: #0eace7;
  text-decoration: underline;
}
.layout-faq .wrapper.folded ul li.unfolded a:after {
  content: '\f107';
  font-family: fontawesome;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.layout-faq .wrapper.folded ul li.unfolded .answer {
  display: block;
  padding-left: 20px;
  border-left: 1px solid #0eace7;
  padding-right: 30px;
}
.layout-faq .wrapper.folded ul li.unfolded .answer ul {
  padding-left: 20px;
  list-style: disc;
}
.layout-faq .wrapper .faq-list {
  padding: 30px 0;
  vertical-align: top;
}
@media (min-width: 60rem) {
  .layout-faq .wrapper .faq-list {
    padding: 30px;
  }
}
.layout-faq .wrapper .faq-list .department-title {
  font-size: 1.5em;
  color: #0eace7;
  font-weight: 500;
  margin-bottom: 15px;
}
.layout-faq .wrapper .faq-list ul li {
  margin-bottom: 30px;
}
.layout-faq .wrapper .faq-list ul li a {
  font-weight: 300;
  color: #131313;
  display: block;
  padding: 0 0 10px 0;
  cursor: pointer;
  position: relative;
}
.layout-faq .wrapper .faq-list ul li a:hover {
  color: #0eace7;
  text-decoration: underline;
}
.layout-stafflist {
  padding: 60px 0 60px 0;
}
@media (min-width: 80rem) {
  .layout-stafflist .container {
    padding-left: 160px;
    padding-right: 160px;
  }
}
.layout-stafflist .container .department-title {
  font-size: 2em;
  margin: 20px 0 40px 0;
}
.layout-stafflist .container > ul > li {
  display: inline-block;
  width: 50%;
}
@media (min-width: 60rem) {
  .layout-stafflist .container > ul > li {
    width: 33%;
  }
}
.layout-stafflist .container > ul > li a {
  display: block;
  color: #131313;
  text-decoration: none;
}
.layout-stafflist .container > ul > li .properties {
  margin-top: 20px;
  min-height: 230px;
}
.layout-stafflist .container > ul > li .properties .name {
  font-size: 1.7em;
}
.layout-stafflist .container > ul > li .properties .role {
  font-size: 0.9em;
}
.layout-stafflist .container > ul > li .properties ul {
  margin-top: 10px;
}
.layout-stafflist .container > ul > li .properties ul li a {
  font-size: 1.2em;
  display: block;
  padding: 3px 0;
}
.layout-stafflist .container > ul > li .properties ul li a i {
  color: #004685;
  font-size: 1.4em;
  margin-right: 15px;
  text-align: center;
  width: 24px;
}
.layout-contactform {
  padding: 30px 0 30px 0;
}
@media (min-width: 60rem) {
  .layout-contactform {
    padding: 30px 0 60px 0;
  }
}
.layout-contactform .container {
  padding: 30px 0;
  padding-left: 15px;
  padding-right: 15px;
  background: #f1f1f1;
}
@media (min-width: 80rem) {
  .layout-contactform .container {
    padding: 60px 0;
    padding-left: 160px;
    padding-right: 160px;
  }
}
.layout-contactform .container #contact .gform_wrapper .gform_body ul li .gfield_label {
  display: none;
}
.layout-contactform .container #contact .gform_wrapper .gform_body ul li .ginput_container input,
.layout-contactform .container #contact .gform_wrapper .gform_body ul li .ginput_container select,
.layout-contactform .container #contact .gform_wrapper .gform_body ul li .ginput_container textarea {
  line-height: 1.5em;
  padding: 15px 15px;
  border: 1px solid #b8b8b8;
}
.layout-contactform .container #contact .gform_wrapper .gform_body ul li .ginput_container input[type='checkbox'] {
  position: relative;
  width: 40px;
  padding-right: 5px;
  line-height: 30px;
  vertical-align: text-top;
  margin-left: 5px;
}
.layout-contactform .container #contact .gform_wrapper .gform_body ul li .ginput_container input[type='checkbox']:after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 1px #b8b8b8;
  -moz-box-shadow: 0px 0px 0px 1px #b8b8b8;
  box-shadow: 0px 0px 0px 1px #b8b8b8;
}
.layout-contactform .container #contact .gform_wrapper .gform_body ul li .ginput_container input[type='checkbox']:checked:after {
  background: #0eace7;
}
.layout-contactcta {
  position: relative;
  padding: 15px 0 30px 0;
}
.layout-contactcta .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 80rem) {
  .layout-contactcta .container {
    padding-left: 160px;
    padding-right: 160px;
  }
}
.layout-contactcta #belons {
  position: absolute;
  top: -150px;
}
@media (min-width: 60rem) {
  .layout-contactcta .intro {
    padding: 30px 0 120px 0;
  }
}
.layout-contactcta .intro h4 {
  color: #0eace7;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.layout-contactcta .intro h2 {
  margin-top: 7px;
  font-weight: 300;
}
@media (min-width: 60rem) {
  .layout-contactcta .blocks {
    display: flex;
    margin: 0 -15px;
  }
}
.layout-contactcta .blocks .block {
  margin: 15px 0;
}
@media (min-width: 60rem) {
  .layout-contactcta .blocks .block {
    width: 50%;
    margin: 0 15px;
  }
}
.layout-contactcta .blocks .block > div {
  background: #004685;
  padding: 35px 35px 75px 35px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 60rem) {
  .layout-contactcta .blocks .block > div {
    padding: 50px;
  }
}
.layout-contactcta .blocks .block > div .name {
  text-transform: capitalize;
  font-weight: 100;
  margin: 0 0 50px 0;
  font-size: 2em;
}
.layout-contactcta .blocks .block > div a {
  color: #ffffff;
  display: block;
}
.layout-contactcta .blocks .block > div a.phone {
  font-weight: bold;
}
.layout-contactcta .blocks .block > div .social-pages {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.layout-contactcta .blocks .block > div .social-pages li {
  display: inline-block;
  margin: 0 4px;
}
.layout-contactcta .blocks .block > div .social-pages li a {
  display: block;
}
.layout-contactcta .blocks .block > div .social-pages li a i {
  background: #ffffff;
  color: #004685;
  padding: 7px 9px;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  text-align: center;
}
.layout-contactcta .blocks .block > div .social-pages li a:hover i {
  background: #004685;
  color: #ffffff;
}
span.selectboxit-container {
  position: relative;
  border: 1px solid #b8b8b8;
  padding: 5px 10px;
  margin-bottom: 20px;
}
span.selectboxit-container .selectboxit {
  outline: none;
}
span.selectboxit-container .selectboxit:hover .selectboxit-options {
  display: block;
}
span.selectboxit-container .selectboxit span {
  display: inline-block;
}
span.selectboxit-container .selectboxit .selectboxit-text {
  background: #ffffff;
  border: 1px solid #b8b8b8;
  padding: 4px 20px;
  outline: none;
  display: inline-block;
}
span.selectboxit-container .selectboxit .selectboxit-text:hover {
  cursor: pointer;
}
span.selectboxit-container .selectboxit-options {
  background: #ffffff;
  border: 1px solid #004685;
  position: absolute;
  top: 40px !important;
  left: 50px;
  z-index: 999;
  cursor: pointer;
  height: 150px;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
  width: 80%;
}
span.selectboxit-container .selectboxit-options li a {
  padding: 4px 20px;
  display: block;
}
span.selectboxit-container .selectboxit-options li a:hover {
  background: #f1f1f1;
}
.search-sidebar .style-dropdown select {
  background: #ffffff;
  border: none;
  border: 1px solid #b8b8b8;
  padding: 8px 20px;
  outline: none;
  width: 100%;
}
.search-sidebar span.selectboxit-container .selectboxit:before {
  display: inline-block;
  padding-right: 10px;
  font-weight: bold;
}
.search-sidebar span.selectboxit-container .selectboxit .selectboxit-text {
  background: #ffffff;
  border: none;
  border-left: 1px solid #b8b8b8;
  padding: 4px 20px;
  outline: none;
  display: inline-block;
}
.search-sidebar span.selectboxit-container .selectboxit .selectboxit-text:hover {
  cursor: pointer;
}
.search-sidebar span.selectboxit-container:first-of-type .selectboxit:before {
  content: 'Van';
}
.search-sidebar span.selectboxit-container:last-of-type .selectboxit:before {
  content: 'Tot';
}
.layout-searchresult.filter-open #entity-search-form #entity-search {
  display: block;
  margin-bottom: 50px;
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results {
    width: 70%;
  }
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results {
    width: 80%;
  }
}
.layout-searchresult.filter-open #entity-search-form #entity-results a.showfilterbutton {
  color: #131313;
  background: #f1f1f1;
  width: 90px;
  font-size: 2em;
}
.layout-searchresult.filter-open #entity-search-form #entity-results a.showfilterbutton i.open {
  display: none;
}
.layout-searchresult.filter-open #entity-search-form #entity-results a.showfilterbutton i.close {
  display: block;
}
.layout-searchresult.filter-open #entity-search-form #entity-results a.showfilterbutton:hover {
  background: #004685;
  color: #ffffff;
}
.layout-searchresult.filter-open #entity-search-form #entity-results .showfilter {
  display: none;
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.grid #entity-items .woning {
    width: 49%;
  }
}
@media (min-width: 80rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.grid #entity-items .woning {
    width: 33%;
  }
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.list .woning .item {
    min-height: 250px;
  }
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.list .woning .item a.object {
    background-size: 300px 100%;
    min-height: 300px;
  }
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.list .woning .item a.object {
    background-size: 400px 100%;
  }
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.list .woning .item a.object .item-content {
    padding-left: 300px;
  }
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.list .woning .item a.object .item-content {
    padding-left: 430px;
  }
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.map .woning .item {
    min-height: 250px;
  }
}
.layout-searchresult.filter-open #entity-search-form #entity-results.map .woning .item a.object {
  background-size: 160px 100%;
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.map .woning .item a.object {
    background-size: 400px 100%;
    min-height: 300px;
  }
}
.layout-searchresult.filter-open #entity-search-form #entity-results.map .woning .item a.object .item-content {
  padding-left: 150px;
  color: #131313;
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.map .woning .item a.object .item-content {
    padding-left: 430px;
  }
}
@media (min-width: 60rem) {
  .layout-searchresult.filter-open #entity-search-form #entity-results.map .woning .item a.object .more {
    margin-top: 15px;
  }
}
body.results-format-map .container .search-map {
  display: block;
}
body.results-format-map .container.filter-open .search-map {
  width: 100%;
  height: 300px;
}
@media (min-width: 60rem) {
  body.results-format-map .container.filter-open .search-map {
    width: 70%;
    height: 300px;
  }
}
@media (min-width: 80rem) {
  body.results-format-map .container.filter-open .search-map {
    width: 450px;
  }
}
@media (max-width: 80rem) {
  body.results-format-map .container.filter-open .search-map #google-map {
    height: 300px;
  }
}
body.results-format-map .container.filter-open #entity-items {
  margin-top: 325px !important;
}
@media (max-width: 80rem) {
  body.results-format-map .container.filter-open #entity-items {
    margin-top: 0;
    width: 100% !important;
  }
}
.layout-houses,
.archive {
  padding: 100px 0;
}
.layout-houses #page > .container,
.archive #page > .container {
  margin-top: 70px;
  text-align: center;
  position: relative;
  max-width: 100%;
}
@media (min-width: 60rem) {
  .layout-houses #page > .container,
  .archive #page > .container {
    padding: 0 55px;
  }
}
@media (min-width: 80rem) {
  .layout-houses #page > .container,
  .archive #page > .container {
    padding: 0 100px;
  }
}
.layout-houses .search-map,
.archive .search-map {
  position: absolute;
  top: 190px;
  left: 15px;
  right: 15px;
  height: 300px;
  width: 92%;
  display: none;
}
@media (min-width: 60rem) {
  .layout-houses .search-map,
  .archive .search-map {
    width: 375px;
    height: 1000px;
    top: 79px;
    left: auto;
  }
}
@media (min-width: 80rem) {
  .layout-houses .search-map,
  .archive .search-map {
    width: 560px;
  }
}
.layout-houses .search-map #google-map,
.archive .search-map #google-map {
  height: 300px;
  border-radius: 5px;
}
@media (min-width: 60rem) {
  .layout-houses .search-map #google-map,
  .archive .search-map #google-map {
    height: 1000px;
  }
}
.layout-houses #entity-search-form,
.archive #entity-search-form {
  text-align: left;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form,
  .archive #entity-search-form {
    display: flex;
  }
}
.layout-houses #entity-search-form #entity-search,
.archive #entity-search-form #entity-search {
  display: none;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-search,
  .archive #entity-search-form #entity-search {
    width: 30%;
    padding-right: 20px;
  }
}
@media (min-width: 80rem) {
  .layout-houses #entity-search-form #entity-search,
  .archive #entity-search-form #entity-search {
    width: 25%;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .layout-houses #entity-search-form #entity-search,
  .archive #entity-search-form #entity-search {
    width: 20%;
  }
}
.layout-houses #entity-search-form #entity-search .search-field,
.archive #entity-search-form #entity-search .search-field {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.layout-houses #entity-search-form #entity-search .search-field.field-header .title,
.archive #entity-search-form #entity-search .search-field.field-header .title {
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  margin-top: 2px;
  display: inline-block;
  margin-right: 15px;
}
.layout-houses #entity-search-form #entity-search .search-field.field-header a,
.archive #entity-search-form #entity-search .search-field.field-header a {
  color: #0eace7;
  font-weight: 600;
  text-decoration: underline;
}
.layout-houses #entity-search-form #entity-search .search-field.field-header a:hover,
.archive #entity-search-form #entity-search .search-field.field-header a:hover {
  text-decoration: none;
}
.layout-houses #entity-search-form #entity-search .search-field h4,
.archive #entity-search-form #entity-search .search-field h4 {
  text-transform: none;
  color: #131313;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 15px;
}
.layout-houses #entity-search-form #entity-search .search-field .search-items label,
.archive #entity-search-form #entity-search .search-field .search-items label {
  display: block;
  margin: 10px 0;
  position: relative;
  padding-left: 40px;
}
.layout-houses #entity-search-form #entity-search .search-field .search-items label input[type='checkbox'],
.archive #entity-search-form #entity-search .search-field .search-items label input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  padding-right: 5px;
  line-height: 30px;
  vertical-align: text-top;
  margin-left: 5px;
}
.layout-houses #entity-search-form #entity-search .search-field .search-items label input[type='checkbox']:after,
.archive #entity-search-form #entity-search .search-field .search-items label input[type='checkbox']:after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 1px #b8b8b8;
  -moz-box-shadow: 0px 0px 0px 1px #b8b8b8;
  box-shadow: 0px 0px 0px 1px #b8b8b8;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-houses #entity-search-form #entity-search .search-field .search-items label input[type='checkbox']:checked:after,
.archive #entity-search-form #entity-search .search-field .search-items label input[type='checkbox']:checked:after {
  background: #0eace7;
}
.layout-houses #entity-search-form #entity-search .search-field .search-items .selectboxit-container,
.archive #entity-search-form #entity-search .search-field .search-items .selectboxit-container {
  display: none;
}
.layout-houses #entity-search-form #entity-search .search-field.search-select-dropdown .search-items .selectboxit-container,
.archive #entity-search-form #entity-search .search-field.search-select-dropdown .search-items .selectboxit-container {
  display: block;
}
.layout-houses #entity-search-form #entity-search .search-field.search-select-dropdown .slider-container,
.archive #entity-search-form #entity-search .search-field.search-select-dropdown .slider-container {
  display: none;
}
.layout-houses #entity-search-form #entity-search .search-field .slider-container .slider-values,
.archive #entity-search-form #entity-search .search-field .slider-container .slider-values {
  margin-bottom: 10px;
}
.layout-houses #entity-search-form #entity-search .search-field .slider-container .slider-values div,
.archive #entity-search-form #entity-search .search-field .slider-container .slider-values div {
  display: inline-block;
  width: 50%;
}
.layout-houses #entity-search-form #entity-search .search-field .slider-container .slider-values div.high,
.archive #entity-search-form #entity-search .search-field .slider-container .slider-values div.high {
  text-align: right;
}
.layout-houses #entity-search-form #entity-search .search-field .slider-container .ui-slider,
.archive #entity-search-form #entity-search .search-field .slider-container .ui-slider {
  border: none;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 0;
  width: 95%;
}
.layout-houses #entity-search-form #entity-search .search-field .slider-container .ui-slider .ui-slider-range,
.archive #entity-search-form #entity-search .search-field .slider-container .ui-slider .ui-slider-range {
  background: #0eace7;
  top: 6px;
}
.layout-houses #entity-search-form #entity-search .search-field .slider-container .ui-slider .ui-slider-handle,
.archive #entity-search-form #entity-search .search-field .slider-container .ui-slider .ui-slider-handle {
  background: #004685;
  border: 4px solid white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.68);
  outline: none;
  width: 2em;
  height: 2em;
  text-align: center;
  padding-right: 4px;
  padding-top: 1px;
}
.layout-houses #entity-search-form #entity-search .search-field .slider-container .ui-slider .ui-slider-handle:after,
.archive #entity-search-form #entity-search .search-field .slider-container .ui-slider .ui-slider-handle:after {
  content: '\f105';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-houses #entity-search-form #entity-search .search-field .slider-container .ui-slider > span:first-of-type,
.archive #entity-search-form #entity-search .search-field .slider-container .ui-slider > span:first-of-type {
  padding-right: 6px;
}
.layout-houses #entity-search-form #entity-search .search-field .slider-container .ui-slider > span:first-of-type:after,
.archive #entity-search-form #entity-search .search-field .slider-container .ui-slider > span:first-of-type:after {
  content: '\f104';
  font-family: fontawesome;
  font-style: normal;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.25s ease;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results,
  .archive #entity-search-form #entity-results {
    width: 100%;
  }
}
.layout-houses #entity-search-form #entity-results a.showfilterbutton,
.archive #entity-search-form #entity-results a.showfilterbutton {
  display: none;
  position: absolute;
  left: -55px;
  top: -25px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 0;
  background: #0eace7;
  border-radius: 50%;
  padding: 23px 14px;
  width: 105px;
  text-align: right;
  font-size: 3em;
  text-decoration: none;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results a.showfilterbutton,
  .archive #entity-search-form #entity-results a.showfilterbutton {
    display: block;
  }
}
.layout-houses #entity-search-form #entity-results a.showfilterbutton i.close,
.archive #entity-search-form #entity-results a.showfilterbutton i.close {
  display: none;
}
.layout-houses #entity-search-form #entity-results a.showfilterbutton:hover,
.archive #entity-search-form #entity-results a.showfilterbutton:hover {
  background: #004685;
  text-decoration: none;
}
.layout-houses #entity-search-form #entity-results a.showfilter,
.archive #entity-search-form #entity-results a.showfilter {
  color: #0eace7;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 0;
  display: block;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results a.showfilter,
  .archive #entity-search-form #entity-results a.showfilter {
    margin-left: 15px;
    display: inline-block;
  }
}
.layout-houses #entity-search-form #entity-results a.showfilter:hover,
.archive #entity-search-form #entity-results a.showfilter:hover {
  text-decoration: none;
}
.layout-houses #entity-search-form #entity-results .woning,
.archive #entity-search-form #entity-results .woning {
  margin-bottom: 15px;
}
.layout-houses #entity-search-form #entity-results .woning > div a.object,
.archive #entity-search-form #entity-results .woning > div a.object {
  background-size: cover;
  color: #ffffff;
  display: block;
  border-radius: 4px;
  padding: 25px;
}
.layout-houses #entity-search-form #entity-results .woning > div a.object h2,
.archive #entity-search-form #entity-results .woning > div a.object h2 {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.layout-houses #entity-search-form #entity-results .woning > div a.object .more,
.archive #entity-search-form #entity-results .woning > div a.object .more {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
.layout-houses #entity-search-form #entity-results .woning > div a.object .more:after,
.archive #entity-search-form #entity-results .woning > div a.object .more:after {
  position: absolute;
  bottom: -4px;
  right: -38px;
  content: '';
  display: block;
  height: 30px;
  width: 26px;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/arrow-right.svg);
  mask-image: url(../images/arrow-right.svg);
}
.layout-houses #entity-search-form #entity-results .woning > div a.object:hover .more,
.archive #entity-search-form #entity-results .woning > div a.object:hover .more {
  text-decoration: none;
}
.layout-houses #entity-search-form #entity-results .search-map,
.archive #entity-search-form #entity-results .search-map {
  display: none;
}
.layout-houses #entity-search-form #entity-results.map .search-map,
.archive #entity-search-form #entity-results.map .search-map {
  width: 39%;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 10px;
}
.layout-houses #entity-search-form #entity-results.map .search-map #google-map,
.archive #entity-search-form #entity-results.map .search-map #google-map {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 100%;
  max-height: 1200px;
  border-radius: 4px;
}
.layout-houses #entity-search-form #entity-results.map #entity-items,
.archive #entity-search-form #entity-results.map #entity-items {
  margin-top: 325px;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items,
  .archive #entity-search-form #entity-results.map #entity-items {
    width: 60%;
    display: inline-block;
    margin-top: 0;
  }
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item,
.archive #entity-search-form #entity-results.map #entity-items .woning .item {
  display: block;
  margin: 30px 0;
  position: relative;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item {
    min-height: 250px;
  }
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object {
  background: #f1f1f1;
  background-size: 300px;
  background-size: 160px 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object {
    background-size: 300px 100%;
    min-height: 285px;
  }
}
@media (min-width: 80rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object {
    background-size: 400px 100%;
    min-height: 300px;
  }
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .label,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #0eace7;
  padding: 1px 5px;
  color: #ffffff;
  border-radius: 4px;
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content {
  padding-left: 150px;
  color: #131313;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content {
    padding-left: 300px;
  }
}
@media (min-width: 80rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content {
    padding-left: 430px;
  }
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content h2,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content h2 {
  margin-top: 0;
  font-size: 1em;
  font-weight: 500;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content h2,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content h2 {
    font-size: 1.5em;
  }
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dt,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dt {
  display: none;
  margin-right: 5px;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dt,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dt {
    display: inline-block;
  }
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dt:nth-last-of-type(2),
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dt:nth-last-of-type(2) {
  display: none;
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dt:last-of-type,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dt:last-of-type {
  display: none;
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  display: none;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd {
    display: inline-block;
  }
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd:nth-last-of-type(2),
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd:nth-last-of-type(2) {
  display: none;
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd:last-of-type,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd:last-of-type {
  margin-left: 0;
  margin-top: 25px;
  font-size: 1em;
  font-weight: 500;
  display: block;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd:last-of-type,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .item-details dl dd:last-of-type {
    font-size: 1.7em;
  }
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .more,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .more {
  margin-top: 0;
  font-weight: 400;
  color: #004685;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .more,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .more {
    margin-top: 0;
  }
}
@media (min-width: 80rem) {
  .layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .more,
  .archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .more {
    margin-top: 30px;
  }
}
.layout-houses #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .more:after,
.archive #entity-search-form #entity-results.map #entity-items .woning .item a.object .item-content .more:after {
  background: #004685;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning,
.archive #entity-search-form #entity-results.grid #entity-items .woning {
  vertical-align: top;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.grid #entity-items .woning,
  .archive #entity-search-form #entity-results.grid #entity-items .woning {
    width: 33%;
    display: inline-block;
  }
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div {
  padding: 10px 0;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div,
  .archive #entity-search-form #entity-results.grid #entity-items .woning > div {
    padding: 10px;
  }
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object {
  background-size: cover;
  color: #ffffff;
  display: block;
  border-radius: 4px;
  padding: 25px;
  min-height: 400px;
  position: relative;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object:after,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(20, 20, 20, 0) 85%);
  z-index: 0;
  border-radius: 4px;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object .label,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object .label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #0eace7;
  padding: 1px 5px;
  color: #ffffff;
  border-radius: 4px;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object .extra-text,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object .extra-text {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #4caf50;
  padding: 1px 5px;
  color: #ffffff;
  border-radius: 4px;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 9;
  transition: all .25s ease;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content .price,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content .price {
  font-size: 1.7em;
  padding: 5px 0 10px 0;
  font-weight: 400;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl {
  margin: 10px 0 4px 0;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl dt,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl dt,
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl dd,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl dd {
  display: none;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl dd,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl dd {
  margin-left: 0;
  font-size: 1.7em;
  font-weight: 500;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl dd:last-of-type,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object .item-content dl dd:last-of-type {
  display: block;
}
.layout-houses #entity-search-form #entity-results.grid #entity-items .woning > div a.object:hover .item-content,
.archive #entity-search-form #entity-results.grid #entity-items .woning > div a.object:hover .item-content {
  bottom: 40px;
}
.layout-houses #entity-search-form #entity-results.list .woning .item,
.archive #entity-search-form #entity-results.list .woning .item {
  display: block;
  margin: 30px 0;
  position: relative;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item,
  .archive #entity-search-form #entity-results.list .woning .item {
    min-height: 250px;
  }
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object,
.archive #entity-search-form #entity-results.list .woning .item a.object {
  background: #f1f1f1;
  background-size: 300px;
  background-size: 160px 100%;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object,
  .archive #entity-search-form #entity-results.list .woning .item a.object {
    background-size: 400px 100%;
    min-height: 300px;
  }
}
@media (min-width: 80rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object,
  .archive #entity-search-form #entity-results.list .woning .item a.object {
    background-size: 500px 100%;
  }
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .label,
.archive #entity-search-form #entity-results.list .woning .item a.object .label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #0eace7;
  padding: 1px 5px;
  color: #ffffff;
  border-radius: 4px;
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content,
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content {
  padding-left: 150px;
  color: #131313;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content,
  .archive #entity-search-form #entity-results.list .woning .item a.object .item-content {
    padding-left: 430px;
  }
}
@media (min-width: 80rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content,
  .archive #entity-search-form #entity-results.list .woning .item a.object .item-content {
    padding-left: 530px;
  }
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content h2,
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content h2 {
  margin-top: 0;
  font-size: 1em;
  font-weight: 500;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content h2,
  .archive #entity-search-form #entity-results.list .woning .item a.object .item-content h2 {
    font-size: 1.5em;
  }
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dt,
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dt {
  display: none;
  margin-right: 5px;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dt,
  .archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dt {
    display: inline-block;
  }
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dt:nth-last-of-type(2),
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dt:nth-last-of-type(2) {
  display: none;
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dt:last-of-type,
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dt:last-of-type {
  display: none;
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd,
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  display: none;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd,
  .archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd {
    display: inline-block;
  }
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd:nth-last-of-type(2),
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd:nth-last-of-type(2) {
  margin: 10px 0 10px 0;
  height: 50px;
  overflow: hidden;
}
@media (min-width: 80rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd:nth-last-of-type(2),
  .archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd:nth-last-of-type(2) {
    margin: 50px 0 20px 0;
  }
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd:last-of-type,
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd:last-of-type {
  margin-left: 0;
  font-size: 1em;
  font-weight: 500;
  display: block;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd:last-of-type,
  .archive #entity-search-form #entity-results.list .woning .item a.object .item-content .item-details dl dd:last-of-type {
    font-size: 1.7em;
  }
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .more,
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content .more {
  margin-top: 0;
  font-weight: 400;
  color: #004685;
}
@media (min-width: 60rem) {
  .layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .more,
  .archive #entity-search-form #entity-results.list .woning .item a.object .item-content .more {
    margin-top: 30px;
  }
}
.layout-houses #entity-search-form #entity-results.list .woning .item a.object .item-content .more:after,
.archive #entity-search-form #entity-results.list .woning .item a.object .item-content .more:after {
  background: #004685;
}
.layout-houses .search-field input,
.archive .search-field input {
  padding: 6px 10px;
  outline: none;
}
.layout-houses input[type=submit],
.archive input[type=submit] {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
}
.layout-houses input[type=submit]:hover,
.archive input[type=submit]:hover {
  background: #ffffff;
  color: #004685;
}
.layout-houses h1,
.archive h1 {
  display: inline-block;
  font-weight: 300;
  margin: 4px 0;
}
.layout-houses .search-settings,
.archive .search-settings {
  padding: 20px 0 0 0;
  font-weight: 600;
}
@media (min-width: 60rem) {
  .layout-houses .search-settings,
  .archive .search-settings {
    float: right;
    padding: 20px;
  }
}
.layout-houses .search-settings a,
.archive .search-settings a {
  color: #131313;
  font-weight: 600;
}
.layout-houses .search-settings select,
.archive .search-settings select {
  padding: 6px 10px;
  outline: none;
}
.layout-houses .search-settings ul.display,
.archive .search-settings ul.display {
  padding-top: 20px;
}
@media (min-width: 60rem) {
  .layout-houses .search-settings ul.display,
  .archive .search-settings ul.display {
    float: right;
    padding-top: 0;
  }
}
.layout-houses .search-settings ul.display li,
.archive .search-settings ul.display li {
  display: inline-block;
  margin: 0 5px;
}
.layout-houses .search-settings span.selectboxit-container,
.archive .search-settings span.selectboxit-container {
  border: none;
}
.layout-houses .search-settings span.selectboxit-container .selectboxit .selectboxit-text,
.archive .search-settings span.selectboxit-container .selectboxit .selectboxit-text {
  border: none;
  padding: 0;
}
.layout-houses .search-settings span.selectboxit-container .selectboxit .selectboxit-text:after,
.archive .search-settings span.selectboxit-container .selectboxit .selectboxit-text:after {
  content: '\f107';
  font-family: fontawesome;
  font-style: normal;
  color: #000000;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.layout-houses .pagination,
.archive .pagination {
  display: none;
  margin: 0 15px;
}
.layout-houses .pagination a,
.archive .pagination a {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
}
.layout-houses .pagination a:hover,
.archive .pagination a:hover {
  background: #ffffff;
  color: #004685;
}
.layout-houses .pagination.nav-next,
.archive .pagination.nav-next {
  float: right;
}
.layout-houses .pagination.nav-previous a,
.archive .pagination.nav-previous a {
  border-radius: 3px 3px 3px 25px;
}
.layout-houses .pagination.infinite-results,
.archive .pagination.infinite-results {
  display: none;
}
.projecttypes,
.projectnummers {
  padding-bottom: 60px;
}
.projecttypes li,
.projectnummers li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.projecttypes li a.object,
.projectnummers li a.object {
  background-size: cover;
  color: #ffffff;
  display: block;
  border-radius: 4px;
  padding: 25px;
  min-height: 400px;
  position: relative;
}
.projecttypes li a.object .item-content,
.projectnummers li a.object .item-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.projecttypes li a.object .item-content dl,
.projectnummers li a.object .item-content dl {
  margin: 10px 0 4px 0;
}
.projecttypes li a.object .item-content dl dt,
.projectnummers li a.object .item-content dl dt,
.projecttypes li a.object .item-content dl dd,
.projectnummers li a.object .item-content dl dd {
  display: none;
}
.projecttypes li a.object .item-content dl dd,
.projectnummers li a.object .item-content dl dd {
  margin-left: 0;
  font-size: 1.7em;
  font-weight: 500;
}
.projecttypes li a.object .item-content dl dd:last-of-type,
.projectnummers li a.object .item-content dl dd:last-of-type {
  display: block;
}
.layout-housessingle,
.layout-projectssingle {
  padding: 0 0 15px 0;
}
.layout-housessingle > .container,
.layout-projectssingle > .container {
  max-width: 100%;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container,
  .layout-projectssingle > .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 80rem) {
  .layout-housessingle > .container,
  .layout-projectssingle > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.layout-housessingle > .container #primary .woning #content,
.layout-projectssingle > .container #primary .woning #content {
  padding-left: 0;
  padding-right: 0;
}
.layout-housessingle > .container #primary .woning #content a,
.layout-projectssingle > .container #primary .woning #content a {
  display: block;
}
.layout-housessingle > .container #primary .woning #content a img,
.layout-projectssingle > .container #primary .woning #content a img {
  height: auto;
}
.layout-housessingle > .container #primary .woning #content .header,
.layout-projectssingle > .container #primary .woning #content .header {
  background: #f1f1f1;
  padding: 30px 15px 15px 15px;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .header,
  .layout-projectssingle > .container #primary .woning #content .header {
    display: flex;
    padding: 60px 30px 30px 30px;
  }
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .header header,
  .layout-projectssingle > .container #primary .woning #content .header header {
    width: 45%;
    padding-right: 5%;
  }
}
.layout-housessingle > .container #primary .woning #content .header header h1,
.layout-projectssingle > .container #primary .woning #content .header header h1 {
  font-weight: 600;
  font-size: 1.8em;
}
@media (min-width: 80rem) {
  .layout-housessingle > .container #primary .woning #content .header header h1,
  .layout-projectssingle > .container #primary .woning #content .header header h1 {
    font-size: 2em;
  }
}
@media (min-width: 80rem) {
  .layout-housessingle > .container #primary .woning #content .header header h1,
  .layout-projectssingle > .container #primary .woning #content .header header h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .header .properties,
  .layout-projectssingle > .container #primary .woning #content .header .properties {
    width: 40%;
  }
}
.layout-housessingle > .container #primary .woning #content .header .properties dl,
.layout-projectssingle > .container #primary .woning #content .header .properties dl {
  background: #f1f1f1;
  margin: 30px 0;
}
.layout-housessingle > .container #primary .woning #content .header .properties dl dt,
.layout-projectssingle > .container #primary .woning #content .header .properties dl dt {
  display: inline-block;
  display: none;
}
.layout-housessingle > .container #primary .woning #content .header .properties dl dd,
.layout-projectssingle > .container #primary .woning #content .header .properties dl dd {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
}
.layout-housessingle > .container #primary .woning #content .header .properties dl dd:first-of-type,
.layout-projectssingle > .container #primary .woning #content .header .properties dl dd:first-of-type {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .header .share,
  .layout-projectssingle > .container #primary .woning #content .header .share {
    width: 15%;
  }
}
.layout-housessingle > .container #primary .woning #content .header .share a,
.layout-projectssingle > .container #primary .woning #content .header .share a {
  font-weight: 400;
  color: #131313;
  text-decoration: underline;
}
.layout-housessingle > .container #primary .woning #content .header .share a.mailto,
.layout-projectssingle > .container #primary .woning #content .header .share a.mailto {
  background: #ffffff;
  outline: none;
  border: 1px solid #131313;
  padding: 1px 27px;
  color: #131313;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 47px;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
  background: none;
}
.layout-housessingle > .container #primary .woning #content .header .share a.mailto:hover,
.layout-projectssingle > .container #primary .woning #content .header .share a.mailto:hover {
  background: #004685;
  color: #ffffff;
}
.layout-housessingle > .container #primary .woning #content .header .share .social-share.close,
.layout-projectssingle > .container #primary .woning #content .header .share .social-share.close {
  display: none;
}
.layout-housessingle > .container #primary .woning #content .header .share .social-share.open,
.layout-projectssingle > .container #primary .woning #content .header .share .social-share.open {
  display: block;
}
.layout-housessingle > .container #primary .woning #content .headerfotos,
.layout-projectssingle > .container #primary .woning #content .headerfotos {
  position: relative;
  margin-top: 2px;
}
.layout-housessingle > .container #primary .woning #content .headerfotos ul li,
.layout-projectssingle > .container #primary .woning #content .headerfotos ul li {
  float: left;
  width: 50%;
  vertical-align: top;
  padding: 2px;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .headerfotos ul li,
  .layout-projectssingle > .container #primary .woning #content .headerfotos ul li {
    width: 25%;
  }
}
.layout-housessingle > .container #primary .woning #content .headerfotos ul li:first-child,
.layout-projectssingle > .container #primary .woning #content .headerfotos ul li:first-child {
  width: 100%;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .headerfotos ul li:first-child,
  .layout-projectssingle > .container #primary .woning #content .headerfotos ul li:first-child {
    width: 50%;
  }
}
.layout-housessingle > .container #primary .woning #content .headerfotos ul li a,
.layout-projectssingle > .container #primary .woning #content .headerfotos ul li a {
  display: block;
  background-size: cover;
  padding-bottom: 70%;
  position: relative;
}
.layout-housessingle > .container #primary .woning #content .headerfotos ul li a:after,
.layout-projectssingle > .container #primary .woning #content .headerfotos ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131313;
  opacity: 0.1;
  display: none;
}
.layout-housessingle > .container #primary .woning #content .headerfotos ul li a:hover:after,
.layout-projectssingle > .container #primary .woning #content .headerfotos ul li a:hover:after {
  display: block;
}
.layout-housessingle > .container #primary .woning #content .headerfotos a.more,
.layout-projectssingle > .container #primary .woning #content .headerfotos a.more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  outline: none;
  border: 1px solid #131313;
  padding: 1px 27px;
  color: #131313;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 47px;
  font-weight: 400;
}
.layout-housessingle > .container #primary .woning #content .headerfotos a.more:hover,
.layout-projectssingle > .container #primary .woning #content .headerfotos a.more:hover {
  background: #004685;
  color: #ffffff;
}
.layout-housessingle > .container #primary .woning #content .description-cta,
.layout-projectssingle > .container #primary .woning #content .description-cta {
  padding: 60px 0;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .description-cta,
  .layout-projectssingle > .container #primary .woning #content .description-cta {
    display: flex;
  }
}
.layout-housessingle > .container #primary .woning #content .description-cta .description,
.layout-projectssingle > .container #primary .woning #content .description-cta .description {
  overflow: hidden;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .description-cta .description,
  .layout-projectssingle > .container #primary .woning #content .description-cta .description {
    display: inline-block;
    width: 60%;
  }
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta {
  margin-top: 25px;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .description-cta .cta,
  .layout-projectssingle > .container #primary .woning #content .description-cta .cta {
    display: inline-block;
    width: 40%;
    margin-top: 0;
  }
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container {
  padding-right: 0;
}
@media (max-width: 40rem) {
  .layout-housessingle > .container #primary .woning #content .description-cta .cta .container,
  .layout-projectssingle > .container #primary .woning #content .description-cta .cta .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div {
  background: #f1f1f1;
  border-radius: 4px;
  position: relative;
  padding: 25px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div,
  .layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div {
    padding-bottom: 200px;
    margin-left: 75px;
  }
}
@media (min-width: 80rem) {
  .layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div,
  .layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div {
    padding-bottom: 0;
    padding: 50px 50px 100px 50px;
  }
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div .title,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div .title {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div img,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  max-width: 200px;
}
@media (min-width: 80rem) {
  .layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div img,
  .layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div img {
    right: -100px;
    max-width: 310px;
  }
}
@media (min-width: 1450px) {
  .layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div img,
  .layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div img {
    max-width: 400px;
  }
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div .title-content-and-contact-options,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div .title-content-and-contact-options {
  line-height: 2em;
  position: relative;
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div .title-content-and-contact-options .properties,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div .title-content-and-contact-options .properties {
  margin-bottom: 35px;
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div p,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div p {
  font-size: 0.9em;
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div a,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div a {
  color: #131313;
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div a i,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div a i {
  color: #004685;
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div a strong,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div a strong,
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div strong a,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div strong a {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
}
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div a strong:hover,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div a strong:hover,
.layout-housessingle > .container #primary .woning #content .description-cta .cta .container > div strong a:hover,
.layout-projectssingle > .container #primary .woning #content .description-cta .cta .container > div strong a:hover {
  background: #ffffff;
  color: #004685;
}
@media (max-width: 40rem) {
  .layout-housessingle > .container #primary .woning #content #tabs,
  .layout-projectssingle > .container #primary .woning #content #tabs {
    padding-top: 60px;
  }
}
.layout-housessingle > .container #primary .woning #content #tabs .numbers,
.layout-projectssingle > .container #primary .woning #content #tabs .numbers {
  display: none;
}
.layout-housessingle > .container #primary .woning #content #tabs .numbers.active,
.layout-projectssingle > .container #primary .woning #content #tabs .numbers.active {
  display: block;
}
.layout-housessingle > .container #primary .woning #content #tabs > ul,
.layout-projectssingle > .container #primary .woning #content #tabs > ul {
  background: #f1f1f1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
@media (max-width: 40rem) {
  .layout-housessingle > .container #primary .woning #content #tabs > ul,
  .layout-projectssingle > .container #primary .woning #content #tabs > ul {
    display: flex;
    margin-bottom: 30px;
  }
}
@media (max-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #tabs > ul,
  .layout-projectssingle > .container #primary .woning #content #tabs > ul {
    margin-bottom: 30px;
  }
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li {
  display: inline-block;
  text-align: center;
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li a,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li a {
  display: block;
  padding: 30px 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  font-size: 0.9em;
  font-weight: 400;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #tabs > ul li a,
  .layout-projectssingle > .container #primary .woning #content #tabs > ul li a {
    padding: 30px 40px;
    font-size: 1.1em;
  }
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li a:after,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li a:after {
  position: absolute;
  bottom: -13px;
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #004685 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li a i,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li a i {
  display: block;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li a:hover,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li a:hover,
.layout-housessingle > .container #primary .woning #content #tabs > ul li a.active,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li a.active {
  background: #004685;
  color: #ffffff;
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li a:hover:after,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li a:hover:after,
.layout-housessingle > .container #primary .woning #content #tabs > ul li a.active:after,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li a.active:after {
  display: block;
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li.brochure,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li.brochure {
  position: absolute;
  right: 0px;
  top: -46px;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #tabs > ul li.brochure,
  .layout-projectssingle > .container #primary .woning #content #tabs > ul li.brochure {
    right: 40px;
    top: 40px;
  }
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li.brochure a,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li.brochure a {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
  background: #0eace7;
  border: none;
  border-radius: 0;
  color: #ffffff;
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li.brochure a:hover,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li.brochure a:hover {
  background: #ffffff;
  color: #004685;
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li.brochure a:hover,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li.brochure a:hover {
  background: #004685;
  color: #ffffff;
}
.layout-housessingle > .container #primary .woning #content #tabs > ul li.brochure a:after,
.layout-projectssingle > .container #primary .woning #content #tabs > ul li.brochure a:after {
  display: none;
}
.layout-housessingle > .container #primary .woning #content #tabs .tab,
.layout-projectssingle > .container #primary .woning #content #tabs .tab {
  display: none;
}
.layout-housessingle > .container #primary .woning #content #tabs .tab.active,
.layout-projectssingle > .container #primary .woning #content #tabs .tab.active {
  display: block;
}
.layout-housessingle > .container #primary .woning #content #tabs > div,
.layout-projectssingle > .container #primary .woning #content #tabs > div {
  padding: 0;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #tabs > div,
  .layout-projectssingle > .container #primary .woning #content #tabs > div {
    padding: 50px 25px;
  }
}
@media (min-width: 80rem) {
  .layout-housessingle > .container #primary .woning #content #tabs > div,
  .layout-projectssingle > .container #primary .woning #content #tabs > div {
    padding: 50px;
  }
}
.layout-housessingle > .container #primary .woning #content #tabs > div h2,
.layout-projectssingle > .container #primary .woning #content #tabs > div h2 {
  font-weight: 300;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #tabs > div h2,
  .layout-projectssingle > .container #primary .woning #content #tabs > div h2 {
    font-size: 2em;
  }
}
.layout-housessingle > .container #primary .woning #content #tabs .properties .property,
.layout-projectssingle > .container #primary .woning #content #tabs .properties .property {
  vertical-align: top;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #tabs .properties .property,
  .layout-projectssingle > .container #primary .woning #content #tabs .properties .property {
    width: 41%;
    margin: 0 4%;
    display: inline-block;
  }
}
.layout-housessingle > .container #primary .woning #content #tabs .properties .property h3,
.layout-projectssingle > .container #primary .woning #content #tabs .properties .property h3 {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
}
.layout-housessingle > .container #primary .woning #content #tabs .properties .property dl,
.layout-projectssingle > .container #primary .woning #content #tabs .properties .property dl {
  margin-top: 0;
}
.layout-housessingle > .container #primary .woning #content #tabs .properties .property dl dt,
.layout-projectssingle > .container #primary .woning #content #tabs .properties .property dl dt,
.layout-housessingle > .container #primary .woning #content #tabs .properties .property dl dd,
.layout-projectssingle > .container #primary .woning #content #tabs .properties .property dl dd {
  display: inline-block;
  width: 50%;
  margin: 0;
  border-bottom: 1px solid #b8b8b8;
  padding: 11px 0;
}
.layout-housessingle > .container #primary .woning #content .maps .container,
.layout-projectssingle > .container #primary .woning #content .maps .container {
  border-bottom: 1px solid #b8b8b8;
  padding: 60px 0;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .maps .container .blocks,
  .layout-projectssingle > .container #primary .woning #content .maps .container .blocks {
    display: flex;
    margin: 0 -15px;
  }
}
.layout-housessingle > .container #primary .woning #content .maps .container .blocks > div,
.layout-projectssingle > .container #primary .woning #content .maps .container .blocks > div {
  padding: 15px 0;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .maps .container .blocks > div,
  .layout-projectssingle > .container #primary .woning #content .maps .container .blocks > div {
    display: inline-block;
    width: 50%;
    padding: 0 15px;
  }
}
.layout-housessingle > .container #primary .woning #content .maps .container .blocks > div > div,
.layout-projectssingle > .container #primary .woning #content .maps .container .blocks > div > div {
  border-radius: 5px;
}
.layout-housessingle > .container #primary .woning #content .maps.project .container .blocks > div,
.layout-projectssingle > .container #primary .woning #content .maps.project .container .blocks > div {
  width: 100%;
}
.layout-housessingle > .container #primary .woning #content #google-map,
.layout-projectssingle > .container #primary .woning #content #google-map,
.layout-housessingle > .container #primary .woning #content #google-streetview,
.layout-projectssingle > .container #primary .woning #content #google-streetview {
  height: 400px;
}
.layout-housessingle > .container #primary .woning #content .fotos ul li,
.layout-projectssingle > .container #primary .woning #content .fotos ul li,
.layout-housessingle > .container #primary .woning #content .plattegronden ul li,
.layout-projectssingle > .container #primary .woning #content .plattegronden ul li {
  display: inline-block;
  width: 32%;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .fotos ul li,
  .layout-projectssingle > .container #primary .woning #content .fotos ul li,
  .layout-housessingle > .container #primary .woning #content .plattegronden ul li,
  .layout-projectssingle > .container #primary .woning #content .plattegronden ul li {
    width: 19%;
  }
}
.layout-housessingle > .container #primary .woning #content .fotos ul li a,
.layout-projectssingle > .container #primary .woning #content .fotos ul li a,
.layout-housessingle > .container #primary .woning #content .plattegronden ul li a,
.layout-projectssingle > .container #primary .woning #content .plattegronden ul li a {
  display: block;
}
.layout-housessingle > .container #primary .woning #content .tab.tour .tour iframe,
.layout-projectssingle > .container #primary .woning #content .tab.tour .tour iframe {
  width: 100%;
  min-height: 400px;
  border: none;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content .tab.tour .tour iframe,
  .layout-projectssingle > .container #primary .woning #content .tab.tour .tour iframe {
    min-height: 600px;
  }
}
.layout-housessingle > .container #primary .woning #content .fotos a,
.layout-projectssingle > .container #primary .woning #content .fotos a {
  padding-bottom: 75%;
  background-position: 50% 50%;
  background-size: cover;
}
.layout-housessingle > .container #primary .woning #content .videos .gallery li,
.layout-projectssingle > .container #primary .woning #content .videos .gallery li {
  width: 100%;
}
.layout-housessingle > .container #primary .woning #content .videos .gallery li video,
.layout-projectssingle > .container #primary .woning #content .videos .gallery li video {
  width: 100%;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes,
.layout-projectssingle > .container #primary .woning #content #bouwtypes {
  position: relative;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes .types .title,
.layout-projectssingle > .container #primary .woning #content #bouwtypes .types .title {
  padding: 11px;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes .types .title,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes .types .title {
    padding: 0;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes.open:before,
.layout-projectssingle > .container #primary .woning #content #bouwtypes.open:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #131313;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes.open .types .title,
.layout-projectssingle > .container #primary .woning #content #bouwtypes.open .types .title {
  color: #ffffff;
  position: relative;
  z-index: 9999;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers {
  position: absolute;
  right: 0;
  width: 100%;
  background: #f1f1f1;
  border-radius: 3px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 300px;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers {
    top: 76px;
    right: 0;
    width: 48%;
    max-height: 90%;
    margin-right: 2%;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers.active,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers.active {
  z-index: 9999;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers > h2,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers > h2 {
  padding: 20px;
  margin: 0;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers > h2,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers > h2 {
    padding: 20px 30px;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a {
  background: none !important;
  padding: 20px;
  color: #131313;
  position: relative;
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a {
    padding: 20px 30px;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a:nth-child(even),
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a:nth-child(even) {
  background: #dfdfdf !important;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a:hover .item-content h2,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a:hover .item-content h2 {
  font-weight: 700;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a:hover .status,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a:hover .status {
  background: #004685;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a .status,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a .status {
  position: absolute;
  top: 10px;
  right: 25px;
  background: #0eace7;
  padding: 2px 15px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8em;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a dl dd,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a dl dd {
  display: inline-block;
  margin-left: 5px;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a dl dt,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a dl dt {
  display: inline-block;
  font-weight: bold;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a .item-content h2,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a .item-content h2 {
  font-size: 1em;
  font-weight: 500;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a .more,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a .more {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a .more span,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a .more span {
  display: none;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a .more:after,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a .more:after {
  vertical-align: sub;
  margin-left: 10px;
  content: '';
  display: inline-block;
  height: 30px;
  width: 26px;
  background-color: #131313;
  -webkit-mask-image: url(../images/arrow-right.svg);
  mask-image: url(../images/arrow-right.svg);
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li a.overlay,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li a.overlay {
  display: none;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers li:nth-child(even) a,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers li:nth-child(even) a {
  background: #dfdfdf !important;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.numbers:nth-of-type(even),
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.numbers:nth-of-type(even) {
  right: auto;
  left: 0;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 40rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.types,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types {
    padding: 0;
  }
}
@media (min-width: 60rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li:nth-of-type(even) .type.active:before,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li:nth-of-type(even) .type.active:before {
  left: -20px;
  right: auto;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #f1f1f1;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .type.active,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .type.active {
  position: relative;
  z-index: 9999;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .type.active:before,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .type.active:before {
  content: '';
  position: absolute;
  top: 25px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #f1f1f1 transparent transparent;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a {
  background: #f1f1f1;
  background-size: 300px;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  margin: 10px 0;
  border-radius: 4px;
  padding: 30px 20px;
}
@media (min-width: 40rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a {
    background-size: 200px 100%;
    background-position: 0% 50%;
    min-height: 220px;
    margin: 10px;
  }
}
@media (min-width: 80rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a {
    background-size: 300px 100%;
    min-height: 240px;
    margin: 10px;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a.overlay,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a.overlay {
  display: none;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content {
  padding-top: 200px;
  color: #131313;
}
@media (min-width: 40rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content {
    padding-top: 0;
    padding-left: 200px;
  }
}
@media (min-width: 80rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content {
    padding-left: 315px;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content h2,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content h2 {
  margin-top: 0;
  font-size: 1em;
  font-weight: 500;
}
@media (min-width: 40rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content h2,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content h2 {
    font-size: 1.5em;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers:hover,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers:hover {
  background: #ffffff;
  color: #004685;
}
@media (max-width: 80rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers {
    line-height: 32px;
    font-size: 15px;
    padding: 0 9px;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers .close,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers .close {
  display: none;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers.open .open,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers.open .open {
  display: none;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers.open .close,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .show-numbers.open .close {
  display: block;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .item-details dl dd,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .item-details dl dd,
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .item-details dl dt,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .item-details dl dt {
  display: inline-block;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .item-details dl dd,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .item-details dl dd {
  margin-left: 5px;
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .more,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .more {
  margin-top: 0;
  font-weight: 400;
  color: #004685;
}
@media (min-width: 40rem) {
  .layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .more,
  .layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .more {
    margin-top: 30px;
  }
}
.layout-housessingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .more:after,
.layout-projectssingle > .container #primary .woning #content #bouwtypes ul.types > li .item a .item-content .more:after {
  background: #004685;
}
.layout-projectssingle .container #primary .woning #content .project-header .headerfoto {
  height: 80vh;
  max-height: 300px;
  width: 100%;
  background-size: cover;
  position: relative;
}
@media (min-width: 60rem) {
  .layout-projectssingle .container #primary .woning #content .project-header .headerfoto {
    max-height: 500px;
  }
}
@media (min-width: 80rem) {
  .layout-projectssingle .container #primary .woning #content .project-header .headerfoto {
    max-height: 800px;
  }
}
.layout-projectssingle .container #primary .woning #content .project-header .headerfoto .description {
  position: absolute;
  bottom: 15px;
  left: 15px;
  max-width: 600px;
}
@media (min-width: 60rem) {
  .layout-projectssingle .container #primary .woning #content .project-header .headerfoto .description {
    bottom: 50px;
    left: 50px;
  }
}
.layout-projectssingle .container #primary .woning #content .project-header .headerfoto .description h1 {
  color: #ffffff;
  font-size: 1.5em;
  margin: 0 0 20px 0;
}
@media (min-width: 60rem) {
  .layout-projectssingle .container #primary .woning #content .project-header .headerfoto .description h1 {
    font-size: 2.3em;
  }
}
.layout-projectssingle .container #primary .woning #content .project-header .headerfoto .price {
  color: #0eace7;
  font-weight: 400;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1em;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.51);
}
.layout-projectssingle .container #primary .woning #content .project-header .headerfoto .external {
  margin-top: 20px;
}
.layout-projectssingle .container #primary .woning #content .project-header .headerfoto .external a {
  background: #004685;
  outline: none;
  border: 2px solid #004685;
  padding: 0px 27px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 47px;
  font-size: 18px;
}
.layout-projectssingle .container #primary .woning #content .project-header .headerfoto .external a:hover {
  background: #ffffff;
  color: #004685;
}
.layout-projectssingle .container #primary .woning #content .project-properties {
  padding: 0px 15px 15px 15px;
}
@media (min-width: 60rem) {
  .layout-projectssingle .container #primary .woning #content .project-properties {
    padding: 0px 30px 30px 30px;
  }
}
@media (min-width: 60rem) {
  .layout-projectssingle .container #primary .woning #content .project-properties ul {
    display: flex;
  }
}
.layout-projectssingle .container #primary .woning #content .project-properties ul li {
  font-size: 1.5em;
  line-height: 1.3em;
  text-align: center;
}
@media (min-width: 60rem) {
  .layout-projectssingle .container #primary .woning #content .project-properties ul li {
    width: 33%;
  }
}
.layout-projectssingle .container #primary .woning #content .project-properties ul li h3 {
  font-size: 1em;
  font-weight: bold;
}
.layout-projectssingle .container #primary .woning #content .project-properties ul li dt {
  font-weight: bold;
  display: none;
}
.layout-projectssingle .container #primary .woning #content .project-properties ul li dd {
  margin: 0 5px;
  display: inline-block;
}
.layout-objectlist,
.soortgelijk,
.indebuurt {
  padding: 30px 0;
}
.layout-objectlist .container,
.soortgelijk .container,
.indebuurt .container {
  padding-left: 0;
  padding-right: 0;
}
.layout-objectlist .container .wrapper,
.soortgelijk .container .wrapper,
.indebuurt .container .wrapper {
  padding: 0;
}
.layout-objectlist .container .wrapper ul,
.soortgelijk .container .wrapper ul,
.indebuurt .container .wrapper ul {
  margin: 0 -10px;
  padding: 10px 0;
  position: relative;
}
.layout-objectlist .container .wrapper ul li,
.soortgelijk .container .wrapper ul li,
.indebuurt .container .wrapper ul li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
@media (min-width: 60rem) {
  .layout-objectlist .container .wrapper ul li,
  .soortgelijk .container .wrapper ul li,
  .indebuurt .container .wrapper ul li {
    width: 24.5%;
  }
}
.layout-objectlist .container .wrapper ul li a,
.soortgelijk .container .wrapper ul li a,
.indebuurt .container .wrapper ul li a {
  background-size: cover;
  color: #ffffff;
  display: block;
  border-radius: 4px;
  padding: 25px;
  min-height: 400px;
  position: relative;
}
.layout-objectlist .container .wrapper ul li a:after,
.soortgelijk .container .wrapper ul li a:after,
.indebuurt .container .wrapper ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(20, 20, 20, 0) 85%);
  z-index: 0;
  border-radius: 4px;
}
.layout-objectlist .container .wrapper ul li a .label,
.soortgelijk .container .wrapper ul li a .label,
.indebuurt .container .wrapper ul li a .label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #0eace7;
  padding: 1px 5px;
  color: #ffffff;
  border-radius: 4px;
}
.layout-objectlist .container .wrapper ul li a .extra-text,
.soortgelijk .container .wrapper ul li a .extra-text,
.indebuurt .container .wrapper ul li a .extra-text {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #4caf50;
  padding: 1px 5px;
  color: #ffffff;
  border-radius: 4px;
}
.layout-objectlist .container .wrapper ul li a .details,
.soortgelijk .container .wrapper ul li a .details,
.indebuurt .container .wrapper ul li a .details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 500;
  z-index: 9;
  line-height: 1.5em;
  transition: all .25s ease;
}
.layout-objectlist .container .wrapper ul li a .details .price,
.soortgelijk .container .wrapper ul li a .details .price,
.indebuurt .container .wrapper ul li a .details .price {
  font-size: 1.7em;
  padding: 5px 0 10px 0;
}
.layout-objectlist .container .wrapper ul li a .more:after,
.soortgelijk .container .wrapper ul li a .more:after,
.indebuurt .container .wrapper ul li a .more:after {
  vertical-align: sub;
  margin-left: 10px;
  content: '';
  display: inline-block;
  height: 30px;
  width: 26px;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/arrow-right.svg);
  mask-image: url(../images/arrow-right.svg);
  vertical-align: text-top;
  transition: all .25s ease;
}
.layout-objectlist .container .wrapper ul li a:hover .details,
.soortgelijk .container .wrapper ul li a:hover .details,
.indebuurt .container .wrapper ul li a:hover .details {
  bottom: 40px;
}
.layout-objectlist .container .wrapper ul li a:hover .details .more:after,
.soortgelijk .container .wrapper ul li a:hover .details .more:after,
.indebuurt .container .wrapper ul li a:hover .details .more:after {
  margin-left: 15px;
}
.layout-objectlist {
  padding: 30px 15px;
}
.layout-neighborhoodlist {
  padding: 60px 0;
}
@media (min-width: 80rem) {
  .layout-neighborhoodlist .container .wrapper {
    padding: 0 160px;
  }
}
.layout-neighborhoodlist .container .wrapper ul {
  margin: 0 -10px;
  padding: 10px 0;
  position: relative;
}
.layout-neighborhoodlist .container .wrapper ul li {
  width: 100%;
  padding: 10px;
  height: 200px;
  vertical-align: text-top;
  float: left;
  overflow: hidden;
}
@media (min-width: 60rem) {
  .layout-neighborhoodlist .container .wrapper ul li {
    width: 44%;
  }
}
.layout-neighborhoodlist .container .wrapper ul li a {
  display: block;
  width: 100%;
  height: 190px;
  color: #ffffff;
  font-size: 1.75em;
  font-weight: 500;
  position: relative;
  border-radius: 4px;
  background-size: cover;
}
.layout-neighborhoodlist .container .wrapper ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(20, 20, 20, 0) 85%);
  z-index: 0;
  border-radius: 4px;
}
.layout-neighborhoodlist .container .wrapper ul li a .name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 400;
  z-index: 9;
}
.layout-neighborhoodlist .container .wrapper ul li a .name:after {
  vertical-align: sub;
  margin-left: 10px;
  content: '';
  display: inline-block;
  height: 30px;
  width: 26px;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/arrow-right.svg);
  mask-image: url(../images/arrow-right.svg);
}
@media (min-width: 60rem) {
  .layout-neighborhoodlist .container .wrapper ul li:first-child {
    width: 33%;
    height: 400px;
  }
  .layout-neighborhoodlist .container .wrapper ul li:first-child a {
    height: 390px;
  }
}
@media (min-width: 60rem) {
  .layout-neighborhoodlist .container .wrapper ul li:last-child {
    width: 23%;
    height: 400px;
    position: absolute;
    right: 0;
  }
  .layout-neighborhoodlist .container .wrapper ul li:last-child a {
    height: 390px;
  }
}
.layout-blockslider {
  padding: 90px 0;
}
.layout-blockslider .container .title {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 2em;
  color: #131313;
}
.layout-blockslider .container ul {
  padding: 0 10px;
}
@media (min-width: 60rem) {
  .layout-blockslider .container ul {
    padding: 0 75px;
  }
}
.layout-blockslider .container ul li .block {
  background-size: cover;
  margin: 10px;
  padding: 10px 30px;
  border-radius: 10px;
  height: 445px;
  position: relative;
  background-position: 50%;
}
@media (min-width: 60rem) {
  .layout-blockslider .container ul li .block {
    height: 505px;
  }
}
@media (min-width: 1300px) {
  .layout-blockslider .container ul li .block {
    height: 445px;
  }
}
.layout-blockslider .container ul li .block:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #000000 0%, rgba(20, 20, 20, 0) 85%);
  z-index: 0;
  border-radius: 10px;
}
.layout-blockslider .container ul li .block h3,
.layout-blockslider .container ul li .block h2,
.layout-blockslider .container ul li .block p {
  z-index: 9;
}
.layout-blockslider .container ul li .block h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 5px;
  position: absolute;
  bottom: 30px;
  color: white;
}
.layout-blockslider .container ul li .block h2 {
  position: absolute;
  bottom: 40px;
  color: white;
}
.layout-blockslider .container ul li .block p {
  display: none;
}
.layout-blockslider .container ul li .block:hover {
  background-image: none !important;
  background-color: #004685;
  color: #ffffff;
}
.layout-blockslider .container ul li .block:hover h2,
.layout-blockslider .container ul li .block:hover h3 {
  position: relative;
  bottom: auto;
}
.layout-blockslider .container ul li .block:hover:after {
  display: none;
}
.layout-blockslider .container ul li .block:hover p {
  display: block;
}
.layout-blockslider .container ul .slick-arrow {
  border: 1px solid #004685;
  border-radius: 50%;
  text-align: center;
  padding: 0 16px;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
}
@media (max-width: 60rem) {
  .layout-blockslider .container ul .slick-arrow {
    left: -10px;
  }
}
.layout-blockslider .container ul .slick-arrow:before {
  font-size: 40px;
  content: "\f104";
  color: #004685;
  opacity: 1;
}
.layout-blockslider .container ul .slick-arrow.slick-next {
  padding: 0 19px;
}
@media (max-width: 60rem) {
  .layout-blockslider .container ul .slick-arrow.slick-next {
    left: auto;
    right: -10px;
  }
}
.layout-blockslider .container ul .slick-arrow.slick-next:before {
  font-size: 40px;
  content: "\f105";
}
.layout-blockslider .container ul .slick-arrow:hover {
  background-color: #004685;
}
.layout-blockslider .container ul .slick-arrow:hover:before {
  color: #ffffff;
}
.layout-share {
  padding: 15px 0 15px 0;
  text-align: center;
}
.layout-share .container {
  text-align: left;
  font-weight: bold;
}
.layout-share .container .text {
  padding-bottom: 10px;
}
.social-share li {
  display: inline-block;
  margin: 0 4px;
}
.social-share li a {
  display: block;
}
.social-share li a i {
  background: #004685;
  color: #ffffff;
  padding: 7px 9px;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  text-align: center;
}
.social-share li a:hover i {
  background: #131313;
  color: #ffffff;
}
.layout-iframe .container iframe {
  width: 100%;
  min-height: 600px;
  border: none;
}
.layout-footer {
  background: #f1f1f1;
  padding: 60px 0;
}
@media (min-width: 80rem) {
  .layout-footer .container {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (min-width: 60rem) {
  .layout-footer .blocks {
    display: flex;
  }
}
.layout-footer .blocks .block {
  margin: 15px 0;
}
@media (min-width: 60rem) {
  .layout-footer .blocks .block {
    width: 20%;
    margin: 0 0px;
  }
}
@media (min-width: 80rem) {
  .layout-footer .blocks .block {
    margin: 0 0px;
  }
}
.layout-footer .blocks .block > div {
  line-height: 40px;
  position: relative;
}
.layout-footer .blocks .block > div .name,
.layout-footer .blocks .block > div h3 {
  font-weight: 500;
  margin-top: 0;
  font-size: 1.1em;
  margin-bottom: 30px;
  text-transform: capitalize;
  line-height: 1em;
}
.layout-footer .blocks .block > div .label {
  display: none;
}
.layout-footer .blocks .block > div a {
  color: #131313;
  display: block;
}
.layout-footer .blocks .block > div a:hover {
  text-decoration: underline;
}
.layout-footer .blocks .block > div a.phone {
  color: #004685;
  font-weight: bold;
}
.layout-footer .blocks .block > div ul li {
  font-size: 0.9em;
}
.layout-footer .blocks .block > div .social-pages {
  margin-top: 30px;
}
.layout-footer .blocks .block > div .social-pages li {
  display: inline-block;
  margin: 0 4px;
}
.layout-footer .blocks .block > div .social-pages li a {
  display: block;
}
.layout-footer .blocks .block > div .social-pages li a i {
  background: #004685;
  color: #ffffff;
  padding: 7px 9px;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  text-align: center;
}
.layout-footer .blocks .block > div .social-pages li a:hover i {
  background: #131313;
  color: #ffffff;
}
.layout-copyright {
  background: #f1f1f1;
}
.layout-copyright .container {
  border-top: 1px solid #b8b8b8;
  padding: 30px 0;
  color: #9b9b9b;
  font-size: 0.9em;
}
@media (min-width: 80rem) {
  .layout-copyright .container {
    padding-left: 160px;
    padding-right: 160px;
  }
}
@media (min-width: 60rem) {
  .layout-copyright .container > div {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }
}
@media (min-width: 60rem) {
  .layout-copyright .container > div.right {
    text-align: right;
  }
}
.layout-copyright .container > div.right a {
  display: inline-block;
  margin: 0 15px;
}
.layout-copyright .container > div.right img {
  width: 100%;
  max-width: 20px;
}
.layout-copyright .container a {
  color: #9b9b9b;
  text-decoration: underline;
}
.layout-copyright .container a:hover {
  text-decoration: none;
}
.layout-error .container {
  padding: 60px 0;
}
@media (min-width: 80rem) {
  .layout-error .container {
    padding-left: 160px;
    padding-right: 160px;
  }
}
/* other */
.slick-prev,
.slick-next {
  width: 25px;
  height: 25px;
  z-index: 99;
}
.slick-prev:before,
.slick-next:before {
  font-size: 25px;
}
.slick-prev {
  z-index: 99;
  left: 15px;
}
.slick-prev:before {
  content: '\f0d9';
  font-family: fontawesome;
  color: #131313;
  margin-right: 5px;
  transition: all 0.25s ease;
}
.slick-next {
  right: 15px;
}
.slick-next:before {
  content: '\f0da';
  font-family: fontawesome;
  color: #131313;
  margin-right: 5px;
  transition: all 0.25s ease;
}
.slick-dots {
  bottom: auto;
}
.slick-dots li {
  width: 50px;
  text-align: center;
  font-size: 80px;
}
.slick-dots li button::before {
  font-size: 60px;
  opacity: 1;
  text-align: center;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  font-size: 80px;
}
@media (min-width: 60rem) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 80px;
    line-height: 50px;
  }
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  background-color: #004685;
  border: 1px solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 400px;
  border-radius: 5px;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  display: block;
  padding: 30px 0;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  justify-content: center;
  padding-left: 0 !important;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton {
  background-color: white;
  color: #004685;
  font-weight: bold;
  border: 2px solid #ffffff;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover {
  background-color: #004685;
  color: #ffffff;
}
