html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #f8f8f8;
}
html * {
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  line-height: inherit;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #005c95;
}

a img {
  border: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.login-wrapper .login-content, .cms-template article.headline .wrapper, .cms-template article.headline2 .wrapper, .cms-template article.two-column-buttons .wrapper, .cms-template article.two-column-text-image .wrapper, .cms-template article.two-column-image-text .wrapper, .cms-template article.template-text-1-3-youtube-2-3 .wrapper, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper, .cms-template article.template-image-1-3-text-2-3 .wrapper, .cms-template article.template-text-2-images-50-50 .wrapper, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper, .cms-template article.template-contact-person .wrapper, .cms-template article.template-text .wrapper, .cms-template article.member-search-banner .wrapper, .cms-template article.member-search .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1210px;
  padding: 0 10px;
  margin: 0 auto;
}

.login-wrapper {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  padding-top: 200px;
}
.login-wrapper .login-content {
  max-width: 400px !important;
  box-sizing: border-box;
}
.login-wrapper .login-content .login-panel {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.login-wrapper .login-content .login-panel .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.login-wrapper .login-content .login-panel .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.login-wrapper .login-content .login-panel .panel-body {
  padding: 15px;
}
.login-wrapper .login-content .login-panel .panel-body .error {
  color: #e20011;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.login-wrapper .login-content .login-panel .panel-body .error:empty {
  display: none;
}
.login-wrapper .login-content .login-panel .panel-body .form-group {
  margin-bottom: 15px;
}
.login-wrapper .login-content .login-panel .panel-body .form-group .form-control {
  display: block;
  width: calc(100% - 30px);
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.login-wrapper .login-content .login-panel .panel-body .btn-login {
  display: block;
  width: calc(100% - 30px);
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #fff;
  background-color: #005ea8;
  border-color: #005ea8;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.app-header {
  position: relative;
  min-height: 50px;
  border: 1px solid #e7e7e7;
  border-width: 0 0 1px;
  z-index: 1000;
  border-radius: 0;
  background: #fff;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.app-header .left {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.app-header .left .logo {
  padding: 10px;
}
.app-header .left .logo img {
  height: 30px;
}
.app-header .left h3 {
  margin: 15px 0 0 0;
  font-weight: 300;
}
.app-header .right {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.app-header .right .login-as {
  margin: 19px 0 0 0;
}
.app-header .right .logout {
  margin: 19px 10px 0 20px;
  cursor: pointer;
}
.app-header .right .logout:hover {
  color: #005ea8;
}

.start-wrapper {
  display: flex;
  flex-direction: row;
}
.start-wrapper .sidebar {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-width: 0 1px 0 0;
  padding-bottom: 200px;
  min-width: 200px;
}
.start-wrapper .sidebar .entry {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 15px;
  text-decoration: none;
  color: #005ea8;
  cursor: pointer;
  font-size: 14px;
}
.start-wrapper .sidebar .entry a {
  color: #005ea8;
}
.start-wrapper .sidebar .entry:hover {
  background: #eee;
}
.start-wrapper .sidebar .entry.active {
  background: #eee;
}
.start-wrapper .sidebar .entry .fa {
  margin-right: 10px;
}
.start-wrapper .start-content {
  flex: 1;
  padding: 15px;
}
.start-wrapper .start-content h1 {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  line-height: 40px;
  font-size: 36px;
}
.start-wrapper .start-content .dashboard-tiles {
  display: flex;
  flex-direction: row;
}
.start-wrapper .start-content .dashboard-tiles .tile {
  max-width: 218px;
  min-width: 218px;
  width: 218px;
  margin: 0 20px 20px 0;
  background-color: #fff;
  border: 1px solid #005ea8;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.start-wrapper .start-content .dashboard-tiles .tile .top {
  background: #005ea8;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.start-wrapper .start-content .dashboard-tiles .tile .top .left .fa {
  font-size: 70px;
  padding: 15px 15px 15px 30px;
}
.start-wrapper .start-content .dashboard-tiles .tile .top .right {
  padding: 15px;
  text-align: right;
}
.start-wrapper .start-content .dashboard-tiles .tile .top .right .count {
  font-size: 40px;
  line-height: 40px;
  margin-top: 10px;
}
.start-wrapper .start-content .dashboard-tiles .tile .top .right .description {
  font-size: 14px;
}
.start-wrapper .start-content .dashboard-tiles .tile .bottom {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
}

.page-buttons {
  display: flex;
  justify-content: space-between;
  flex-align: row;
}
.page-buttons .add-page {
  padding: 10px 15px;
  background-color: #005ea8;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 40px 0;
  cursor: pointer;
}

select[name=pages-table_length] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.dataTables_length label,
.dataTables_filter label,
.dataTables_info,
.dataTables_paginate {
  font-size: 14px;
}

#pages-table_filter input[type=search] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 12px;
  padding: 5px 10px;
  height: 30px;
  box-sizing: border-box;
  margin-left: 10px;
  vertical-align: middle;
  width: auto;
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #e4e4e4;
  color: #000000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #005ea8;
  color: #FFFFFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #e4e4e4;
  color: #000000 !important;
}

#pages-table tr td:nth-child(1) {
  font-size: 14px;
}
#pages-table tr td:nth-child(1) .title {
  font-weight: 500;
}
#pages-table tr td:nth-child(1) .page-options {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  color: #005ea8;
  margin: 10px 0 0 0;
}
#pages-table tr td:nth-child(1) .page-options .btn {
  cursor: pointer;
}
#pages-table tr td:nth-child(1) .page-options .divider {
  color: #ccc;
  margin: 0 10px;
}

#pages-table tr td:nth-child(2) {
  font-size: 12px;
}

#pages-table tr td:nth-child(3) {
  font-size: 12px;
}

#pages-table tr td:nth-child(4) {
  font-size: 12px;
}

#modalPublishAll .status {
  margin: 40px 0 40px 0;
}
#modalPublishAll .btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #005ea8;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}

.edit-page-wrapper {
  display: flex;
  flex-direction: row;
}
.edit-page-wrapper .page-edit {
  flex: 1;
  margin-right: 15px;
}
.edit-page-wrapper .page-edit .language {
  margin: 0 0 10px 0;
}
.edit-page-wrapper .page-edit .title {
  display: flex;
  flex-direction: row;
}
.edit-page-wrapper .page-edit .title input[type=text] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  line-height: 50px;
  font-size: 26px;
  padding: 5px 10px;
  height: 50px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
