@font-face {
  font-family: "open_sansregular";
  src: url("../Fonts/OpenSans/OpenSans-Regular-webfont.eot");
  src: url("../Fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"), url("../Fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype"), url("../Fonts/OpenSans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sansbold";
  src: url("../Fonts/OpenSans/OpenSans-Bold-webfont.eot");
  src: url("../Fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff"), url("../Fonts/OpenSans/OpenSans-Bold-webfont.ttf") format("truetype"), url("../Fonts/OpenSans/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Springtime Sunshine";
  src: url("../Fonts/Springtime_Sunshine/springtime_sunshine-webfont.woff2") format("woff2"), url("../Fonts/Springtime_Sunshine/springtime_sunshine-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*, *:before, *:after,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.extbase-debugger {
  overflow: visible;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img, fieldset, legend {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  background: transparent;
  border: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

.indent {
  margin-left: 1.5rem;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .indent {
    margin-left: 0.75rem;
  }
  .align-center_sm {
    text-align: center;
  }
  .align-center_sm .text-right {
    text-align: center;
  }
  .align-right_sm {
    text-align: right;
  }
}
.pos-relative {
  position: relative;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.margin-all {
  margin: 1.5rem 1.5rem;
}

.margin-bottom {
  margin-bottom: 1.5rem;
}

.margin-top {
  margin-top: 1.5rem;
}

.margin-left {
  margin-left: 1.5rem;
}

.margin-right {
  margin-right: 1.5rem;
}

.padding-all {
  padding: 1.5rem 1.5rem;
}

.padding-top {
  padding-top: 1.5rem;
}

.padding-bottom {
  padding-bottom: 1.5rem;
}

.padding-left {
  padding-left: 1.5rem;
}

.padding-right {
  padding-right: 1.5rem;
}

.padding-none {
  padding-right: 0;
  padding-left: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.uppercase {
  text-transform: uppercase;
}

.word-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.vhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 601px) {
  .hidden-mdup {
    display: none !important;
    visibility: hidden;
  }
  .vhidden-mdup {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
  .vhidden-sm {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
}

a img {
  outline: none;
}

img[src*=".svg"] {
  width: 100%;
}

ul,
ol {
  padding-left: 2.25rem;
}

ul ul,
ol ol {
  margin: 0;
  padding-top: 0.75rem;
}

li {
  padding-bottom: 0.75rem;
}

ul.no-bullets,
ol.no-bullets {
  padding-left: 0;
  list-style: none;
}
ul.no-bullets ul,
ul.no-bullets ol,
ol.no-bullets ul,
ol.no-bullets ol {
  list-style: none;
}

@media screen and (min-width: 601px) {
  ul, ol {
    padding-left: 4.5rem;
  }
  .dl-horizontal > dt,
.dl-horizontal > dd {
    display: inline-block;
  }
  .dl-horizontal > dt img,
.dl-horizontal > dd img {
    display: inline-block;
    vertical-align: middle;
  }
  .dl-horizontal dt + dd {
    padding-left: 0.75rem;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

figcaption {
  color: #64666d;
  caption-side: bottom;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: left;
}

iframe {
  border-width: 0;
}

.mw50 {
  min-width: 50%;
}

.grid,
.flex-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}
.grid > div,
.flex-container > div {
  margin-top: 0;
}
.grid > [class*=col-],
.flex-container > [class*=col-] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.grid.nospace > [class*=col-],
.flex-container.nospace > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

main .grid .grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (min-width: 1334px) {
  .width-max > .grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .width-max > .grid.nospace {
    margin-left: 0;
    margin-right: 0;
  }
}
[class*=col-] {
  flex: 0 0 auto;
}

[class*=col-1] {
  width: 8.3333%;
}

[class*=col-2] {
  width: 16.66667%;
}

[class*=col-3] {
  width: 25%;
}

[class*=col-4] {
  width: 33.33333%;
}

[class*=col-5] {
  width: 41.6667%;
}

[class*=col-6] {
  width: 50%;
}

[class*=col-7] {
  width: 58.3333%;
}

[class*=col-8] {
  width: 66.6667%;
}

[class*=col-9] {
  width: 75%;
}

[class*=col-10] {
  width: 83.33333%;
}

[class*=col-11] {
  width: 91.6667%;
}

[class*=col-12] {
  width: 100%;
}

@media (max-width: 1280px) {
  [class*=_d-0] {
    display: none;
  }
  [class*=_d-1] {
    width: 8.3333%;
  }
  [class*=_d-2] {
    width: 16.66667%;
  }
  [class*=_d-3] {
    width: 25%;
  }
  [class*=_d-4] {
    width: 33.33333%;
  }
  [class*=_d-5] {
    width: 41.6667%;
  }
  [class*=_d-6] {
    width: 50%;
  }
  [class*=_d-7] {
    width: 58.3333%;
  }
  [class*=_d-8] {
    width: 66.66667%;
  }
  [class*=_d-9] {
    width: 75%;
  }
  [class*=_d-10] {
    width: 83.33333%;
  }
  [class*=_d-11] {
    width: 91.6667%;
  }
  [class*=_d-12] {
    width: 100%;
  }
}
@media (max-width: 800px) {
  [class*=_md-0] {
    display: none;
  }
  [class*=_md-1] {
    width: 8.3333%;
  }
  [class*=_md-2] {
    width: 16.66667%;
  }
  [class*=_md-3] {
    width: 25%;
  }
  [class*=_md-4] {
    width: 33.33333%;
  }
  [class*=_md-5] {
    width: 41.6667%;
  }
  [class*=_md-6] {
    width: 50%;
  }
  [class*=_md-7] {
    width: 58.3333%;
  }
  [class*=_md-8] {
    width: 66.66667%;
  }
  [class*=_md-9] {
    width: 75%;
  }
  [class*=_md-10] {
    width: 83.33333%;
  }
  [class*=_md-11] {
    width: 91.6667%;
  }
  [class*=_md-12] {
    width: 100%;
  }
}
@media (max-width: 600px) {
  [class*=_sm-0] {
    display: none;
  }
  [class*=_sm-1] {
    width: 8.3333%;
  }
  [class*=_sm-2] {
    width: 16.66667%;
  }
  [class*=_sm-3] {
    width: 25%;
  }
  [class*=_sm-4] {
    width: 33.33333%;
  }
  [class*=_sm-5] {
    width: 41.6667%;
  }
  [class*=_sm-6] {
    width: 50%;
  }
  [class*=_sm-7] {
    width: 58.3333%;
  }
  [class*=_sm-8] {
    width: 66.66667%;
  }
  [class*=_sm-9] {
    width: 75%;
  }
  [class*=_sm-10] {
    width: 83.33333%;
  }
  [class*=_sm-11] {
    width: 91.6667%;
  }
  [class*=_sm-12] {
    width: 100%;
  }
}
@media (max-width: 400px) {
  [class*=_xs-6] {
    width: 50%;
  }
  [class*=_xs-12] {
    width: 100%;
  }
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-end {
  justify-content: flex-end;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
}

.height-100 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.height-100 > div {
  margin-bottom: 1.5rem;
}
.height-100 > .frame {
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.wrapper-card {
  height: 100%;
}

.card-text {
  padding: 0.75rem 0 0 0;
}
.card-text > p {
  color: #333438;
  margin: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #fff;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
}

.wrapper-content {
  flex: 1;
}

.wrapper-footer {
  flex: 0;
}

.width-max {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-header .wrapper-header {
  align-items: center;
}
.content-header .header-service {
  align-items: center;
  height: 3rem;
}

.wrapper-logo img {
  height: 4.5rem;
}

@media (max-width: 600px) {
  .header-service {
    background: #e7e7e9;
  }
  div.wrapper-logo {
    margin: 0 auto;
    text-align: center;
  }
  div.wrapper-logo img {
    display: inline-block;
  }
}
@media (min-width: 601px) {
  .content-header .header-service {
    height: 4.5rem;
  }
}
.content-main {
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 600px) {
  .content-main {
    padding-top: 1.5rem;
  }
}
.header-image .ce-column {
  padding: 0;
  margin-bottom: 0;
}
.header-image .ce-column img {
  width: 100vw;
}
.header-image .ce-above .ce-gallery {
  margin-right: 0;
}

.content-footer {
  background: #64666d;
  color: #fff;
}

.content-footer2 {
  background: #333438;
  color: #fff;
}

ul.horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.horizontal li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.horizontal li a,
ul.horizontal li > span {
  padding: 0.75rem 0.75rem;
  display: inline-block;
}

nav ul.horizontal li:after {
  content: "|";
}
nav ul.horizontal li:first-child:before {
  content: "|";
}

.rootline {
  color: #64666d;
  font-size: 0.8rem;
}

ul.horizontal.languagemenu .text-muted span {
  color: #64666d;
}
ul.horizontal.languagemenu .text-muted,
ul.horizontal.languagemenu .active {
  display: none;
}

@media screen and (min-width: 601px) {
  ul.horizontal.languagemenu {
    margin-right: 1.5rem;
  }
  ul.horizontal.languagemenu .active,
ul.horizontal.languagemenu .text-muted {
    display: inline-block;
  }
}
@media screen and (min-width: 601px) {
  .onelevel-mdup ul#main-menu ul,
.onelevel-mdup ul#main-menu .sub-arrow {
    display: none !important;
    visibility: hidden;
  }
  .onelevel-mdup [class*=sm-] a.has-submenu {
    padding-right: 12px;
  }
}
html {
  font-size: 16px;
}

@media (min-width: 601px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1281px) {
  html {
    font-size: 18px;
  }
}
body,
input,
textarea,
select {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "open_sansregular", verdana, arial, helvetica, sans-serif;
  color: #333438;
}

header * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "open_sansregular", verdana, arial, helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h1,
.h1,
.fontsize1 {
  font-size: 2.369rem;
  line-height: 3rem;
}

h2,
.h2,
.fontsize2 {
  font-size: 1.777rem;
  line-height: 2.25rem;
}

h3,
.h3,
.fontsize3,
.ce-uploads-fileName {
  font-size: 1.333rem;
  line-height: 1.875rem;
}

h4,
.h4,
.fontsize4 {
  font-size: 1.125rem;
}

h5,
.h5,
.fontsize5 {
  font-size: 1rem;
}

.header-group *:first-child {
  margin-bottom: 0.75rem;
}

p + p,
pre,
table {
  margin-top: 1.5rem;
}

p,
ul,
ol,
dl,
pre,
table {
  margin-bottom: 1.5rem;
}

.small,
small {
  font-size: 0.8rem;
}

b,
strong,
.bold {
  font-family: "open_sansbold", verdana, arial, helvetica, sans-serif;
  font-weight: 400;
}

a {
  color: #375f89;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
  color: #000F42;
}
a.invers {
  color: #cccdd1;
}
a.invers:focus, a.invers:hover {
  color: #fff;
}

.wrapper-footer a {
  color: #cccdd1;
}
.wrapper-footer a:focus, .wrapper-footer a:hover {
  color: #fff;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.invers {
  color: #fff;
}

.font-color-light {
  color: #64666d;
}

.slogan {
  font-family: "Springtime Sunshine";
  font-size: 1.5rem;
  color: #1166BB;
}

blockquote {
  position: relative;
  text-align: center;
  width: 80%;
  padding: 1.5rem 1.5rem;
  margin: 3rem auto;
}
blockquote:before, blockquote:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #9799a0;
  font-size: 48px;
}
blockquote:before {
  content: "\f10e";
  margin-right: -1.5rem;
  bottom: 0;
  right: 100%;
}
blockquote:after {
  content: "\f10d";
  margin-left: -1.5rem;
  left: 100%;
  top: 0;
  bottom: auto;
}

.text-left,
.ce-headline-left {
  text-align: left;
}

.text-center,
.ce-headline-center {
  text-align: center;
}

.text-right,
.ce-headline-right {
  text-align: right;
}

.ce-table td,
.ce-table th {
  vertical-align: top;
}

.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-uploads {
  margin: 1.5rem 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 0;
  padding-bottom: 0;
}

.ce-uploads img {
  float: left;
  margin: 0.75rem;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

.ce-uploads li:nth-child(odd) {
  background: #e7e7e9;
}

.ce-uploads:before,
.ce-uploads:after {
  content: "";
  display: table;
}

.ce-uploads:after {
  clear: both;
}

.ce-uploads div {
  margin: 0.75rem 1.5rem;
}

.ce-uploads-fileName {
  margin-bottom: 0.375rem;
}

.ce-uploads-filesize {
  text-align: right;
}

.frame-layout-100 .ce-uploads li:nth-child(odd) {
  background: transparent;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: #e7e7e9;
}

.ce-table-bordered th,
.ce-table-bordered td {
  border: 0.063rem solid #9799a0;
}

[class*=frame-space-before-] {
  padding-top: 1.5rem;
}

[class*=frame-space-after-] {
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 601px) {
  .frame-space-before-medium {
    padding-top: 3rem;
  }
  .frame-space-before-large {
    padding-top: 4.5rem;
  }
  .frame-space-after-small {
    padding-bottom: 1.5rem;
  }
  .frame-space-after-medium {
    padding-bottom: 3rem;
  }
  .frame-space-after-large {
    padding-bottom: 4.5rem;
  }
  .frame-space-before-small {
    padding-top: 1.5rem;
  }
  .frame-space-before-medium {
    padding-top: 3rem;
  }
  .frame-space-before-large {
    padding-top: 4.5rem;
  }
  .frame-space-after-small {
    padding-bottom: 1.5rem;
  }
  .frame-space-after-medium {
    padding-bottom: 3rem;
  }
  .frame-space-after-large {
    padding-bottom: 4.5rem;
  }
}
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 0.063rem solid #9799a0;
  padding-top: 1.437rem;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 0.063rem solid #9799a0;
  margin-bottom: 1.437rem;
}

@media screen and (min-width: 801px) {
  .frame-indent {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
  .frame-indent-left {
    margin-left: 33.33333%;
  }
  .frame-indent-right {
    margin-right: 33.33333%;
  }
}
[class*=frame-type-menu_] ul,
[class*=frame-type-menu_] ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

[class*=frame-type-menu_] > ul {
  margin-bottom: 1.437rem;
  border-bottom: 0.063rem solid #9799a0;
}

[class*=frame-type-menu_] li {
  border-top: 0.063rem solid #9799a0;
}

[class*=frame-type-menu_] a {
  padding: 0.75rem 0.375rem 0.687rem 0.375rem;
  display: block;
}

.frame-type-menu_sitemap a {
  background: #e7e7e9;
}

[class*=frame-type-menu_] a,
[class*=frame-type-menu_] p {
  padding-left: 1.5rem;
}

[class*=frame-type-menu_] ul li ul li a,
[class*=frame-type-menu_] ul li ul li p {
  padding-left: 3rem;
}

[class*=frame-type-menu_] ul li ul li ul li a,
[class*=frame-type-menu_] ul li ul li ul li p {
  padding-left: 4.5rem;
  background: transparent;
}

.frame-layout-1700 ul {
  border-bottom: none;
}
.frame-layout-1700 li {
  border-top: none;
}
.frame-layout-1700 a {
  padding: 0;
}
.frame-layout-1700 [class*=col-3] {
  width: auto;
}
.frame-layout-1700 .card-text {
  padding: 0.75rem;
  border-radius: 0.25rem;
}

.capital-letter::first-letter {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 5;
  color: #bb1210;
}

.capital-letter {
  color: black;
  font-size: 1.5rem;
  font-variant: all-petite-caps;
}

[class*=frame-type-menu_].frame-layout-251 p,
[class*=frame-type-menu_].frame-layout-251 a {
  margin: 0;
  padding: 0;
}
[class*=frame-type-menu_].frame-layout-251 h3 {
  margin: 0 0 0.375rem 0;
}

hr.ce-div {
  border: 0;
  border-bottom: 0.063rem solid #9799a0;
  margin: 0.75rem 0;
}

.ce-border img {
  border: 0.25rem solid #cccdd1;
}

.ce-gallery figure.video {
  display: block;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.video-embed iframe,
.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}

figure.image a,
.img-enlarge a {
  position: relative;
  display: block;
  overflow: hidden;
}
figure.image a img,
.img-enlarge a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
figure.image a[data-fancybox] :after,
.img-enlarge a[data-fancybox] :after {
  content: "";
  opacity: 0;
}
figure.image a[data-fancybox]:hover:after, figure.image a[data-fancybox]:focus:after,
.img-enlarge a[data-fancybox]:hover:after,
.img-enlarge a[data-fancybox]:focus:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  width: 48px;
  height: 48px;
  /* size of the element */
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #375f89;
  text-align: center;
}
figure.image a:hover img,
.img-enlarge a:hover img {
  transform: scale(1.025);
}

.image-caption span {
  display: block;
}

.frame-layout-100 {
  background: #e7e7e9;
  padding: 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}

.frame-layout-301 {
  padding: 1.5rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
  margin-bottom: 2em;
}
@media screen and (min-width: 601px) {
  .frame-layout-301 ul {
    padding-left: 2.5rem;
  }
}

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery {
  float: left;
}

[data-ce-columns="2"] .ce-column,
[data-ce-columns="3"] .ce-column,
[data-ce-columns="4"] .ce-column,
[data-ce-columns="6"] .ce-column {
  float: left;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-right.ce-intext .ce-gallery {
  margin-left: 1.5rem;
}

.ce-left.ce-intext .ce-gallery {
  margin-right: 1.5rem;
}

.ce-below .ce-gallery {
  margin-top: 1.5rem;
}

.ce-column {
  padding-right: 0.75rem;
}

.ce-intext.ce-right .ce-column,
.ce-intext [data-ce-columns="1"] .ce-column {
  padding-right: 0;
}

.ce-column {
  margin-bottom: 0.75rem;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 3rem;
  overflow: auto;
}

.ce-center .ce-outer,
.ce-center .ce-inner {
  float: none;
  right: 0;
  text-align: center;
}
.ce-center figure,
.ce-center img {
  margin: 0 auto;
}

.ce-intext > .ce-gallery,
.ce-intext > .ce-bodytext {
  width: 100%;
}

.ce-above .ce-gallery,
.ce-below .ce-gallery {
  margin-right: -0.75rem;
}

.ce-right.ce-above,
.ce-right.ce-below {
  margin-left: -0.75rem;
  margin-right: 0;
}

.ce-left.ce-above .ce-gallery,
.ce-left.ce-below .ce-gallery {
  float: none;
}

[data-ce-columns="2"] .ce-column {
  width: 50%;
}

[data-ce-columns="3"] .ce-column {
  width: 33.33333333%;
}

[data-ce-columns="4"] .ce-column {
  width: 50%;
}

@media (min-width: 601px) {
  [data-ce-columns="4"] .ce-column {
    max-width: 25%;
    width: 25%;
  }
}
@media (min-width: 601px) {
  .ce-column, .ce-uploads-img-link {
    padding-right: 1.5rem;
  }
  .ce-intext [data-ce-columns="1"] .ce-column {
    padding-right: 0;
  }
  .ce-column {
    margin-bottom: 1.5rem;
  }
  .ce-intext .ce-gallery {
    width: 50%;
  }
  .ce-intext.ce-nowrap > .ce-bodytext {
    width: 50%;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 0.75rem;
  }
  .ce-intext.ce-left .ce-column {
    padding-right: 0.75rem;
  }
  .ce-left.ce-nowrap .ce-gallery {
    margin-right: -0.75rem;
    margin-left: 0;
  }
  .ce-left.ce-nowrap .ce-bodytext {
    padding-left: 1.5rem;
  }
  .ce-right.ce-nowrap.ce-intext .ce-gallery {
    margin-left: -0.75rem;
    margin-right: 0;
  }
  .ce-right.ce-nowrap .ce-bodytext {
    padding-right: 1.5rem;
  }
  .ce-intext.ce-right .ce-gallery {
    margin-left: 0.75rem;
  }
  .ce-intext.ce-right .ce-column {
    padding-left: 0.75rem;
  }
  .ce-above .ce-gallery,
.ce-below .ce-gallery {
    margin-right: -1.5rem;
  }
  .ce-right.ce-above,
.ce-right.ce-below {
    margin-left: -1.5rem;
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  [data-ce-columns="2"] .ce-column:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 600px) {
  [data-ce-columns="4"] .ce-column:nth-child(odd) {
    clear: left;
  }
}
.ce-gallery.imagesize25 {
  width: 25%;
}

.ce-nowrap .ce-gallery.imagesize25 + .ce-bodytext {
  width: calc(75% - 1.5rem);
}

.ce-center.ce-above .ce-gallery.imagesize25,
.ce-center.ce-below .ce-gallery.imagesize25 {
  margin-left: auto;
  margin-right: auto;
}

.ce-gallery.imagesize33 {
  width: 33.33333%;
}

.ce-nowrap .ce-gallery.imagesize33 + .ce-bodytext {
  width: calc(66.6666% - 1.5rem);
}

.ce-center.ce-above .ce-gallery.imagesize33,
.ce-center.ce-below .ce-gallery.imagesize33 {
  margin-left: auto;
  margin-right: auto;
}

figure,
.wrapper-tooltip {
  min-height: 1.5rem;
  position: relative;
}
figure .tooltip,
.wrapper-tooltip .tooltip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  cursor: pointer;
}
figure .tooltip span,
.wrapper-tooltip .tooltip span {
  border-radius: 50%;
  display: block;
  line-height: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 0 6px #000;
  color: #fff;
  transition: 0.25s;
}
figure .tooltip span::after,
.wrapper-tooltip .tooltip span::after {
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: left;
  position: absolute;
  text-shadow: none;
  color: #333438;
  left: 1.5rem;
  top: -1.5rem;
  max-width: 80%;
  display: block;
  content: attr(data-tooltip);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.375rem;
}
figure .tooltip span:focus::after, figure .tooltip span:hover::after,
.wrapper-tooltip .tooltip span:focus::after,
.wrapper-tooltip .tooltip span:hover::after {
  opacity: 1;
  top: 0;
}

.rte-icon {
  position: relative;
  left: 1.5rem;
  display: inline-block;
  padding-right: 1.75rem;
}
.rte-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  display: inline-block;
  width: 2.75rem;
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2.25rem;
}

.ce-row .inclmeta {
  display: inline-block;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.form-group {
  margin-bottom: 1.5rem;
}

label {
  display: inline-block;
}

legend {
  display: block;
  width: 100%;
  font-weight: bold;
}

fieldset > div {
  margin-bottom: 1.5rem;
}

input,
textarea,
select[multiple],
label {
  width: 100%;
}

input,
textarea,
select[multiple] {
  background-color: #fff;
  border: 0.063rem solid #9799a0;
  -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: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
  padding-top: calc(0.75rem - 0.063rem);
  padding-bottom: calc(0.75rem - 0.063rem);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: inline-block;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=file] {
  display: block;
}

textarea {
  min-height: 15rem;
}

input[type=submit] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
  height: auto;
  display: inline-block;
  width: auto;
  vertical-align: baseline;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio span,
.checkbox span {
  padding-left: 0.75rem;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.content-main .input-group {
  margin-bottom: 1.5rem;
}

.input-group-btn,
.input-group input {
  display: table-cell;
  vertical-align: middle;
}

.input-group-btn {
  width: 1%;
}

.input-group-btn,
.input-group-btn input {
  position: relative;
  white-space: nowrap;
}

.input-group input:first-child {
  margin-right: 1.5rem;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0.063rem solid #9799a0;
  padding-top: calc(0.75rem - 0.063rem);
  padding-bottom: calc(0.75rem - 0.063rem);
  padding-left: 0.75rem;
  padding-right: 3rem;
  border-radius: 0;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(-135deg, transparent 50%, #fff 50%), linear-gradient(-225deg, transparent 50%, #fff 50%), linear-gradient(#fff 42%, #375f89 42%);
  background-repeat: no-repeat;
  background-size: 1px 100%, 2.25rem 2.25rem, 2.25rem 2.25rem, 2.25rem 100%;
  background-position: right center, right bottom, right bottom, right bottom;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
select:hover, select:active {
  background-image: linear-gradient(#375f89, #375f89), linear-gradient(-135deg, transparent 50%, #375f89 50%), linear-gradient(-225deg, transparent 50%, #375f89 50%), linear-gradient(#375f89 42%, #fff 42%);
}

select[multiple] {
  background-image: none;
}

button,
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn[class*=btn-] {
  padding-top: calc(0.75rem - 0.063rem);
  padding-bottom: calc(0.75rem - 0.063rem);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-primary {
  background: #375f89;
  color: #fff;
  border: 0.063rem solid #375f89;
}
.btn-primary:hover, .btn-primary:focus {
  background: #000F42;
  color: #fff;
  border-color: #000F42;
}

.btn-secondary {
  color: #375f89;
  background: #fff;
  border: 0.063rem solid #375f89;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #fff;
  color: #000F42;
  border-color: #000F42;
}

.btn-thirdary {
  border: 0.063rem solid #9799a0;
  color: #64666d;
}
.btn-thirdary:hover, .btn-thirdary:focus {
  border-color: #000F42;
}

.powermail-errors-list {
  color: #be1210;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 0 1.5rem 0;
  border: 0.063rem solid #9799a0;
  border-bottom-width: 0;
}

th,
td {
  padding: 0.687rem 0.375rem 0.75rem 0.375rem;
  border-bottom: 0.063rem solid #9799a0;
  text-align: left;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

th {
  padding-top: 0.75rem;
  font-family: "open_sansbold", verdana, arial, helvetica, sans-serif;
  font-weight: 400;
}

tr:hover td, tr:focus td {
  background: #e7e7e9;
  color: #333438;
}

.table-responsive,
.frame-type-table {
  margin-bottom: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
}

th {
  background: #e7e7e9;
  color: #333438;
  font-weight: 400;
}

table caption {
  padding: 0.375rem;
}

.wrapper-search {
  max-width: 100%;
  background: #e7e7e9;
  height: 3rem;
  z-index: 200;
  position: absolute;
  top: -100px;
  left: 0;
  right: 4.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrapper-search .input-group input {
  display: inline-block;
  width: 100%;
}
.wrapper-search button {
  width: 3rem;
  height: 3rem;
}
.wrapper-search.visible {
  top: 0;
}
.wrapper-search.visible > div {
  padding: 0 0 0 1.5rem;
}
.wrapper-search fieldset > div {
  padding-bottom: 0.5rem;
  margin: 0;
}

@media screen and (min-width: 601px) {
  .wrapper-search {
    background: rgba(255, 255, 255, 0.9);
    height: 4.5rem;
  }
  .wrapper-search.visible > div {
    width: 22.5rem;
    padding: 0.75rem 0 0 1.5rem;
  }
}
.search-hide-btn {
  padding: 0.5625rem 0;
  width: 3rem;
  display: inline-block;
  cursor: pointer;
  color: #375f89;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-hide-btn.active .fa-search:before {
  content: "\f00d";
}
.search-hide-btn:hover, .search-hide-btn:focus {
  color: #000F42;
}

.page-searchresult .search-hide-btn {
  display: none;
}

.tx-indexedsearch-info > dt {
  float: left;
  clear: left;
  width: 25%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tx-indexedsearch-info > dd {
  margin-left: 25%;
}

.tx-indexedsearch-res span {
  display: inline-block;
}

.tx-indexedsearch-res {
  border-bottom: 0.063rem solid #9799a0;
  margin-bottom: 1.5rem;
}

.accordion > header,
.frame-custom-31 > header {
  cursor: pointer;
  position: relative;
  background: #e7e7e9;
  padding: 0.75rem 4.5rem 0.75rem 1.5rem;
  min-height: 3rem;
  margin-bottom: 1.5rem;
}
.accordion > header > *,
.frame-custom-31 > header > * {
  margin: 0;
}
.accordion > header:hover, .accordion > header:focus,
.frame-custom-31 > header:hover,
.frame-custom-31 > header:focus {
  color: #375f89;
}
.accordion > header.open > *:before,
.frame-custom-31 > header.open > *:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.accordion.container,
.width-max > .frame-custom-31 {
  padding-bottom: 0;
}

.accordion > header > *:before,
.frame-custom-31 > header > *:before {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
  overflow: hidden;
  position: absolute;
  right: 1.5rem;
  top: 0.75rem;
  margin: 0;
  font-weight: 900;
  font-size: 2.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion .togglecontent,
.frame-custom-31 .togglecontent {
  display: none;
}

@media (max-width: 600px) {
  .frame-custom-30 > header *,
.frame-custom-31 > header * {
    margin: 0;
  }
}
@media (max-width: 800px) {
  .width-max > .frame-custom-30 {
    padding-bottom: 0;
  }
  .frame-custom-30 > header {
    cursor: pointer;
    position: relative;
    background: #e7e7e9;
    padding: 0.75rem 4.5rem 0.75rem 1.5rem;
    min-height: 3rem;
    margin-bottom: 1.5rem;
  }
  .frame-custom-30 > header > * {
    margin: 0;
  }
  .frame-custom-30 > header:hover, .frame-custom-30 > header:focus {
    color: #375f89;
  }
  .frame-custom-30 > header.open > *:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
  }
  .frame-custom-30 .togglecontent {
    display: none;
  }
  .frame-custom-30 > header > *:before {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: 0;
    overflow: hidden;
    position: absolute;
    right: 1.5rem;
    top: 0.75rem;
    margin: 0;
    font-weight: 900;
    font-size: 2.25rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border: 0.063rem solid #9799a0;
  width: 100%;
  max-width: 1280px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@media (min-width: 601px) {
  .modal {
    padding: 3rem 1.5rem;
  }
  .modal-content {
    width: 80%;
    padding: 1.5rem 3rem;
  }
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.modal-close {
  color: #375f89;
  float: right;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.modal-close:hover, .modal-close:focus {
  color: #000F42;
  text-decoration: none;
  cursor: pointer;
}

/*------------------------------------*\
    $MESSAGING
\*------------------------------------*/
.alert {
  text-align: center;
  background: #e7e7e9;
  border: 0.063rem solid #333438;
  padding: 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
  color: #000;
}

.bg-error,
.alert.alert-error {
  background: white;
  border: 0.063rem solid #be1210;
}

.bg-valid,
.alert.alert-valid {
  background: #85f1a0;
  border: 0.063rem solid #119933;
}

.bg-warning,
.alert.alert-warning {
  background: #fff4cc;
  border: 0.063rem solid #ffc800;
}

.bg-information,
.alert.alert-information {
  background: #c0d2e6;
  border: 0.063rem solid #375f89;
}

.f3-widget-paginator,
.glossary-alphabet {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.f3-widget-paginator > li,
.glossary-alphabet > li {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.f3-widget-paginator > li > a,
.f3-widget-paginator > li > span,
.glossary-alphabet > li > a,
.glossary-alphabet > li > span {
  position: relative;
  padding: 0 0.375rem;
  min-width: 3rem;
  text-decoration: none;
  margin: 0 2px 0.75rem 0;
  line-height: 3rem;
  border: 0.063rem solid #9799a0;
  border-radius: 0.125rem;
  background-color: #fff;
  display: inline-block;
}
.f3-widget-paginator > li > a,
.glossary-alphabet > li > a {
  font-family: "open_sansbold", verdana, arial, helvetica, sans-serif;
}
.f3-widget-paginator > li.active span, .f3-widget-paginator > li.current a,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus,
.glossary-alphabet > li.active span,
.glossary-alphabet > li.current a,
.glossary-alphabet > li > a:hover,
.glossary-alphabet > li > a:focus {
  background-color: #000F42;
  color: #fff;
}

.glossary-alphabet {
  margin-bottom: 1.5rem;
}
.glossary-alphabet a.disabled {
  color: #64666d;
  cursor: auto;
}
.glossary-alphabet a.disabled:hover, .glossary-alphabet a.disabled:focus {
  background-color: #fff;
  color: #64666d;
}

.tx-indexedsearch-browsebox ul {
  display: inline-block;
  margin: 0 0 1.5rem 0;
  padding-left: 0;
  font-size: 80%;
}

.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tx-indexedsearch-browsebox li a {
  position: relative;
  float: left;
  padding: 3px 6px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #9799a0;
  background-color: #FFF;
}

.tx-indexedsearch-browsebox li.current,
.tx-indexedsearch-browsebox li > a:hover,
.tx-indexedsearch-browsebox li > a:focus {
  background-color: #000F42;
  color: #fff;
}

.tx-indexedsearch-browsebox li:first-child > a,
.tx-indexedsearch-browsebox li.current:first-child {
  margin-left: 0;
}

.scrollToTop {
  width: 3rem;
  position: fixed;
  bottom: 3rem;
  right: 1.5rem;
  display: none;
  background: #375f89;
  z-index: 1000;
  text-align: center;
}
.scrollToTop > a {
  color: #fff;
  display: block;
  line-height: 3rem;
}
.scrollToTop > a:hover, .scrollToTop > a:focus, .scrollToTop > a:active {
  background: #000F42;
  color: #fff;
}

.socialmedia {
  display: inline-block;
}
.socialmedia a {
  display: inline-block;
  padding: 0.375rem;
  margin: 0.375rem 0.75rem 0.375rem 0;
  background: #fff;
  border-radius: 0.125rem;
  width: 3rem;
}
.socialmedia a span {
  color: #333438;
}
.socialmedia a:hover span:before,
.socialmedia a:focus span:before {
  color: #000F42;
}

.socialmedia span {
  text-align: center;
  width: 1.5rem;
}

.accordeon details {
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.accordeon details p:last-child {
  margin-bottom: 0;
}
.accordeon details[open] {
  background-color: #ffffff;
  color: #212529;
}
.accordeon details[open] header {
  display: none;
}
.accordeon_content .ce-bodytext {
  margin-top: 1rem;
}
.accordeon summary {
  font-size: 120%;
  font-weight: bold;
}
.accordeon content {
  cursor: default;
  margin-top: 1rem;
}
.accordeon-green {
  background-color: #119933;
  color: #ffffff;
}
.accordeon-yellow {
  background-color: #FFDD00;
  color: #212529;
}
.accordeon-blue {
  background-color: #1166bb;
  color: #ffffff;
}
.accordeon-red {
  background-color: #be1210;
  color: #ffffff;
}
.accordeon-grey {
  background-color: rgba(0, 0, 0, 0.03);
  color: #212529;
}
.accordeon-header {
  background-color: #ffffff;
  color: #212529;
}

.frame-accordeon-header .accordeon details[open] h3 {
  display: none;
}

.frame-accordeon-header .accordeon details[open] header {
  display: block;
}

.frame-accordeon-header .accordeon details[open] .frame-type-uploads h3 {
  display: block;
}

.frame.frame-accordeon-green, .frame.frame-accordeon-yellow, .frame.frame-accordeon-blue, .frame.frame-accordeon-red, .frame.frame-accordeon-grey {
  margin-bottom: 2rem;
}

.frame-underline-red h2 {
  border-bottom: 0.25rem solid #be1210;
  margin-bottom: 1.5rem;
  width: fit-content;
}

/* card details start  */
.col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.frame-layout-170,
.frame-layout-270 {
  padding-top: 0;
  margin-bottom: 1.25rem;
}
.frame-layout-170 .list-group,
.frame-layout-270 .list-group {
  list-style: none;
}
.frame-layout-170 ul,
.frame-layout-270 ul {
  padding-left: 1rem;
  padding-right: 1rem;
}
.frame-layout-170 .box-shadow,
.frame-layout-270 .box-shadow {
  background-color: #f3f3f3;
}

.frame-layout-270 .tt_address_list {
  padding-left: 1rem;
  padding-top: 1rem;
}

.frame-layout-272,
.frame-layout-1710,
.frame-layout-1720,
.frame-layout-1600,
.frame-layout-250 {
  color: #000000;
}
.frame-layout-272 .bg-site-red,
.frame-layout-1710 .bg-site-red,
.frame-layout-1720 .bg-site-red,
.frame-layout-1600 .bg-site-red,
.frame-layout-250 .bg-site-red {
  background-color: #be1210;
  padding: 1rem;
  margin-bottom: 0;
  text-align: center;
  border: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.frame-layout-272 .bg-site-red a,
.frame-layout-1710 .bg-site-red a,
.frame-layout-1720 .bg-site-red a,
.frame-layout-1600 .bg-site-red a,
.frame-layout-250 .bg-site-red a {
  color: white;
}
.frame-layout-272 a,
.frame-layout-1710 a,
.frame-layout-1720 a,
.frame-layout-1600 a,
.frame-layout-250 a {
  padding: 0;
}
.frame-layout-272 .sl-box,
.frame-layout-1710 .sl-box,
.frame-layout-1720 .sl-box,
.frame-layout-1600 .sl-box,
.frame-layout-250 .sl-box {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.frame-layout-272 .sl-box-shadow,
.frame-layout-1710 .sl-box-shadow,
.frame-layout-1720 .sl-box-shadow,
.frame-layout-1600 .sl-box-shadow,
.frame-layout-250 .sl-box-shadow {
  background: #ffffff;
  border: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.frame-layout-272 .sl-box-shadow .link,
.frame-layout-1710 .sl-box-shadow .link,
.frame-layout-1720 .sl-box-shadow .link,
.frame-layout-1600 .sl-box-shadow .link,
.frame-layout-250 .sl-box-shadow .link {
  text-align: center;
  padding-top: 1.25rem;
  padding-right: 0.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.25rem;
}
.frame-layout-272 .sl-box-shadow .link-sitemap,
.frame-layout-1710 .sl-box-shadow .link-sitemap,
.frame-layout-1720 .sl-box-shadow .link-sitemap,
.frame-layout-1600 .sl-box-shadow .link-sitemap,
.frame-layout-250 .sl-box-shadow .link-sitemap {
  text-align: left;
  padding-left: 0.75rem;
}
.frame-layout-272 .sl-box-shadow .link-sub,
.frame-layout-1710 .sl-box-shadow .link-sub,
.frame-layout-1720 .sl-box-shadow .link-sub,
.frame-layout-1600 .sl-box-shadow .link-sub,
.frame-layout-250 .sl-box-shadow .link-sub {
  text-align: left;
  padding-left: 3rem;
}

.frame-layout-250 .icon {
  background: rgb(231, 231, 233);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-content {
  background: #ffffff;
  border: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.card .ce-bodytext {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text p {
  color: #454a4e;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link :hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.card-img span {
  position: absolute;
  top: 15%;
  left: 18%;
  background: rgba(187, 18, 16, 0.4705882353);
  padding: 3px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%, -50%);
}
.card-img span h4 {
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}
.card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-desc {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.card-desc h3 {
  color: #000000;
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 300;
}
.card-desc p {
  color: #747373;
  font-size: 14px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.details-card {
  background: #ecf0f1;
}

.advent {
  padding: 0;
}

.kachel {
  padding: 0;
}

.newsbox1 {
  background: none;
}

.btn-card {
  background-color: #bb1210;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
  padding: 0.84rem 2.14rem;
  font-size: 0.81rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
}

.btn-card:hover {
  background: #119933;
}

a.btn-card {
  text-decoration: none;
  color: #fff;
}

/* End card section */
.frame-layout-140 {
  background: #a0d6ed;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
}
.frame-layout-210 .tt_address_detail {
  background-color: rgba(134, 144, 163, 0.1803921569) !important;
  padding-left: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  min-height: 15rem;
}
.frame-layout-210 .description p {
  padding-bottom: 1.125rem;
}
.frame-layout-610 img {
  object-fit: cover;
  height: 300px;
  width: 800px;
}
.frame-layout-620 img {
  object-fit: cover;
  width: 400px;
  height: 350px;
}
.frame-layout-640 img {
  object-fit: cover;
  height: 450px;
  width: 850px;
}

@media (min-width: 1200px) {
  .frame-layout-610 img {
    object-fit: cover;
    width: 800px;
    height: 500px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  a,
a:visited {
    color: #000 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a[href]:after, .ir a[href^="javascript:"]:after, .ir a[href^="#"]:after,
.wrapper-logo a[href]:after,
.wrapper-logo a[href^="javascript:"]:after,
.wrapper-logo a[href^="#"]:after,
.news-img-wrap a[href]:after,
.news-img-wrap a[href^="javascript:"]:after,
.news-img-wrap a[href^="#"]:after,
a[href]:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .wrapper-logo img {
    margin: 0;
  }
  .content-header {
    border-bottom: 1px solid #999;
    padding-bottom: 0.5cm;
    margin-bottom: 0.5cm;
  }
  .wrapper-footer {
    border-top: 1px solid #999;
    margin-top: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .print-hidden,
.wrapper-search,
.header-service,
.header-image,
.content-rootline,
.wrapper-topmenu,
.content-footer,
.content-footer2 nav,
.scrollToTop a,
.f3-widget-paginator,
.f3-widget-paginator li {
    display: none !important;
  }
  .accordion .togglecontent,
.frame-custom-31 .togglecontent,
.frame-custom-30 .togglecontent {
    display: block !important;
  }
  .accordion > header,
.frame-custom-31 > header,
.frame-custom-30 > header {
    padding: 0;
  }
  .accordion > header > *:before,
.frame-custom-31 > header > *:before,
.frame-custom-30 > header > *:before {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
