@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,600;1,800&display=swap');
/* imports */
/* includes */
/* paddings and margins */
/* grid	 */
.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 60rem;
}
@media (min-width: 60rem) {
  .container {
    padding-left: 30px;
  }
}
@media (min-width: 60rem) {
  .container {
    padding-right: 30px;
  }
}
/* psuedo columns */
/*! 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: 60rem) {
  #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: 75px;
}
@media (min-width: 60rem) {
  body .layout-header {
    height: 75px;
  }
}
.layout-header .header {
  height: 100%;
}
.layout-header .header .container {
  height: 100%;
  position: relative;
}
.layout-header .header .container > * {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .home {
  margin-left: 15px;
  left: 0;
  height: calc(100% - 30px) !important;
}
@media (min-width: 60rem) {
  .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: 60rem) {
  .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: 60rem) {
  .layout-header .full-menu-toggle {
    margin-right: 30px;
  }
}
.layout-header .full-menu-toggle .fa-times,
.layout-header .full-menu-toggle .fa-bars {
  position: absolute;
  width: 40px;
  text-align: center;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.layout-header .full-menu-toggle .fa-bars {
  opacity: 1;
}
.full-menu-open .layout-header .full-menu-toggle .fa-times {
  opacity: 1;
}
.full-menu-open .layout-header .full-menu-toggle .fa-bars {
  opacity: 0;
}
.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-eyecandy .items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-eyecandy .items .item {
  position: relative;
}
.layout-eyecandy .items .item > div {
  height: 100%;
  background-size: auto 100%;
  background-position: 50% 50%;
  width: 100%;
}
@media (min-width: 20rem) {
  .layout-eyecandy .items .item > div {
    background-size: cover;
  }
}
.layout-eyecandy .items .item > div.alignment-top {
  background-position-y: 0%;
}
.layout-eyecandy .items .item > div.alignment-bottom {
  background-position-y: 100%;
}
@media screen and (orientation: portrait) {
  .layout-eyecandy .items .item.has-tall-screens-image > div.for-wide-screens {
    display: none;
  }
}
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
  .layout-eyecandy .items .item.has-tall-screens-image > div.for-tall-screens {
    display: none;
  }
}
.layout-eyecandy,
.layout-eyecandy .items,
.layout-eyecandy .item {
  height: 300px;
  min-height: 400px;
}
.layout-eyecandy.size-high,
.layout-eyecandy.size-high .items,
.layout-eyecandy.size-high .item {
  height: calc(25vh);
}
@media (min-width: 60rem) {
  .layout-eyecandy.size-high,
  .layout-eyecandy.size-high .items,
  .layout-eyecandy.size-high .item {
    height: calc(25vh);
    height: calc(100vh - 75px);
  }
}
@media (max-width: 60rem) {
  .layout-eyecandy.size-wide,
  .layout-eyecandy.size-wide .items,
  .layout-eyecandy.size-wide .item {
    height: 150px;
    min-height: 150px;
    background-position-y: 40% !important;
  }
}
.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-services ul li {
  width: calc(20% - 30px);
  display: block;
}
.layout-services ul li a {
  height: 170px;
}
.layout-services ul li.weight-2 a {
  height: 370px;
}
.layout-services ul li.weight-3 {
  width: calc(40% - 30px);
}
.layout-services ul li.weight-3 a {
  height: 370px;
}
.layout-services ul a {
  display: block;
}
.layout-textandvideo .text-and-video {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-textandvideo .text-and-video:before,
.layout-textandvideo .text-and-video:after {
  content: " ";
  display: table;
}
.layout-textandvideo .text-and-video:after {
  clear: both;
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video {
    margin-right: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-textandvideo .text-and-video {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-textandvideo .text-and-video {
    margin-right: -30px;
  }
}
.layout-textandvideo .text-and-video .text {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video .text {
    padding-left: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video .text {
    padding-right: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video .text {
    margin-bottom: 60px;
  }
}
@media (min-width: 40rem) {
  .layout-textandvideo .text-and-video .text {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video .text {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .layout-textandvideo .text-and-video .text {
    width: 50%;
  }
}
.layout-textandvideo .text-and-video .video {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video .video {
    padding-left: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video .video {
    padding-right: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video .video {
    margin-bottom: 60px;
  }
}
@media (min-width: 40rem) {
  .layout-textandvideo .text-and-video .video {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-video .video {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .layout-textandvideo .text-and-video .video {
    width: 50%;
  }
}
.layout-textandvideo .video {
  position: relative;
}
.layout-textandvideo .video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 60rem) {
  .layout-textandvideo .text-and-image {
    display: flex;
  }
  .layout-textandvideo .text-and-image .text,
  .layout-textandvideo .text-and-image .image {
    flex-basis: 50%;
  }
  .layout-textandvideo .text-and-image .image {
    background-size: cover;
  }
}
@media (min-width: 60rem) {
  .layout-imageandtext .container {
    display: flex;
    justify-content: center;
  }
  .layout-imageandtext .container .img {
    flex: 1 50%;
    display: flex;
    align-items: center;
  }
  .layout-imageandtext .container .text {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
  }
  .layout-imageandtext .container .text > * {
    flex: 0 0 100%;
  }
  .layout-imageandtext .img img {
    width: 100%;
    height: auto;
  }
  .layout-imageandtext .text {
    padding-left: 15px;
  }
  .layout-imageandtext.image-right img {
    padding-right: 0;
    padding-left: 15px;
  }
  .layout-imageandtext.image-right .text {
    padding-left: 0;
    padding-right: 15px;
  }
  .layout-imageandtext.image-small img {
    flex: 1 25%;
  }
  .layout-imageandtext.image-small .text {
    flex: 1 1 75%;
  }
}
@media (min-width: 60rem) {
  .layout-text.style-two_columns .container {
    columns: 2;
    column-gap: 75px;
  }
  .layout-text.style-two_columns .container h2 {
    page-break-after: avoid;
  }
}
a.post {
  display: block;
}
a.post .image {
  position: relative;
}
a.post .image .date {
  position: absolute;
  top: 15px;
  left: 15px;
}
a.post .title-and-text {
  height: 200px;
  overflow: hidden;
}
.layout-news ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-news ul:before,
.layout-news ul:after {
  content: " ";
  display: table;
}
.layout-news ul:after {
  clear: both;
}
@media (min-width: 60rem) {
  .layout-news ul {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-news ul {
    margin-right: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-news ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-news ul {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-news ul {
    margin-right: -30px;
  }
}
.layout-news ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 60rem) {
  .layout-news ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-news ul > * {
    padding-right: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-news ul > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 40rem) {
  .layout-news ul > * {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-news ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 80rem) {
  .layout-news ul > * {
    width: 33.33333333%;
  }
}
.layout-newslatest ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-newslatest ul:before,
.layout-newslatest ul:after {
  content: " ";
  display: table;
}
.layout-newslatest ul:after {
  clear: both;
}
@media (min-width: 60rem) {
  .layout-newslatest ul {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-newslatest ul {
    margin-right: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-newslatest ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-newslatest ul {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-newslatest ul {
    margin-right: -30px;
  }
}
.layout-newslatest ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 60rem) {
  .layout-newslatest ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-newslatest ul > * {
    padding-right: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-newslatest ul > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 40rem) {
  .layout-newslatest ul > * {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-newslatest ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 80rem) {
  .layout-newslatest ul > * {
    width: 33.33333333%;
  }
}
.person {
  position: relative;
}
.person .name-and-role-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 60rem) {
  .person .name-and-role-wrapper {
    padding-left: 30px;
  }
}
@media (min-width: 60rem) {
  .person .name-and-role-wrapper {
    padding-right: 30px;
  }
}
@media (min-width: 60rem) {
  .person .name-and-role-wrapper {
    padding-top: 15px;
  }
}
@media (min-width: 60rem) {
  .person .name-and-role-wrapper {
    padding-bottom: 15px;
  }
}
.person .name-and-role-wrapper .name {
  display: inline-block;
  margin-right: 15px;
}
.person .name-and-role-wrapper ul {
  display: inline-block;
}
.person .name-and-role-wrapper ul li {
  display: inline-block;
}
.layout-persons .container > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-persons .container > ul:before,
.layout-persons .container > ul:after {
  content: " ";
  display: table;
}
.layout-persons .container > ul:after {
  clear: both;
}
@media (min-width: 60rem) {
  .layout-persons .container > ul {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-persons .container > ul {
    margin-right: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-persons .container > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-persons .container > ul {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-persons .container > ul {
    margin-right: -30px;
  }
}
.layout-persons .container > ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 50%;
}
@media (min-width: 60rem) {
  .layout-persons .container > ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-persons .container > ul > * {
    padding-right: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-persons .container > ul > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 40rem) {
  .layout-persons .container > ul > * {
    width: 50%;
  }
}
@media (min-width: 60rem) {
  .layout-persons .container > ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 80rem) {
  .layout-persons .container > ul > * {
    width: 33.33333333%;
  }
}
.layout-persons .container > ul img {
  height: 400px;
}
@media (min-width: 60rem) {
  .layout-footer .container > ul {
    display: flex;
  }
  .layout-footer .container > ul > li {
    flex: 1 1 auto;
  }
}
.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;
}
/* fonts, links and headers */
body {
  font-family: 'Libre Franklin', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}