.edit-page-wrapper .page-edit .title .btn-save-title {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  margin: 6px 0 0 10px;
  height: 25px;
  line-height: 25px;
}
.edit-page-wrapper .page-edit .url {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.edit-page-wrapper .page-edit .url-warning {
  display: none;
  color: #a7292d;
  font-weight: bold;
}
.edit-page-wrapper .page-edit .templates {
  margin: 20px 0;
}
.edit-page-wrapper .page-publish {
  background-color: #eee;
  min-width: 200px;
  max-width: 200px;
  width: 200px;
  max-height: 200px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.edit-page-wrapper .page-publish .heading {
  box-sizing: border-box;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
}
.edit-page-wrapper .page-publish .body {
  padding: 15px;
  font-size: 14px;
}
.edit-page-wrapper .page-publish .body .btn-publish {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  background-color: #4cae4c;
  border: 1px solid #4cae4c;
  border-radius: 4px;
  color: #fff;
  margin: 15px 0 0 0;
}

.template-colors {
  margin: 30px 0;
}
.template-colors .colors {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 10px;
}
.template-colors .colors .color {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.template-colors .colors .color .selection.hidden {
  display: none;
}
.template-colors .colors .color .selection .fa {
  font-size: 30px;
  margin: 9px 0 0 10px;
}

.placeholders {
  margin-top: 20px;
}
.placeholders .placeholder {
  margin-bottom: 40px;
}
.placeholders .placeholder.text input[type=text] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  line-height: 40px;
  font-size: 22px;
  padding: 5px 10px;
  height: 40px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
.placeholders .placeholder.image .btn-image-upload {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  background-color: #e4e4e4;
  border: 1px solid #005ea8;
  border-radius: 4px;
  color: #000;
  margin: 6px 0 0 0;
  height: 25px;
  line-height: 25px;
}
.placeholders .placeholder.image .btn-image-delete {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  background-color: #e20011;
  border: 1px solid #a7292d;
  border-radius: 4px;
  color: #fff;
  margin: 6px 0 0 0;
  height: 25px;
  line-height: 25px;
}
.placeholders .placeholder.color .colors {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.placeholders .placeholder.color .colors .color {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.placeholders .placeholder.color .colors .color .selection.hidden {
  display: none;
}
.placeholders .placeholder.color .colors .color .selection .fa {
  font-size: 30px;
  margin: 9px 0 0 10px;
}
.placeholders .placeholder.youtube {
  display: flex;
  flex-direction: row;
  margin-top: 3px;
}
.placeholders .placeholder.youtube label {
  white-space: nowrap;
  margin: 6px 10px 0 0;
}
.placeholders .placeholder.youtube input[type=text] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  line-height: 40px;
  font-size: 22px;
  padding: 5px 10px;
  height: 40px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
.placeholders .placeholder.url .selection {
  margin-bottom: 3px;
  display: flex;
  flex-direction: row;
}
.placeholders .placeholder.url .selection label {
  width: 170px;
  margin: 0 10px 0 5px;
}
.placeholders .placeholder.url .selection span {
  margin-right: 10px;
}
.placeholders .btn-save {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  background-color: #005ea8;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  margin: 6px 0 0 0;
  height: 25px;
  line-height: 25px;
}

.ui-button.saveButton {
  background-color: #005ea8;
  color: #fff;
}

#modalTemplates {
  display: none;
}
#modalTemplates .scrolling {
  height: 560px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#modalTemplates .scrolling .template {
  position: relative;
  width: 180px;
  height: 220px;
  float: left;
  background: #fff;
  margin: 12px 12px 0 0;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
#modalTemplates .scrolling .template:hover {
  background: #d6e5f5;
}
#modalTemplates .scrolling .template img {
  margin: 10px;
}

#modalImageCrop {
  display: none;
}

.site-menu {
  display: flex;
  flex-direction: row;
  background: #f1f1f1;
}
.site-menu .main-menu, .site-menu .sub-menu {
  width: 280px;
  margin: 20px;
}
.site-menu .main-menu .entry, .site-menu .sub-menu .entry {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin: 0 0 5px 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.site-menu .main-menu .entry p, .site-menu .sub-menu .entry p {
  margin-left: 20px;
  width: 240px;
}
.site-menu .main-menu .entry .fa, .site-menu .sub-menu .entry .fa {
  display: none;
  margin: 10px 0 0 0;
}
.site-menu .main-menu .entry.active, .site-menu .sub-menu .entry.active {
  background: #005ea8;
  color: #fff;
}
.site-menu .main-menu .entry.active .fa, .site-menu .sub-menu .entry.active .fa {
  display: block;
}
.site-menu .main-menu .divider, .site-menu .sub-menu .divider {
  margin: 10px 0;
  border: 1px solid #888;
}
.site-menu .add-sub-menu-button-wrapper {
  text-align: center;
  width: 100%;
  margin: 1px 0 5px 10px;
}
.site-menu .menu-detail {
  flex: 1;
  max-width: 400px;
  margin: 20px 20px 50px 20px;
  background: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  display: none;
}
.site-menu .menu-detail input[type=text] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  line-height: 40px;
  font-size: 22px;
  padding: 5px 10px;
  height: 40px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.site-menu .menu-detail .selection {
  margin-bottom: 3px;
  display: flex;
  flex-direction: row;
}
.site-menu .menu-detail .selection label {
  width: 170px;
  margin: 0 10px 0 5px;
}
.site-menu .menu-detail .selection span {
  margin-right: 10px;
}
.site-menu .menu-detail .selection #menu-type-2-select,
.site-menu .menu-detail .selection #menu-type-en-2-select {
  width: 220px;
}
.site-menu .menu-detail .menu-target {
  border: 1px solid #e5e5e5;
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
}
.site-menu .btn-default {
  padding: 0px 12px;
  font-size: 14px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  height: 36px;
  line-height: 36px;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.2s;
}
.site-menu .btn-default.save {
  background: #005ea8;
  color: #fff;
}
.site-menu .btn-default.save:hover {
  background: #005ea8;
  color: #fff;
}
.site-menu .btn-default:hover {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
}
.site-menu .delete-menu {
  color: #e20011;
  text-decoration: underline;
  cursor: pointer;
  margin: 40px 0 0 0;
}

.start-wrapper .options {
  max-width: 600px;
}
.start-wrapper .options .settings-key-value input[type=text] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  line-height: 40px;
  font-size: 22px;
  padding: 5px 10px;
  height: 40px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.start-wrapper .options .btn-default {
  padding: 0px 12px;
  font-size: 14px;
  text-align: center;
  background: #005ea8;
  color: #fff;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.2s;
}
.start-wrapper .options .btn-default:hover {
  background: #005ea8;
  color: #fff;
}

.add-event {
  display: inline-block;
  padding: 10px 15px;
  background-color: #005ea8;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 40px 0;
  cursor: pointer;
}

.back {
  display: inline-block;
  padding: 10px 15px;
  background-color: #e4e4e4;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 40px 0;
  cursor: pointer;
}

select[name=events-table_length] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

.dataTables_length label,
.dataTables_filter label,
.dataTables_info,
.dataTables_paginate {
  font-size: 14px;
}

#events-table_filter input[type=search] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 12px;
  padding: 5px 10px;
  height: 30px;
  box-sizing: border-box;
  margin-left: 10px;
  vertical-align: middle;
  width: auto;
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #e4e4e4;
  color: #000000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #005ea8;
  color: #FFFFFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #e4e4e4;
  color: #000000 !important;
}

#events-table tr.hidden td {
  opacity: 0.6;
}

#events-table tr td:nth-child(1) {
  font-size: 12px;
}

