/*! 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;
}
@font-face {
  font-family: Calibri;
  font-display: swap;
  src: url('../fonts/Calibri.ttf');
  font-weight: 400;
}
@font-face {
  font-family: Calibri;
  font-display: swap;
  src: url('../fonts/Calibri-Bold.ttf');
  font-weight: 700;
}
.fontFormatA {
  font-size: 27.2px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
.fontFormatB {
  font-size: 17.6px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
.fontFormatC {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
.fontFormatD {
  font-size: 16px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
.fontFormatE {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.fontFormatF {
  font-size: 14.4px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.fontFormatG {
  font-size: 17.6px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.fontFormatH {
  font-size: 16px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.fontFormatI {
  font-size: 14.4px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.fontFormatJ {
  font-size: 12.8px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.fontFormatK {
  font-size: 19.2px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: white;
}
.fontFormatL {
  font-size: 17.6px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: white;
}
.fontFormatM {
  font-size: 14.4px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: white;
}
.fontFormatN {
  font-size: 17.6px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: white;
}
.fontFormatO {
  font-size: 14.4px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: white;
}
.fontFormatP {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: white;
}
.fontFormatQ {
  font-size: 14.4px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #c8c8c8;
}
.primaryGradientHorizontal {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00879c+0,7cc6c5+100 */
  background: #00879c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00879c 0%, #7cc6c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00879c 0%, #7cc6c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00879c 0%, #7cc6c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primaryColor', endColorstr='@secondaryColor', GradientType=1);
  /* IE6-9 */
}
.sidebar .events-calendar + .calender-filter-toggler {
  display: flex;
  color: #6a6c70;
  border: none;
  align-items: center;
}
.sidebar .events-calendar + .calender-filter-toggler.active .dot:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #00879c;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  top: 0.14em;
  left: 0.18em;
}
.sidebar .events-calendar + .calender-filter-toggler .dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid #00879c;
  margin-right: 0.5em;
}
/*******************************Calendar Top Navigation*********************************/
div#calendar {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #00879c;
}
@media (max-width: 600px) {
  div#calendar {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #00879c;
  }
}
div#calendar div.box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  background-color: #00879c;
}
div#calendar div.header {
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
div#calendar div.header a.prev,
div#calendar div.header a.next {
  cursor: pointer;
  line-height: 0;
  text-decoration: none;
}
div#calendar div.header a.prev svg,
div#calendar div.header a.next svg {
  width: 0.5rem;
}
div#calendar div.header span.title {
  font-size: 17.6px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: white;
}
div#calendar div.header a.prev {
  left: 0px;
}
div#calendar div.header a.next {
  right: 0px;
}
/*******************************Calendar Content Cells*********************************/
div#calendar ul.label {
  display: flex;
  margin: 0px;
  padding: 0px;
}
div#calendar ul.label li {
  margin: 0px;
  padding: 0px;
  width: 15%;
  list-style-type: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
}
div#calendar ul.dates {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  justify-content: space-between;
}
/** overall width = width+padding-right**/
div#calendar ul.dates li {
  margin: 0px;
  vertical-align: middle;
  list-style-type: none;
  width: 13%;
  background-color: white;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  padding: 0.7em 0;
  box-sizing: border-box;
  transition: all 0.2s;
}
@media (max-width: 600px) {
  div#calendar ul.dates li {
    padding: 0.2em 0;
  }
}
div#calendar ul.dates li.mask {
  background-color: transparent;
}
div#calendar ul.dates li.has-events {
  background-color: rgba(0, 135, 156, 0.2);
  transition: all 0.2s;
  position: relative;
}
div#calendar ul.dates li.has-events:hover {
  background-color: rgba(0, 135, 156, 0.4);
  cursor: pointer;
}
div#calendar ul.dates li.has-events:hover + .is-follow-up {
  background-color: rgba(0, 135, 156, 0.4);
}
div#calendar ul.dates li.has-events:hover + .is-follow-up + .is-follow-up {
  background-color: rgba(0, 135, 156, 0.4);
}
div#calendar ul.dates li.has-events:hover + .is-follow-up + .is-follow-up + .is-follow-up {
  background-color: rgba(0, 135, 156, 0.4);
}
div#calendar ul.dates li.has-events:hover + .is-follow-up + .is-follow-up + .is-follow-up + .is-follow-up {
  background-color: rgba(0, 135, 156, 0.4);
}
div#calendar ul.dates li.has-events.is-follow-up:not(.start):before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -12%;
  width: 13%;
  background-color: rgba(0, 135, 156, 0.2);
}
div#calendar ul.dates li .info-popup {
  position: absolute;
  top: 100%;
  z-index: 3;
  left: 0;
  background-color: white;
  box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.2);
  display: none;
}
div#calendar ul.dates li .info-popup a {
  display: block;
  width: 17em;
  text-align: left;
  padding: 0.5em;
  font-size: 0.8em;
}
div#calendar ul.dates li .info-popup a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  div#calendar ul.dates li .info-popup a {
    width: 12.5em;
  }
}
@media (max-width: 768px) {
  div#calendar ul.dates li .info-popup a {
    width: 17em;
  }
}
@media (max-width: 400px) {
  div#calendar ul.dates li .info-popup a {
    width: 11.5em;
  }
}
:focus {
  outline: none;
}
div.clear {
  clear: both;
}
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
  line-height: inherit;
}
/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #00879c;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 2px;
  background: #00879c;
  display: block;
  position: absolute;
  top: 15px;
  bottom: -5px;
  left: 5px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #00879c;
}
/*----- TIMELINE CONTENT -----*/
.timeline-content {
  font-size: 16px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
  padding-bottom: 2rem;
}
.timeline-content p:first-child {
  margin-top: 0;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}