@media (min-width: 80rem) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
}
a {
  text-decoration: none;
  color: #5f5f5f;
}
a:hover {
  text-decoration: underline;
}
/* vars */
/* style */
body {
  background-color: #ffffff;
  opacity: 0.01;
  transition: opacity .1s ease;
}
body.loaded {
  opacity: 1;
}
.gradient {
  background: linear-gradient(135deg, #247cc9 0%, #247cc9 50%, #000000 100%);
}
/* layouts */
.first-layout-after-header {
  position: relative;
}
.layout-header {
  position: relative;
  z-index: 9;
  background-color: #0a2e5d;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.scrolled .layout-header {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
}
.layout-header .home svg > g > path {
  transition: fill 0.25s ease;
  fill: #247cc9;
}
.layout-header .home svg > g > g {
  transition: fill 0.25s ease;
  fill: #ffffff;
}
.layout-header .header .menu {
  font-size: 20px;
  display: none;
}
@media (min-width: 60rem) {
  .layout-header .header .menu {
    display: block;
  }
}
.layout-header .header .menu > li {
  position: relative;
}
.layout-header .header .menu > li > a {
  margin-right: 4.5px;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
}
@media (min-width: 60rem) {
  .layout-header .header .menu > li > a {
    margin-right: 9px;
  }
}
.layout-header .header .menu > li > a:hover {
  color: #61cfe0;
  text-decoration: none;
}
.layout-header .header .menu > li .sub-menu {
  position: absolute;
  top: 25px;
  padding-top: 24px;
  display: none;
}
.layout-header .header .menu > li .sub-menu > li > a {
  background-color: #0a2e5d;
  display: block;
  width: 200px;
  padding: 7px 25px;
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
  border-top: 1px solid #ffffff;
}
.layout-header .header .menu > li .sub-menu > li > a:hover {
  color: #61cfe0;
  text-decoration: none;
}
.layout-header .header .menu > li:hover .sub-menu {
  display: block;
}
.layout-header .full-menu-toggle {
  font-size: 40px;
  color: #5f5f5f;
  transition: color 0.25s ease;
}
@media (min-width: 60rem) {
  .layout-header .full-menu-toggle {
    display: none !important;
  }
}
.layout-header .full-menu-toggle svg path {
  fill: #ffffff;
}
.layout-header .full-menu {
  background-color: #0a2e5d;
}
.full-menu-open .layout-header .home svg > g > path {
  fill: #ffffff;
}
.full-menu-open .layout-header .home svg > g > g {
  fill: #247cc9;
}
.full-menu-open .layout-header .full-menu-toggle {
  color: #ffffff;
}
.layout-header .full-menu .container > ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 90px;
  font-size: 16px;
  line-height: 25px;
}
.layout-header .full-menu .container > ul:before,
.layout-header .full-menu .container > ul:after {
  content: " ";
  display: table;
}
.layout-header .full-menu .container > ul:after {
  clear: both;
}
@media (min-width: 60rem) {
  .layout-header .full-menu .container > ul {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-header .full-menu .container > ul {
    margin-right: -30px;
  }
}
@media (min-width: 60rem) {
  .layout-header .full-menu .container > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-header .full-menu .container > ul {
    margin-left: -30px;
  }
}
@media (min-width: 60rem) and (min-width: 60rem) {
  .layout-header .full-menu .container > ul {
    margin-right: -30px;
  }
}
.layout-header .full-menu .container > ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 60rem) {
  .layout-header .full-menu .container > ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-header .full-menu .container > ul > * {
    padding-right: 30px;
  }
}
@media (min-width: 60rem) {
  .layout-header .full-menu .container > ul > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 40rem) {
  .layout-header .full-menu .container > ul > * {
    width: 100%;
  }
}
@media (min-width: 60rem) {
  .layout-header .full-menu .container > ul > * {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .layout-header .full-menu .container > ul > * {
    width: 33.33333333%;
  }
}
.layout-header .full-menu .container > ul > li {
  margin-bottom: 20px;
}
.layout-header .full-menu .container > ul > li > a {
  color: #ffffff;
  display: block;
  font-weight: 500;
}
.layout-header .full-menu .container > ul > li > ul > li > a {
  color: #ccc;
}
.layout-eyecandy {
  overflow: hidden;
}
.layout-eyecandy .wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
}
.layout-eyecandy .container {
  position: relative;
  height: 100%;
}
.layout-eyecandy .container a {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: block;
  max-width: 200px;
}
@media (min-width: 60rem) {
  .layout-eyecandy .container a {
    bottom: 100px;
    left: 0;
  }
}
.layout-eyecandy .container a:hover img {
  opacity: 0.8;
}
.home .layout-eyecandy .container a {
  bottom: 50px;
  left: 15px;
  max-width: 200px;
}
@media (min-width: 60rem) {
  .home .layout-eyecandy .container a {
    bottom: 100px;
    left: 0;
  }
}
@media (min-width: 60rem) {
  .home .layout-eyecandy .container a {
    max-width: 500px;
  }
}
.layout-hero {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
  padding: 120px 0px 200px 0px;
  background-color: #f5f4f4;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}
.layout-hero .text {
  max-width: 800px;
}
.layout-hero .text h1,
.layout-hero .text h2 {
  color: #247cc9;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.layout-hero .text h1 .typed,
.layout-hero .text h2 .typed {
  color: #d60016;
}
.layout-hero .text h1 .typed-cursor,
.layout-hero .text h2 .typed-cursor {
  color: #000000;
}
.layout-hero .text p {
  margin-top: 15px;
  position: relative;
}
.layout-hero .text p:before {
  background: #d60016;
  background: #000000;
  content: "";
  position: absolute;
  display: block;
  height: 7.5px;
  width: 75px;
  left: -125px;
  top: 25px;
}
.layout-contents {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
}
.layout-contents .container img {
  width: 100%;
  height: auto;
}
.layout-contents .container ul {
  padding-left: 20px;
  list-style-type: disc;
}
.layout-contents .container a {
  color: #000000;
  text-decoration: underline;
}
.layout-contents .container a:hover {
  text-decoration: none;
}
.layout-contents .container img {
  width: auto;
}
.layout-imageandtext {
  position: relative;
  background: white;
}
.layout-cta {
  background-color: #0a2e5d;
  color: #ffffff;
  position: relative;
  padding: 35px 0;
}
.layout-cta .container img {
  width: 100%;
  height: auto;
}
.layout-cta .container a {
  color: #ffffff;
  text-decoration: underline;
}
.layout-cta .container a:hover {
  text-decoration: none;
}
.layout-cta .container .gform_wrapper .gform_footer .button {
  background: #ffffff;
  color: #0a2e5d;
  border: 1px solid #0a2e5d;
  padding: 7px 20px;
  outline: none;
  cursor: pointer;
}
.layout-cta .container .gform_wrapper .gform_footer .button:hover {
  background: #61cfe0;
  color: #ffffff;
}
.layout-text {
  background-color: #ffffff;
  position: relative;
  padding: 15px 0;
}
.layout-text .container img {
  width: 100%;
  height: auto;
}
.layout-text .container ul {
  padding-left: 20px;
  list-style-type: disc;
}
.layout-text .container a {
  color: #000000;
  text-decoration: underline;
}
.layout-text .container a:hover {
  text-decoration: none;
}
.layout-textandvideo {
  background-color: #ffffff;
  position: relative;
  padding: 15px 0;
}
.layout-textandvideo h2 {
  margin-top: 0;
}
.layout-textandvideo .video .icon {
  font-size: 6em;
}
.layout-textandvideo .video .icon svg path {
  fill: white;
}
.layout-textandvideo .video .icon svg path:hover {
  fill: #0a2e5d;
}
.layout-textandvideo .video:hover .icon {
  font-size: 6em;
}
.layout-textandvideo .video:hover .icon svg path {
  fill: #0a2e5d;
}
.blog .layout-contents {
  display: none;
}
.layout-newslatest .title {
  font-size: 2em;
  margin-bottom: 40px;
}
.layout-newslatest ul li {
  margin-bottom: 0;
}
.layout-newslatest ul li a {
  min-height: auto !important;
  margin-bottom: 0;
}
.layout-newslatest ul li a img {
  display: none;
}
.layout-news,
.layout-newslatest {
  position: relative;
  background-color: #ffffff;
  padding: 60px 0;
}
.layout-news .container .pagination,
.layout-newslatest .container .pagination {
  text-align: center;
  padding: 25px 0;
}
.layout-news .container .pagination span,
.layout-newslatest .container .pagination span,
.layout-news .container .pagination a,
.layout-newslatest .container .pagination a {
  display: inline-block;
  margin: 0 10px;
  padding: 2px 10px;
  border: 1px solid #0a2e5d;
  color: #0a2e5d;
}
.layout-news .container .pagination span.current,
.layout-newslatest .container .pagination span.current,
.layout-news .container .pagination a.current,
.layout-newslatest .container .pagination a.current,
.layout-news .container .pagination span:hover,
.layout-newslatest .container .pagination span:hover,
.layout-news .container .pagination a:hover,
.layout-newslatest .container .pagination a:hover {
  background: #0a2e5d;
  color: #ffffff;
  text-decoration: none;
}
.layout-news .container ul a,
.layout-newslatest .container ul a {
  color: #000000;
  margin-bottom: 15px;
  min-height: 435px;
}
.layout-news .container ul a .date,
.layout-newslatest .container ul a .date {
  font-weight: 800;
  position: relative;
  top: 0;
  left: 0;
}
.layout-news .container ul a .title-and-text .title,
.layout-newslatest .container ul a .title-and-text .title {
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.layout-faq {
  padding: 30px 0 15px 0;
  background-color: #ffffff;
  position: relative;
}
.layout-faq .container .wrapped .faq-list .department-title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  color: #61cfe0;
}
.layout-faq .container .wrapped .faq-list ul li {
  margin-bottom: 20px;
  margin-top: 40px;
}
.layout-faq .container .wrapped .faq-list ul li .question {
  font-weight: bold;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
}
.layout-faq .container .wrapped .faq-list ul li .question:hover {
  text-decoration: underline;
}
.layout-faq .container .wrapped .faq-list ul li .answer {
  color: #0a2e5d;
}
.layout-faq .container .wrapped .faq-list ul li .answer li {
  margin: 0;
}
.layout-faq .container .wrapped .faq-list ul li.folded .answer {
  display: none;
}
.layout-faq .container .wrapped .faq-list ul li.unfolded .answer {
  display: block;
}
.layout-services a {
  background: linear-gradient(135deg, #247cc9 0%, #247cc9 50%, #000000 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  padding: 15px;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-services a h2 {
  margin-top: 0;
}
.layout-services a:hover {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%);
  text-decoration: none;
}
.person {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  background: #247cc9;
  position: relative;
  min-height: 66.625%;
}
.person img {
  object-fit: cover;
  display: block;
}
.person:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
}
.person .name-and-role-wrapper {
  background: linear-gradient(135deg, #247cc9 0%, #247cc9 50%, #000000 100%);
  width: 100%;
  padding-right: 50px;
}
.person .name-and-role-wrapper .name {
  font-weight: bold;
  display: block;
}
.person .name-and-role-wrapper ul li {
  margin-right: 15px;
}
.person .name-and-role-wrapper ul li svg {
  font-size: 20px;
  margin-top: 5px;
  margin-right: 5px;
}
.person .name-and-role-wrapper .fa-envelope {
  position: absolute;
  right: 50px;
  top: 25px;
}
.person .name-and-role-wrapper .fa-phone {
  position: absolute;
  right: 90px;
  top: 25px;
}
.layout-persons {
  margin-top: -80px;
  color: #ffffff;
  padding-bottom: 80px;
}
.layout-footer {
  background-color: #f5f4f4;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}
.layout-footer .gfield_label {
  display: none !important;
}
@media (min-width: 60rem) {
  .layout-footer .container > ul > li {
    width: 33%;
  }
}
@media (min-width: 60rem) {
  .layout-footer .container > ul {
    gap: 60px;
  }
}
.layout-footer img {
  width: 100%;
  height: auto;
}
.layout-copyright {
  background-color: #f5f4f4;
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  font-size: 0.8em;
}
.gform_wrapper .gform_footer .button {
  background: #0a2e5d;
  border: 1px solid #0a2e5d;
  color: #ffffff;
  padding: 7px 20px;
  outline: none;
  cursor: pointer;
}
.gform_wrapper .gform_footer .button:hover {
  background: #ffffff;
  color: #0a2e5d;
}
/* 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: 60rem) {
  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 80px;
    line-height: 50px;
  }
}