#events-table tr td:nth-child(2) {
  font-size: 14px;
}
#events-table tr td:nth-child(2) .title {
  font-weight: 500;
}
#events-table tr td:nth-child(2) .event-options {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  color: #005ea8;
  margin: 10px 0 0 0;
}
#events-table tr td:nth-child(2) .event-options .btn {
  cursor: pointer;
}
#events-table tr td:nth-child(2) .event-options .divider {
  color: #ccc;
  margin: 0 10px;
}

#events-table tr td:nth-child(3) {
  font-size: 12px;
}

.edit-event-wrapper .event-edit {
  flex: 1;
  margin-right: 15px;
}
.edit-event-wrapper .event-edit .event-edit {
  margin: 0 0 10px 0;
}
.edit-event-wrapper .event-edit .block {
  background: #eee;
  padding: 20px;
  border: 1px solid #888;
  margin-bottom: 20px;
}
.edit-event-wrapper .event-edit .row {
  margin-bottom: 20px;
}
.edit-event-wrapper .event-edit .row.date {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.edit-event-wrapper .event-edit .row.date h2 {
  margin: 10px 10px 0 0;
}
.edit-event-wrapper .event-edit .row.date input[type=text] {
  width: 180px;
  margin: 0 10px 0 0;
}
.edit-event-wrapper .event-edit .row input[type=text] {
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #555;
  border-radius: 3px;
  line-height: 50px;
  font-size: 26px;
  padding: 5px 10px;
  height: 50px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
.edit-event-wrapper .event-edit .row input[type=text].url-url {
  width: 200px;
}
.edit-event-wrapper .event-edit .row .selection.url {
  margin-bottom: 3px;
  display: flex;
  flex-direction: row;
}
.edit-event-wrapper .event-edit .row .selection.url label {
  width: 116px;
  margin: 0 10px 0 5px;
}
.edit-event-wrapper .event-edit .row .selection.url span {
  margin-right: 10px;
}
.edit-event-wrapper .event-edit .row .selection.external_url {
  margin-bottom: 3px;
  display: flex;
  flex-direction: row;
}
.edit-event-wrapper .event-edit .row .selection.external_url label {
  width: 116px;
  margin: 0 10px 0 5px;
}
.edit-event-wrapper .event-edit .row .selection.external_url input[type=text] {
  width: 300px;
  height: 30px;
  font-size: 16px;
}
.edit-event-wrapper .btn-save {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  background-color: #005ea8;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  margin: 6px 0 0 0;
  height: 25px;
  line-height: 25px;
}

html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #f8f8f8;
}
html * {
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  line-height: inherit;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #005c95;
}

a img {
  border: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.login-wrapper .login-content, .cms-template article.headline .wrapper, .cms-template article.headline2 .wrapper, .cms-template article.two-column-buttons .wrapper, .cms-template article.two-column-text-image .wrapper, .cms-template article.two-column-image-text .wrapper, .cms-template article.template-text-1-3-youtube-2-3 .wrapper, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper, .cms-template article.template-image-1-3-text-2-3 .wrapper, .cms-template article.template-text-2-images-50-50 .wrapper, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper, .cms-template article.template-contact-person .wrapper, .cms-template article.template-text .wrapper, .cms-template article.member-search-banner .wrapper, .cms-template article.member-search .wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1210px;
  padding: 0 10px;
  margin: 0 auto;
}

.cms-template article.banner {
  width: 100%;
  height: auto;
  position: relative;
}
.cms-template article.banner img {
  width: 100%;
  height: auto;
  display: block;
}
.cms-template article.banner .caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cms-template article.banner .caption-wrapper .inner-wrapper {
  max-width: 1210px;
  margin: 0 auto;
  text-align: right;
}
.cms-template article.banner .caption-wrapper .inner-wrapper .caption {
  display: inline-block;
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 118%;
  background: rgba(0, 94, 168, 0.8);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6);
  width: 480px;
  margin-right: 10px;
  text-transform: uppercase;
}
.cms-template article.banner .caption-wrapper .inner-wrapper .caption p {
  margin: 30px 30px;
}
@media only screen and (max-width: 768px) {
  .cms-template article.banner .caption-wrapper {
    position: relative;
  }
  .cms-template article.banner .caption-wrapper .inner-wrapper .caption {
    width: 100%;
    background: #005c95;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }
  .cms-template article.banner .caption-wrapper .inner-wrapper .caption p {
    margin: 30px 10px;
  }
}
.cms-template article.banner2 {
  width: 100%;
  height: auto;
  position: relative;
}
.cms-template article.banner2 img {
  width: 100%;
  height: auto;
  display: block;
}
.cms-template article.banner2 .caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-template article.banner2 .caption-wrapper .inner-wrapper {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  height: 100%;
}
.cms-template article.banner2 .caption-wrapper .inner-wrapper .caption {
  position: absolute;
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  color: inherit;
  line-height: 117%;
  bottom: 0;
  left: 0;
}
.cms-template article.banner2 .caption-wrapper .inner-wrapper .caption p {
  text-transform: uppercase;
  margin: 0 0 124px 100px;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.banner2 .caption-wrapper .inner-wrapper .caption {
    font-size: 50px;
  }
  .cms-template article.banner2 .caption-wrapper .inner-wrapper .caption p {
    margin: 30px 10px 80px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.banner2 img {
    display: none;
  }
  .cms-template article.banner2 .caption-wrapper {
    position: relative;
  }
  .cms-template article.banner2 .caption-wrapper .inner-wrapper .caption {
    position: relative;
    font-size: 40px;
    bottom: 0;
    left: 0;
  }
  .cms-template article.banner2 .caption-wrapper .inner-wrapper .caption p {
    text-transform: uppercase;
    margin: 30px 10px;
  }
}
.cms-template article.headline {
  width: 100%;
}
.cms-template article.headline .wrapper {
  text-align: center;
  color: inherit;
}
.cms-template article.headline .wrapper h1 {
  font-weight: 600;
  font-size: 30px;
  color: inherit;
  padding: 70px 0 0 0;
  margin: 0;
  text-transform: uppercase;
}
.cms-template article.headline .wrapper h2 {
  font-weight: 400;
  color: inherit;
  padding: 10px 0 90px 0;
  margin: 0;
  font-size: 16px;
}
.cms-template article.headline2 {
  width: 100%;
}
.cms-template article.headline2 .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.headline2 .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.cms-template article.headline2 .wrapper .content {
  flex: 1;
  margin-bottom: 50px;
  color: inherit;
}
.cms-template article.headline2 .wrapper .content h1 {
  font-weight: 600;
  font-size: 17px;
  line-height: 141%;
  color: inherit;
  padding: 70px 0 0 0;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.headline2 .wrapper .left-spacer-col {
    display: none;
  }
}
.cms-template article.two-column-buttons .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.two-column-buttons .wrapper .content {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin-bottom: 90px;
  color: inherit;
}
.cms-template article.two-column-buttons .wrapper .content .col1 {
  flex: 1;
  margin: 0 10px 0 0;
}
.cms-template article.two-column-buttons .wrapper .content .col2 {
  flex: 1;
}
.cms-template article.two-column-buttons .wrapper .content .col1, .cms-template article.two-column-buttons .wrapper .content .col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 428px;
  color: inherit;
}
.cms-template article.two-column-buttons .wrapper .content .col1 .top-text, .cms-template article.two-column-buttons .wrapper .content .col2 .top-text {
  font-size: 17px;
  font-weight: 400;
  color: inherit;
  text-align: center;
  margin: 17px 0 0 0;
}
.cms-template article.two-column-buttons .wrapper .content .col1 .line, .cms-template article.two-column-buttons .wrapper .content .col2 .line {
  height: 1px;
  line-height: 1px;
  width: 100%;
  color: inherit;
  margin: 13px 0 10px 0;
}
.cms-template article.two-column-buttons .wrapper .content .col1 h2, .cms-template article.two-column-buttons .wrapper .content .col2 h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 23px 0;
  text-align: center;
  color: inherit;
}
.cms-template article.two-column-buttons .wrapper .content .col1 .text1, .cms-template article.two-column-buttons .wrapper .content .col2 .text1 {
  text-align: center;
  color: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.cms-template article.two-column-buttons .wrapper .content .col1 .text2, .cms-template article.two-column-buttons .wrapper .content .col2 .text2 {
  text-align: center;
  color: inherit;
  font-size: 17px;
  font-weight: 600;
  margin: 26px 0 90px 0;
}
.cms-template article.two-column-buttons .wrapper .content .col1 .button-line, .cms-template article.two-column-buttons .wrapper .content .col2 .button-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 40px 0;
}
.cms-template article.two-column-buttons .wrapper .content .col1 .button-line .button, .cms-template article.two-column-buttons .wrapper .content .col2 .button-line .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  padding: 11px 25px;
  cursor: pointer;
  transition: all 0.4s;
}
.cms-template article.two-column-buttons .wrapper .content .col1 .button-line .button:hover, .cms-template article.two-column-buttons .wrapper .content .col2 .button-line .button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.cms-template article.two-column-buttons .wrapper .content .col1 .button-line .button:hover p, .cms-template article.two-column-buttons .wrapper .content .col2 .button-line .button:hover p {
  color: #4c4c4c;
}
.cms-template article.two-column-buttons .wrapper .content .col1 .button-line .button p, .cms-template article.two-column-buttons .wrapper .content .col2 .button-line .button p {
  color: inherit;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s;
}
.cms-template article.two-column-buttons .wrapper .content .col1 .copyright, .cms-template article.two-column-buttons .wrapper .content .col2 .copyright {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(80, 80, 80, 0.7);
  display: inline-block;
  color: #FFFFFF;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  margin-left: -10px;
}
.cms-template article.two-column-buttons .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.cms-template article.two-column-buttons .wrapper .scroll-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cms-template article.two-column-buttons .wrapper .scroll-col .arrow {
  margin: 0 0 125px 35px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.two-column-buttons .wrapper .content .col1 {
    margin: 0 10px 0 0;
  }
  .cms-template article.two-column-buttons .wrapper .content .col1, .cms-template article.two-column-buttons .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.two-column-buttons .wrapper .left-spacer-col {
    display: none;
  }
  .cms-template article.two-column-buttons .wrapper .scroll-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.two-column-buttons .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.two-column-buttons .wrapper .content .col1, .cms-template article.two-column-buttons .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.two-column-buttons .wrapper .content .col1 .text2, .cms-template article.two-column-buttons .wrapper .content .col2 .text2 {
    margin: 26px 0 40px 0;
  }
  .cms-template article.two-column-buttons .wrapper .content .col1 {
    margin: 0 0 10px 0;
  }
}
.cms-template article.two-column-text-image .wrapper {
  display: flex;
  flex-direction: row;
}
.cms-template article.two-column-text-image .wrapper .content {
  flex: 1;
  display: flex;
  flex-direction: row;
  color: inherit;
  margin-bottom: 0px;
}
.cms-template article.two-column-text-image .wrapper .content .col1 {
  flex: 1;
  margin: 0 10px 0 0;
}
.cms-template article.two-column-text-image .wrapper .content .col2 {
  flex: 1;
}
.cms-template article.two-column-text-image .wrapper .content .col1, .cms-template article.two-column-text-image .wrapper .content .col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-template article.two-column-text-image .wrapper .content .col1 h2, .cms-template article.two-column-text-image .wrapper .content .col2 h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 60px 0 0 0;
  color: inherit;
}
.cms-template article.two-column-text-image .wrapper .content .col1 h3, .cms-template article.two-column-text-image .wrapper .content .col2 h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 11px 0 13px 0;
  color: inherit;
}
.cms-template article.two-column-text-image .wrapper .content .col1 .text, .cms-template article.two-column-text-image .wrapper .content .col2 .text {
  color: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}