/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 7px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}
.stele-mode-only {
  display: none;
}
html.website-mode-stele .stele-mode-only {
  display: initial;
}
html.website-mode-stele a.nr-privacy-sticky-trigger {
  display: none;
}
html.website-mode-stele body.page-template-page-stele-home .global-back-module {
  display: none;
}
html.website-mode-stele .exit-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
html.website-mode-stele .exit-layer .inner {
  background-color: white;
}
html.website-mode-stele .exit-layer .inner .body {
  padding: 3em;
}
html.website-mode-stele .exit-layer .inner .body .title {
  margin: 0;
  color: #444;
  font-size: 3vw;
  max-width: 10em;
  text-align: center;
  line-height: 1.1;
}
html.website-mode-stele .exit-layer .inner .footer {
  display: flex;
  justify-content: space-around;
}
html.website-mode-stele .exit-layer .inner .footer a {
  font-weight: 600;
  font-size: 2em;
  padding: 0.3em;
}
html.website-mode-stele .global-back-module {
  position: absolute;
  left: 10vw;
  top: 23.5em;
}
html.website-mode-stele .global-back-module svg {
  height: auto;
  width: 3em;
  transform: scaleX(-1);
}
html.website-mode-stele .global-back-module svg path {
  fill: #00879c;
}
html.website-mode-stele .white-content-box {
  max-width: 100%;
}
html.website-mode-stele #webpage > .white-background {
  background-color: transparent;
}
html.website-mode-stele .page-image-header,
html.website-mode-stele .page-header .top-header .navigation,
html.website-mode-stele .page-header .bottom-header,
html.website-mode-stele .page-footer,
html.website-mode-stele .baseline {
  display: none;
}
html.website-mode-stele .page-header {
  margin-bottom: 5em;
}
html.website-mode-stele .page-header .top-header {
  justify-content: center;
}
html.website-mode-stele .page-header .top-header .logo {
  text-align: center;
  padding: 5em 0;
}
html.website-mode-stele .page-header .top-header .logo svg {
  max-width: initial;
  width: 80vw;
}
html.website-mode-stele .content-wrapper,
html.website-mode-stele .stele-content-wrapper {
  max-width: 80vw;
}
html.website-mode-stele .stele-content-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html.website-mode-stele .stele-content-blocks .stele-content-block {
  width: 38vw;
  height: 38vw;
  margin-bottom: 4vw;
  background-color: #00879c;
}
html.website-mode-stele .stele-content-blocks .stele-content-block.text-only {
  background-color: transparent;
  color: #00879c;
  display: flex;
  align-items: center;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.2;
}
html.website-mode-stele .stele-content-blocks .stele-content-block a {
  color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 0.5em;
}
html.website-mode-stele .stele-intro .title {
  font-size: 5vw;
  margin: 0;
}
html.website-mode-stele .stele-intro p {
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
}
html.website-mode-stele .employees-block-list {
  padding: 2em;
  background-color: white;
  font-size: 1.1vw;
}
html.website-mode-stele .employees-block-list .employee-block-item {
  width: 50%;
  margin-bottom: 4em;
}
@media (max-width: 1024px) {
  html.website-mode-stele .employees-block-list .employee-block-item {
    margin-bottom: 2em;
  }
}
@media (max-width: 600px) {
  html.website-mode-stele .employees-block-list .employee-block-item {
    margin-bottom: 1em;
  }
}
html.website-mode-stele .employees-block-list .employee-block-item .modal .lightbox {
  max-width: 70vw;
}
html.website-mode-stele .employees-block-list .employee-block-item .modal .lightbox .content .right {
  padding-left: 3em;
}
html.website-mode-stele .employees-block-list .employee-block-item .modal .lightbox .content .right .timeline-content p {
  font-size: 1.2vw;
}
html.website-mode-stele body.archive .content-wrapper.with-sidebar-right,
html.website-mode-stele body.single-post .content-wrapper.with-sidebar-right,
html.website-mode-stele body.single-events .content-wrapper.with-sidebar-right {
  flex-direction: column;
  padding: 0;
  padding-top: 10em;
}
html.website-mode-stele body.archive .content-wrapper.with-sidebar-right .post-body .pdf-download,
html.website-mode-stele body.single-post .content-wrapper.with-sidebar-right .post-body .pdf-download,
html.website-mode-stele body.single-events .content-wrapper.with-sidebar-right .post-body .pdf-download {
  display: none;
}
html.website-mode-stele body.archive .content-wrapper.with-sidebar-right .archive-items-list,
html.website-mode-stele body.single-post .content-wrapper.with-sidebar-right .archive-items-list,
html.website-mode-stele body.single-events .content-wrapper.with-sidebar-right .archive-items-list {
  width: 100%;
  margin-bottom: 3em;
}
html.website-mode-stele body.archive .content-wrapper.with-sidebar-right .sidebar,
html.website-mode-stele body.single-post .content-wrapper.with-sidebar-right .sidebar,
html.website-mode-stele body.single-events .content-wrapper.with-sidebar-right .sidebar {
  width: 100%;
  margin: 0;
}
html.website-mode-stele body.archive .content-wrapper.with-sidebar-right .sidebar .widget,
html.website-mode-stele body.single-post .content-wrapper.with-sidebar-right .sidebar .widget,
html.website-mode-stele body.single-events .content-wrapper.with-sidebar-right .sidebar .widget {
  display: none;
}
html.website-mode-stele body.archive .content-wrapper.with-sidebar-right .sidebar .widget:first-child,
html.website-mode-stele body.single-post .content-wrapper.with-sidebar-right .sidebar .widget:first-child,
html.website-mode-stele body.single-events .content-wrapper.with-sidebar-right .sidebar .widget:first-child {
  display: block;
}
html.website-mode-stele body.archive .content-wrapper.with-sidebar-right .sidebar .widget:first-child .body,
html.website-mode-stele body.single-post .content-wrapper.with-sidebar-right .sidebar .widget:first-child .body,
html.website-mode-stele body.single-events .content-wrapper.with-sidebar-right .sidebar .widget:first-child .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html.website-mode-stele body.archive .content-wrapper.with-sidebar-right .sidebar .widget:first-child .body .title,
html.website-mode-stele body.single-post .content-wrapper.with-sidebar-right .sidebar .widget:first-child .body .title,
html.website-mode-stele body.single-events .content-wrapper.with-sidebar-right .sidebar .widget:first-child .body .title {
  margin-bottom: 0;
  padding-right: 1em;
  font-weight: 600;
}
html.website-mode-stele .stele-subscribe-form .form-row {
  margin-bottom: 1em;
}
html.website-mode-stele .stele-subscribe-form .form-row label {
  display: flex;
  font-weight: 700;
}
html.website-mode-stele .stele-subscribe-form .form-row label span {
  font-weight: normal;
}
html.website-mode-stele .stele-subscribe-form .form-row input[type='email'],
html.website-mode-stele .stele-subscribe-form .form-row input[type='text'] {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #aaa;
  padding: 0.5em;
}
html.website-mode-stele .stele-subscribe-form .form-row .button {
  background-color: #00879c;
  color: white;
  display: block;
  padding: 0.5em;
  text-align: center;
  border: none;
  width: 100%;
}
html.website-mode-stele .stele-subscribe-form .legal {
  margin: 2em 0;
}
html.website-mode-stele .stele-subscribe-form .legal .sweet-checkbox {
  position: relative;
  display: flex;
}
html.website-mode-stele .stele-subscribe-form .legal .sweet-checkbox input {
  position: absolute;
  opacity: 0;
}
html.website-mode-stele .stele-subscribe-form .legal .sweet-checkbox input:checked + .dot:after {
  content: '\2714';
}
html.website-mode-stele .stele-subscribe-form .legal .sweet-checkbox .dot {
  width: 3em;
  position: relative;
}
html.website-mode-stele .stele-subscribe-form .legal .sweet-checkbox .dot:after {
  content: '';
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #00879c;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
html.website-mode-stele .stele-subscribe-form .legal .sweet-checkbox span:last-child {
  font-weight: 600;
  max-width: 19em;
}
html.website-mode-stele .stele-subscribe-form .legal .legal-info {
  padding-left: 3em;
}
html.website-mode-stele .stele-subscribe-form .legal .legal-info strong {
  color: #00879c;
}
html.website-mode-stele .stele-subscribe-form .response-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  z-index: 999;
}
html.website-mode-stele .stele-subscribe-form .response-modal.active {
  display: flex;
}
html.website-mode-stele .stele-subscribe-form .response-modal .inner {
  background-color: white;
  padding: 3em;
  text-align: center;
  color: #444;
  width: 70vw;
}
html.website-mode-stele .stele-subscribe-form .response-modal .inner .title {
  font-size: 5vw;
  line-height: 1.2;
  margin: auto;
  width: 8em;
}
html.website-mode-stele .stele-subscribe-form .response-modal .inner p {
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
html.website-mode-stele .stele-subscribe-form .response-modal .inner p:last-child {
  margin-top: 2em;
}
html.website-mode-stele .page-template-page-stele-news .stele-content-blocks .stele-content-block {
  width: 25.5vw;
  height: 25.5vw;
  margin-bottom: 2vw;
}
html.website-mode-stele .page-template-page-stele-news .stele-content-blocks .stele-content-block a {
  font-size: 2.6vw;
}
body {
  font-family: Calibri, sans-serif;
  color: #6a6c70;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
*:focus,
*:active {
  outline: none;
}
.page-wrapper {
  max-width: 91.5%;
  margin: auto;
}
.content-wrapper {
  max-width: 78.5%;
  margin: auto;
}
@media (max-width: 1024px) {
  .content-wrapper {
    max-width: 91.5%;
  }
}
.content-wrapper.with-sidebar-right {
  display: flex;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .content-wrapper.with-sidebar-right {
    padding: 50px 0;
    flex-direction: column-reverse;
  }
}
.content-wrapper.with-sidebar-right > *:first-child {
  flex: 1;
}
.content-wrapper.with-sidebar-right > *:last-child {
  width: 30%;
}
@media (max-width: 1024px) {
  .content-wrapper.with-sidebar-right > *:last-child {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .content-wrapper.with-sidebar-right > *:last-child {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .single-events .content-wrapper.with-sidebar-right {
    flex-direction: column;
  }
}
.right-sidebar {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .right-sidebar {
    margin-left: 0;
    margin-bottom: 4rem;
  }
}
.page-template-default .content-wrapper {
  padding: 76.8px 0;
}
@media (max-width: 600px) {
  .page-template-default .content-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .page-template-default .content-wrapper h1 {
    text-align: center;
  }
}
h1 {
  font-size: 27.2px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
h2 {
  font-size: 17.6px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
h2.is-h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
.content-wrapper a {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 135, 156, 0.3);
  color: #00879c;
  transition: all 0.2s;
}
.content-wrapper a:hover {
  border-bottom-color: rgba(0, 135, 156, 0.8);
}
.white-background {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-header {
  background-color: white;
}
.page-header .top-header {
  display: flex;
  position: relative;
}
@media (max-width: 1400px) {
  .page-header .top-header {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .page-header .top-header {
    flex-direction: column;
  }
}
.page-header .top-header .logo {
  flex: 1;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .page-header .top-header .logo {
    flex: unset;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .top-header .logo {
    padding: 2rem 0;
  }
}
@media (max-width: 500px) {
  .page-header .top-header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
  }
}
.page-header .top-header .logo a {
  display: block;
  padding: 0 80px;
  line-height: 0;
}
@media (max-width: 1400px) {
  .page-header .top-header .logo a {
    padding: 0 2em;
  }
}
@media (max-width: 600px) {
  .page-header .top-header .logo a {
    padding: 0;
  }
}
.page-header .top-header .logo a svg {
  max-width: 400px;
}
@media (max-width: 1400px) {
  .page-header .top-header .logo a svg {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .page-header .top-header .logo a svg {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .page-header .top-header .logo a svg {
    width: 70vw;
  }
}
.page-header .top-header .navigation {
  width: 62.5%;
  background-color: #00879c;
  display: flex;
  align-items: flex-end;
  border-radius: 0 0 0 45px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .page-header .top-header .navigation {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .page-header .top-header .navigation {
    width: 100%;
    border-radius: 0;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .page-header .top-header .navigation {
    display: none;
  }
}
.page-header .top-header .navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 60px;
  display: flex;
}
@media (max-width: 1400px) {
  .page-header .top-header .navigation .menu {
    padding-left: 1em;
  }
}
@media (max-width: 1024px) {
  .page-header .top-header .navigation .menu {
    padding-left: 0;
  }
}
.page-header .top-header .navigation .menu > .menu-item > a {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: white;
  text-decoration: none;
  display: inline-flex;
  padding: 20px;
  height: 6rem;
  align-items: center;
  transition: all 0.2s;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .page-header .top-header .navigation .menu > .menu-item > a {
    padding: 0.75em;
  }
}
@media (max-width: 1024px) {
  .page-header .top-header .navigation .menu > .menu-item > a {
    height: 4rem;
    font-size: 2vw;
    padding: 2vw;
  }
}
@media (max-width: 500px) {
  .page-header .top-header .navigation .menu > .menu-item > a {
    padding: 10px;
    height: inherit;
    font-size: 3vw;
  }
}
.page-header .top-header .navigation .menu > .menu-item > a:hover {
  background-color: #7cc6c5;
}
.page-header .top-header .navigation .menu > .menu-item > a svg {
  height: auto;
  width: 1.3em;
}
.page-header .top-header .navigation .menu li ul {
  display: none !important;
}
.page-header .bottom-header .search-form {
  display: flex;
  justify-content: flex-end;
}
.page-header .bottom-header .search-form .element {
  display: flex;
  align-items: center;
}
.page-header .bottom-header .search-form .element input {
  border: none;
  background-color: transparent;
  padding: 1rem;
  width: 5rem;
  margin-right: 1rem;
  transition: all 0.2s;
}
.page-header .bottom-header .search-form .element input:focus,
.page-header .bottom-header .search-form .element input:active {
  background-color: rgba(0, 135, 156, 0.1);
  width: 15rem;
}
.page-header .bottom-header .search-form .element svg {
  width: 2rem;
}
.page-footer {
  background-color: #00879c;
  color: white;
  position: relative;
  overflow: hidden;
}
.page-footer .icon-background {
  position: absolute;
  z-index: 0;
  left: -6vw;
  top: -8vw;
  opacity: 0.2;
}
@media (max-width: 600px) {
  .page-footer .icon-background {
    left: -21vw;
    top: -20vw;
  }
}
.page-footer .icon-background svg {
  width: 25vw;
}
@media (max-width: 600px) {
  .page-footer .icon-background svg {
    width: 100vw;
  }
}
.page-footer .page-wrapper {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-footer .page-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.page-footer .page-wrapper > .widget {
  width: 40%;
}
@media (max-width: 910px) {
  .page-footer .page-wrapper > .widget {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-footer .page-wrapper > .widget {
    width: 90%;
  }
}
.page-footer .social-links {
  display: flex;
}
@media (max-width: 768px) {
  .page-footer .social-links {
    justify-content: center;
  }
}
.page-footer .social-links a {
  margin-right: 1rem;
}
@media (max-width: 600px) {
  .page-footer .social-links a:last-child {
    margin-right: 0;
  }
}
.page-footer .social-links a svg {
  width: 2rem;
}
.page-footer h5 {
  font-size: 17.6px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: white;
  position: relative;
}
.page-footer h5:after {
  content: '';
  display: inline-block;
  height: 4px;
  width: 2rem;
  background-color: #7cc6c5;
  position: absolute;
  left: 0;
  bottom: -0.8em;
}
@media (max-width: 768px) {
  .page-footer h5:after {
    left: 50%;
    margin-left: -1rem;
  }
}
.page-footer p {
  font-size: 14.4px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: white;
}
.page-footer .contact-column a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
.page-footer .contact-column a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.page-footer .contact-columns {
  display: flex;
}
@media (max-width: 768px) {
  .page-footer .contact-columns {
    flex-direction: column;
  }
}
@media (max-width: 910px) {
  .page-footer .contact-columns .contact-column {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-footer .contact-columns .contact-column {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .page-footer .contact-columns .contact-column p {
    margin-right: 0.5em;
  }
}
@media (max-width: 768px) {
  .page-footer .contact-columns .contact-column p:nth-child(3) {
    width: 100%;
    text-align: center;
  }
}
.page-footer .contact-columns .contact-column:first-child {
  margin-right: 4em;
}
@media (max-width: 910px) {
  .page-footer .contact-columns .contact-column:first-child {
    margin-right: 0;
  }
}
.page-footer .contact-columns p {
  margin: 0;
  margin-bottom: 0.5em;
}
.baseline {
  background-color: white;
  text-align: center;
  padding: 1.5rem;
}
.baseline p {
  margin: 0;
  font-size: 12.8px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.baseline a {
  color: #6a6c70;
  text-decoration: none;
  border-bottom: 1px solid rgba(106, 108, 112, 0.5);
  transition: all 0.2s;
}
.baseline a:hover {
  border-bottom-color: rgba(106, 108, 112, 0.8);
}
@media (max-width: 768px) {
  .tablet-text-center {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hide-on-tablet {
    display: none;
  }
}
.show-on-tablet {
  display: none;
}
@media (max-width: 768px) {
  .show-on-tablet {
    display: block;
  }
}
@media (max-width: 600px) {
  .hide-on-phone {
    display: none;
  }
}
.show-on-phone {
  display: none;
}
@media (max-width: 600px) {
  .show-on-phone {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact-address-column {
    border-top: 2px solid #00879c;
    margin-top: -2rem;
  }
}
@media (max-width: 768px) {
  .wpcf7-form {
    margin-bottom: 4rem;
  }
}
.wpcf7-form p {
  margin: 0 0 1.3rem 0;
}
@media (max-width: 768px) {
  .wpcf7-form p:last-of-type {
    text-align: center;
  }
}
.wpcf7-form p label {
  display: block;
}
.wpcf7-form p label span {
  display: block;
}
.wpcf7-form p label span input[type='text'],
.wpcf7-form p label span input[type='email'],
.wpcf7-form p label span textarea {
  width: 90%;
  max-width: 490px;
  background-color: white;
  padding: 1em;
  border: 1px solid #888;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .wpcf7-form p label span input[type='text'],
  .wpcf7-form p label span input[type='email'],
  .wpcf7-form p label span textarea {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
.wpcf7-form p label span input[type='text']:focus,
.wpcf7-form p label span input[type='email']:focus,
.wpcf7-form p label span textarea:focus,
.wpcf7-form p label span input[type='text']:active,
.wpcf7-form p label span input[type='email']:active,
.wpcf7-form p label span textarea:active {
  border-color: #00879c;
}
.wpcf7-form p .wpcf7-submit {
  background-color: #00879c;
  color: white;
  padding: 0.7rem 3.5rem;
  display: inline-block;
  border: none;
  transition: all 0.2s;
}
.wpcf7-form p .wpcf7-submit:hover {
  cursor: pointer;
  background-color: #007183;
}
.wpb_revslider_element .persephone.tparrows {
  background: transparent !important;
  border: 1px solid #00879c !important;
  border-radius: 50%;
  width: 2.7rem !important;
  height: 2.7rem !important;
}
.wpb_revslider_element .persephone.tparrows:before {
  color: #00879c !important;
  font-size: 1.5rem !important;
}
@media (max-width: 600px) {
  .page-id-34 .page-image-header {
    background-position: center;
  }
}
.page-image-header {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1400px) {
  .page-image-header {
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .page-image-header {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .page-image-header {
    height: 150px;
    background-position: left bottom;
  }
}
.page-image-header.with-text-left h1 {
  width: 78.5%;
}
@media (max-width: 1024px) {
  .page-image-header.with-text-left h1 {
    width: 91.5%;
  }
}
.page-image-header h1 {
  margin: 0;
  font-size: 3vw;
}
@media (max-width: 600px) {
  .page-image-header h1 {
    font-size: 4.5vw;
  }
}
.employees-block-list {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  align-items: flex-end;
}
.employee-block-item {
  width: 33.33%;
  padding: 0 2em;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .employee-block-item {
    padding: 0 1em;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .employee-block-item {
    padding: 0 0.5em;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .employee-block-item {
    width: 50%;
  }
}
.employee-block-item .default {
  display: block;
  position: relative;
}
.employee-block-item .default .image {
  line-height: 0;
  position: relative;
}
.employee-block-item .default .image:hover {
  cursor: pointer;
}
.employee-block-item .default .image img {
  height: auto;
  max-width: initial;
  width: 100%;
}
@media (max-width: 1400px) {
  .employee-block-item .default .image img {
    max-width: 100%;
  }
}
.employee-block-item .default .image .modal-indicator {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10%;
}
.employee-block-item .default .text {
  position: absolute;
  left: 0;
  padding: 0.5em 1em;
  bottom: 1em;
  background-color: rgba(255, 255, 255, 0.8);
}
.employee-block-item .default .text > * {
  margin: 0;
}
@media (max-width: 1024px) {
  .employee-block-item .default .text .title {
    font-size: 1.5vw;
  }
}
@media (max-width: 600px) {
  .employee-block-item .default .text .title {
    font-size: 2.5vw;
  }
}
.employee-block-item .default .text .title:hover {
  cursor: pointer;
}
.employee-block-item .default .text .position {
  margin-bottom: 1rem;
}
.employee-block-item .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 10;
}
.employee-block-item .modal .lightbox {
  background-color: white;
  padding: 4rem;
  max-width: 1000px;
  margin: 5rem auto;
  position: relative;
  max-height: 70vh;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .employee-block-item .modal .lightbox {
    max-width: 70vw;
  }
}
@media (max-width: 768px) {
  .employee-block-item .modal .lightbox {
    max-width: 90vw;
    max-height: 85vh;
    padding: 4rem 1rem;
  }
}
.employee-block-item .modal .lightbox .close {
  font-size: 14.4px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #00879c;
  padding: 0.7em 2.5em;
}
.employee-block-item .modal .lightbox .content {
  display: flex;
}
@media (max-width: 1024px) {
  .employee-block-item .modal .lightbox .content {
    flex-direction: column;
    align-items: center;
  }
}
.employee-block-item .modal .lightbox .content .left {
  max-width: 360px;
}
@media (max-width: 1024px) {
  .employee-block-item .modal .lightbox .content .left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #00879c;
  }
}
.employee-block-item .modal .lightbox .content .left .image {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .employee-block-item .modal .lightbox .content .left .image {
    width: 360px;
    margin: auto;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .employee-block-item .modal .lightbox .content .left .image {
    width: 100%;
    text-align: center;
  }
}
.employee-block-item .modal .lightbox .content .left .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .employee-block-item .modal .lightbox .content .left .image img {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .employee-block-item .modal .lightbox .content .left .text {
    text-align: center;
  }
}
.employee-block-item .modal .lightbox .content .left .text p {
  margin: 0;
}
.employee-block-item .modal .lightbox .content .left .text strong {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
.employee-block-item .modal .lightbox .content .left .text .email a {
  font-size: 16px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
  border: none;
}
.employee-block-item .modal .lightbox .content .right {
  flex: 1;
  padding-left: 4rem;
}
@media (max-width: 1024px) {
  .employee-block-item .modal .lightbox .content .right {
    padding: 0;
  }
}
.employee-block-item .modal .lightbox .content .right h2 {
  font-size: 27.2px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
  margin: 0;
}
@media (max-width: 1024px) {
  .employee-block-item .modal .lightbox .content .right h2 {
    text-align: center;
  }
}
.employee-block-item .modal .lightbox .content .right .position {
  font-size: 16px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
  margin: 0;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .employee-block-item .modal .lightbox .content .right .position {
    text-align: center;
  }
}
.employee-block-item .modal .lightbox .content .right .body {
  margin-bottom: 2rem;
}
.archive-items-list {
  background-color: white;
  padding: 2rem;
  align-self: baseline;
}
.archive-items-list .archive-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 4px solid #00879c;
}
.archive-items-list .archive-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.archive-items-list .archive-item .meta {
  font-size: 16px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #00879c;
}
.archive-items-list .archive-item .title {
  margin: 0;
  margin-bottom: 1em;
}
.archive-items-list .archive-item .read-more {
  text-align: right;
  font-size: 14.4px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.archive-items-list .archive-item .read-more a {
  display: inline-flex;
  align-items: center;
  border: none;
  color: #6a6c70;
}
.archive-items-list .archive-item .read-more a svg {
  width: 1rem;
  margin-right: 0.5rem;
}
.archive-items-list .archive-item .body {
  display: flex;
}
.archive-items-list .archive-item .body .post-thumbnail {
  float: none;
}
.archive-items-list .archive-item .body .text {
  flex: 1;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagination ul li.active a,
.pagination ul li a:hover {
  border-bottom: 2px solid #00879c;
  color: #00879c;
}
.pagination ul li a {
  display: inline-block;
  padding: 0 0.2em;
  margin: 0 0.5em;
  color: #888;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.single-event-body .event-body-box {
  background-color: white;
  padding: 2rem;
}
.single-event-body .event-body-box .content p:first-child {
  margin-top: 0;
}
.related-employees.none svg {
  max-width: 200px;
}
.related-employee {
  margin-top: 3rem;
}
.related-employee .employee-block-item {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .related-employee .employee-block-item .default {
    align-items: flex-end;
    flex-direction: row;
  }
}
.related-employee .employee-block-item .default .image {
  width: inherit;
}
.related-employee .employee-block-item .default .image img {
  width: 200px;
  max-width: 100%;
}
.related-employee .employee-block-item .default .image .modal-indicator {
  display: none;
}
.related-employee .employee-block-item .default .text {
  flex: 1;
  position: relative;
  bottom: 0;
}
@media (max-width: 600px) {
  .related-employee .employee-block-item .default .text {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .related-employee .employee-block-item .default .text .title {
    font-size: 3.5vw;
  }
}
@media (max-width: 600px) {
  .related-employee .employee-block-item .default .text .position {
    font-size: 3.5vw;
  }
}
.related-employee .employee-block-item .default .text p:nth-child(2) {
  margin-bottom: 0;
}
.related-employee .employee-block-item .default .text p:nth-child(3) {
  display: none;
}
.related-employee .employee-block-item .default .text p:nth-child(4) {
  display: none;
}
.sidebar .widget:not(:first-child),
.events-mobile-widgets .widget:not(:first-child) {
  margin-top: 75px;
  border-top: 2px solid #00879c;
  padding-top: 30px;
}
.sidebar .widget > .title,
.events-mobile-widgets .widget > .title {
  font-size: 17.6px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  background-color: #00879c;
  color: white;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
.sidebar .widget .body,
.events-mobile-widgets .widget .body {
  font-size: 17.6px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.sidebar .widget .body p:first-child,
.events-mobile-widgets .widget .body p:first-child {
  margin-top: 0;
}
.sidebar .widget .body .block-link,
.events-mobile-widgets .widget .body .block-link {
  background-color: #00879c;
  font-size: 17.6px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: white;
  display: block;
  padding: 0.5em;
  text-align: center;
}
.sidebar .widget .body .block-link.active,
.events-mobile-widgets .widget .body .block-link.active {
  background-color: #7cc6c5;
}
.sidebar .widget .body .address,
.events-mobile-widgets .widget .body .address {
  margin-bottom: 2rem;
}
.events-preview-block {
  background-color: white;
  border-bottom: 4px solid #00879c;
}
.events-preview-block .title {
  margin: 0;
  background-color: #00879c;
  padding: 0.5em;
  font-size: 19.2px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: white;
}
.events-preview-block .body {
  padding: 2rem;
}
.events-preview-block .body .block-link {
  margin-top: 45px;
}
.events-preview-block .body .block-link a {
  display: block;
  border: none;
  color: white;
  background-color: #7cc6c5;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5em;
}
.events-preview-block .events-list {
  display: flex;
  flex-wrap: wrap;
}
.events-preview-block .events-list .event {
  width: 30%;
}
@media (max-width: 768px) {
  .events-preview-block .events-list .event {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.events-preview-block .events-list .event:nth-child(2) {
  margin: 0 2%;
}
@media (max-width: 768px) {
  .events-preview-block .events-list .event:nth-child(2) {
    margin: 0;
    margin-bottom: 2rem;
  }
}
.events-preview-block .events-list .event .meta {
  font-size: 14.4px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
.events-preview-block .events-list .event > a {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #00879c;
  border: none;
  display: block;
  min-height: 5em;
}
.events-preview-block .events-list .event .more a {
  font-size: 14.4px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
  border: none;
  display: inline-flex;
  align-items: center;
}
.events-preview-block .events-list .event svg {
  width: 1rem;
  margin-right: 0.5rem;
}
body.search-results .page-header + .content-wrapper,
body.search-no-results .page-header + .content-wrapper {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  body.search-results .page-header + .content-wrapper,
  body.search-no-results .page-header + .content-wrapper {
    margin-top: 50px;
  }
}
body.search-results .page-header + .content-wrapper h1,
body.search-no-results .page-header + .content-wrapper h1 {
  margin: 0;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  body.search-results .page-header + .content-wrapper h1,
  body.search-no-results .page-header + .content-wrapper h1 {
    text-align: center;
  }
}
body.search-results .content-wrapper.with-sidebar-right,
body.search-no-results .content-wrapper.with-sidebar-right {
  padding-top: 0;
}
@media (max-width: 1024px) {
  body.search-results .content-wrapper.with-sidebar-right,
  body.search-no-results .content-wrapper.with-sidebar-right {
    flex-direction: column-reverse;
  }
}
body.search-results .search-result-list,
body.search-no-results .search-result-list {
  background-color: white;
  padding: 2rem;
}
body.search-results .search-result-list .search-result-item,
body.search-no-results .search-result-list .search-result-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #00879c;
}
body.search-results .search-result-list .search-result-item:last-child,
body.search-no-results .search-result-list .search-result-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.search-results .search-result-list .search-result-item .meta,
body.search-no-results .search-result-list .search-result-item .meta {
  font-size: 14.4px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
body.search-results .search-result-list .search-result-item .excerpt,
body.search-no-results .search-result-list .search-result-item .excerpt {
  font-size: 16px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
body.search-results .search-result-list .search-result-item .excerpt strong,
body.search-no-results .search-result-list .search-result-item .excerpt strong {
  font-weight: bold;
  color: #00879c;
}
body.search-results .search-result-list .search-result-item a:hover .meta,
body.search-no-results .search-result-list .search-result-item a:hover .meta,
body.search-results .search-result-list .search-result-item a:hover .excerpt,
body.search-no-results .search-result-list .search-result-item a:hover .excerpt {
  color: #00879c;
}
@media (max-width: 1024px) {
  body.search-results .right-sidebar,
  body.search-no-results .right-sidebar {
    margin: 0;
    width: 100% !important;
  }
}
.search-filter-widget {
  border-top: 2px solid #00879c;
}
@media (max-width: 1024px) {
  .search-filter-widget {
    border-bottom: 2px solid #00879c;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-top: none;
  }
}
.search-filter-widget > .title {
  margin: 1rem 0;
  font-size: 17.6px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
@media (max-width: 1024px) {
  .search-filter-widget > .title {
    display: none;
  }
}
.search-filter-widget .box {
  background-color: white;
}
.search-filter-widget .box .title {
  text-align: center;
  background-color: #00879c;
  padding: 0.5rem;
  margin: 0;
  font-size: 17.6px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: white;
}
.search-filter-widget .box .filters {
  padding: 1rem;
}
@media (max-width: 1024px) {
}
@media (max-width: 1024px) {
  .search-filter-widget .box .filters > div {
    margin-left: 1rem;
  }
}
@media (max-width: 768px) {
  .search-filter-widget .box .filters .filter > div {
    margin-top: 1em;
  }
}
.search-filter-widget .box .filters strong {
  font-size: 14.4px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
  display: block;
  margin-bottom: 0.5rem;
}
.search-filter-widget .box .filters .category-filter-toggler {
  display: flex;
  color: #6a6c70;
  border: none;
  align-items: center;
}
.search-filter-widget .box .filters .category-filter-toggler.active .dot:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #00879c;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
}
.search-filter-widget .box .filters .category-filter-toggler .dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #00879c;
  margin-right: 0.5em;
}
.news-filter-widget {
  border-top: 2px solid #00879c;
  border-top: 0;
}
@media (max-width: 1024px) {
  .news-filter-widget {
    border-bottom: 2px solid #00879c;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-top: none;
  }
}
.news-filter-widget > .title {
  margin: 1rem 0;
  font-size: 17.6px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
}
@media (max-width: 1024px) {
  .news-filter-widget > .title {
    display: none;
  }
}
.news-filter-widget .box {
  background-color: white;
}
.news-filter-widget .box .title {
  text-align: center;
  background-color: #00879c;
  padding: 0.5rem;
  margin: 0;
  font-size: 17.6px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: white;
}
.news-filter-widget .box .filters {
  padding: 1rem;
}
@media (max-width: 1024px) {
}
@media (max-width: 1024px) {
  .news-filter-widget .box .filters > div {
    margin-left: 1rem;
  }
}
@media (max-width: 768px) {
  .news-filter-widget .box .filters .filter > div {
    margin-top: 1em;
  }
}
.news-filter-widget .box .filters strong {
  font-size: 14.4px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  color: #6a6c70;
  display: block;
  margin-bottom: 0.5rem;
}
.news-filter-widget .box .filters .category-filter-toggler {
  display: flex;
  color: #6a6c70;
  border: none;
  align-items: center;
}
.news-filter-widget .box .filters .category-filter-toggler.active .dot:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #00879c;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
}
.news-filter-widget .box .filters .category-filter-toggler .dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #00879c;
  margin-right: 0.5em;
}
.news-filter-widget .filter {
  margin-bottom: 2rem;
}
.news-filter-widget .filter input[type="text"],
.news-filter-widget .filter input[type="number"] {
  border: 1px solid #00879c;
  border-radius: 5px;
  width: 100%;
  padding: 0.5em;
}
.news-filter-widget .filter .date-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-filter-widget .filter .date-range input {
  width: 40%;
}
.news-filter-widget .filter .date-range span {
  padding: 0 1rem;
}
.news-filter-widget .filter label {
  display: flex;
  align-items: center;
}
.news-filter-widget .filter label:hover {
  cursor: pointer;
}
.news-filter-widget .filter label input {
  display: none;
}
.news-filter-widget .filter label .dot {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #00879c;
  margin-right: 0.5em;
}
.news-filter-widget .filter label input:checked + .dot:after,
.news-filter-widget .filter label:hover .dot:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #00879c;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  top: 0.14em;
  left: 0.18em;
}
@media (max-width: 1024px) {
  .rev_slider_wrapper .persephone.tparrows {
    width: 6vw;
    height: 6vw;
  }
  .rev_slider_wrapper .persephone.tparrows:before {
    font-size: 4vw;
    height: inherit;
    line-height: inherit;
    position: relative;
    left: -1px;
    top: 1px;
  }
}
.news-items-list {
  border-top: 1px solid #00879c;
}
.news-items-list .archive-item .meta {
  color: #888;
  font-size: 0.9rem;
}
.news-items-list .archive-item .title {
  font-size: 20px;
}
.news-items-list .archive-item .title a {
  border: none;
}
.news-items-list .archive-item .post-thumbnail {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  max-width: 170px;
}
@media (max-width: 768px) {
  .news-items-list .archive-item .post-thumbnail {
    float: none;
    max-width: 100%;
  }
}
.news-items-list .archive-item .post-thumbnail a {
  border: none;
}
.news-items-list .archive-item .post-thumbnail a img {
  max-width: 100%;
  height: auto;
}
.sidebar .searchandfilter ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar .searchandfilter ul li {
  display: block;
  margin-bottom: 2rem;
}
.sidebar .searchandfilter ul li ul li {
  margin-bottom: 0;
}
.sidebar .searchandfilter input[name="ofsearch"] {
  width: 100%;
  border: 1px solid #00879c;
  border-radius: 5px;
  padding: 0.3em;
}
.single-post .page-header {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .single-post .page-header {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .single-post .page-header {
    margin-bottom: 30px;
  }
}
.single-post .content-wrapper + .content-wrapper {
  padding-top: 20px;
}
@media (max-width: 500px) {
  .single-post .post-title h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.single-post .post-body {
  padding: 2rem;
  background-color: white;
}
.single-post .post-body .pdf-download {
  float: left;
  margin: 0 2em 2em 0;
}
@media (max-width: 1100px) {
  .single-post .post-body .pdf-download {
    float: none;
  }
}
.single-post .post-body .pdf-download a {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 2em;
  background-color: #00879c;
  color: white;
}
.single-post .post-body .pdf-download a .icon {
  line-height: 0;
}
.single-post .post-body .pdf-download a .icon svg {
  width: 2em;
  margin-right: 1em;
}
.single-post .post-body .pdf-download a .icon svg path {
  fill: white;
}
.single-post .post-body .footer {
  text-align: right;
}
.single-post .post-body .footer .scroll-top {
  border: none;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.single-post .post-body .footer .scroll-top svg {
  width: 2rem;
}
.single-post .related-employees {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.single-post .related-employees.none {
  margin-bottom: 4em;
}
.single-post .related-employees .names {
  text-align: right;
  width: 40%;
  background-color: #f9f9f9;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  border-right: 2px solid #00879c;
}
@media (max-width: 500px) {
  .single-post .related-employees .names {
    width: 100%;
  }
}
.single-post .related-employees .names strong {
  font-weight: bold;
}
.single-post .related-employees .names .name.selected,
.single-post .related-employees .names .name:hover {
  color: #00879c;
  cursor: pointer;
}
.single-post .related-employees .images {
  line-height: 0;
}
.single-post .related-employees .images .image {
  display: none;
}
.single-post .related-employees .images .image.selected {
  display: inherit;
}
.single-post .related-employees .images .image img {
  width: 150px;
  height: auto;
}
body.archive .news-items-list {
  border-top: 0;
  padding-top: 0;
}
body.archive .news-items-list .list-title {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 0;
  padding: 0.5rem;
  background-color: #00879c;
  color: white;
  font-size: 24px;
  margin-bottom: 2rem;
}
body.archive .news-items-list .archive-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
}
@media (max-width: 768px) {
  body.blog .content-wrapper.with-sidebar-right .archive-items-list .list-title,
  body.archive .content-wrapper.with-sidebar-right .archive-items-list .list-title {
    margin-left: -1rem;
    margin-right: -1rem;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body.blog .content-wrapper.with-sidebar-right .archive-items-list .title,
  body.archive .content-wrapper.with-sidebar-right .archive-items-list .title {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  body.blog .content-wrapper.with-sidebar-right .archive-items-list .excerpt,
  body.archive .content-wrapper.with-sidebar-right .archive-items-list .excerpt {
    margin-bottom: 2rem;
  }
}
body.blog .content-wrapper.with-sidebar-right .right-sidebar .widget.with-top-border,
body.archive .content-wrapper.with-sidebar-right .right-sidebar .widget.with-top-border {
  border-top: 2px solid #00879c;
  padding-top: 30px;
}
@media (max-width: 500px) {
  body.blog .content-wrapper.with-sidebar-right .right-sidebar .widget:first-child,
  body.archive .content-wrapper.with-sidebar-right .right-sidebar .widget:first-child {
    margin-bottom: 2em;
  }
}
@media (max-width: 500px) {
  body.blog .content-wrapper.with-sidebar-right .right-sidebar .widget:nth-child(2),
  body.archive .content-wrapper.with-sidebar-right .right-sidebar .widget:nth-child(2) {
    display: none;
  }
}
@media (max-width: 500px) {
  body.blog .content-wrapper.with-sidebar-right .right-sidebar .widget .news-filter-widget,
  body.archive .content-wrapper.with-sidebar-right .right-sidebar .widget .news-filter-widget {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 1024px) {
  body.blog .content-wrapper.with-sidebar-right .right-sidebar .widget .news-filter-widget .title,
  body.archive .content-wrapper.with-sidebar-right .right-sidebar .widget .news-filter-widget .title {
    display: block;
  }
}
@media (max-width: 500px) {
  body.blog .content-wrapper.with-sidebar-right .right-sidebar .widget .news-filter-widget form,
  body.archive .content-wrapper.with-sidebar-right .right-sidebar .widget .news-filter-widget form {
    display: none;
  }
}
@media (max-width: 768px) {
  body.blog .sidebar .widget:not(:first-child),
  body.archive .sidebar .widget:not(:first-child),
  body.blog .events-mobile-widgets .widget:not(:first-child),
  body.archive .events-mobile-widgets .widget:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  body.blog .news-filter-widget .filters,
  body.archive .news-filter-widget .filters {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body.blog .news-filter-widget .filters .filter,
  body.archive .news-filter-widget .filters .filter {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body.single-post .content-wrapper.with-sidebar-right {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body.single-post .content-wrapper.with-sidebar-right .related-employees .images .image img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  body.single-post .content-wrapper.with-sidebar-right .right-sidebar {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
  }
}
@media (max-width: 500px) {
  body.single-post .content-wrapper.with-sidebar-right .right-sidebar {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body.single-post .content-wrapper.with-sidebar-right .right-sidebar .widget {
    width: 45%;
    margin-top: 0;
    padding-top: 1rem;
    border-top: 1px solid #00879c;
  }
}
@media (max-width: 500px) {
  body.single-post .content-wrapper.with-sidebar-right .right-sidebar .widget {
    width: 100%;
    margin-bottom: 30px;
  }
}
.only-mobile {
  display: none;
}
@media (max-width: 500px) {
  .only-mobile {
    display: block;
  }
}
.only-mobile .widget {
  max-width: 91.5%;
  margin: auto;
  margin-bottom: 4rem;
}
.only-mobile .widget .block-link {
  background-color: #00879c;
  font-size: 17.6px;
  font-weight: 400;
  font-family: Calibri, sans-serif;
  color: white;
  display: block;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
}
.only-mobile .widget .block-link.active {
  background-color: #7cc6c5;
}
@media (max-width: 500px) {
  body.archive .content-wrapper.with-sidebar-right .right-sidebar {
    margin-bottom: 2rem;
  }
}
@media (max-width: 500px) {
  body.archive .content-wrapper.with-sidebar-right .right-sidebar .widget:first-child {
    display: block;
  }
}
@media (max-width: 500px) {
  body.archive .content-wrapper.with-sidebar-right .right-sidebar .widget:first-child .block-link {
    display: inline-block;
    padding: 0.2em 1em;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 500px) {
  body.archive .content-wrapper.with-sidebar-right .right-sidebar .widget:first-child + .widget {
    display: none;
  }
}
.legalfields-block-list {
  display: flex;
  flex-wrap: wrap;
  margin: 3em -1em;
}
.legalfields-block-list .legalfield-block-item {
  width: 33.33%;
  padding: 1em;
  line-height: 0;
}
@media (max-width: 1024px) {
  .legalfields-block-list .legalfield-block-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .legalfields-block-list .legalfield-block-item {
    width: 100%;
  }
}
.legalfields-block-list .legalfield-block-item a {
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: block;
}
.legalfields-block-list .legalfield-block-item a:hover .text {
  background-color: rgba(140, 198, 196, 0.8);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.legalfields-block-list .legalfield-block-item a .image img {
  width: 100%;
}
.legalfields-block-list .legalfield-block-item a .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  font-size: 2.5em;
  background-color: rgba(0, 131, 154, 0.75);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .legalfields-block-list .legalfield-block-item a .text {
    font-size: 2em;
  }
}
@media (max-width: 1024px) {
  .legalfields-block-list .legalfield-block-item a .text {
    font-size: 5vw;
  }
}
@media (max-width: 500px) {
  .legalfields-block-list .legalfield-block-item a .text {
    font-size: 8vw;
  }
}
.quick-request-section {
  background-color: white;
  padding: 5em 0;
}
.quick-request-section .wrapper {
  max-width: 78.5%;
  margin: auto;
  display: flex;
}
@media (max-width: 1024px) {
  .quick-request-section .wrapper {
    flex-direction: column;
  }
}
.quick-request-section .wrapper .title {
  color: #00879c;
  font-weight: 600;
  font-size: 3em;
  margin-right: 1em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .quick-request-section .wrapper .title {
    margin-bottom: 3rem;
    font-size: 5vw;
  }
}
@media (max-width: 500px) {
  .quick-request-section .wrapper .title {
    font-size: 8vw;
  }
}
.quick-request-section .wrapper .form {
  flex: 1;
}
.quick-request-section .form-row {
  display: flex;
  margin: 0 -1em 1em -1em;
}
@media (max-width: 500px) {
  .quick-request-section .form-row {
    flex-direction: column;
  }
}
.quick-request-section .form-row .column {
  padding: 0 1em;
  flex: 1;
}
@media (max-width: 500px) {
  .quick-request-section .form-row .column:first-child {
    margin-bottom: 1em;
  }
}
.quick-request-section input[type='text'],
.quick-request-section input[type='email'],
.quick-request-section textarea {
  width: 100%;
  background-color: white;
  padding: 1em;
  border: 1px solid #888;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .quick-request-section input[type='text'],
  .quick-request-section input[type='email'],
  .quick-request-section textarea {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
.quick-request-section input[type='text']:focus,
.quick-request-section input[type='email']:focus,
.quick-request-section textarea:focus,
.quick-request-section input[type='text']:active,
.quick-request-section input[type='email']:active,
.quick-request-section textarea:active {
  border-color: #00879c;
}
.quick-request-section button {
  background-color: #00879c;
  color: white;
  padding: 0.7rem 3.5rem;
  display: inline-block;
  border: none;
  transition: all 0.2s;
}
.quick-request-section button:hover {
  cursor: pointer;
  background-color: #007183;
}
.mobile-main-navigation-component {
  display: none;
}
@media (max-width: 500px) {
  .mobile-main-navigation-component {
    display: block;
  }
}
.mobile-main-navigation-component .trigger {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
.mobile-main-navigation-component .trigger .bar1,
.mobile-main-navigation-component .trigger .bar2,
.mobile-main-navigation-component .trigger .bar3 {
  border-radius: 5px;
  width: 25px;
  height: 2px;
  margin: 4px 0;
  transition: 0.4s;
  background-color: #00879c;
}
.mobile-main-navigation-component .trigger.active .bar1 {
  transform: rotate(-45deg) translate(-2px, 2px);
}
.mobile-main-navigation-component .trigger.active .bar2 {
  opacity: 0;
}
.mobile-main-navigation-component .trigger.active .bar3 {
  transform: rotate(45deg) translate(-7px, -7px);
}
.mobile-main-navigation-component .overlay {
  display: flex;
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #00879c;
  bottom: inherit;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-100vh);
  -moz-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  -o-transform: translateY(-100vh);
  transform: translateY(-100vh);
}
.mobile-main-navigation-component .overlay.active {
  text-align: center;
  align-items: inherit;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mobile-main-navigation-component .overlay .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-main-navigation-component .overlay .menu li {
  width: 100%;
}
.mobile-main-navigation-component .overlay .menu li a {
  font-size: 16px;
  font-weight: 700;
  font-family: Calibri, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  padding: 1.5em;
  display: block;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-main-navigation-component .overlay .menu li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  .mobile-main-navigation-component .overlay .menu li a svg {
    width: 2em !important;
  }
}
.mobile-main-navigation-component .overlay .menu li a svg path {
  fill: white;
}
.mobile-main-navigation-component .overlay .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.white-content-box {
  background-color: white;
  width: 100%;
  max-width: 640px;
  margin: 5em auto;
  padding: 3rem;
}
.white-content-box h1 {
  margin-top: 0;
  text-align: center;
}
.white-content-box .layout_form {
  margin-bottom: 3rem;
}
.single-employees .employee-details-item .details .left {
  margin-bottom: 2em;
}
.single-employees .employee-details-item .details .left .image {
  width: 250px;
}
.single-employees .employee-details-item .details .left .image img {
  width: 100%;
  height: auto;
}
body.home .wpb_column.vc_column_container.vc_col-sm-8.vc_col-lg-offset-2.vc_col-lg-8.vc_col-md-offset-2 {
  float: none;
  margin: auto;
}
@media (max-width: 768px) {
  body.post-type-archive-stellenangebote .content-wrapper.with-sidebar-right {
    flex-direction: column;
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  body.post-type-archive-stellenangebote .content-wrapper.with-sidebar-right .right-sidebar {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  body.post-type-archive-stellenangebote .content-wrapper.with-sidebar-right .right-sidebar .widget {
    width: 48%;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  body.post-type-archive-stellenangebote .content-wrapper.with-sidebar-right .right-sidebar .widget {
    width: 100%;
    margin-bottom: 3rem;
    display: block !important;
  }
}
body.post-type-archive-stellenangebote .content-wrapper.with-sidebar-right .right-sidebar .widget .block-link {
  width: 100%;
  padding: 0.5em !important;
}
body.post-type-archive-stellenangebote .jobs-list {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 768px) {
  body.post-type-archive-stellenangebote .jobs-list {
    padding: 0 !important;
    margin-right: 0 !important;
  }
}
body.post-type-archive-stellenangebote .jobs-list .job {
  background-color: white;
  padding: 2rem;
  margin-bottom: 2rem;
  border-bottom: none;
}
@media (max-width: 768px) {
  body.post-type-archive-stellenangebote .jobs-list .job {
    padding: 1rem;
  }
}
body.post-type-archive-stellenangebote .jobs-list .job .title {
  font-size: 1.3rem;
  color: #6a6c70;
}
.jobs-button-column {
  position: absolute;
  right: 0;
  width: 10em;
  height: 10em;
  bottom: -5em;
  z-index: 9;
}
@media (max-width: 768px) {
  .jobs-button-column {
    width: 7rem;
    height: 7rem;
    bottom: -3.5rem;
  }
}
@media (max-width: 500px) {
  .jobs-button-column {
    width: 5rem;
    height: 5rem;
    bottom: -2.5rem;
    right: 1rem;
  }
}
.jobs-button-column .wpb_wrapper {
  height: 100%;
}
.jobs-button-column .wpb_wrapper .job-offers-button {
  width: 100%;
  height: 100%;
  border: none;
  color: white;
  background-color: #00879c;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: all 0.2s;
}
.jobs-button-column .wpb_wrapper .job-offers-button.custom-link {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .jobs-button-column .wpb_wrapper .job-offers-button.custom-link {
    font-size: 0.8rem;
  }
}
@media (max-width: 500px) {
  .jobs-button-column .wpb_wrapper .job-offers-button.custom-link {
    font-size: 0.6rem;
  }
}
@media (max-width: 768px) {
  .jobs-button-column .wpb_wrapper .job-offers-button {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .jobs-button-column .wpb_wrapper .job-offers-button {
    font-size: 0.8rem;
  }
}
.jobs-button-column .wpb_wrapper .job-offers-button:hover {
  background-color: #009db6;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.2);
}
.jobs-button-column .wpb_wrapper .job-offers-button .large {
  font-weight: bold;
}
.publikationen-items-list .archive-item .title {
  margin-bottom: 0;
  font-size: 1.2em;
}
.publikationen-items-list .archive-item .location {
  font-weight: 600;
}
.publikationen-items-list .archive-item .authors {
  opacity: 0.8;
  font-size: 0.9em;
}
.author-filter-wrapper {
  margin-bottom: 2em;
}
.author-filter-wrapper .title {
  margin-top: 0;
}
.author-selectors {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.author-selectors li a {
  display: inline-flex;
  align-items: center;
  margin: 0 1em 0.5em 0;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.author-selectors li a.active,
.author-selectors li a:hover {
  border-color: #00879c;
}
.author-selectors li a.active .icon svg path,
.author-selectors li a:hover .icon svg path {
  fill: #00879c;
}
.author-selectors li a .icon {
  width: 1em;
  line-height: 0;
  margin-right: 1em;
}
.author-selectors li a .icon svg path {
  fill: #ccc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.three-col-block-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.three-col-block-links .block-link {
  margin: 0 1px 1px 0;
  width: 33%;
}
.page-template-page-slider-header #slider-3-layer-1 {
  font-size: 3vw !important;
}
@media (max-width: 600px) {
  .page-template-page-slider-header #slider-3-layer-1 {
    font-size: 4.5vw !important;
  }
}
.page-template-page-slider-header .tp-static-layers > .tp-parallax-wrap {
  left: 10.5vw !important;
}
.nr-mitgliedschaften-slider .inner .heading {
  margin-bottom: 2em;
}
.nr-mitgliedschaften-slider .inner .heading h3 span {
  border-bottom: 2px solid;
}
.nr-mitgliedschaften-slider .inner .slider .slide {
  text-align: center;
  padding: 2em;
}
.nr-mitgliedschaften-slider .inner .slider .slide img {
  max-width: 100%;
  max-height: 5em;
  margin: auto;
  object-fit: contain;
}
.nr-mitgliedschaften-slider .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.nr-mitgliedschaften-slider .slider-nav-button {
  border: none;
  position: absolute;
  top: 30%;
  background-color: transparent;
}
.nr-mitgliedschaften-slider .slider-nav-button.slider-prev {
  left: -3em;
}
@media (max-width: 768px) {
  .nr-mitgliedschaften-slider .slider-nav-button.slider-prev {
    left: -1.5em;
  }
}
@media (max-width: 600px) {
  .nr-mitgliedschaften-slider .slider-nav-button.slider-prev {
    left: -1em;
  }
}
.nr-mitgliedschaften-slider .slider-nav-button.slider-next {
  right: -3em;
}
@media (max-width: 768px) {
  .nr-mitgliedschaften-slider .slider-nav-button.slider-next {
    right: -1.5em;
  }
}
@media (max-width: 600px) {
  .nr-mitgliedschaften-slider .slider-nav-button.slider-next {
    right: -1em;
  }
}
.nr-mitgliedschaften-slider .slider-nav-button:hover {
  cursor: pointer;
}
.nr-mitgliedschaften-slider .slider-nav-button img {
  width: 2em;
}
@media (max-width: 768px) {
  body .nr-privacy-modal-box {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  body .nr-privacy-modal-box .footer .actions .accept {
    padding: 1em 2em;
  }
}
.scroll-up-module {
  text-align: right;
  margin: 1em 0;
}
.scroll-up-module .scroll-up {
  border: none;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.scroll-up-module .scroll-up svg {
  width: 2rem;
}
.blog-posts-module {
  margin: 5em 0;
}
.blog-posts-module .post-module-item {
  margin-bottom: 1em;
}
.blog-posts-module .post-module-item .header {
  position: relative;
  line-height: 0;
  cursor: pointer;
}
.blog-posts-module .post-module-item .header:hover .overlay {
  background-color: rgba(0, 131, 154, 0.5);
}
.blog-posts-module .post-module-item .header img {
  width: 100%;
  aspect-ratio: 2.75;
  object-fit: cover;
}
.blog-posts-module .post-module-item .header .overlay {
  position: absolute;
  inset: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1em;
  background-color: rgba(0, 131, 154, 0.75);
  transition: all 0.2s;
}
.blog-posts-module .post-module-item .header .overlay .title {
  font-size: 1.5em;
  line-height: 1.3;
}
.blog-posts-module .post-module-item .header .overlay .title a {
  border: none;
  color: white;
}
.blog-posts-module .post-module-item .body {
  background-color: white;
  padding: 2em;
}
.blog-posts-module .post-module-item .body .title {
  margin-top: 0;
  font-size: 1.3em;
}
.blog-posts-module .post-module-item .body .title a {
  border: none;
}
.blog-posts-module .post-module-item .body p:last-child {
  margin-bottom: 0;
}
.blog-posts-module .post-module-item .body h6 {
  font-size: 1em;
  margin-top: 0.3em;
}
.archive-item .headline-preview h6 {
  font-size: 1em;
}
.page-template-page-blog .intro-text {
  margin-top: 4em;
}
.page-template-page-blog .intro-text .inner {
  width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .page-template-page-blog .intro-text .inner {
    width: 100%;
  }
}
.page-template-page-blog .intro-text .inner a {
  font-weight: 600;
}
.headline-preview h6 {
  display: flex;
}
.headline-preview h6 span:first-child {
  width: 5.5em;
}
.headline-preview h6 span:last-child {
  flex: 1;
}
.page-id-34 .page-image-header {
  background-size: contain;
  height: initial;
  aspect-ratio: 4;
}
.page-id-34 .page-image-header h1 {
  display: none;
}
.page-id-34 .content-wrapper > h1 {
  font-size: 3em;
  margin-bottom: -1em;
  margin-top: 1em;
  padding-left: 0.6em;
}
@media (max-width: 1024px) {
  .page-id-34 .content-wrapper > h1 {
    padding-left: 0.3em;
  }
}
@media (max-width: 600px) {
  .page-id-34 .content-wrapper > h1 {
    padding-left: 0.1em;
  }
}
