@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fontawesome-webfont.woff2') format("woff2"), url('../fonts/fontawesome-webfont.eot') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff') format("woff"), url('../fonts/fontawesome-webfont.ttf') format("truetype"), url('../fonts/fontawesome-webfont.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Source Sans Pro;
  src: url('../fonts/Source-Sans-Pro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --light-background: #bebfd9;
  --dark-text: #000c;
  --secondary: #8c5c3e;
  --dark-border: #0003;
  --white: white;
  --message: #3030bb;
  --error: #c53232;
  --primary: #005c66;
  --black: black;
  --shadow: #0000004d;
  --light-border: #fff3;
  --light-text: #fffc;
  --success: #257c19;
  --dark-background: #5d6782;
  --light-overlay: #fffc;
  --dark-overlay: #00000080;
  --colored-background: #587f7f;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--light-background);
  color: var(--dark-text);
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--secondary);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 600;
  display: block;
}

blockquote {
  border-left: 5px solid #52708b;
  border-left: 5px solid var(--dark-border);
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.4;
}

._2-container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: block;
  position: relative;
}

._2-container.light {
  color: #274761;
  background-color: #d8dfe9;
  border-radius: 6px;
  box-shadow: 0 0 6px #00000080;
}

._2-container.hero {
  padding: 0;
}

._2-icon {
  font-family: Font Awesome, Arial, sans-serif;
}

._2-icon.list {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  margin-right: 5px;
  display: flex;
}

._2-icon.before {
  margin-right: 5px;
}

._2-icon.gallery {
  position: relative;
}

