@import url("https://use.typekit.net/qly2fyc.css");
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Caveat&display=swap');
/* imports */
/* includes */
/* paddings and margins */
/* grid	 */
.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 960px) {
  .container {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 90%;
  }
}
/* psuedo columns */
/* fast flex */
/*! 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;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* clearfix */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
/* 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;
}
.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: 960px) {
  #contact-addresses ul {
    display: flex;
  }
  #contact-addresses ul li {
    flex: 1 1 33%;
    margin-bottom: 0px;
  }
}
body {
  transition: padding 0.25s ease;
}
body .layout-header {
  transition: height 0.25s ease;
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
@media (min-width: 960px) {
  body .layout-header {
    height: 100px;
  }
  body.scrolled {
    padding-top: 100px;
  }
  body.scrolled .layout-header {
    height: 100px;
  }
}
.layout-header .header {
  height: 100%;
}
.layout-header .header .container {
  height: 100%;
  position: relative;
}
.layout-header .header .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .header .search-and-login {
  margin-right: 15px;
  top: 0;
  right: 0;
  transform: none;
}
@media (min-width: 960px) {
  .layout-header .header .search-and-login {
    margin-right: 30px;
  }
}
.layout-header .header .search-and-login > * {
  display: inline-block;
}
.layout-header .home {
  margin-left: 15px;
  left: 0;
  height: calc(100% - 30px) !important;
}
@media (min-width: 960px) {
  .layout-header .home {
    margin-left: 30px;
  }
}
.layout-header .home svg {
  height: 100%;
  width: auto;
}
.layout-header .header .menu {
  margin-right: 15px;
  right: 40px;
}
@media (min-width: 960px) {
  .layout-header .header .menu {
    margin-right: 30px;
  }
}
.layout-header .header .menu > li {
  display: inline-block;
  margin-right: 15px;
}
.layout-header .full-menu-toggle {
  margin-right: 15px;
  right: 0;
  height: 100%;
}
@media (min-width: 960px) {
  .layout-header .full-menu-toggle {
    margin-right: 30px;
  }
}
.layout-header .full-menu-toggle .toggle {
  position: absolute;
  width: 90px;
  text-align: center;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.25s ease;
}
.layout-header .full-menu-toggle .toggle .label {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
}
.layout-header .full-menu-toggle .toggle .fa-times,
.layout-header .full-menu-toggle .toggle .fa-bars {
  width: 25px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.25s ease;
  display: none;
}
.layout-header .full-menu-toggle .toggle .fa-bars {
  display: inline-block;
}
.full-menu-open .layout-header .full-menu-toggle .fa-times {
  display: inline-block;
}
.full-menu-open .layout-header .full-menu-toggle .fa-bars {
  display: none;
}
.layout-header .menu li .text-and-image {
  position: fixed;
  top: 100px;
  display: none;
}
.layout-header .menu li:hover .text-and-image {
  display: block;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.layout-header .full-menu {
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  bottom: 100%;
  z-index: -1;
  transition: all 0.25s ease;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  bottom: 0;
}
.layout-contents .left-and-right {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-contents .left-and-right:before,
.layout-contents .left-and-right:after {
  content: " ";
  display: table;
}
.layout-contents .left-and-right:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-right: -30px;
  }
}
@media (min-width: 100%) {
  .layout-contents .left-and-right {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 100%) and (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-left: -30px;
  }
}
@media (min-width: 100%) and (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-right: -30px;
  }
}
.layout-contents .left-and-right > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .layout-contents .left-and-right > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
.layout-blocks ul {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 960px) {
  .layout-blocks ul {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-blocks ul {
    margin-right: -30px;
  }
}
@media (min-width: 640px) {
  .layout-blocks ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.layout-blocks ul li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 960px) {
  .layout-blocks ul li {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-blocks ul li {
    padding-right: 30px;
  }
}
@media (min-width: 640px) {
  .layout-blocks ul li {
    flex: 0 0 50%;
  }
}
.layout-blocks ul li > div {
  height: 100%;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 960px) {
  .layout-blocks ul li > div {
    border-bottom: none;
  }
}
.layout-blocks ul li > div .more {
  position: absolute;
  bottom: 30px;
}
.layout-blocks.blocknr-three ul li {
  flex: 0 0 100%;
}
@media (min-width: 960px) {
  .layout-blocks.blocknr-three ul li {
    flex: 0 0 33%;
  }
}
.layout-blocks.blocknr-four ul li {
  flex: 0 0 100%;
}
@media (min-width: 960px) {
  .layout-blocks.blocknr-four ul li {
    flex: 0 0 25%;
  }
}
.layout-imageblocks ul {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 960px) {
  .layout-imageblocks ul {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-imageblocks ul {
    margin-right: -30px;
  }
}
@media (min-width: 640px) {
  .layout-imageblocks ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.layout-imageblocks ul li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 960px) {
  .layout-imageblocks ul li {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-imageblocks ul li {
    padding-right: 30px;
  }
}
@media (min-width: 640px) {
  .layout-imageblocks ul li {
    flex: 0 0 50%;
  }
}
.layout-imageblocks ul li > div {
  height: 100%;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 960px) {
  .layout-imageblocks ul li > div {
    border-bottom: none;
  }
}
.layout-imageblocks ul li > div .more {
  position: absolute;
  bottom: 30px;
}
.layout-imageblocks.blocknr-three ul li {
  flex: 0 0 100%;
}
@media (min-width: 960px) {
  .layout-imageblocks.blocknr-three ul li {
    flex: 0 0 33%;
  }
}
.layout-imageblocks.blocknr-four ul li {
  flex: 0 0 100%;
}
@media (min-width: 960px) {
  .layout-imageblocks.blocknr-four ul li {
    flex: 0 0 25%;
  }
}
.layout-textandimages .images {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-textandimages .images:before,
.layout-textandimages .images:after {
  content: " ";
  display: table;
}
.layout-textandimages .images:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-textandimages .images {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-textandimages .images {
    margin-right: -30px;
  }
}
@media (min-width: 100%) {
  .layout-textandimages .images {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 100%) and (min-width: 960px) {
  .layout-textandimages .images {
    margin-left: -30px;
  }
}
@media (min-width: 100%) and (min-width: 960px) {
  .layout-textandimages .images {
    margin-right: -30px;
  }
}
.layout-textandimages .images > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 50%;
}
@media (min-width: 960px) {
  .layout-textandimages .images > * {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-textandimages .images > * {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .layout-textandimages .images > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .layout-textandimages .images > * {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .layout-textandimages .images > * {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .layout-textandimages .images > * {
    width: 25%;
  }
}
.layout-textandimages .images > * img {
  vertical-align: middle;
}
/*	.layout-images {
		.container {
			text-align: center;
			ul {
				@media(min-width:@screen-sm-min){
					display: flex;
					flex-wrap: wrap;
					li {
						width: percentage(1/3);
						a {
							display: block;
							img {
								float: left;
							}
						}
					}
				}
			}
		}
	}
*/
/*	.layout-images {
		.container {
			text-align: center;
			ul {
				@media(min-width:@screen-sm-min){
					display: flex;
					flex-wrap: wrap;
					li {
						width: percentage(1/3);
						a {
							display: block;
							img {
								float: left;
							}
						}
					}
				}
			}
		}
	}
*/
/* fonts, links and headers */
body {
  font-family: 'pragmatica', Calibri, Helvetica, Arial, sans-serif;
  font-size: 15.5px;
  line-height: 26px;
  color: #6a6e72;
  font-weight: 400;
  padding-top: 100px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh !important;
}
@media (min-width: 960px) {
  body {
    padding-top: 100px;
    font-size: 12px;
    line-height: 19px;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 15.5px;
    line-height: 26px;
  }
}
body#has-thumb {
  position: relative;
}
body#has-thumb:after,
body#has-thumb:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body#has-thumb::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'halcom', Calbri, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1d71b8;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body .gform_wrapper div.validation_error {
  background: red;
  border-top: none;
  border-bottom: none;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  padding: 20px 30px;
}
body .gform_wrapper .gform_heading {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    width: 100% !important;
  }
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  padding: 7px 20px !important;
  outline-color: #1d71b8;
  border: none;
  border-top: 2px solid #e6e4e1;
}
@media (min-width: 960px) {
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
    padding: 15px 20px !important;
  }
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice {
  display: inline-block;
  margin-right: 10px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label {
  max-width: 100%;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #1d71b8 !important;
  font-weight: 200;
  padding-right: 20px;
}
@media (max-width: 960px) {
  body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    width: 100% !important;
  }
}
body .gform_wrapper .gform_body .gform_fields .gfield.gfield.gfield_error {
  background: none;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gfield.gfield_error .ginput_container input,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield.gfield_error .ginput_container textarea,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield.gfield_error .ginput_container select {
  border-color: red !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gfield.gfield_error .gfield_description {
  padding-top: 5px;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gfield.gfield_error .validation_message {
  color: red;
}
@media (max-width: 960px) {
  body .gform_wrapper .gform_footer {
    padding: 16px 0 10px 0 !important;
  }
}
body .gform_wrapper .gform_footer .button {
  color: #fff;
  display: inline-block;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 30px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
body .gform_wrapper .gform_footer .button:hover {
  background: linear-gradient(to right, #b48b49 0%, #b48b49 100%);
  transition: all 0.2s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 960px) {
  body .gform_wrapper .gform_footer .button {
    width: 100%;
  }
}
body .gform_confirmation_wrapper .gform_confirmation_message {
  background: #1d71b8;
  border-top: none;
  border-bottom: none;
  font-weight: 400;
  text-align: left;
  padding: 20px 30px;
  color: #ffffff;
}
.fr-overlay-background {
  background: #1d71b8;
}
/* vars */
@media (min-width: 1280px) {
  .container {
    max-width: 90%;
  }
}
/* style */
/* layouts */
.layout-header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.layout-header .topheader {
  background-color: #6b522a;
  text-align: right;
  padding: 20px 0 20px 0;
  display: none;
}
@media (min-width: 960px) {
  .layout-header .topheader {
    display: block;
  }
}
.layout-header .topheader .topmenu li {
  display: inline-block;
  margin-left: 30px;
}
.layout-header .topheader .topmenu li a {
  font-weight: 500;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
}
.layout-header .header {
  background-color: #1d71b8;
  height: 100px;
}
.layout-header .header .menu {
  display: none !important;
  text-align: right;
}
@media (min-width: 960px) {
  .layout-header .header .menu {
    display: none !important;
    position: relative !important;
    right: 0 !important;
    margin-right: 0 !important;
  }
}
.layout-header .header .menu > li {
  margin: 0 15px;
  padding-bottom: 35px;
  padding-bottom: 37px;
  padding-top: 36px;
}
@media (min-width: 1280px) {
  .layout-header .header .menu > li {
    margin: 0 25px;
  }
}
.layout-header .header .menu > li.menu-item-has-children:before {
  content: '';
  background-color: #f3f1ee;
  width: 1000%;
  height: 400px;
  position: absolute;
  top: 100px;
  left: -100%;
  z-index: -1;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.layout-header .header .menu > li.menu-item-has-children > a {
  position: relative;
}
.layout-header .header .menu > li.menu-item-has-children > a:after {
  display: inline-block;
  padding-left: 5px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}
.layout-header .header .menu > li:last-child {
  padding-left: 100px;
  position: relative;
  background-color: #3383c4;
}
.layout-header .header .menu > li:last-child:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #1d71b8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.layout-header .header .menu > li:last-child:after {
  content: '';
  width: 400%;
  height: 99px;
  background-color: #3383c4;
  position: absolute;
  top: 0;
  right: -400%;
  z-index: -1;
}
.layout-header .header .menu > li:last-child a {
  color: #ffffff;
}
.layout-header .header .menu > li:last-child a:hover {
  text-decoration: underline;
}
.layout-header .header .menu > li a {
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #92c7f4;
}
.layout-header .header .menu > li a .text-and-image {
  position: fixed;
  top: 185px;
  right: 0;
  left: auto;
  width: 50%;
  height: 315px;
  color: #6a6e72;
  font-family: 'pragmatica', Calibri, Helvetica, Arial, sans-serif;
  text-align: left;
  display: none !important;
}
.layout-header .header .menu > li a .text-and-image .text {
  padding-right: 200px;
  padding-bottom: 100px;
}
.layout-header .header .menu > li a .text-and-image .text h4 {
  color: #1d71b8;
}
.layout-header .header .menu > li a .text-and-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  vertical-align: middle;
}
.layout-header .header .menu > li a:hover {
  text-decoration: none;
}
.layout-header .header .menu > li .sub-menu {
  position: absolute;
  padding: 85px 200px 200px 25px;
  top: 90px;
  left: 200px;
  z-index: 999;
  display: none;
  text-align: left;
}
.layout-header .header .menu > li .sub-menu li a {
  color: #1d71b8;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.layout-header .header .menu > li .sub-menu li a:hover {
  text-decoration: underline;
}
.layout-header .header .menu > li .sub-menu li a:before {
  display: inline-block;
  padding-right: 5px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
.layout-header .header .menu > li:hover > a {
  color: #ffffff;
  position: relative;
}
.layout-header .header .menu > li:hover.menu-item-has-children > a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 60px 0 60px;
  border-color: #1d71b8 transparent transparent transparent;
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
}
.layout-header .header .menu > li:hover .sub-menu {
  display: block;
}
.layout-header .header .menu > li:hover:before {
  display: block;
}
.layout-header .header .menu:hover .submenu {
  display: block;
}
.layout-header .home {
  display: none;
  z-index: 9;
}
.layout-header .headertext {
  background-color: #ffffff;
  color: #1d71b8;
  padding: 10px 28px;
  position: absolute;
  right: 0;
  bottom: -46px;
  font-family: 'halcom', Calbri, Helvetica, Arial, sans-serif;
  font-weight: 300;
  top: auto !important;
  transform: none !important;
  z-index: -1;
  display: none;
  font-size: 0.95em;
}
@media (min-width: 960px) {
  .layout-header .headertext {
    display: block;
  }
}
.layout-header .headertext:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 46px 46px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -46px;
  top: 0;
}
.layout-header .headertext:after {
  content: '';
  position: absolute;
  right: -300%;
  top: 0;
  background-color: #ffffff;
  height: 46px;
  display: block;
  width: 300%;
}
.layout-header .headertext a {
  color: #1d71b8;
  font-weight: 500;
}
.layout-header .headertext a.phone {
  margin-left: 10px;
}
.layout-header .headertext a.phone svg {
  margin-right: 10px;
}
.scrolled .layout-header .topheader {
  display: none;
}
.scrolled .layout-header .header {
  background: #1d71b8;
}
.scrolled .layout-header .headertext {
  display: none;
}
.scrolled .layout-header a {
  color: #ffffff;
}
.scrolled .layout-header .search-and-login {
  display: none;
}
.scrolled .layout-header .home {
  display: block;
}
.scrolled .layout-header .home svg {
  max-width: 100px;
}
.scrolled .layout-header .home svg .st0 {
  fill: #ffffff;
}
.scrolled .layout-header .logo {
  display: none;
}
.layout-header .logo {
  padding: 20px;
  background-color: #ffffff;
  display: block;
  transform: none !important;
  height: auto !important;
  width: 125px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  top: 18% !important;
}
@media (min-width: 960px) {
  .layout-header .logo {
    top: 20% !important;
  }
}
@media (min-width: 1280px) {
  .layout-header .logo {
    top: 32% !important;
    width: 160px;
    padding: 30px;
  }
}
.layout-header .logo svg .st0 {
  fill: #1d71b8;
}
.layout-header .logo .site-title {
  position: absolute;
  text-indent: -9999px;
}
.layout-header .logo .inner span {
  display: block;
  color: #6b522a;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 18px;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
}
.layout-header a {
  color: #ffffff;
}
.layout-header a:hover {
  text-decoration: underline;
}
.layout-header .full-menu-toggle span {
  background: none;
  padding: 8px 15px;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.full-menu-open .layout-header .full-menu-toggle span {
  display: none;
}
.layout-header .full-menu {
  background: #1d71b8;
}
.layout-header .full-menu .menu {
  margin-top: 250px;
  display: block !important;
  text-align: left;
}
@media (min-width: 960px) {
  .layout-header .full-menu .menu {
    width: 400px;
    margin: 0 auto;
    margin-top: 200px;
    text-align: center;
    font-size: 1.2em;
  }
}
.layout-header .full-menu .menu li {
  margin: 5px 0;
  padding: 5px 0;
  position: relative;
}
@media (min-width: 960px) {
  .layout-header .full-menu .menu li {
    margin: 15px 0;
  }
}
.layout-header .full-menu .menu li.menu-item-has-children > a:after {
  display: inline-block;
  padding-left: 5px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  top: 0;
  right: 10px;
  color: #ffffff;
}
.layout-header .full-menu .menu li a {
  font-size: 1em;
  color: #92c7f4;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-weight: 500;
  position: relative;
  display: block;
}
.layout-header .full-menu .menu li a:hover {
  color: #ffffff;
}
.layout-header .full-menu .menu li .sub-menu {
  margin-left: 20px;
  display: none;
}
.layout-header .full-menu .menu li.active .sub-menu {
  display: block;
}
.layout-header .full-menu .menu > li:last-child > a {
  text-align: center;
  background-color: #3383c4;
  border-radius: 10px;
  padding: 8px 15px;
}
.layout-header .full-menu .search form {
  margin-right: 15px;
  margin-top: 25px;
}
.layout-header .full-menu .search form input {
  height: 35px;
  border: none;
  padding: 2px 20px;
  outline: none;
  border-radius: 10px;
}
.layout-header .full-menu .search form button {
  background: none;
  border: none;
  color: white;
  font-size: 0.85em;
  cursor: pointer;
}
.layout-header .search-and-login form {
  margin-right: 15px;
  display: none !important;
}
@media (min-width: 960px) {
  .layout-header .search-and-login form {
    display: inline-block !important;
  }
}
.layout-header .search-and-login form input {
  height: 39px;
  border: none;
  padding: 2px 20px;
  outline: none;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.layout-header .search-and-login form button {
  background: none;
  border: none;
  color: white;
  font-size: 0.85em;
  cursor: pointer;
}
.layout-header .search-and-login form:hover input {
  display: inline-block;
}
.layout-header .search-and-login .login {
  background: #0038d6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #ffffff;
  font-family: 'GilroyBold';
  padding: 1px 15px;
  text-transform: uppercase;
  margin-right: 60px;
  font-size: 0.85em;
}
@media (min-width: 960px) {
  .layout-header .search-and-login .login {
    padding: 6px 20px;
    margin-right: 0;
  }
}
.layout-header .search-and-login .login:hover {
  background: #ff671d;
}
@keyframes shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.layout-eyecandy {
  position: relative;
  overflow: hidden;
}
.layout-eyecandy .text-placeholder {
  position: absolute;
  color: #ffffff;
  font-size: 1.2em;
  top: 85%;
  transform: translateY(-50%);
  max-width: 600px;
  line-height: 1em;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  z-index: 9;
  font-weight: 500;
}
.layout-eyecandy .text-placeholder a {
  color: #ffffff;
}
@media (min-width: 960px) {
  .layout-eyecandy .text-placeholder {
    font-size: 1.5em;
  }
}
.layout-eyecandy ul.items .item > div {
  animation: shrink 10s infinite alternate;
}
.layout-eyecandy:after,
.layout-eyecandy:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.layout-eyecandy::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.layout-contents {
  z-index: 9;
  position: relative;
}
.layout-contents .breadcrumbs {
  margin-bottom: 35px;
}
.layout-contents h1 {
  color: #1d71b8;
}
.layout-contents h2 {
  color: #1d71b8;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.layout-contents .wrapper .text {
  padding-top: 30px;
}
@media (min-width: 960px) {
  .layout-contents .wrapper .text {
    width: 70%;
    padding-right: 5%;
    display: inline-block;
    vertical-align: top;
  }
}
.layout-contents .wrapper .text > p:first-of-type {
  font-weight: 300;
  color: #1d71b8;
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
}
.layout-contents .wrapper .text h5 {
  color: #1d71b8;
  margin-bottom: 0px;
  font-size: 1.1em;
}
.layout-contents .wrapper .text a {
  color: #1d71b8;
}
.layout-contents .wrapper .text a strong,
.layout-contents .wrapper .text strong a {
  color: #fff;
  display: inline-block;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 30px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.layout-contents .wrapper .text a strong:hover,
.layout-contents .wrapper .text strong a:hover {
  background: linear-gradient(to right, #b48b49 0%, #b48b49 100%);
  transition: all 0.2s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}
.layout-contents .wrapper .text ol {
  padding: 0;
  list-style: none;
}
.layout-contents .wrapper .text ol li {
  display: inline-block;
  margin-right: 30px;
}
.layout-contents .wrapper .text ol li a {
  font-weight: bold;
}
.layout-contents .wrapper .text ol li a svg {
  margin-right: 10px;
}
.layout-contents .wrapper .text ul li {
  padding-left: 40px;
  position: relative;
}
.layout-contents .wrapper .text ul li:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background-color: #6b522a;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  color: #ffffff;
  font-size: 9px;
  padding: 0;
  line-height: 18px;
  text-align: center;
  border-radius: 6px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
@media (min-width: 960px) {
  .layout-contents .wrapper .side {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    float: right;
    z-index: 9;
    position: relative;
  }
}
.layout-contents .wrapper .side .menu > li {
  display: none;
  margin-bottom: 2px;
}
.layout-contents .wrapper .side .menu > li a {
  background-color: #f3f1ee;
  padding: 12px 25px;
  display: block;
  font-weight: 500;
  color: #1d71b8;
  font-family: 'halcom', Calbri, Helvetica, Arial, sans-serif;
}
.layout-contents .wrapper .side .menu > li a .text-and-image {
  display: none;
}
.layout-contents .wrapper .side .menu > li a:hover {
  background-color: #1d71b8;
  color: #ffffff;
  text-decoration: none;
}
.layout-contents .wrapper .side .menu > li.active.menu-item-has-children {
  display: block;
}
@media (min-width: 960px) {
  .layout-contents .wrapper .side .menu > li.active.menu-item-has-children {
    margin-top: -50px;
  }
}
.layout-contents .wrapper .side .menu > li.active.menu-item-has-children li {
  margin-bottom: 2px;
}
.layout-contents .wrapper .side .menu > li.active.menu-item-has-children > a {
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  color: #92c7f4;
  padding-left: 170px;
  position: relative;
}
.layout-contents .wrapper .side .menu > li.active.menu-item-has-children > a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #1d71b8 transparent;
  position: absolute;
  right: 200px;
  top: 0;
  z-index: -1;
}
.layout-contents .wrapper .side .menu > li.active.menu-item-has-children > a:after {
  content: '';
  background-color: #1d71b8;
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.layout-contents .wrapper .side .sidetext {
  background-color: #1d71b8;
  color: #ffffff;
  padding: 25px 35px;
}
.layout-contents .wrapper .side .sidetext h3 {
  color: #ffffff;
}
.layout-contents .wrapper .side .sidetext a {
  font-weight: bold;
  color: #ffffff;
}
.layout-contents .wrapper .side .sidetext .phone,
.layout-contents .wrapper .side .sidetext .email {
  display: block;
  margin-bottom: 5px;
}
.layout-contents .wrapper .side .sidetext .phone svg,
.layout-contents .wrapper .side .sidetext .email svg {
  margin-right: 10px;
}
.layout-contents .left-and-right .left {
  font-size: 2em;
  line-height: 1.2em;
}
.layout-textandcta {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .layout-textandcta {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 960px) {
  .layout-textandcta .wrapper .text {
    width: 70%;
    padding-right: 5%;
    display: inline-block;
    vertical-align: top;
  }
}
.layout-textandcta .wrapper .text h2,
.layout-textandcta .wrapper .text h3 {
  color: #1d71b8;
  font-size: 1em;
  margin-bottom: 0;
}
.layout-textandcta .wrapper .text h5 {
  color: #1d71b8;
  margin-bottom: 0px;
  font-size: 1.1em;
}
.layout-textandcta .wrapper .text a {
  color: #1d71b8;
  text-decoration: none;
}
.layout-textandcta .wrapper .text a:hover {
  text-decoration: underline;
}
.layout-textandcta .wrapper .text a strong,
.layout-textandcta .wrapper .text strong a {
  color: #fff;
  display: inline-block;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 30px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.layout-textandcta .wrapper .text a strong:hover,
.layout-textandcta .wrapper .text strong a:hover {
  background: linear-gradient(to right, #b48b49 0%, #b48b49 100%);
  transition: all 0.2s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}
.layout-textandcta .wrapper .text ul li {
  padding-left: 40px;
  position: relative;
}
.layout-textandcta .wrapper .text ul li svg {
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background-color: #6b522a;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  color: #ffffff;
  font-size: 9px;
  padding: 0;
  line-height: 18px;
  text-align: center;
  border-radius: 6px;
}
@media (min-width: 960px) {
  .layout-textandcta .wrapper .side {
    width: 29.5%;
    display: inline-block;
    vertical-align: top;
  }
}
.layout-textandcta .wrapper .side .img {
  background-color: #f3f1ee;
}
.layout-textandcta .wrapper .side .img img {
  vertical-align: bottom;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 33% 100%, 0 93%);
}
.layout-textandcta .wrapper .side .sidetext h3 {
  color: #1d71b8;
}
.layout-textandcta .wrapper .side .sidetext a {
  color: #1d71b8;
  text-decoration: none;
}
.layout-textandcta .wrapper .side .sidetext a:hover {
  text-decoration: underline;
}
.layout-textandcta .wrapper .side .sidetext h5 {
  color: #1d71b8;
  margin-bottom: 0px;
  font-size: 1.1em;
}
.layout-textandcta .wrapper .side .sidetext ul li {
  padding-left: 40px;
  position: relative;
}
.layout-textandcta .wrapper .side .sidetext ul li:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background-color: #6b522a;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  color: #ffffff;
  font-size: 9px;
  padding: 0;
  line-height: 18px;
  text-align: center;
  border-radius: 6px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
.layout-textandcta.bgtext .wrapper .text .box {
  background-color: #f3f1ee;
  padding: 25px 35px;
}
.layout-textandcta.bgside .wrapper .side .sidetext {
  background-color: #f3f1ee;
  padding: 25px 35px;
}
.layout-featured {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .layout-featured {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 960px) {
  .layout-featured .container .wrapper .box {
    display: inline-block;
    width: 70%;
  }
}
.layout-featured .container .wrapper h4 {
  color: #1d71b8;
  font-size: 1.2em;
}
.layout-featured .container .wrapper .featured {
  display: block;
  color: #6a6e72;
  background-color: #f3f1ee;
}
@media (min-width: 960px) {
  .layout-featured .container .wrapper .featured {
    display: flex;
  }
  .layout-featured .container .wrapper .featured > * {
    flex: 0 1 50%;
  }
}
.layout-featured .container .wrapper .featured .text {
  padding: 25px;
  position: relative;
}
.layout-featured .container .wrapper .featured .text svg {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -20px;
  height: 46px;
  width: 46px;
  padding: 15px;
  background-color: #e6e4e1;
  color: #1d71b8;
  z-index: 9;
}
.layout-featured .container .wrapper .featured .text h3 {
  color: #1d71b8;
}
.layout-featured .container .wrapper .featured .image {
  position: relative;
  vertical-align: top;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 100%;
}
@media (min-width: 960px) {
  .layout-featured .container .wrapper .featured .image {
    padding-bottom: 0;
  }
}
.layout-featured .container .wrapper .featured .image .label {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #1d71b8;
  color: #ffffff;
  padding: 4px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8em;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  z-index: 9;
}
.layout-featured .container .wrapper .featured .image:after {
  content: '';
  background-color: #1d71b8;
  width: 100%;
  height: 100%;
  display: none;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.layout-featured .container .wrapper .featured:hover {
  text-decoration: none;
}
.layout-featured .container .wrapper .featured:hover .text:before {
  background-color: #1d71b8;
  color: #ffffff;
}
.layout-featured .container .wrapper .featured:hover .text svg {
  background-color: #1d71b8;
  color: #ffffff;
}
.layout-featured .container .wrapper .featured:hover .image:after {
  display: block;
}
.layout-featured .container .wrapper .button {
  vertical-align: top;
  padding-top: 25px;
}
@media (min-width: 960px) {
  .layout-featured .container .wrapper .button {
    display: inline-block;
    width: 29%;
    padding-top: 0;
    padding-left: 25px;
  }
}
.layout-featured .container .wrapper .button h4 {
  font-weight: 300;
  color: #1d71b8;
  font-size: 1.2em;
  margin-top: 0;
}
.layout-featured .container .wrapper .button .buttons li {
  margin-bottom: 2px;
}
.layout-featured .container .wrapper .button .buttons li a {
  background-color: #f3f1ee;
  color: #1d71b8;
  padding: 13px 20px 13px 65px;
  display: block;
  font-weight: 500;
  position: relative;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
}
.layout-featured .container .wrapper .button .buttons li a svg {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 46px;
  padding: 15px;
  background-color: #e6e4e1;
}
.layout-featured .container .wrapper .button .buttons li a:hover {
  background-color: #e6e4e1;
  text-decoration: none;
}
.layout-featured .container .wrapper .button .buttons li a:hover:before {
  background-color: #1d71b8;
  color: #ffffff;
}
.layout-faq {
  padding: 60px 0;
}
.layout-faq .container .wrapped .faq-list {
  margin-bottom: 50px;
}
.layout-faq .container .wrapped .faq-list .department-title {
  font-size: 2em;
  color: #1d71b8;
  margin-bottom: 25px;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 960px) {
  .layout-faq .container .wrapped .faq-list .faq {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.layout-faq .container .wrapped .faq-list .faq li {
  padding: 0 10px 25px 0;
}
@media (min-width: 960px) {
  .layout-faq .container .wrapped .faq-list .faq li {
    width: 33%;
    display: inline-block;
    padding: 25px;
    vertical-align: top;
  }
}
.layout-faq .container .wrapped .faq-list .faq li .box {
  background-color: #1d71b8;
  padding: 25px;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  display: block;
  text-decoration: none;
}
.layout-faq .container .wrapped .faq-list .faq li .box .question {
  color: #ffffff;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 1.2em;
  height: 75px;
  overflow: hidden;
}
.layout-faq .container .wrapped .faq-list .faq li .box .question svg {
  display: none;
}
.layout-faq .container .wrapped .faq-list .faq li .box .answer {
  background-color: #ffffff;
  color: #1d71b8;
  font-weight: 200;
  font-style: italic;
  padding-bottom: 20px;
}
.layout-faq .container .wrapped .faq-list .faq li .box .answer .text {
  padding: 25px;
  height: 185px;
  overflow: hidden;
}
.layout-faq .container .wrapped .faq-list .faq li .box .more {
  background: #ffffff;
  padding: 0 65px 10px 20px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  color: #1d71b8;
  position: relative;
}
.layout-faq .container .wrapped .faq-list .faq li .box .more .arrow {
  position: absolute;
  right: -35px;
  bottom: -35px;
  border: 13px solid #1d71b8;
  background: #ffffff;
  color: #1d71b8;
  padding: 13px;
  text-align: center;
  width: 75px;
  height: 75px;
}
.layout-faq .container .wrapped .faq-list .faq li .box .more .arrow svg {
  font-size: 1.4em;
}
.layout-faq .container .wrapped .faq-list .faq li .box:hover .more {
  text-decoration: underline;
}
.layout-faq .container .wrapped .faq-list .faq li .box:hover .more .arrow {
  background: #1d71b8;
  color: #ffffff;
}
.layout-cta {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .layout-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.layout-cta .container .wrapper {
  background-color: #f3f1ee;
  padding: 25px 25px;
  text-align: center;
}
@media (min-width: 960px) {
  .layout-cta .container .wrapper {
    padding: 50px 200px;
  }
}
.layout-cta .container .wrapper h4 {
  color: #1d71b8;
  font-size: 1.2em;
}
.layout-cta .container .wrapper .buttons {
  margin-top: 30px;
}
.layout-cta .container .wrapper .buttons li {
  margin: 10px 0;
}
.layout-cta .container .wrapper .buttons li a {
  color: #1d71b8;
  font-weight: bold;
}
.layout-cta.buttons-position-below .container .wrapper .buttons li {
  display: block;
  margin: 30px 0;
}
@media (min-width: 960px) {
  .layout-cta.buttons-position-below .container .wrapper .buttons li {
    display: inline-block;
    margin: 0 30px;
  }
}
.layout-cta.buttons-position-below .container .wrapper .buttons li:first-child a {
  color: #fff;
  display: inline-block;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 30px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.layout-cta.buttons-position-below .container .wrapper .buttons li:first-child a:hover {
  background: linear-gradient(to right, #b48b49 0%, #b48b49 100%);
  transition: all 0.2s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}
.layout-cta.buttons-position-below .container .wrapper .buttons li:last-child:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #1d71b8;
  padding-right: 10px;
}
.layout-cta.buttons-position-right .container .wrapper {
  padding: 0;
  text-align: left;
  margin: 15px;
  position: relative;
}
.layout-cta.buttons-position-right .container .wrapper::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -15px;
  bottom: -15px;
  background-color: #1d71b8;
  z-index: -1;
}
.layout-cta.buttons-position-right .container .wrapper .text {
  padding: 25px;
}
@media (min-width: 960px) {
  .layout-cta.buttons-position-right .container .wrapper .text {
    display: inline-block;
    width: 60%;
    padding-right: 3%;
  }
}
.layout-cta.buttons-position-right .container .wrapper .image {
  position: relative;
  vertical-align: bottom;
}
@media (min-width: 960px) {
  .layout-cta.buttons-position-right .container .wrapper .image {
    display: inline-block;
    width: 19%;
    padding-right: 3%;
  }
}
@media (min-width: 960px) {
  .layout-cta.buttons-position-right .container .wrapper .image img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.layout-cta.buttons-position-right .container .wrapper .buttons {
  padding: 25px;
  vertical-align: top;
}
@media (min-width: 960px) {
  .layout-cta.buttons-position-right .container .wrapper .buttons {
    display: inline-block;
    width: 20%;
  }
}
.layout-partners {
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .layout-partners {
    text-align: right;
  }
}
.layout-partners .title,
.layout-partners ul {
  display: inline-block;
  margin-left: 15px;
}
.layout-partners .title li,
.layout-partners ul li {
  display: inline-block;
  margin-left: 30px;
  padding: 15px 0;
}
@media (min-width: 960px) {
  .layout-partners .title li,
  .layout-partners ul li {
    padding: 0;
  }
}
.layout-partners .title li img,
.layout-partners ul li img {
  vertical-align: middle;
  max-width: 100px;
}
.layout-textandimages {
  padding: 90px 0;
}
@media (min-width: 960px) {
  .layout-textandimages {
    padding: 55px 0 15px 0;
  }
}
@media (min-width: 1280px) {
  .layout-textandimages {
    padding: 105px 0 15px 0;
  }
}
@media (min-width: 960px) {
  .layout-textandimages .container .text {
    width: 50%;
    padding-right: 5%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1280px) {
  .layout-textandimages .container .text {
    width: 40%;
  }
}
.layout-textandimages .container .text > p:first-of-type {
  font-weight: 300;
  color: #1d71b8;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
}
@media (min-width: 1280px) {
  .layout-textandimages .container .text > p:first-of-type {
    font-size: 1.2em;
  }
}
.layout-textandimages .container .text h5 {
  color: #1d71b8;
  margin-bottom: 0px;
  font-size: 1.1em;
}
@media (max-width: 1280px) {
  .layout-textandimages .container .text h5 {
    margin-top: 10px;
    margin-bottom: -5px;
  }
}
.layout-textandimages .container .text a {
  color: #1d71b8;
}
.layout-textandimages .container .text a strong,
.layout-textandimages .container .text strong a {
  color: #fff;
  display: inline-block;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 30px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.layout-textandimages .container .text a strong:hover,
.layout-textandimages .container .text strong a:hover {
  background: linear-gradient(to right, #b48b49 0%, #b48b49 100%);
  transition: all 0.2s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}
.layout-textandimages .container .text ol {
  padding: 0;
  list-style: none;
}
.layout-textandimages .container .text ol li {
  display: inline-block;
  margin-right: 30px;
}
.layout-textandimages .container .text ol li a {
  font-weight: bold;
}
.layout-textandimages .container .text ol li a svg {
  margin-right: 10px;
}
.layout-textandimages .container .text ul li {
  padding-left: 40px;
  position: relative;
}
.layout-textandimages .container .text ul li svg {
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  background-color: #6b522a;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  color: #ffffff;
  font-size: 9px;
  padding: 4px;
  line-height: 18px;
  text-align: center;
  border-radius: 6px;
}
@media (min-width: 1280px) {
  .layout-textandimages .container .text ul li svg {
    top: 4px;
  }
}
@media (max-width: 960px) {
  .layout-textandimages .container .images {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 960px) {
  .layout-textandimages .container .images {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
  }
}
@media (min-width: 1280px) {
  .layout-textandimages .container .images {
    width: 59%;
  }
}
.layout-textandimages .container .images > * {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.layout-textandimagescollage {
  padding: 90px 0;
}
@media (min-width: 960px) {
  .layout-textandimagescollage {
    padding: 55px 0 15px 0;
  }
}
@media (min-width: 1280px) {
  .layout-textandimagescollage {
    padding: 105px 0 15px 0;
  }
}
@media (min-width: 960px) {
  .layout-textandimagescollage .container .text {
    width: 50%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1280px) {
  .layout-textandimagescollage .container .text {
    width: 47%;
    padding-right: 2%;
  }
}
.layout-textandimagescollage .container .text > p:first-of-type {
  font-weight: 300;
  color: #1d71b8;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
}
@media (min-width: 1280px) {
  .layout-textandimagescollage .container .text > p:first-of-type {
    font-size: 1.2em;
  }
}
.layout-textandimagescollage .container .text h5 {
  color: #1d71b8;
  margin-bottom: 0px;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: -10px;
}
@media (max-width: 1280px) {
  .layout-textandimagescollage .container .text h5 {
    margin-top: 10px;
    margin-bottom: -5px;
  }
}
.layout-textandimagescollage .container .text a {
  color: #1d71b8;
}
.layout-textandimagescollage .container .text a strong,
.layout-textandimagescollage .container .text strong a {
  color: #fff;
  display: inline-block;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 30px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.layout-textandimagescollage .container .text a strong:hover,
.layout-textandimagescollage .container .text strong a:hover {
  background: linear-gradient(to right, #b48b49 0%, #b48b49 100%);
  transition: all 0.2s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}
.layout-textandimagescollage .container .text ol {
  padding: 0;
  list-style: none;
}
.layout-textandimagescollage .container .text ol li {
  display: inline-block;
  margin-right: 30px;
}
.layout-textandimagescollage .container .text ol li a {
  font-weight: bold;
}
.layout-textandimagescollage .container .text ol li a svg {
  margin-right: 10px;
}
.layout-textandimagescollage .container .text ul li {
  padding-left: 40px;
  position: relative;
}
.layout-textandimagescollage .container .text ul li svg {
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  background-color: #6b522a;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  color: #ffffff;
  font-size: 9px;
  padding: 4px;
  line-height: 18px;
  text-align: center;
  border-radius: 6px;
}
@media (min-width: 1280px) {
  .layout-textandimagescollage .container .text ul li svg {
    top: 4px;
  }
}
@media (max-width: 960px) {
  .layout-textandimagescollage .container .images {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 960px) {
  .layout-textandimagescollage .container .images {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
  }
}
@media (min-width: 1280px) {
  .layout-textandimagescollage .container .images {
    width: 52%;
  }
}
.layout-textandimagescollage .container .images .images-nav {
  padding-left: 5px;
  padding-right: 5px;
}
.layout-textandimagescollage .container .images .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.layout-textandimageslider {
  padding: 90px 0;
}
@media (min-width: 960px) {
  .layout-textandimageslider {
    padding: 55px 0 15px 0;
  }
}
@media (min-width: 1280px) {
  .layout-textandimageslider {
    padding: 105px 0 15px 0;
  }
}
@media (min-width: 960px) {
  .layout-textandimageslider .container .text {
    width: 50%;
    padding-right: 5%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1280px) {
  .layout-textandimageslider .container .text {
    width: 40%;
  }
}
.layout-textandimageslider .container .text > p:first-of-type {
  font-weight: 300;
  color: #1d71b8;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
}
@media (min-width: 1280px) {
  .layout-textandimageslider .container .text > p:first-of-type {
    font-size: 1.2em;
  }
}
.layout-textandimageslider .container .text h5 {
  color: #1d71b8;
  margin-bottom: 0px;
  font-size: 1.1em;
}
@media (max-width: 1280px) {
  .layout-textandimageslider .container .text h5 {
    margin-top: 10px;
    margin-bottom: -5px;
  }
}
.layout-textandimageslider .container .text a {
  color: #1d71b8;
}
.layout-textandimageslider .container .text a strong,
.layout-textandimageslider .container .text strong a {
  color: #fff;
  display: inline-block;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 30px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  border-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.layout-textandimageslider .container .text a strong:hover,
.layout-textandimageslider .container .text strong a:hover {
  background: linear-gradient(to right, #b48b49 0%, #b48b49 100%);
  transition: all 0.2s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}
.layout-textandimageslider .container .text ol {
  padding: 0;
  list-style: none;
}
.layout-textandimageslider .container .text ol li {
  display: inline-block;
  margin-right: 30px;
}
.layout-textandimageslider .container .text ol li a {
  font-weight: bold;
}
.layout-textandimageslider .container .text ol li a svg {
  margin-right: 10px;
}
.layout-textandimageslider .container .text ul li {
  padding-left: 40px;
  position: relative;
}
.layout-textandimageslider .container .text ul li svg {
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  background-color: #6b522a;
  background: linear-gradient(to right, #b48b49 0%, #6b522a 100%);
  color: #ffffff;
  font-size: 9px;
  padding: 4px;
  line-height: 18px;
  text-align: center;
  border-radius: 6px;
}
@media (min-width: 1280px) {
  .layout-textandimageslider .container .text ul li svg {
    top: 4px;
  }
}
@media (max-width: 960px) {
  .layout-textandimageslider .container .images {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 960px) {
  .layout-textandimageslider .container .images {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
  }
}
@media (min-width: 1280px) {
  .layout-textandimageslider .container .images {
    width: 59%;
  }
}
.layout-textandimageslider .container .images .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 58vh;
}
@media (min-width: 1280px) {
  .layout-textandimageslider .container .images .slick-slide img {
    height: 65vh;
  }
}
.layout-textandimageslider .container .images .slick-arrow {
  background: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #1d71b8;
  border: none;
  color: #ffffff;
  padding: 16px 20px;
  cursor: pointer;
  z-index: 9;
}
.layout-textandimageslider .container .images .slick-arrow.next {
  left: auto;
  right: 0;
}
.layout-blocks,
.layout-imageblocks {
  padding: 90px 0;
}
@media (min-width: 960px) {
  .layout-blocks,
  .layout-imageblocks {
    padding: 115px 0 15px 0;
  }
}
@media (min-width: 1280px) {
  .layout-blocks,
  .layout-imageblocks {
    padding: 130px 0 15px 0;
  }
}
.layout-blocks .container,
.layout-imageblocks .container {
  position: relative;
}
@media (min-width: 960px) {
  .home .layout-blocks .container:before,
  .home .layout-imageblocks .container:before {
    position: absolute;
    top: -90px;
    right: 60px;
    width: 300px;
    font-size: 2em;
    color: #182029;
    font-family: 'Caveat', cursive;
    line-height: 1.3em;
    color: #1d71b8;
  }
  .home .layout-blocks .container:after,
  .home .layout-imageblocks .container:after {
    position: absolute;
    top: -50px;
    right: 165px;
    content: '';
    width: 20px;
    height: 44px;
    font-size: 2em;
    background-image: url(../images/arrow-down.svg);
    background-size: cover;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .home .layout-blocks .container:before,
  .home .layout-imageblocks .container:before {
    content: 'Druk op een tegel om meer informatie te bekijken';
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  .home .layout-blocks .container:before,
  .home .layout-imageblocks .container:before {
    right: 120px;
    top: -100px;
  }
}
.layout-blocks .container > ul,
.layout-imageblocks .container > ul {
  margin-right: -15px;
  margin-left: -15px;
}
.layout-blocks .container > ul > li,
.layout-imageblocks .container > ul > li {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.layout-blocks .container > ul > li .block,
.layout-imageblocks .container > ul > li .block {
  background-color: #f3f1ee;
  display: block;
  color: #6a6e72;
  position: relative;
  padding-bottom: 20px;
}
.layout-blocks .container > ul > li .block svg,
.layout-imageblocks .container > ul > li .block svg {
  content: '';
  position: absolute;
  left: 25px;
  bottom: -20px;
  height: 46px;
  width: 46px;
  padding: 15px;
  background-color: #e6e4e1;
  color: #1d71b8;
}
.layout-blocks .container > ul > li .block .image,
.layout-imageblocks .container > ul > li .block .image {
  padding-bottom: 75%;
  background-size: cover;
  background-position: 50% 50%;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 33% 100%, 0 93%);
  position: relative;
}
.layout-blocks .container > ul > li .block .image .label,
.layout-imageblocks .container > ul > li .block .image .label {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #1d71b8;
  color: #ffffff;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8em;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  z-index: 9;
  max-width: 90%;
}
@media (min-width: 1280px) {
  .layout-blocks .container > ul > li .block .image .label,
  .layout-imageblocks .container > ul > li .block .image .label {
    top: 30px;
    left: 30px;
    padding: 4px 15px;
    font-size: 1em;
    max-width: 88%;
  }
}
.layout-blocks .container > ul > li .block .image .label.gold,
.layout-imageblocks .container > ul > li .block .image .label.gold {
  background-color: #6b522a;
}
.layout-blocks .container > ul > li .block .image:after,
.layout-imageblocks .container > ul > li .block .image:after {
  content: '';
  background-color: #1d71b8;
  width: 100%;
  height: 100%;
  display: none;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.layout-blocks .container > ul > li .block .text,
.layout-imageblocks .container > ul > li .block .text {
  padding: 15px 30px;
  height: 330px;
}
.layout-blocks .container > ul > li .block .text h2,
.layout-imageblocks .container > ul > li .block .text h2,
.layout-blocks .container > ul > li .block .text h3,
.layout-imageblocks .container > ul > li .block .text h3 {
  color: #1d71b8;
  font-size: 1.1em;
  font-weight: 500;
}
.layout-blocks .container > ul > li .block .text.gold h2,
.layout-imageblocks .container > ul > li .block .text.gold h2,
.layout-blocks .container > ul > li .block .text.gold h3,
.layout-imageblocks .container > ul > li .block .text.gold h3 {
  color: #6b522a;
}
.layout-blocks .container > ul > li .block:hover,
.layout-imageblocks .container > ul > li .block:hover {
  text-decoration: none;
}
.layout-blocks .container > ul > li .block:hover:before,
.layout-imageblocks .container > ul > li .block:hover:before {
  background-color: #1d71b8;
  color: #ffffff;
}
.layout-blocks .container > ul > li .block:hover svg,
.layout-imageblocks .container > ul > li .block:hover svg {
  background-color: #1d71b8;
  color: #ffffff;
}
.layout-blocks .container > ul > li .block:hover .image:after,
.layout-imageblocks .container > ul > li .block:hover .image:after {
  display: block;
}
.layout-blocks .container > ul > li .block.gold .text h2,
.layout-imageblocks .container > ul > li .block.gold .text h2,
.layout-blocks .container > ul > li .block.gold .text h3,
.layout-imageblocks .container > ul > li .block.gold .text h3 {
  color: #6b522a;
}
.layout-blocks .container > ul > li .block.gold .image .label,
.layout-imageblocks .container > ul > li .block.gold .image .label {
  background-color: #6b522a;
}
.layout-textandblocks {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .layout-textandblocks {
    padding: 160px 0;
  }
}
.has-post-thumbnail .layout-textandblocks .container > .text {
  background-color: #ffffff;
  padding: 35px;
  margin-left: 0;
}
@media (min-width: 960px) {
  .layout-textandblocks .container > .text {
    width: 33%;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
  }
}
.layout-textandblocks .container > .text > h3 {
  font-weight: 300;
  color: #1d71b8;
  font-size: 1.2em;
  margin-top: 0;
}
.layout-textandblocks .container > .text ul li {
  position: relative;
}
.layout-textandblocks .container > .text ul li h4 {
  color: #1d71b8;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.layout-textandblocks .container > .text ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.layout-textandblocks .container > .text ul li .text {
  padding-left: 75px;
}
@media (min-width: 960px) {
  .layout-textandblocks .container > ul {
    width: 66%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
  }
}
.layout-textandblocks .container > ul > li {
  vertical-align: top;
  width: 100%;
}
.layout-textandblocks .container > ul > li .block {
  background-color: #f3f1ee;
  display: block;
  color: #6a6e72;
  position: relative;
  padding-bottom: 20px;
}
.layout-textandblocks .container > ul > li .block svg {
  content: '';
  position: absolute;
  left: 25px;
  bottom: -20px;
  height: 46px;
  width: 46px;
  padding: 15px;
  background-color: #e6e4e1;
  color: #1d71b8;
}
.layout-textandblocks .container > ul > li .block .image {
  height: 265px;
  background-size: cover;
  background-position: 50% 50%;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 33% 100%, 0 93%);
  position: relative;
}
.layout-textandblocks .container > ul > li .block .image .label {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #1d71b8;
  color: #ffffff;
  padding: 4px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8em;
  font-family: 'halcom', Calibri, Helvetica, Arial, sans-serif;
  z-index: 9;
}
.layout-textandblocks .container > ul > li .block .image .label.gold {
  background-color: #6b522a;
}
.layout-textandblocks .container > ul > li .block .image:after {
  content: '';
  background-color: #1d71b8;
  width: 100%;
  height: 100%;
  display: none;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.layout-textandblocks .container > ul > li .block .text {
  padding: 15px 30px;
  min-height: 330px;
}
.layout-textandblocks .container > ul > li .block .text h2,
.layout-textandblocks .container > ul > li .block .text h3 {
  color: #1d71b8;
  font-size: 1.1em;
  font-weight: 500;
}
.layout-textandblocks .container > ul > li .block .text.gold h2,
.layout-textandblocks .container > ul > li .block .text.gold h3 {
  color: #6b522a;
}
.layout-textandblocks .container > ul > li .block:hover {
  text-decoration: none;
}
.layout-textandblocks .container > ul > li .block:hover:before {
  background-color: #1d71b8;
  color: #ffffff;
}
.layout-textandblocks .container > ul > li .block:hover svg {
  background-color: #1d71b8;
  color: #ffffff;
}
.layout-textandblocks .container > ul > li .block:hover .image:after {
  display: block;
}
.layout-textandblocks .container > ul > li .block.gold .text h2,
.layout-textandblocks .container > ul > li .block.gold .text h3 {
  color: #6b522a;
}
.layout-textandblocks .container > ul > li .block.gold .image .label {
  background-color: #6b522a;
}
@media (min-width: 960px) {
  .layout-textandblocks.blocknr-two .container > .text {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .layout-textandblocks.blocknr-two .container > ul {
    width: 50%;
  }
}
.layout-textandblocks.blocknr-three .container > ul > li {
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .layout-textandblocks.blocknr-three .container > ul > li {
    width: 50%;
    display: inline-block;
    padding-left: 30px;
    padding-bottom: 0;
  }
  .layout-textandblocks.blocknr-three .container > ul > li:first-child {
    padding-left: 5px;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  .layout-textandblocks.blocknr-three .container > ul > li:first-child {
    padding-left: 15px;
  }
}
@media (min-width: 960px) {
  .layout-textandblocks.blocknr-threewt .container > .text {
    width: 100%;
    display: block;
  }
}
@media (min-width: 960px) {
  .layout-textandblocks.blocknr-threewt .container > ul {
    width: 100%;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.layout-textandblocks.blocknr-threewt .container > ul > li {
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .layout-textandblocks.blocknr-threewt .container > ul > li {
    width: 33%;
    display: inline-block;
    padding-left: 30px;
    padding-bottom: 0;
  }
}
.layout-textandblocks.blocknr-threewt .container > ul > li:first-child {
  padding-left: 0;
}
.layout-testimonialslist {
  padding: 30px 0;
}
@media (min-width: 960px) {
  .layout-testimonialslist {
    padding: 60px 0;
  }
}
.layout-testimonialslist .container ul {
  margin: 0 auto;
  max-width: 750px;
}
.layout-testimonialslist .container ul li .testimonial {
  position: relative;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 960px) {
  .layout-testimonialslist .container ul li .testimonial {
    padding: 0 50px;
  }
}
.layout-testimonialslist .container ul li .testimonial:before {
  color: #6a6e72;
  content: "“";
  font-family: 'halcom', Calbri, Helvetica, Arial, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 20px;
  left: -17px;
  opacity: 0.3;
}
@media (min-width: 960px) {
  .layout-testimonialslist .container ul li .testimonial:before {
    top: 30px;
    left: 0;
  }
}
.layout-testimonialslist .container ul li .testimonial .name-title-and-subtitle .text {
  color: #1d71b8;
  font-style: italic;
  font-weight: 200;
  line-height: 26px;
  font-size: 1em;
  margin-bottom: 15px;
  font-family: 'halcom', Calbri, Helvetica, Arial, sans-serif;
}
@media (min-width: 960px) {
  .layout-testimonialslist .container ul li .testimonial .name-title-and-subtitle .text {
    line-height: 32px;
    font-size: 1.2em;
  }
}
.layout-testimonialslist .container ul li .testimonial .name-title-and-subtitle .name,
.layout-testimonialslist .container ul li .testimonial .name-title-and-subtitle .title {
  display: inline-block;
}
.layout-projectsfeatured {
  padding: 60px 0;
}
.layout-projectsfeatured .container {
  max-width: 1600px;
  padding: 25px 25px 25px 10px;
  background-color: #1d71b8;
  position: relative;
}
.layout-projectsfeatured .container .introtitle {
  background-color: #1d71b8;
  color: #ffffff;
  padding: 14px 28px;
  position: absolute;
  right: 0;
  top: -46px;
  font-family: 'halcom', Calbri, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.layout-projectsfeatured .container .introtitle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 46px;
  border-color: transparent transparent #1d71b8 transparent;
  position: absolute;
  left: -46px;
  top: 0;
}
.layout-projectsfeatured .container ul {
  position: relative;
}
@media (min-width: 960px) {
  .layout-projectsfeatured .container ul {
    display: inline-block;
    width: 90%;
    vertical-align: top;
  }
}
.layout-projectsfeatured .container ul:after {
  content: '';
  width: 215px;
  height: 100%;
  background: linear-gradient(270deg, #1d71b8 50%, rgba(29, 113, 184, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
}
.layout-projectsfeatured .container ul li {
  padding: 0 15px;
}
.layout-projectsfeatured .container ul li .project {
  position: relative;
  padding: 20px 20px 10px 20px;
  background-color: #ffffff;
}
.layout-projectsfeatured .container ul li .project .image {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: 50% 50%;
}
.layout-projectsfeatured .container ul li .project .image:before {
  color: #ffffff;
  content: "“";
  font-family: 'halcom', Calbri, Helvetica, Arial, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 28px;
  left: 10px;
}
.layout-projectsfeatured .container ul li .project .image .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 600;
  color: #ffffff;
}
.layout-projectsfeatured .container ul li .project .text {
  padding: 10px 0;
  color: #1d71b8;
  font-style: italic;
  font-weight: 200;
  line-height: 24px;
  font-size: 0.8em;
  margin-bottom: 15px;
  font-family: 'halcom', Calbri, Helvetica, Arial, sans-serif;
  height: 130px;
  overflow: hidden;
}
.layout-projectsfeatured .container .side {
  color: #ffffff;
  font-family: 'halcom', Calbri, Helvetica, Arial, sans-serif;
  padding-top: 220px;
  position: relative;
}
@media (min-width: 960px) {
  .layout-projectsfeatured .container .side {
    display: inline-block;
    width: 9.5%;
    vertical-align: top;
  }
}
.layout-projectsfeatured .container .side span {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
}
.layout-projectsfeatured .container .side .linktoall {
  background-color: #3383c4;
  display: block;
  padding: 50px 30px;
  color: #ffffff;
  margin-bottom: 20px;
  position: absolute;
  top: 25px;
  left: 0;
  width: 200px;
}
.layout-projectsfeatured .container .side .follow .social-pages {
  font-size: 2em;
}
.layout-projectsfeatured .container .side .follow .social-pages li {
  display: inline-block;
  margin-right: 15px;
}
.layout-footer {
  background-color: #1d71b8;
  color: #ffffff;
  position: relative;
}
.layout-footer:before {
  content: '';
  position: absolute;
  right: 0%;
  top: 0;
  background-color: #3383c4;
  padding: 43px 0 43px 30px;
  display: none;
  width: 50%;
}
@media (min-width: 960px) {
  .layout-footer:before {
    display: block;
  }
}
.layout-footer .container {
  padding-top: 115px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 960px) {
  .layout-footer .container {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.layout-footer .container .contact {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3383c4;
  padding: 30px 0 5px 30px;
  display: block;
}
@media (min-width: 960px) {
  .layout-footer .container .contact {
    padding: 30px 0 30px 30px;
  }
}
.layout-footer .container .contact li {
  margin-left: 30px;
  display: inline-block;
}
.layout-footer .container .contact li svg {
  margin-right: 10px;
}
.layout-footer .container .contact:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 87px 87px 0;
  border-color: transparent #3383c4 transparent transparent;
  position: absolute;
  left: -87px;
  top: 0;
  display: none;
}
@media (min-width: 960px) {
  .layout-footer .container .contact:before {
    display: block;
  }
}
.layout-footer h4 {
  font-size: 1.1em;
}
.layout-footer a {
  color: #ffffff;
  text-decoration: none;
}
.layout-footer a:hover {
  text-decoration: underline;
}
.layout-footer .social-pages {
  font-size: 2em;
}
.layout-footer .social-pages li {
  display: inline-block;
  margin-right: 15px;
}
.layout-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1d71b8;
  color: #92c7f4;
  font-size: 0.9em;
}
.layout-copyright a {
  color: #ffffff;
}
.layout-copyright .copyright {
  text-align: center;
}
/* slick */
.slick-prev,
.slick-next {
  width: 25px;
  height: 25px;
  z-index: 99;
}
.slick-prev:before,
.slick-next:before {
  font-size: 25px;
}
.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: 960px) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 80px;
    line-height: 50px;
  }
}