.cms-template article.two-column-text-image .wrapper .content .col1 .button-line, .cms-template article.two-column-text-image .wrapper .content .col2 .button-line {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 58px 100px 35px 0;
}
.cms-template article.two-column-text-image .wrapper .content .col1 .button-line .button, .cms-template article.two-column-text-image .wrapper .content .col2 .button-line .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  padding: 11px 25px;
  cursor: pointer;
  transition: all 0.4s;
}
.cms-template article.two-column-text-image .wrapper .content .col1 .button-line .button:hover, .cms-template article.two-column-text-image .wrapper .content .col2 .button-line .button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.cms-template article.two-column-text-image .wrapper .content .col1 .button-line .button:hover p, .cms-template article.two-column-text-image .wrapper .content .col2 .button-line .button:hover p {
  color: inherit;
}
.cms-template article.two-column-text-image .wrapper .content .col1 .button-line .button p, .cms-template article.two-column-text-image .wrapper .content .col2 .button-line .button p {
  color: inherit;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s;
}
.cms-template article.two-column-text-image .wrapper .content .col1 .image, .cms-template article.two-column-text-image .wrapper .content .col2 .image {
  position: relative;
}
.cms-template article.two-column-text-image .wrapper .content .col1 .image img, .cms-template article.two-column-text-image .wrapper .content .col2 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.cms-template article.two-column-text-image .wrapper .content .col1 .image .copyright, .cms-template article.two-column-text-image .wrapper .content .col2 .image .copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(80, 80, 80, 0.7);
  display: inline-block;
  color: #FFFFFF;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
}
.cms-template article.two-column-text-image .wrapper .content .col1 .image.portrait, .cms-template article.two-column-text-image .wrapper .content .col2 .image.portrait {
  width: 250px;
  margin: 35px 0 35px 100px;
}
.cms-template article.two-column-text-image .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.cms-template article.two-column-text-image .wrapper .scroll-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cms-template article.two-column-text-image .wrapper .scroll-col .arrow {
  margin: 0 0 35px 35px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.two-column-text-image .wrapper .content .col1 {
    margin: 0 10px 0 0;
  }
  .cms-template article.two-column-text-image .wrapper .content .col1, .cms-template article.two-column-text-image .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.two-column-text-image .wrapper .left-spacer-col {
    display: none;
  }
  .cms-template article.two-column-text-image .wrapper .scroll-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.two-column-text-image .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.two-column-text-image .wrapper .content .col1, .cms-template article.two-column-text-image .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.two-column-text-image .wrapper .content .col1 .text2, .cms-template article.two-column-text-image .wrapper .content .col2 .text2 {
    margin: 26px 0 40px 0;
  }
  .cms-template article.two-column-text-image .wrapper .content .col1 .button-line, .cms-template article.two-column-text-image .wrapper .content .col2 .button-line {
    justify-content: center;
    margin: 28px 0 23px 0;
  }
  .cms-template article.two-column-text-image .wrapper .content .col1 .image.portrait, .cms-template article.two-column-text-image .wrapper .content .col2 .image.portrait {
    max-width: 300px;
    width: auto;
    margin: 0 auto 35px auto;
  }
  .cms-template article.two-column-text-image .wrapper .content .col1 {
    margin: 0 0 10px 0;
  }
}
.cms-template article.two-column-image-text .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.two-column-image-text .wrapper .content {
  flex: 1;
  display: flex;
  flex-direction: row;
  color: inherit;
  margin: 70px 0;
}
.cms-template article.two-column-image-text .wrapper .content .col1, .cms-template article.two-column-image-text .wrapper .content .col2 {
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-template article.two-column-image-text .wrapper .content .col1 h2, .cms-template article.two-column-image-text .wrapper .content .col2 h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 60px 0 23px 110px;
  color: inherit;
}
.cms-template article.two-column-image-text .wrapper .content .col1 .text, .cms-template article.two-column-image-text .wrapper .content .col2 .text {
  color: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 0 110px;
}
.cms-template article.two-column-image-text .wrapper .content .col1 .button-line, .cms-template article.two-column-image-text .wrapper .content .col2 .button-line {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 58px 0 35px 0;
}
.cms-template article.two-column-image-text .wrapper .content .col1 .button-line .button, .cms-template article.two-column-image-text .wrapper .content .col2 .button-line .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  padding: 11px 25px;
  cursor: pointer;
  transition: all 0.4s;
}
.cms-template article.two-column-image-text .wrapper .content .col1 .button-line .button:hover, .cms-template article.two-column-image-text .wrapper .content .col2 .button-line .button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.cms-template article.two-column-image-text .wrapper .content .col1 .button-line .button:hover p, .cms-template article.two-column-image-text .wrapper .content .col2 .button-line .button:hover p {
  color: inherit;
}
.cms-template article.two-column-image-text .wrapper .content .col1 .button-line .button p, .cms-template article.two-column-image-text .wrapper .content .col2 .button-line .button p {
  color: inherit;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s;
}
.cms-template article.two-column-image-text .wrapper .content .col1 .image, .cms-template article.two-column-image-text .wrapper .content .col2 .image {
  position: relative;
}
.cms-template article.two-column-image-text .wrapper .content .col1 .image img, .cms-template article.two-column-image-text .wrapper .content .col2 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.cms-template article.two-column-image-text .wrapper .content .col1 .image .copyright, .cms-template article.two-column-image-text .wrapper .content .col2 .image .copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(80, 80, 80, 0.7);
  display: inline-block;
  color: #FFFFFF;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
}
.cms-template article.two-column-image-text .wrapper .content .col1 .image.portrait, .cms-template article.two-column-image-text .wrapper .content .col2 .image.portrait {
  width: 250px;
  margin: 35px 0 35px 100px;
}
.cms-template article.two-column-image-text .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.cms-template article.two-column-image-text .wrapper .scroll-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cms-template article.two-column-image-text .wrapper .scroll-col .arrow {
  margin: 0 0 35px 35px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.two-column-image-text .wrapper .content .col1, .cms-template article.two-column-image-text .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.two-column-image-text .wrapper .content .col1 h2, .cms-template article.two-column-image-text .wrapper .content .col2 h2 {
    margin: 60px 0 23px 10px;
  }
  .cms-template article.two-column-image-text .wrapper .content .col1 .text, .cms-template article.two-column-image-text .wrapper .content .col2 .text {
    margin: 0 0 0 10px;
  }
  .cms-template article.two-column-image-text .wrapper .content .col1 .button-line, .cms-template article.two-column-image-text .wrapper .content .col2 .button-line {
    justify-content: flex-start;
    margin: 58px 0 35px 10px;
  }
  .cms-template article.two-column-image-text .wrapper .left-spacer-col {
    display: none;
  }
  .cms-template article.two-column-image-text .wrapper .scroll-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.two-column-image-text .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.two-column-image-text .wrapper .content .col1, .cms-template article.two-column-image-text .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.two-column-image-text .wrapper .content .col1 .text2, .cms-template article.two-column-image-text .wrapper .content .col2 .text2 {
    margin: 26px 0 40px 0;
  }
  .cms-template article.two-column-image-text .wrapper .content .col1 .button-line, .cms-template article.two-column-image-text .wrapper .content .col2 .button-line {
    justify-content: center;
    margin: 28px 0 23px 0;
  }
  .cms-template article.two-column-image-text .wrapper .content .col1 .image.portrait, .cms-template article.two-column-image-text .wrapper .content .col2 .image.portrait {
    max-width: 300px;
    width: auto;
    margin: 0 auto 35px auto;
  }
  .cms-template article.two-column-image-text .wrapper .content .col1 {
    margin: 0 0 10px 0;
  }
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .content {
  flex: 1;
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
  color: inherit;
  margin: 70px 0;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 {
  flex: 0.30303;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 {
  flex: 0.69697;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 h2, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 35px 110px 0 0;
  color: inherit;
  line-height: 136%;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 .text, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 .text {
  color: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 224%;
  margin: 0 110px 0 0;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 .youtube-video, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 .youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 .youtube-video iframe, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .scroll-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cms-template article.template-text-1-3-youtube-2-3 .wrapper .scroll-col .arrow {
  margin: 0 0 35px 35px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 h2, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 h2 {
    margin: 35px 10px 0 0;
  }
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 .text, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 .text {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .left-spacer-col {
    display: none;
  }
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .scroll-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 h2, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 h2 {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 .text2, .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col2 .text2 {
    margin: 26px 0 40px 0;
  }
  .cms-template article.template-text-1-3-youtube-2-3 .wrapper .content .col1 {
    margin: 0 0 10px 0;
  }
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content {
  flex: 1;
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
  color: inherit;
  margin: 0 0 70px 0;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 {
  flex: 0.69697;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 {
  flex: 0.30303;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 h2, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 h2 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
  line-height: 35px;
  height: 35px;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 .text, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 .text {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  margin: 10px 0 0 10px;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 .text a, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 .text a {
  color: inherit;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 .youtube-video, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 .youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 .youtube-video iframe, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 .youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 .image, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 .image {
  position: relative;
  width: 290px;
  margin: 35px 0 0 10px;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 .image img, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1.portrait .text, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2.portrait .text {
  text-align: right;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1.portrait .image, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2.portrait .image {
  width: 190px;
  margin: 35px 0 0 110px;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .scroll-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .scroll-col .arrow {
  margin: 0 0 35px 35px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .left-spacer-col {
    display: none;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .scroll-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 h2, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 h2 {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 .text, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 .text {
    text-align: center;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 .image, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2 .image {
    max-width: 300px;
    width: auto;
    margin: 0 auto 35px auto;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1.portrait .text, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2.portrait .text {
    text-align: center;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1.portrait .image, .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col2.portrait .image {
    max-width: 300px;
    width: auto;
    margin: 0 auto 35px auto;
  }
  .cms-template article.template-youtube-2-3-image-text-1-3 .wrapper .content .col1 {
    margin: 0 0 10px 0;
  }
}
.cms-template article.template-image-1-3-text-2-3 .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content {
  position: relative;
  flex: 1;
  color: #FFFFFF;
  color: inherit;
  margin: 35px 0 0 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #4c4c4c;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text {
  position: relative;
  display: flex;
  flex-direction: row;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 {
  width: 390px;
  min-width: 390px;
  max-width: 390px;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 {
  flex: 1;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 h2, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 h2 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  color: inherit;
  line-height: 141%;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .text, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .text {
  color: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 141%;
  margin: 0 0 0 10px;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .text a, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .text a {
  color: inherit;
  font-weight: 500;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .image, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .image {
  position: relative;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .image img, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .image .copyright, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .image .copyright {
  position: absolute;
  bottom: 10px;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(80, 80, 80, 0.7);
  display: inline-block;
  color: #FFFFFF;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .image-text, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .image-text {
  color: inherit;
  font-size: 15px;
  font-weight: 200;
  margin: 8px 0 0 0;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .logo {
  z-index: 10;
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 600px;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .content .arrow {
  z-index: 10;
  margin: 0;
  position: absolute;
  bottom: 17px;
  right: 25px;
  cursor: pointer;
}
.cms-template article.template-image-1-3-text-2-3 .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 {
    min-height: inherit;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 h2, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 h2 {
    margin: 0;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .text, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .text {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .scroll-col, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .scroll-col {
    display: none;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .arrow, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .logo {
    display: none;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .left-spacer-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 {
    min-height: inherit;
    flex: 1;
    width: 100%;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 h2, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 h2 {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .image, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .image {
    width: 100%;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 .image img, .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col2 .image img {
    width: 100%;
    height: auto;
  }
  .cms-template article.template-image-1-3-text-2-3 .wrapper .content .image-text .col1 {
    margin: 0 0 10px 0;
  }
}
.cms-template article.template-text-2-images-50-50 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cms-template article.template-text-2-images-50-50 .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content {
  display: flex;
  flex-direction: row;
  flex: 1;
  color: inherit;
  margin: 70px 0;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 {
  flex: 1;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col2 {
  width: 490px;
  min-width: 0;
  max-width: 490px;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 h2, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 119px 0 0 0;
  color: inherit;
  width: 390px;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 h3, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 75px 0 0 0;
  color: inherit;
  line-height: 136%;
  width: 390px;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .text, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .text {
  color: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 224%;
  margin: 2px 0 0 0;
  width: 390px;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .button-line, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .button-line {
  display: flex;
  flex-direction: row;
  margin: 58px 0 0 210px;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .button-line .button, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .button-line .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  padding: 11px 25px;
  cursor: pointer;
  transition: all 0.4s;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .button-line .button:hover, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .button-line .button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .button-line .button:hover p, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .button-line .button:hover p {
  color: #4c4c4c;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .button-line .button p, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .button-line .button p {
  color: inherit;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .image, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .image {
  position: relative;
  width: 100%;
  margin: 0 0 12px 0;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .image img, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .image img {
  display: block;
  width: 100%;
  height: auto;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .image .copyright, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .image .copyright {
  position: absolute;
  bottom: 10px;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(80, 80, 80, 0.7);
  display: inline-block;
  color: #FFFFFF;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
}
.cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .image-text, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .image-text {
  color: inherit;
  font-size: 15px;
  font-weight: 200;
  margin: 8px 0 0 0;
}
.cms-template article.template-text-2-images-50-50 .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.cms-template article.template-text-2-images-50-50 .wrapper .scroll-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cms-template article.template-text-2-images-50-50 .wrapper .scroll-col .arrow {
  margin: 0 0 35px 35px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 h2, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 h2 {
    margin: 0;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .text, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .text {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .left-spacer-col {
    display: none;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .scroll-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.template-text-2-images-50-50 .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 {
    min-height: inherit;
    flex: 1;
    width: 100%;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 h2, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 h2 {
    width: auto;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 h3, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 h3 {
    width: auto;
    margin: 10px 0 0 0;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .text, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .text {
    width: 100%;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .button-line, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .button-line {
    margin: 10px 0 25px 0;
    text-align: center;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .image, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .image {
    width: 100%;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 .image img, .cms-template article.template-text-2-images-50-50 .wrapper .content .col2 .image img {
    width: 100%;
    height: auto;
  }
  .cms-template article.template-text-2-images-50-50 .wrapper .content .col1 {
    margin: 0 0 10px 0;
  }
}
.cms-template article.template-image-xl-text-1-2 {
  display: flex;
  flex-direction: row;
}
.cms-template article.template-image-xl-text-1-2 .image {
  position: relative;
  width: calc(50% - 5px);
  min-width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  min-height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cms-template article.template-image-xl-text-1-2 .image .copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(80, 80, 80, 0.7);
  display: inline-block;
  color: #FFFFFF;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
}
.cms-template article.template-image-xl-text-1-2 .content {
  width: 500px;
  max-width: 500px;
  margin-top: 70px;
}
.cms-template article.template-image-xl-text-1-2 .content h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0 110px;
  color: inherit;
  line-height: 136%;
}
.cms-template article.template-image-xl-text-1-2 .content .text {
  color: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 224%;
  margin: 2px 0 0 110px;
}
.cms-template article.template-image-xl-text-1-2 .content .button-line {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 58px 0 0 0;
  color: inherit;
}
.cms-template article.template-image-xl-text-1-2 .content .button-line .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  padding: 11px 25px;
  cursor: pointer;
  transition: all 0.4s;
}
.cms-template article.template-image-xl-text-1-2 .content .button-line .button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.cms-template article.template-image-xl-text-1-2 .content .button-line .button:hover p {
  color: #4c4c4c;
}
.cms-template article.template-image-xl-text-1-2 .content .button-line .button p {
  color: inherit;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s;
}
.cms-template article.template-image-xl-text-1-2 .scroll-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cms-template article.template-image-xl-text-1-2 .scroll-col .arrow {
  margin: 0 0 35px 35px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.template-image-xl-text-1-2 .content {
    width: 100%;
    margin-top: 70px;
  }
  .cms-template article.template-image-xl-text-1-2 .content h2 {
    margin: 0 10px 0 10px;
  }
  .cms-template article.template-image-xl-text-1-2 .content .text {
    margin: 2px 10px 0 10px;
  }
  .cms-template article.template-image-xl-text-1-2 .content .button-line {
    margin: 58px 0 0 10px;
    justify-content: flex-start;
  }
  .cms-template article.template-image-xl-text-1-2 .content .button-line .button {
    margin-right: 10px;
  }
  .cms-template article.template-image-xl-text-1-2 .scroll-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.template-image-xl-text-1-2 {
    display: flex;
    flex-direction: column;
  }
  .cms-template article.template-image-xl-text-1-2 .image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 420px;
  }
  .cms-template article.template-image-xl-text-1-2 .content {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
  }
  .cms-template article.template-image-xl-text-1-2 .content .button-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px 0 40px 0;
  }
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content {
  display: flex;
  flex-direction: row;
  flex: 1;
  color: inherit;
  margin: 70px 0 0 0;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 {
  flex: 0.69697;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 {
  flex: 0.30303;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 h2, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 h2 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .large-text, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .large-text {
  color: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 141%;
  margin: 2px 0 0 0;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-left, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-left {
  position: relative;
  width: 100%;
  margin: 20px 0 70px 0;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-left img, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-left img {
  display: block;
  width: 100%;
  height: auto;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .small-text, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .small-text {
  font-size: 25px;
  font-weight: 400;
  line-height: 184%;
  margin-left: 10px;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .small-text .small-text-content, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .small-text .small-text-content {
  padding: 80px 30px;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-right, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-right {
  position: relative;
  width: calc(100% - 10px);
  margin: 0 0 0 10px;
  border-bottom-width: 12px;
  border-bottom-style: solid;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-right img, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-right img {
  display: block;
  width: 100%;
  height: auto;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-caption, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-caption {
  font-size: 15px;
  font-weight: 200;
  line-height: 120%;
  margin: 10px 0 0 10px;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .scroll-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .scroll-col .arrow {
  margin: 0 0 35px 35px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 {
    min-height: inherit;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 h2, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 h2 {
    margin: 0;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .large-text, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .small-text, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .large-text, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .small-text {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-right, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-right {
    margin: 0;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-caption, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-caption {
    margin: 10px 0 0 0;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .left-spacer-col {
    display: none;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .scroll-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 {
    min-height: inherit;
    flex: 1;
    width: 100%;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 h2, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 h2 {
    width: auto;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .large-text, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .small-text, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .large-text, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .small-text {
    width: 100%;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-left, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-right, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-left, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-right {
    width: 100%;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-left img, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-right img, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-left img, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-right img {
    width: 100%;
    height: auto;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 .image-caption, .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col2 .image-caption {
    margin: 10px 0 70px 0;
  }
  .cms-template article.template-text-image-2-3-text-image-1-3 .wrapper .content .col1 {
    margin: 0 0 10px 0;
  }
}
.cms-template article.template-contact-person .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.template-contact-person .wrapper .content {
  position: relative;
  flex: 1;
  color: inherit;
  margin: 0;
}
.cms-template article.template-contact-person .wrapper .content .top-part {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 476px;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col1 {
  width: 290px;
  min-width: 290px;
  max-width: 290px;
  background: #FFFFFF;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col2 {
  flex: 1;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col1, .cms-template article.template-contact-person .wrapper .content .top-part .col2 {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col1 h3, .cms-template article.template-contact-person .wrapper .content .top-part .col2 h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 60px 0 0 0;
  color: inherit;
  line-height: 141%;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col1 h2, .cms-template article.template-contact-person .wrapper .content .top-part .col2 h2 {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 160px 0 0 100px;
  color: #FFFFFF;
  line-height: 117%;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col1 .text, .cms-template article.template-contact-person .wrapper .content .top-part .col2 .text {
  color: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 141%;
  margin: 0;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col1 .text a, .cms-template article.template-contact-person .wrapper .content .top-part .col2 .text a {
  color: inherit;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col1 .more-link, .cms-template article.template-contact-person .wrapper .content .top-part .col2 .more-link {
  position: absolute;
  bottom: 60px;
  left: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 141%;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col1 .more-link a, .cms-template article.template-contact-person .wrapper .content .top-part .col2 .more-link a {
  color: inherit;
}
.cms-template article.template-contact-person .wrapper .content .top-part .col1 .top-part, .cms-template article.template-contact-person .wrapper .content .top-part .col2 .top-part {
  color: inherit;
  font-size: 15px;
  font-weight: 200;
  margin: 8px 0 0 0;
}
.cms-template article.template-contact-person .wrapper .content .arrow {
  z-index: 10;
  margin: 0;
  position: absolute;
  bottom: 35px;
  right: 25px;
  cursor: pointer;
}
.cms-template article.template-contact-person .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  background: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.template-contact-person .wrapper .content .top-part .col1 {
    margin: 0 10px 0 0;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1, .cms-template article.template-contact-person .wrapper .content .top-part .col2 {
    min-height: inherit;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1 h2, .cms-template article.template-contact-person .wrapper .content .top-part .col2 h2 {
    margin: 60px 0 0 0;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1 h3, .cms-template article.template-contact-person .wrapper .content .top-part .col2 h3 {
    margin: 60px 0 0 10px;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1 .text, .cms-template article.template-contact-person .wrapper .content .top-part .col2 .text {
    margin: 0 10px 0 10px;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1 .scroll-col, .cms-template article.template-contact-person .wrapper .content .top-part .col2 .scroll-col {
    display: none;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1 .more-link, .cms-template article.template-contact-person .wrapper .content .top-part .col2 .more-link {
    left: 10px;
  }
  .cms-template article.template-contact-person .wrapper .content .arrow, .cms-template article.template-contact-person .wrapper .content .logo {
    display: none;
  }
  .cms-template article.template-contact-person .wrapper .left-spacer-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.template-contact-person .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part {
    flex: 1;
    display: block;
    min-height: 0;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1, .cms-template article.template-contact-person .wrapper .content .top-part .col2 {
    width: 100%;
    min-width: 0;
    max-width: none;
    flex: 1 1 100%;
    width: 100%;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1 h2, .cms-template article.template-contact-person .wrapper .content .top-part .col2 h2 {
    margin: 10px 10px 10px 0;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1 h3, .cms-template article.template-contact-person .wrapper .content .top-part .col2 h3 {
    margin: 0 0 0 10px;
    padding: 20px 0 0 0;
  }
  .cms-template article.template-contact-person .wrapper .content .top-part .col1 .more-link, .cms-template article.template-contact-person .wrapper .content .top-part .col2 .more-link {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 20px 0 20px 10px;
  }
}
.cms-template article.template-text .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.template-text .wrapper .content {
  position: relative;
  flex: 1;
  color: #FFFFFF;
  color: inherit;
  margin: 25px 0;
  display: flex;
  flex-direction: row;
}
.cms-template article.template-text .wrapper .content .text {
  flex: 1;
  max-width: 990px;
}
.cms-template article.template-text .wrapper .content .text p {
  color: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 141%;
  margin: 2px 0 0 0;
}
.cms-template article.template-text .wrapper .content .arrow-col {
  max-width: 110px;
  min-width: 110px;
  width: 110px;
  position: relative;
}
.cms-template article.template-text .wrapper .content .arrow-col .arrow {
  z-index: 10;
  margin: 0;
  position: absolute;
  bottom: 17px;
  right: 25px;
  cursor: pointer;
}
.cms-template article.template-text .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.template-text .wrapper .content .arrow-col {
    display: none;
  }
  .cms-template article.template-text .wrapper .left-spacer-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.template-text .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.cms-template article.member-search-banner {
  width: 100%;
  height: auto;
  position: relative;
}
.cms-template article.member-search-banner .wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  color: #000000;
  background: #ebf6fc;
}
.cms-template article.member-search-banner .wrapper .caption {
  display: inline-block;
  text-align: left;
  font-size: 50px;
  font-weight: 400;
  color: #000000;
  line-height: 117%;
  text-transform: uppercase;
}
.cms-template article.member-search-banner .wrapper .caption p {
  margin: 210px 0 210px 100px;
}
.cms-template article.member-search .wrapper {
  display: flex;
  flex-direction: row;
  color: inherit;
}
.cms-template article.member-search .wrapper .content {
  position: relative;
  flex: 1;
  margin: 70px 0 0 0;
}
.cms-template article.member-search .wrapper .content h2 {
  font-size: 17px;
  font-weight: 600;
  color: inherit;
  line-height: 141%;
}
.cms-template article.member-search .wrapper .content .text {
  color: inherit;
  font-size: 17px;
  font-weight: 300;
  line-height: 141%;
}
.cms-template article.member-search .wrapper .content .search-area {
  display: flex;
  flex-direction: row;
}
.cms-template article.member-search .wrapper .content .search-area .intro {
  flex: 1;
  margin-right: 30px;
}
.cms-template article.member-search .wrapper .content .search-area .inputs {
  min-width: 530px;
  max-width: 530px;
  width: 530px;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .alphabet {
  border: 1px solid #4c4c4c;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .alphabet .head {
  background-image: linear-gradient(90deg, #005ea8 0%, #002e45 30%);
}
.cms-template article.member-search .wrapper .content .search-area .inputs .alphabet .head p {
  line-height: 81px;
  margin-left: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 600;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .alphabet .line {
  letter-spacing: -7px;
  font-size: 56px;
  font-weight: 600;
  line-height: 70px;
  padding: 20px;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .alphabet .line a.active {
  text-decoration: underline;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .freetext {
  margin-top: 40px;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .freetext .search {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin: 10px 0 0 0;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .freetext .search input {
  box-sizing: border-box;
  color: #000000;
  border: none;
  font-size: 16px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #e4e4e4;
  text-indent: 10px;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .freetext .search input::-webkit-input-placeholder {
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .freetext .search input:-moz-placeholder {
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .freetext .search input::-moz-placeholder {
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .freetext .search input:-ms-input-placeholder {
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
}
.cms-template article.member-search .wrapper .content .search-area .inputs .freetext .search .search-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #e4e4e4;
  background-image: url(../images/lupe.svg);
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
}
.cms-template article.member-search .wrapper .content .result-area {
  margin-top: 85px;
}
.cms-template article.member-search .wrapper .content .result-area .head {
  border-bottom: 2px solid #000000;
}
.cms-template article.member-search .wrapper .content .result-area .head h2 {
  margin-bottom: 13px;
}
.cms-template article.member-search .wrapper .content .result-area .results {
  margin-top: 20px;
}
.cms-template article.member-search .wrapper .content .result-area .results .result {
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
}
.cms-template article.member-search .wrapper .content .result-area .results .result a .arrow {
  letter-spacing: -1px;
}
.cms-template article.member-search .wrapper .content .result-area .results .result:last-of-type {
  border-bottom: none;
}
.cms-template article.member-search .wrapper .content .result-area .foot {
  margin: 50px 0 150px 0;
  font-weight: 600;
}
.cms-template article.member-search .wrapper .content .details {
  display: flex;
  flex-direction: row;
}
.cms-template article.member-search .wrapper .content .details .logo {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  margin-right: 10px;
}
.cms-template article.member-search .wrapper .content .details .logo img {
  width: 100%;
  height: auto;
}
.cms-template article.member-search .wrapper .content .details .description {
  flex: 1;
  max-width: 620px;
}
.cms-template article.member-search .wrapper .content .details .description .bar {
  display: inline-block;
  width: 25px;
  height: 5px;
  line-height: 5px;
  background: #000000;
}
.cms-template article.member-search .wrapper .content .details .description .address {
  margin: 30px 0;
}
.cms-template article.member-search .wrapper .content .details .description .service {
  margin: 0 0 70px 0;
}
.cms-template article.member-search .wrapper .left-spacer-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
@media only screen and (max-width: 1024px) {
  .cms-template article.member-search-banner .wrapper .caption {
    font-size: 50px;
  }
  .cms-template article.member-search-banner .wrapper .caption p {
    margin: 30px 10px 80px 10px;
  }
  .cms-template article.member-search .wrapper .content {
    margin: 35px 0 0 0;
  }
  .cms-template article.member-search .wrapper .content .search-area {
    display: flex;
    flex-direction: column;
  }
  .cms-template article.member-search .wrapper .content .search-area .intro {
    flex: 1;
    max-width: 530px;
    margin: 0 0 30px 0;
  }
  .cms-template article.member-search .wrapper .content .arrow-col {
    display: none;
  }
  .cms-template article.member-search .wrapper .left-spacer-col {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cms-template article.member-search-banner .wrapper .content .arrow-col {
    display: none;
  }
  .cms-template article.member-search-banner .wrapper .caption {
    font-size: 40px;
  }
  .cms-template article.member-search-banner .wrapper .caption p {
    margin: 30px 10px;
  }
  .cms-template article.member-search .wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cms-template article.member-search .wrapper .content .search-area .intro {
    max-width: none;
  }
  .cms-template article.member-search .wrapper .content .search-area .inputs {
    min-width: 0;
    max-width: none;
    width: auto;
    flex: 1;
  }
  .cms-template article.member-search .wrapper .content .search-area .inputs .alphabet .head p {
    line-height: 28px;
    padding: 10px 0;
  }
  .cms-template article.member-search .wrapper .content .search-area .inputs .alphabet .line {
    padding-right: 10px;
  }
  .cms-template article.member-search .wrapper .content .result-area {
    margin-top: 30px;
  }
  .cms-template article.member-search .wrapper .content .result-area .foot {
    margin: 30px 0 50px 0;
  }
  .cms-template article.member-search .wrapper .content .details {
    display: flex;
    flex-direction: column;
  }
  .cms-template article.member-search .wrapper .content .details .logo {
    width: auto;
    min-width: 0;
    max-width: none;
    flex: 1;
    margin: 0;
  }
  .cms-template article.member-search .wrapper .content .details .logo img {
    width: 100%;
    height: auto;
  }
  .cms-template article.member-search .wrapper .content .details .description {
    flex: 1;
    max-width: none;
  }
  .cms-template article.member-search .wrapper .content .details .description .address {
    margin: 30px 0;
  }
  .cms-template article.member-search .wrapper .content .details .description .service {
    margin: 0 0 70px 0;
  }
}

/*# sourceMappingURL=main.css.map */