._2-icon.file {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

._2-list-wrap.contact {
  margin-bottom: 30px;
}

._2-list-wrap.link {
  max-width: 350px;
}

._2-list-wrap.link.docs {
  display: none;
}

._2-list-item {
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

._2-list-item.light {
  color: #274761;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px;
  text-decoration: none;
  box-shadow: 0 0 3px #00000080;
}

._2-list-item.light:hover {
  background-color: #d8dfe9;
}

._2-list-item.dark {
  color: #274761;
}

._2-button-wrap {
  flex-wrap: wrap;
  margin: -5px;
  display: flex;
}

._2-form-parent {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

._2-form-child {
  flex: 1;
}

._2-form-inputt {
  background-color: #fff;
  border-style: none;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: .5em .5em .5em 1em;
  font-size: 1em;
  position: relative;
  box-shadow: inset 0 0 3px #00000080;
}

._2-form-inputt:focus {
  background-color: #ecf0f5;
}

._2-form-inputt.textarea {
  min-height: 100px;
}

._2-message-wrapp {
  color: #fff;
  background-color: #3d689e;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 0 3px #00000080;
}

._2-message-wrapp.error {
  text-align: center;
  background-color: #a73939;
}

._2-form-item {
  flex: 1;
  margin: 10px;
}

._2-topbar-wrap {
  justify-content: center;
  padding: 15px 30px;
  display: flex;
}

._2-topbar-item {
  color: #fffc;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

._2-header-content {
  text-align: center;
  background-image: radial-gradient(circle, #00000059, #0000), url('../images/header-background.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-wrap: wrap;
  justify-content: center;
  padding: 120px 30px;
  position: relative;
  box-shadow: 0 0 6px #00000080;
}

._2-menu-wrap {
  justify-content: center;
  margin: 0;
  padding: 0;
  display: flex;
}

._2-menu-content {
  background-color: #0000;
  min-width: 0%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

._2-menu-togglee {
  background-color: #ffffff80;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin: 0;
  padding: 0;
  font-family: Font Awesome, Arial, sans-serif;
  font-size: 1.4em;
  display: none;
}

._2-menu-togglee.w--open {
  background-color: #fff;
}

._2-menu-item {
  color: #fff;
  background-color: #00000059;
  border-radius: 6px;
  margin: 5px;
  padding: .75em 1.5em;
  display: block;
  box-shadow: inset 0 0 3px #00000080;
}

._2-menu-item:hover, ._2-menu-item.w--current {
  color: #274761;
  background-color: #fff;
  box-shadow: 0 0 3px #00000080;
}

._2-logo-wrap {
  height: 180px;
  margin-bottom: 45px;
}

._2-header-decoration {
  width: 100px;
  margin-bottom: 15px;
  margin-left: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

._2-content-wrap {
  background-image: url('../images/content-decoration.png');
  background-position: 80px 0;
  background-repeat: repeat-y;
  background-size: 150px;
  padding: 60px 30px;
}

._2-welcome-wrap {
  align-items: center;
  display: flex;
}

._2-slider-wrap {
  background-color: #0000;
  border-radius: 6px;
  width: 60%;
  height: 300px;
  margin-right: 30px;
  overflow: hidden;
  box-shadow: 0 0 6px #000;
}

._2-section-title {
  margin-bottom: 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

._2-welcome-text {
  flex: 1;
  font-size: 1.1em;
}

._2-slider-slide {
  background-image: url('../images/hildre-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

._2-slider-slide._2 {
  background-image: url('../images/hildre-5.jpg');
}

._2-slider-slide._3 {
  background-image: url('../images/hildre-10.jpg');
}

._2-gallery-parent {
  flex-wrap: wrap;
  margin: -5px;
  display: flex;
}

._2-gallery-child {
  width: 25%;
  display: flex;
}

._2-gallery-item {
  flex: 1;
  margin: 5px;
}

._2-gallery-thumbnail {
  color: #fff;
  background-image: url('../images/hildre-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 3px #00000080;
}

._2-gallery-thumbnail._2 {
  background-image: url('../images/hildre-9.jpg');
}

._2-gallery-thumbnail._3 {
  background-image: url('../images/hildre-6.jpg');
}

._2-gallery-thumbnail._4 {
  background-image: url('../images/hildre-4.jpg');
}

._2-gallery-thumbnail._5 {
  background-image: url('../images/hildre-5.jpg');
}

._2-gallery-thumbnail._6 {
  background-image: url('../images/hildre-2.jpg');
}

._2-gallery-thumbnail._7 {
  background-image: url('../images/hildre-7.jpg');
}

._2-gallery-thumbnail._8 {
  background-image: url('../images/hildre-1.jpg');
}

._2-gallery-overlay {
  background-color: #00000059;
  position: absolute;
  inset: 0;
}

._2-footer-wrap {
  text-align: center;
  background-color: #00000059;
  padding: 60px 30px;
  box-shadow: 0 0 6px #00000080;
}

._2-footer-logo-wrap {
  height: 120px;
}

._2-class-tab-menu {
  flex-wrap: wrap;
  margin: -5px -5px 15px;
  display: flex;
}

._2-class-tab-item {
  background-color: #d8dfe9;
  border-radius: 6px;
  margin: 4px;
  padding: .75em 1.5em;
  box-shadow: inset 0 0 3px #00000080;
}

._2-class-tab-item.w--current {
  background-color: #fff;
  box-shadow: 0 0 3px #00000080;
}

._2-row {
  flex-wrap: wrap;
  display: flex;
}

._2-col {
  flex: 1;
}

._2-col.map {
  margin-left: 30px;
  display: flex;
}

._2-map-item {
  border-radius: 10px;
  flex: 1;
  height: auto;
  box-shadow: 0 0 3px #00000080;
}

._2-gap {
  height: 60px;
}

._2-employee-child {
  border-bottom: 1px solid #ffffff40;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

._2-employee-title {
  width: 210px;
  font-weight: 600;
}

._2-employee-description {
  color: #fffc;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
}

._2-employee-email {
  color: #fffc;
  font-style: normal;
}

._2-slider-arrow {
  display: none;
}

._2-slider-menu {
  column-count: auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  margin-bottom: 5px;
  margin-right: 15px;
  padding: 5px 0 0;
  font-size: .8em;
  line-height: 1;
  display: flex;
  bottom: 0;
  right: 0;
}

._2-slider-mask {
  flex-wrap: nowrap;
  display: flex;
}

._2-file-table {
  display: flex;
}

.file-roww {
  flex-wrap: wrap;
  flex: 1;
  margin: -10px;
  display: flex;
}

._2-file-column {
  flex: 0 100%;
  display: flex;
}

._2-file-item {
  color: #fff;
  align-items: center;
  margin: 5px;
  display: flex;
}

._2-file-item.parents {
  color: #52708b;
  border-color: #52708b;
}

._2-body {
  color: #fff;
  background-color: #52708b;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

._2-form-input {
  background-color: var(--white);
  color: #000c;
  border-style: none;
  border-radius: 0;
  flex: 1;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: .9em;
  line-height: 1.4;
  display: block;
  box-shadow: inset 0 0 0 1px #0003;
}

._2-form-cell {
  flex: 1;
  margin: 5px;
}

._2-main-heading {
  margin-bottom: 20px;
}

._2-form-row {
  flex-wrap: wrap;
  flex: 1;
  align-content: stretch;
  align-items: flex-end;
  margin: -5px;
  display: flex;
}

._2-form-column {
  flex-wrap: nowrap;
  flex: 100%;
  align-items: stretch;
}

._2-form-column.utility-button {
  flex: 0 auto;
}

._2-form-column.utility-input {
  flex: 1;
}

._2-message-wrap {
  border-left: 10px solid var(--message);
  text-align: left;
  background-color: #0000;
  margin: 20px 0 0;
  padding: 10px;
}

._2-message-wrap.error {
  border-left-color: var(--error);
}

._2-form-wrap {
  margin: 0;
}

._2-button-row {
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
  display: flex;
}

._2-form-table {
  display: flex;
}

._2-button-item {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  margin: 5px;
  padding: 10px 20px;
  font-size: .9em;
  line-height: 1.4;
  display: block;
}

._2-button-item.text {
  color: var(--secondary);
  background-color: #0000;
  padding: 0;
}

._2-link2 {
  color: #3a3a3acc;
}

._2-logo-image2 {
  max-height: 100%;
}

._2-menu-toggle {
  color: #fff;
  cursor: pointer;
  background-color: #414141;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px 15px;
  display: none;
}

._2-menu-close {
  background-color: #0006;
  display: none;
  position: fixed;
  inset: 0;
}

._2-page-wrap {
  position: relative;
  overflow: hidden;
}

._2-page-wrap._2-utility {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px;
  display: flex;
}

._2-utility-wrap {
  background-color: #fff;
  flex: 0 540px;
  margin-bottom: 0;
  padding: 40px;
}

.breadcrumb-link {
  color: var(--dark-text);
}

.title-heading {
  margin-bottom: 20px;
  font-size: 2em;
}

.title-heading.hero {
  color: var(--white);
}

.title-heading.hero._2 {
  color: var(--black);
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-left: 0;
  font-family: Droid Sans, sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.form-label.radio, .form-label.checkbox {
  margin-bottom: 0;
  margin-left: 5px;
}

.form-radio-button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.form-radio-item {
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.style-wrap {
  margin-bottom: 40px;
}

.dropdown-wrap {
  flex-wrap: wrap;
  display: flex;
}

.footer-table {
  display: flex;
}

.main-cell {
  margin: 20px;
}

.main-cell.style {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-cell.boxed {
  background-color: var(--white);
  box-shadow: 0 0 4px 0 var(--shadow);
  border-radius: 4px;
  padding: 20px;
}

.main-cell.news {
  background-color: var(--white);
  box-shadow: 0 0 4px 0 var(--shadow);
  border-radius: 4px;
  padding: 40px;
}

.title-text {
  margin-bottom: 20px;
}

.icon {
  font-family: Font Awesome, Arial, sans-serif;
}

.icon.breadcrumb {
  padding-left: 10px;
  padding-right: 10px;
}

.icon.alert {
  margin-right: 20px;
  font-size: 2em;
}

.icon.after {
  margin-left: .25em;
}

.icon.contact {
  margin-right: 12px;
}

.icon.file-item {
  border-right: 1px solid var(--light-border);
  margin-right: 15px;
  padding-right: 15px;
}

.icon.before {
  margin-right: .25em;
}

.page-wrap {
  position: relative;
  overflow: hidden;
}

.page-wrap.utility {
  background-color: var(--light-background);
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.style-color-table {
  display: flex;
}

.form-checkbox-item {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.main-subheading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2em;
}

.main-subheading.intern {
  margin-bottom: 10px;
}

.footer-column {
  flex: 0 auto;
}

.main-row {
  flex-wrap: wrap;
  flex: 1;
  margin: -20px;
  display: flex;
}

.main-row.cta {
  align-items: center;
}

.form-row {
  flex-wrap: wrap;
  flex: 100%;
  align-content: stretch;
  align-items: flex-end;
  margin: -5px;
  display: flex;
}

.form-row.application {
  margin-bottom: 40px;
}

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.gap {
  margin-bottom: 60px;
}

.container._2 {
  max-width: none;
}

.container.footer {
  margin-bottom: 20px;
}

.form-cell {
  flex: 1;
  margin: 5px;
}

.form-cell.decoration {
  border-bottom: 1px solid var(--dark-border);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.main-column {
  flex: 1;
}

.main-column.style {
  flex: 0 100%;
}

.main-column.sidebar {
  flex: 0 240px;
}

.main-column.cta-button {
  flex: 0 auto;
}

.main-column.home-news {
  border-right: 1px solid var(--dark-border);
  margin-right: 20px;
  padding-right: 20px;
}

.main-column.news-sidebar {
  flex: 0 33.33%;
}

.main-column._60 {
  flex: 0 60%;
}

.style-color-column {
  flex: 0 25%;
}

.search-wrap {
  box-shadow: none;
  background-color: #0006;
  margin-bottom: 0;
}

.form-table {
  flex-wrap: wrap;
  display: block;
}

.form-table.application {
  border: 1px solid var(--dark-border);
  background-color: var(--white);
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 4px;
  padding: 40px;
}

.footer-row {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin: -20px;
  display: block;
}

.footer-bottom-wrap {
  border-top: 1px solid var(--dark-border);
  opacity: .8;
  padding: 20px;
  position: relative;
}

.main-table {
  background-color: #0000;
  width: auto;
  min-height: 0;
  padding: 0;
  display: flex;
}

.main-table.gap {
  margin-bottom: 60px;
}

.breadcrumb-wrap {
  background-color: var(--white);
  box-shadow: inset 0 0 4px 0 var(--shadow);
  padding: 20px;
}

.search-column {
  flex-grow: 1;
  flex-basis: 50%;
}

.search-column.button {
  flex: 0 auto;
}

.form-input {
  border: 1px none var(--dark-border);
  background-color: var(--light-background);
  box-shadow: none;
  color: var(--dark-text);
  border-radius: 0;
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 2.4em;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: .9em;
  line-height: 1.4;
  display: block;
}

.form-input.textarea {
  min-height: 100px;
}

.form-input.search {
  box-shadow: none;
  background-color: #0000;
}

.form-select {
  color: #000c;
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006);
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 2.4em;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: .9em;
  line-height: 1.4;
  display: block;
}

.style-color-cell {
  border: 1px solid var(--dark-border);
  background-color: #0000;
  flex: 1;
  margin: 5px;
}

.style-color-cell.light-text {
  background-color: var(--light-text);
}

.style-color-cell.black {
  background-color: var(--black);
}

.style-color-cell.success {
  background-color: var(--success);
}

.style-color-cell.light-border {
  background-color: var(--light-border);
}

.style-color-cell.white {
  background-color: var(--white);
}

.style-color-cell.dark-text {
  background-color: var(--dark-text);
}

.style-color-cell.dark-background {
  background-color: var(--dark-background);
}

.style-color-cell.light-background {
  background-color: var(--light-background);
}

.style-color-cell.message {
  background-color: var(--message);
}

.style-color-cell.light-overlay {
  background-color: var(--light-overlay);
}

.style-color-cell.dark-border {
  background-color: var(--dark-border);
}

.style-color-cell.dark-overlay {
  background-color: var(--dark-overlay);
}

.style-color-cell.primary {
  background-color: var(--primary);
}

.style-color-cell.error {
  background-color: var(--error);
}

.style-color-cell.secondary {
  background-color: var(--secondary);
}

.style-color-name {
  color: #fff;
  text-transform: uppercase;
  background-color: #0006;
  align-items: flex-end;
  margin: 10px;
  padding: 5px;
  font-size: .8em;
  display: inline-block;
}

.form-wrap {
  margin: 0;
}

.form-wrap.application {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-row {
  display: flex;
}

.section {
  padding: 80px 20px;
}

.section.gallery {
  background-color: var(--white);
}

.section.utility {
  background-color: #fff;
  width: 100%;
  max-width: 960px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.home {
  background-color: var(--colored-background);
  color: var(--light-text);
}

.footer-body-wrap {
  padding: 75px 20px;
}

.footer-cell {
  justify-content: center;
  margin: 20px;
  display: flex;
}

.footer-cell.contact {
  margin-top: 40px;
}

.form-checkbox-button {
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
  display: flex;
}

.button-row.pagination {
  justify-content: flex-end;
}

.button-row.gap {
  margin-bottom: 40px;
}

.button-row.link {
  margin-top: 20px;
}

.button-row.kven {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style-color-row {
  flex-wrap: wrap;
  flex: 1;
  margin: -5px;
  display: flex;
}

.message-wrap {
  color: var(--message);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  margin: 20px 0 0;
  padding: 0;
}

.message-wrap.empty {
  color: #000c;
  font-style: italic;
  display: none;
}

.message-wrap.error {
  color: var(--error);
}

.message-wrap.success {
  color: var(--success);
}

.form-column {
  flex-wrap: nowrap;
  flex: 100%;
  align-items: stretch;
}

.form-column._50 {
  flex-basis: 50%;
}

.form-column._33 {
  flex-basis: 33.33%;
}

.style-heading {
  border-bottom: 2px solid var(--dark-text);
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.button-cell {
  background-color: var(--primary);
  box-shadow: 0 0 4px 0 var(--shadow);
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-style: none;
  border-radius: 4px;
  justify-content: center;
  margin: 5px;
  padding: 10px 20px;
  font-size: .9em;
  line-height: 1.4;
  display: flex;
}

.button-cell.search {
  color: #000c;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.button-cell.text {
  box-shadow: none;
  color: var(--secondary);
  background-color: #0000;
  padding: 0;
}

.button-cell.cta {
  background-color: var(--dark-overlay);
  box-shadow: 0 0 4px 0 var(--shadow);
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 1.1em;
}

.button-cell.light {
  background-color: var(--light-overlay);
  color: var(--black);
}

.button-cell.link {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.button-cell.utility {
  margin-bottom: 20px;
}

.activity-item-table {
  display: flex;
}

.activity-item-row {
  flex-wrap: wrap;
  flex: 1;
  margin: -10px;
  display: flex;
}

.activity-item-column {
  flex: 0 100%;
}

.activity-item-cell {
  background-color: var(--white);
  box-shadow: 0 0 4px 0 var(--shadow);
  border-radius: 4px;
  margin: 5px;
  padding: 20px;
}

.news-item-table {
  margin-bottom: 60px;
}

.news-item-row {
  flex-wrap: wrap;
  margin: -10px;
  display: flex;
}

.news-item-column {
  flex: 0 50%;
}

.news-item-column._100, .news-item-column.intern {
  flex-basis: 100%;
}

.news-item-cell {
  color: var(--dark-text);
  margin: 10px;
  display: block;
}

.person-item-table {
  display: flex;
}

.person-item-row {
  flex-wrap: wrap;
  flex: 1;
  margin: -10px;
  display: flex;
}

.person-item-column {
  flex: 0 33.33%;
}

.person-item-cell {
  margin: 10px;
}

.person-item-image {
  background-color: var(--light-background);
  box-shadow: 0 0 4px 0 var(--shadow);
  background-image: url('../images/Steffen.jpg');
  background-position: 50% 25%;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 250px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.person-item-link {
  background-color: var(--dark-overlay);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 1.1em;
  display: flex;
}

.activity-item-info-content {
  color: var(--secondary);
  text-transform: uppercase;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9em;
  font-weight: 600;
  display: flex;
}

.activity-item-date-content {
  display: flex;
}

.rt.activity-item {
  opacity: .7;
}

.rt.activity-item p {
  margin-bottom: 0;
}

.rt.gap {
  margin-bottom: 40px;
}

.activity-item-more-heading {
  font-weight: 700;
}

.activity-item-heading {
  font-size: 1.1em;
}

.timeline-table {
  margin-top: 60px;
}

.timeline-row {
  flex: 1;
  justify-content: center;
  display: flex;
}

.timeline-column {
  text-align: right;
  flex: 45%;
  position: relative;
}

.timeline-column.right {
  text-align: left;
}

.timeline-cell {
  margin: 20px;
  position: relative;
}

.timeline-decoration {
  background-color: var(--dark-background);
  flex: none;
  justify-content: center;
  width: 2px;
  padding-top: 25px;
  display: flex;
}

.timeline-heading {
  font-weight: 600;
}

.timeline-decoration-circle {
  background-color: var(--dark-background);
  border-radius: 100%;
  flex: none;
  width: 15px;
  height: 15px;
}

.sidebar-row {
  flex-wrap: wrap;
  display: flex;
}

.sidebar-column {
  flex: 0 100%;
}

.sidebar-cell {
  text-align: left;
  padding: 10px 15px;
  font-size: 1.1em;
  display: block;
}

.sidebar-cell.w--current {
  font-weight: 700;
}

.person-tab-menu {
  margin-bottom: 40px;
  display: flex;
}

.person-tab-link {
  box-shadow: inset 0 -2px 0 0 var(--dark-border);
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 25px;
  font-size: 1.1em;
}

.person-tab-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--secondary);
  background-color: #0000;
}

.main-heading {
  margin-bottom: 20px;
}

.hero-slider-slide {
  background-color: var(--dark-background);
  position: relative;
}

.hero-slider-slide._2 {
  background-color: #9c5c23;
}

.contact-table {
  font-size: 1.1em;
  display: flex;
}

.hero-slider-arrow {
  background-color: var(--dark-overlay);
  box-shadow: 0 0 4px 0 var(--shadow);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2em;
  font-size: 2em;
  display: none;
}

.hero-slider-arrow.right {
  border-radius: 4px 0 0 4px;
}

.hero-arrow {
  z-index: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 1.2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-arrow._2 {
  background-color: var(--dark-overlay);
  box-shadow: 0 0 4px 0 var(--shadow);
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
}

.hero-slider-nav {
  display: none;
}

.hero-slider-wrap {
  flex: 0 50%;
  height: 40vh;
  display: none;
}

.hero-body-wrap {
  z-index: 1;
  background-color: var(--colored-background);
  color: var(--light-text);
  border-radius: 0 0 5px 5px;
  flex: 0 50%;
  position: relative;
}

.hero-body-wrap._2 {
  color: var(--dark-text);
  background-color: #0000;
  margin-bottom: 40px;
  padding: 0;
}

.contact-row {
  flex-wrap: wrap;
  flex: 1;
  margin: -3px -15px;
  display: flex;
}

.contact-row._2 {
  margin-bottom: 20px;
}

.hero-decoration {
  width: 2px;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 3px 0 #fff3, -1px 0 #fff3;
}

.hero-wrap {
  background-color: var(--colored-background);
  box-shadow: 0 0 8px 0 var(--shadow);
  flex-wrap: wrap;
  align-items: stretch;
  padding: 40px 20px;
  display: block;
  position: relative;
}

.hero-wrap._2 {
  height: 90vh;
  padding-top: 0;
}

.contact-cell {
  color: #fff;
  margin: 3px 20px;
  display: flex;
}

.contact-cell.dark {
  color: var(--dark-text);
}

.menu-table {
  z-index: 10;
  display: flex;
}

.menu-toggle {
  color: #fff;
  cursor: pointer;
  background-color: #1d738d;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px 15px;
  display: none;
}

.header-wrap {
  border-top: 5px solid var(--dark-background);
  padding-left: 20px;
  padding-right: 20px;
}

.header-wrap._2 {
  z-index: 20;
  background-color: var(--dark-overlay);
  border-top-style: none;
  position: fixed;
  inset: 0% 0% auto;
}

.header-column {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.header-column.logo {
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}

.header-column._2 {
  justify-content: flex-start;
}

.menu-row {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.menu-wrap {
  display: flex;
  position: relative;
}

.menu-column {
  display: flex;
}

.header-cell {
  margin: 20px;
  display: flex;
}

.menu-close {
  background-color: #0006;
  display: none;
  position: fixed;
  inset: 0;
}

.header-row {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin: -20px;
  display: flex;
}

.logo-wrap {
  z-index: 2;
  height: 90px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.logo-wrap.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-wrap._2 {
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-table {
  display: flex;
}

.menu-cell {
  color: var(--dark-text);
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  padding: 15px;
  font-size: 1.05em;
  display: flex;
}

.menu-cell:hover, .menu-cell.w--current {
  box-shadow: inset 0 -5px 0 0 var(--dark-background);
}

.menu-cell._2 {
  color: var(--white);
  align-items: flex-end;
  padding-bottom: 20px;
  font-size: 1.15em;
}

.menu-cell._2:hover {
  box-shadow: none;
}

.logo-image {
  max-height: 100%;
}

.map-wrap {
  box-shadow: 0 0 4px 0 var(--shadow);
  border-radius: 4px;
  overflow: hidden;
}

.map-content {
  height: 350px;
}

.alert-wrap {
  background-color: var(--white);
  box-shadow: 0 0 4px 0 var(--shadow);
  border-radius: 4px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 30px;
  display: flex;
}

.alert-body-wrap {
  flex: 1;
}

.dropdown-table {
  display: flex;
}

.dropdown-body-wrap {
  z-index: 1;
  background-color: var(--dark-background);
  padding: 20px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.dropdown-body-wrap.show {
  display: block;
}

.dropdown-body-wrap._2 {
  background-color: var(--light-background);
}

.dropdown-cell {
  color: var(--white);
  padding: 10px;
  display: block;
}

.dropdown-cell:hover {
  background-color: var(--dark-overlay);
}

.dropdown-cell._2 {
  color: var(--dark-text);
}

.dropdown-cell._2:hover {
  background-color: #0000;
}

.dropdown-row {
  flex: 1;
}

.form-radio-wrap {
  display: flex;
}

.breadcrumb-body {
  opacity: .7;
  text-transform: uppercase;
  font-size: .9em;
  display: flex;
}

.info-table {
  display: flex;
}

.info-row {
  flex-wrap: wrap;
  flex: 1;
  margin: -5px;
  display: flex;
}

.info-column {
  flex: 0 33.33%;
  display: flex;
}

.info-cell {
  background-color: var(--colored-background);
  box-shadow: 0 0 4px 0 var(--shadow), inset 4px 0 0 0 var(--dark-border);
  color: var(--white);
  text-align: left;
  border-radius: 4px;
  flex: 1;
  margin: 5px;
  padding: 30px;
}

.info-heading {
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2;
}

.hero-text {
  margin-bottom: 40px;
  font-size: 1.1em;
}

.cta-wrap {
  background-color: var(--colored-background);
  box-shadow: 0 0 4px 0 var(--shadow);
  color: var(--white);
  padding: 60px 20px;
  position: relative;
}

.cta-text {
  font-size: 1.2em;
}

.cta-heading {
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 2.1em;
  font-weight: 700;
}

.link-item-table {
  display: flex;
}

.link-item-row {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  margin: -20px;
  display: flex;
}

.link-item-column {
  flex: 0 10%;
  align-items: center;
  display: flex;
}

.link-item-cell {
  margin: 20px;
  display: block;
}

.link-item-image {
  width: 100%;
}

.main-heading-wrap {
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.main-heading-link {
  border-left: 1px solid var(--secondary);
  margin-left: 20px;
  padding-left: 10px;
}

.gallery-item-table {
  display: flex;
}

.gallery-item-table.gap {
  margin-bottom: 40px;
}

.gallery-item-row {
  flex-wrap: wrap;
  flex: 1;
  margin: -5px;
  display: flex;
}

.gallery-item-column {
  flex: 0 25%;
}

.gallery-item-column.about {
  flex-basis: 33.33%;
}

.gallery-item-cell {
  margin: 5px;
  display: block;
}

.gallery-item-thumbnail {
  box-shadow: 0 0 4px 0 var(--shadow);
  background-image: url('../images/placeholder.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 180px;
}

.info-text {
  opacity: .8;
  font-size: 1em;
}

.news-item-image {
  box-shadow: 0 0 4px 0 var(--shadow);
  background-image: url('../images/Julemotiv.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 330px;
  margin-bottom: 5px;
}

.hero-slider-image {
  background-image: url('../images/placeholder.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.contact-link {
  color: var(--white);
  display: block;
}

.contact-link.footer {
  color: var(--dark-text);
}

.contact-link.dark {
  color: var(--black);
}

.file-item-table.gap {
  margin-bottom: 20px;
}

.file-item-table.gap.hide {
  display: block;
}

.file-item-row {
  flex-wrap: wrap;
  margin: -5px;
  display: flex;
}

.file-item-column {
  flex: 0 100%;
  display: flex;
}

.file-item-column.archive {
  flex: 0 100%;
}

.file-item-cell {
  background-color: var(--secondary);
  box-shadow: 0 0 4px 0 var(--shadow);
  color: var(--white);
  border-radius: 4px;
  margin: 5px;
  padding: 8px 20px;
  display: flex;
}

.file-item-cell.archive {
  flex: 0 60%;
}

.file-item-cell.wide {
  flex: 1;
}

.button-item-image {
  background-color: var(--white);
  border-radius: 4px;
  max-width: 240px;
  margin-top: 10px;
  padding: 10px;
}

.news-info-wrap {
  border-top: 1px solid var(--dark-border);
  border-bottom: 1px solid var(--dark-border);
  opacity: .7;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 5px;
  font-size: .9em;
  display: flex;
}

.news-image {
  margin-bottom: 20px;
}

.box-wrap {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--shadow);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 40px;
}

.activity-item-info-wrap {
  display: flex;
}

.footer-login-link {
  opacity: .5;
  color: var(--dark-text);
  margin-bottom: 5px;
  margin-right: 30px;
  position: relative;
  inset: auto 0% 0% auto;
}

.plan-cell {
  display: flex;
}

.utility-paragraph {
  margin-top: 20px;
}

.alert-image {
  width: 75px;
  height: 75px;
  margin-right: 20px;
}

.hero-body-content {
  flex: 1;
}

.hero-body-decoration {
  background-color: var(--colored-background);
  width: 2px;
  margin-left: -4px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.news-info-content {
  display: flex;
}

.news-info-content.left {
  opacity: .6;
}

.button-facebook {
  color: var(--white);
  background-color: #3b5998;
  padding: 5px 10px;
}

.hero-video-wrap {
  background-color: var(--colored-background);
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
}

.video {
  display: none;
}

.footer-link-wrap {
  justify-content: flex-end;
  display: flex;
}

.ad-link {
  margin-bottom: 40px;
}

.main-rt h2 {
  margin-bottom: 1rem;
  font-size: 1.5em;
  font-weight: 600;
}

.main-rt h3 {
  margin-bottom: 12px;
  font-weight: 700;
}

.intro-text {
  font-size: 1.2em;
}

.form-input-2 {
  box-shadow: none;
  color: #000c;
  background-color: #bebfd9;
  border: 1px #0003;
  border-radius: 0;
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 2.4em;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: .9em;
  line-height: 1.4;
  display: block;
}

.button-cell-2 {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #005c66;
  border-style: none;
  border-radius: 4px;
  justify-content: center;
  margin: 5px;
  padding: 10px 20px;
  font-size: .9em;
  line-height: 1.4;
  display: flex;
  box-shadow: 0 0 4px #0000004d;
}

.form-input-3 {
  box-shadow: none;
  color: #000c;
  background-color: #bebfd9;
  border: 1px #0003;
  border-radius: 0;
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 2.4em;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: .9em;
  line-height: 1.4;
  display: block;
}

.button-cell-3 {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #005c66;
  border-style: none;
  border-radius: 4px;
  justify-content: center;
  margin: 5px;
  padding: 10px 20px;
  font-size: .9em;
  line-height: 1.4;
  display: flex;
  box-shadow: 0 0 4px #0000004d;
}

html.w-mod-js [data-ix="animate-from-left-on-scroll"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="animate-from-right-on-scroll"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="animate-from-bottom-on-scroll"] {
  opacity: 0;
  transform: translate(0, 60px);
}

@media screen and (max-width: 991px) {
  ._2-menu-content {
    z-index: 2;
    background-color: #52708b;
    padding: 60px 30px 30px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 6px #00000080;
  }

  ._2-menu-togglee, ._2-menu-toggle {
    display: flex;
  }

  .dropdown-wrap {
    flex: 1;
  }

  .main-column.sidebar {
    flex-grow: 1;
    flex-basis: 100%;
  }

  .style-color-column {
    flex-basis: 50%;
  }

  .form-table.application {
    padding: 20px;
  }

  .timeline-column {
    text-align: left;
  }

  .timeline-column.empty {
    display: none;
  }

  .timeline-decoration {
    order: -1;
  }

  .hero-slider-wrap {
    flex-basis: 100%;
    height: 40vh;
  }

  .hero-body-wrap {
    flex: 1;
  }

  .hero-wrap {
    flex-wrap: wrap;
  }

  .menu-table {
    background-color: #eee;
    padding: 60px 20px 20px;
    display: none;
    position: fixed;
    inset: 0 80px 0 0;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-column {
    flex-basis: 100%;
  }

  .menu-cell {
    flex: 1;
  }

  .dropdown-body-wrap {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .hero-body-decoration {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  ._2-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-container.light {
    border-radius: 0;
  }

  ._2-form-child {
    min-width: 100%;
  }

  ._2-topbar-wrap {
    flex-wrap: wrap;
    padding-bottom: 15px;
  }

  ._2-topbar-item {
    justify-content: flex-start;
    width: 100%;
    margin: 3px 0;
  }

  ._2-content-wrap {
    padding: 0;
  }

  ._2-welcome-wrap {
    flex-wrap: wrap;
  }

  ._2-slider-wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  ._2-gallery-child {
    width: 50%;
  }

  ._2-employee-child {
    flex-wrap: wrap;
    padding: 6px;
  }

  ._2-employee-title {
    width: 100%;
  }

  ._2-employee-description {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-employee-email {
    width: 100%;
  }

  ._2-utility-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column {
    flex: 0 100%;
  }

  .main-row {
    flex-direction: row;
  }

  .main-column {
    flex: 0 100%;
  }

  .main-column.home-news {
    margin-right: 0;
    padding-right: 0;
  }

  .search-column {
    flex-basis: 100%;
  }

  .form-column._50 {
    flex: 0 100%;
  }

  .person-item-column {
    flex-basis: 50%;
  }

  .person-item-image {
    height: 300px;
  }

  .sidebar-table {
    display: none;
  }

  .sidebar-cell.w--current {
    box-shadow: inset 0 -2px 0 0 var(--secondary);
  }

  .person-tab-menu {
    display: block;
  }

  .person-tab-link {
    box-shadow: inset 2px 0 0 0 var(--dark-border);
    display: block;
  }

  .person-tab-link.w--current {
    box-shadow: inset 2px 0 0 0 var(--secondary);
  }

  .alert-body-wrap {
    flex: 0 100%;
  }

  .info-column {
    flex-basis: 50%;
  }

  .info-cell {
    padding: 20px;
  }

  .gallery-item-column {
    flex-basis: 50%;
  }

  .alert-image {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  ._2-gallery-child {
    width: 100%;
  }

  .style-color-column, .news-item-column, .person-item-column, .info-column {
    flex-basis: 100%;
  }

  .main-heading-wrap {
    flex-wrap: wrap;
  }

  .main-heading-link {
    flex: 0 100%;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .gallery-item-column {
    flex-basis: 100%;
  }
}


@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

/* Fix missing Font Awesome icons from Webflow export */
.menu-toggle .icon:empty::before { content: "\f0c9"; }
.icon.after:empty::before { content: "\f107"; }
.breadcrumb-link .icon:empty::before { content: "\f015"; }
.icon.breadcrumb:empty::before { content: "\f105"; }
.icon.file-item:empty::before { content: "\f1c1"; }
.person-item-link .icon:empty::before { content: "\f0e0"; }
.hero-slider-arrow .icon:empty::before { content: "\f104"; }
.hero-slider-arrow.right .icon:empty::before { content: "\f105"; }
.contact-cell .icon.contact:empty::before { content: "\f279"; }
.contact-column:nth-child(2) .icon.contact:empty::before { content: "\f095"; }
.contact-column:nth-child(3) .icon.contact:empty::before { content: "\f0e0"; }
.contact-column:nth-child(4) .icon.contact:empty::before { content: "\f082"; }