@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-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-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

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

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles for extension "tx_twwclocations" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-twwc-locations table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-twwc-locations table th {
        font-weight:bold;
    }

    .tx-twwc-locations table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }


/* ---------------------------------------------------------
 * * Var
 * * ---------------------------------------------------------*/
.navbar {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.navbar.navbar-dark .navbar-nav .nav-item:hover, .navbar.navbar-dark .navbar-nav .nav-item:focus {
  background-color: rgba(10, 67, 125, 0.85);
}
.navbar.navbar-dark .navbar-nav .nav-item:hover .dropdown-menu, .navbar.navbar-dark .navbar-nav .nav-item:focus .dropdown-menu {
  display: block;
}
.navbar.navbar-dark .navbar-nav .nav-item.active {
  background-color: rgba(10, 67, 125, 0.85);
}
.navbar.navbar-dark .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  padding: 0 24px;
  line-height: 110px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar.navbar-dark .navbar-nav .nav-link {
    font-size: 17px;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 12px;
  }
}
.navbar > .container-fluid {
  padding: 0 30px;
}
.navbar .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 0;
}
.navbar .navbar-brand > img {
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 70px;
  height: 70px;
}
.navbar .dropdown-menu {
  min-width: 300px;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(10, 67, 125, 0.85);
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    -webkit-box-shadow: 10px 10px 21px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 21px -5px rgba(0, 0, 0, 0.75);
  }
}
.navbar .dropdown-menu .dropdown-item {
  padding: 3px 24px;
}
.navbar .dropdown-menu a {
  color: white;
  font-size: 20px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar .dropdown-menu a {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .dropdown-menu a {
    font-size: 15px;
  }
}
.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus, .navbar .dropdown-menu a.active {
  font-weight: 700;
  background-color: transparent;
}
.navbar .dropdown-toggle::after {
  content: none;
}

/* Language Menu */
.navbar.navbar-dark .navbar-nav.language .nav-item:hover, .navbar.navbar-dark .navbar-nav.language .nav-item:focus, .navbar.navbar-dark .navbar-nav.language .nav-item.active {
  background-color: transparent;
}
.navbar.navbar-dark .navbar-nav.language .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 8px;
  font-size: 16px;
}
.navbar.navbar-dark .navbar-nav.language .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav.language .nav-item .nav-link:focus, .navbar.navbar-dark .navbar-nav.language .nav-item .nav-link.active {
  color: white;
}

@media (max-width: 991.98px) {
  .menu-open {
    overflow: hidden;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #0a437d;
    -webkit-transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-collapse ul {
    padding-top: 20px;
  }
  .dropdown-menu {
    position: relative;
  }
  .navbar.navbar-dark .navbar-nav .nav-link, .navbar .dropdown-menu a {
    font-size: 16px;
    line-height: 54px;
    padding: 0;
    border-bottom: 1px solid white;
  }
  .navbar .dropdown-menu a {
    border-bottom: none;
    line-height: 32px;
  }
  .navbar.navbar-dark .navbar-nav .nav-item:hover .dropdown-menu, .navbar.navbar-dark .navbar-nav .nav-item:focus .dropdown-menu, .navbar.navbar-dark .navbar-nav .nav-item.active .dropdown-menu {
    display: none;
  }
  .language {
    margin-top: 15px;
  }
  .language a {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 8px 0 0;
    font-size: 16px;
    text-decoration: none;
  }
  .language a:last-child {
    padding: 0;
  }
  .language a:hover, .language a:focus, .language a.active {
    color: white;
  }
  .nav-item.dropdown a.plus {
    background: url(/fileadmin/Resources/Public/Images/plus.svg) no-repeat 0 0;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 100;
    display: inline-block;
  }
  .nav-item.dropdown.openmenu a.plus {
    background: url(/fileadmin/Resources/Public/Images/minus.svg) no-repeat 0 0;
  }
}
/* Hamburger */
.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.animated-icon2 {
  width: 32px;
  height: 27px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon2 span {
  background: url("/fileadmin/Resources/Public/Images/menu-element.svg") no-repeat;
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}
.animated-icon2 span:nth-child(4) {
  top: 20px;
}
.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

footer h2 {
  margin-bottom: 1.5rem !important;
  text-align: center;
}
footer h3 {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-bottom: 50px;
}
footer h3:after {
  position: absolute;
  content: "";
  width: 104px;
  height: 3px;
  bottom: -20px;
  left: 0;
  background: white;
}
footer a {
  color: white;
}
footer a:hover, footer a:focus {
  color: #fbb907;
}
footer a.icon-facebook, footer a.icon-twitter, footer a.icon-linkedin {
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  display: inline-block;
}
footer a.icon-facebook {
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/icon-facebook.svg') left top no-repeat;
}
footer a.icon-facebook:hover {
  background-image: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Stylesheets/./Images/icon-facebook-hover.svg');
}
footer a.icon-twitter {
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/icon-twitter.svg') left top no-repeat;
}
footer a.icon-twitter:hover {
  background-image: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/icon-twitter-hover.svg');
}
footer a.icon-linkedin {
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/icon-linkedin.svg') left top no-repeat;
}
footer a.icon-linkedin:hover {
  background-image: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/icon-linkedin-hover.svg');
}

.layoutgrid {
  display: none;
}
.layoutgrid.show {
  display: block;
}

header.fixed {
  height: 70px;
}
header.fixed .navbar {
  background-color: rgba(0, 0, 0, 0.75);
}
header.fixed .navbar .navbar-brand > img {
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 50px;
  height: 50px;
}
header.fixed .navbar.navbar-dark .navbar-nav .nav-link {
  line-height: 70px;
}
@media (max-width: 991.98px) {
  header {
    height: 70px;
  }
  header .navbar .navbar-brand > img {
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 50px;
    height: 50px;
  }
  header .navbar.navbar-dark .navbar-nav .nav-link {
    line-height: 70px;
  }
}

section, footer {
  position: relative;
  z-index: 0;
  color: #0a437d;
}
section > .container, footer > .container {
  padding-top: 31px;
  padding-bottom: 30px;
}
section.blue, section.disclaimer, footer.blue, footer.disclaimer {
  background-color: #0a437d;
  color: white;
}
section.blue > .container, section.disclaimer > .container, footer.blue > .container, footer.disclaimer > .container {
  padding-bottom: 0;
  padding-top: 0;
}
section.blue > .container p:last-child, section.disclaimer > .container p:last-child, footer.blue > .container p:last-child, footer.disclaimer > .container p:last-child {
  margin-bottom: 0;
}
section.blue:before, section.disclaimer:before, footer.blue:before, footer.disclaimer:before {
  content: "";
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/triangle.svg');
  background-size: 100% 100%;
  height: 40px;
  width: 100%;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -40px;
}
section.blue:after, section.disclaimer:after, footer.blue:after, footer.disclaimer:after {
  content: "";
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/triangle.svg');
  background-size: 100% 100%;
  height: 40px;
  width: 100%;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  bottom: -40px;
  z-index: 4000;
}
section.open-layer-map, footer.open-layer-map {
  margin-top: -40px;
}
section.open-layer-map:before, footer.open-layer-map:before {
  content: "";
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/triangle.svg');
  background-size: 100% 100%;
  height: 40px;
  width: 100%;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  top: 40px;
  z-index: 4000;
}
section.open-layer-map:after, footer.open-layer-map:after {
  content: "";
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/triangle-white.svg');
  background-size: 100% 100%;
  height: 40px;
  width: 100%;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  bottom: 40px;
  z-index: 4000;
}
section.open-layer-map .textmap, footer.open-layer-map .textmap {
  position: absolute;
  z-index: 3999;
  width: 100%;
  padding-top: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6ffffff", endColorstr="#00ffffff",GradientType=0 );
}
section.disclaimer, footer.disclaimer {
  background-color: #62BAEA;
}
section.disclaimer:before, footer.disclaimer:before {
  content: "";
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/triangle-light-blue.svg');
}
section.disclaimer:after, footer.disclaimer:after {
  content: "";
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/triangle-light-blue.svg');
}
section.disclaimer h2, footer.disclaimer h2 {
  text-align: center;
}

footer.blue {
  background: #0a437d;
  color: white;
  margin-top: 0;
}
footer.blue:after {
  content: none;
}

@media (max-width: 991.98px) {
  main {
    margin-top: -70px;
  }
}
main section:nth-child(1) {
  z-index: 1;
}
main section:nth-child(2) {
  z-index: 2;
}
main section:nth-child(3) {
  z-index: 3;
}
main section:nth-child(4) {
  z-index: 4;
}
main section:nth-child(5) {
  z-index: 5;
}
main section:nth-child(6) {
  z-index: 6;
}
main section:nth-child(7) {
  z-index: 7;
}
main section:nth-child(8) {
  z-index: 8;
}

/* Spacing */
.mb30 {
  margin-bottom: 30px;
}

.ce-gallery {
  margin-right: 30px !important;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .ce-gallery {
    margin-right: 20px !important;
  }
}
.ce-gallery img {
  margin-right: 0;
}

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

.news-single .teaser-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0a437d;
}

.news-single .footer {
  border: none;
}
.news-single .footer p {
  color: #0a437d;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0a437d;
}

h1 {
  font-size: 48px;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

p, ul, ol {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  p, ul, ol {
    font-size: 16px;
  }
}

main ul, ce-bodytext ul {
  padding: 0;
  margin-bottom: 24px;
}
main ul li, ce-bodytext ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
main ul li:before, ce-bodytext ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
main ol, ce-bodytext ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0;
}
main ol li, ce-bodytext ol li {
  counter-increment: my-awesome-counter;
  padding-left: 24px;
  position: relative;
}
main ol li::before, ce-bodytext ol li::before {
  content: counter(my-awesome-counter) "";
  font-weight: 700;
  position: absolute;
  left: 0;
}

main a {
  color: #0a437d;
  position: relative;
}
main a.external-link, main a.pdf, main a.download {
  padding-right: 16px;
  margin-right: 12px;
  white-space: nowrap;
}
main a.external-link:after, main a.pdf:after, main a.download:after {
  top: 0;
  position: absolute;
  content: "";
  width: 14px;
  height: 20px;
  margin: 5px 0 0 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 24' style='enable-background:new 0 0 18 24;' xml:space='preserve'%3E%3Cpath fill='%230A437D' d='M8.5,12c-0.2-0.8-0.2-2.2-0.1-2.2C8.8,9.8,8.8,11.5,8.5,12z M8.4,14.2c-0.4,0.9-0.8,2-1.3,2.9 c0.9-0.3,1.8-0.8,2.9-1C9.5,15.7,8.9,15,8.4,14.2L8.4,14.2z M4,20.1c0,0,0.6-0.3,1.6-1.9C5.4,18.5,4.3,19.3,4,20.1z M11.6,7.5H18 v15.4c0,0.6-0.5,1.1-1.1,1.1H1.1C0.5,24,0,23.5,0,22.9V1.1C0,0.5,0.5,0,1.1,0h9.4v6.4C10.5,7,11,7.5,11.6,7.5z M11.2,15.6 c-0.9-0.6-1.6-1.4-2-2.5c0.2-0.9,0.5-2.2,0.3-3c-0.2-1.4-2-1.2-2.2-0.3c-0.2,0.9,0,2.1,0.4,3.6c-0.5,1.3-1.3,3-1.9,4c0,0,0,0,0,0 c-1.3,0.7-3.5,2.1-2.6,3.2C3.5,20.8,4,21,4.2,21c0.8,0,1.7-0.8,2.9-2.9c1.2-0.4,2.5-0.9,3.7-1.1c1,0.6,2.2,0.9,3,0.9 c1.4,0,1.5-1.5,0.9-2C14,15.3,12.2,15.4,11.2,15.6z M17.7,4.9l-4.6-4.6C12.9,0.1,12.6,0,12.3,0H12v6h6V5.7C18,5.4,17.9,5.1,17.7,4.9 z M14.2,16.9c0.2-0.1-0.1-0.6-2-0.4C13.9,17.2,14.2,16.9,14.2,16.9z'/%3E%3C/svg%3E");
}
@media (max-width: 991.98px) {
  main a.external-link:after, main a.pdf:after, main a.download:after {
    width: 12px;
    height: 16px;
    margin: 5px 0 0 8px;
  }
}
main a.external-link:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 24' style='enable-background:new 0 0 18 24;' xml:space='preserve'%3E%3Cpolygon fill='%230A437D' points='0,3 0,6.7 11.7,6.7 0,18.4 2.6,21 14.3,9.4 14.3,20.9 18,20.9 18,3 '/%3E%3C/svg%3E");
}
main a.download:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 24' style='enable-background:new 0 0 18 24;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%230A437D' points='18,8.8 16.1,7 10.2,12.8 10.2,1.1 7.7,1.1 7.6,12.8 1.8,7 0,8.9 8.9,17.8 '/%3E%3Cpolygon fill='%230A437D' points='18,20.3 0,20.3 0,22.8 18,22.9 '/%3E%3C/g%3E%3C/svg%3E");
}
main a:hover, main a:focus {
  color: #fbb907;
}
main a:hover.pdf:after, main a:focus.pdf:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 24' style='enable-background:new 0 0 18 24;' xml:space='preserve'%3E%3Cpath fill='%23FBB907' d='M8.5,12c-0.2-0.8-0.2-2.2-0.1-2.2C8.8,9.8,8.8,11.5,8.5,12z M8.4,14.2c-0.4,0.9-0.8,2-1.3,2.9 c0.9-0.3,1.8-0.8,2.9-1C9.5,15.7,8.9,15,8.4,14.2L8.4,14.2z M4,20.1c0,0,0.6-0.3,1.6-1.9C5.4,18.5,4.3,19.3,4,20.1z M11.6,7.5H18 v15.4c0,0.6-0.5,1.1-1.1,1.1H1.1C0.5,24,0,23.5,0,22.9V1.1C0,0.5,0.5,0,1.1,0h9.4v6.4C10.5,7,11,7.5,11.6,7.5z M11.2,15.6 c-0.9-0.6-1.6-1.4-2-2.5c0.2-0.9,0.5-2.2,0.3-3c-0.2-1.4-2-1.2-2.2-0.3c-0.2,0.9,0,2.1,0.4,3.6c-0.5,1.3-1.3,3-1.9,4c0,0,0,0,0,0 c-1.3,0.7-3.5,2.1-2.6,3.2C3.5,20.8,4,21,4.2,21c0.8,0,1.7-0.8,2.9-2.9c1.2-0.4,2.5-0.9,3.7-1.1c1,0.6,2.2,0.9,3,0.9 c1.4,0,1.5-1.5,0.9-2C14,15.3,12.2,15.4,11.2,15.6z M17.7,4.9l-4.6-4.6C12.9,0.1,12.6,0,12.3,0H12v6h6V5.7C18,5.4,17.9,5.1,17.7,4.9 z M14.2,16.9c0.2-0.1-0.1-0.6-2-0.4C13.9,17.2,14.2,16.9,14.2,16.9z'/%3E%3C/svg%3E");
}
main a:hover.external-link:after, main a:focus.external-link:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 24' style='enable-background:new 0 0 18 24;' xml:space='preserve'%3E%3Cpolygon fill='%23FBB907' points='0,3 0,6.7 11.7,6.7 0,18.4 2.6,21 14.3,9.4 14.3,20.9 18,20.9 18,3 '/%3E%3C/svg%3E");
}
main a:hover.download:after, main a:focus.download:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 24' style='enable-background:new 0 0 18 24;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23FBB907' points='18,8.8 16.1,7 10.2,12.8 10.2,1.1 7.7,1.1 7.6,12.8 1.8,7 0,8.9 8.9,17.8 '/%3E%3Cpolygon fill='%23FBB907' points='18,20.3 0,20.3 0,22.8 18,22.9 '/%3E%3C/g%3E%3C/svg%3E");
}
main section.blue a:not(.btn-primary) {
  color: white !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
main section.blue a:not(.btn-primary):after {
  content: none !important;
}

/* *  Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* * 	Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* *  Core Owl Carousel CSS File */
.owl-carousel {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  height: 100%;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  height: 100%;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  height: 100%;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../_assets/1a1c4462d009da437855101cc7ff64ea/Images/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.fixed .owl-carousel {
  position: fixed;
  z-index: -1;
}

.owl-page .center-dots {
  padding-right: 17px;
}

.center-dots {
  text-align: center;
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
}

.owl-carousel .item,
.owl-carousel .owl-lazy {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.owl-carousel .item.contain-image,
.owl-carousel .owl-lazy.contain-image {
  background-size: contain;
  background-color: #f0f0e6;
}
.owl-carousel .owl-controls .owl-nav {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 40;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  background: url("/fileadmin/Resources/Public/Images/arrow.svg") no-repeat;
  width: 30px;
  height: 17px;
  background-size: 30px 17px;
  z-index: 90;
  cursor: pointer;
  top: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: block;
  }
}
.owl-carousel .owl-controls .owl-dots {
  z-index: 40;
  display: inline-block;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  float: left;
  margin-right: 13px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
  width: 16px;
  display: inline-block;
  height: 16px;
  border: 2px solid white;
  border-radius: 8px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot:last-child {
  margin: 0;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background-color: white;
}

.item .h1 {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 15px 0;
  line-height: 1;
  text-transform: uppercase;
}
.item .h1 span {
  background: #FFF;
  -webkit-box-shadow: -10px 0px 0 #FFF, 10px 0 0 #FFF;
          box-shadow: -10px 0px 0 #FFF, 10px 0 0 #FFF;
}

.mainCarousel {
  width: calc(100% - 60px);
  margin: 0 auto 1px auto;
  border-left: 1px solid white;
  border-right: 1px solid white;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
@media (min-width: 992px) {
  .mainCarousel {
    width: 800px;
  }
}
.mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}
.mainCarousel .carousel__button {
  background: #0a437d;
}
.mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}
.mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}
.mainCarousel .carousel__button:focus, .mainCarousel .carousel__button:hover {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 45, 87, 0.4);
          box-shadow: 0 0 0 0.25rem rgba(0, 45, 87, 0.4);
  background: #002d57;
}
.mainCarousel .carousel__button svg {
  stroke: white;
}

.thumbCarousel {
  width: calc(100% - 60px);
}
@media (min-width: 992px) {
  .thumbCarousel {
    width: 800px;
  }
}
.thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 1px;
  width: 96px;
  height: 64px;
}
.thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #0a437d;
}

.card {
  border: none;
  border-radius: 0;
  padding: 20px;
  text-decoration: none;
  margin-right: 0;
}
.card:hover, .card:focus {
  color: #0a437d;
  -webkit-box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  .card:hover, .card:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.card img.border {
  border: 1px solid #0a437d !important;
}
.card .card-body {
  padding: 30px 0 0 0;
}

@media (max-width: 991.98px) {
  .top-slider {
    height: 460px !important;
  }
}

.follow .top-slider {
  max-height: 70vh;
  height: 70vh;
}
@media (max-width: 991.98px) {
  .follow .top-slider {
    height: 360px !important;
  }
}

.top-slider,
.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%;
}

.top-slider,
.content-slider {
  position: relative;
  overflow: hidden;
  max-height: 70vh;
  height: 70vh;
}
.top-slider img,
.content-slider img {
  max-width: 100%;
  height: auto;
}
.top-slider .owl-item,
.content-slider .owl-item {
  position: relative;
}
.top-slider .owl-item > div,
.content-slider .owl-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.top-slider .owl-item > div > p:last-child,
.content-slider .owl-item > div > p:last-child {
  margin-bottom: 0;
}
.top-slider .owl-nav,
.content-slider .owl-nav {
  position: absolute;
  left: 0;
  top: calc(50% - 32px);
  color: white;
  font-size: 65px;
  line-height: 65px;
  padding: 0 47px;
  width: 100%;
}
.top-slider .owl-nav .owl-prev,
.top-slider .owl-nav .owl-next,
.content-slider .owl-nav .owl-prev,
.content-slider .owl-nav .owl-next {
  float: left;
}
.top-slider .owl-nav .owl-next,
.content-slider .owl-nav .owl-next {
  float: right;
}
.top-slider .owl-dots,
.content-slider .owl-dots {
  font-size: 0;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: center;
}
.top-slider .owl-dots .owl-dot,
.content-slider .owl-dots .owl-dot {
  vertical-align: middle;
  padding: 0 6px !important;
}
.top-slider .owl-dots .owl-dot span,
.content-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: white;
  border: 2px solid white;
}
.top-slider .owl-dots .owl-dot.active,
.content-slider .owl-dots .owl-dot.active {
  padding-top: 2px;
}
.top-slider .owl-dots .owl-dot.active span,
.content-slider .owl-dots .owl-dot.active span {
  background: #fbb907;
  border-color: #fbb907;
  width: 20px;
  height: 20px;
}

.top-slider .owl-item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  /* ff 3.6+ */
  /* safari 5.1+,chrome 10+ */
  /* opera 11.10+ */
  background: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  /* ie 6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#000000", GradientType=0 );
  /* ie 10+ */
  /* global 94%+ browsers support */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
}

.content-slider {
  overflow: visible;
  height: auto;
  position: relative;
  max-height: inherit;
}
.content-slider:before, .content-slider:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 100' style='enable-background:new 0 0 24 100;' xml:space='preserve'%3E%3Cpath fill='%23F0F4F7' d='M0.3,100C14.5,89.9,24,71.3,24,50.1C24,28.7,14.4,10,0,0L0.3,100z'/%3E%3C/svg%3E%0A") no-repeat left top;
  position: absolute;
  width: 24px;
  height: 100px;
  left: -24px;
  top: calc(50% - 50px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .content-slider:before, .content-slider:after {
    content: none;
  }
}
.content-slider:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: inherit;
  right: -24px;
}
.content-slider .item {
  background-color: #f0f4f7;
  padding: 64px;
}
@media (max-width: 991.98px) {
  .content-slider .item {
    padding: 32px;
  }
}
.content-slider .item .inner-slider-content {
  width: 100%;
  max-width: inherit;
  color: #0a437d;
}
.content-slider .item .inner-slider-content p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .content-slider .item .inner-slider-content p {
    font-size: 16px;
  }
}
.content-slider .item .inner-slider-content p a.btn.btn-primary {
  background: #0a437d;
  color: white;
}
.content-slider .owl-dots {
  display: none;
}
@media (max-width: 991.98px) {
  .content-slider .owl-dots {
    display: block;
    bottom: 50px;
  }
}
.content-slider .owl-nav {
  position: absolute;
  top: calc(50% - 18px);
  color: white;
  font-size: 65px;
  line-height: 65px;
  padding: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .content-slider .owl-nav {
    display: none;
  }
}
.content-slider .owl-nav .owl-prev, .content-slider .owl-nav .owl-next {
  z-index: 10;
  position: absolute;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 36' style='enable-background:new 0 0 20 36;' xml:space='preserve'%3E%3Cpolygon fill='%2310437D' points='5.3,0 0,0 14.7,18 0,36 5.3,36 20,18 '/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 20px;
  height: 36px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-slider .owl-nav .owl-prev {
  left: -10px;
}
@media (max-width: 991.98px) {
  .content-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.content-slider .owl-nav .owl-next {
  right: -10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 991.98px) {
  .content-slider .owl-nav .owl-next {
    right: 0;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hero .title {
  width: 100%;
  padding: 0;
  color: white;
  position: absolute;
  z-index: 100;
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .hero .title {
    padding: 0;
  }
}
.hero .title h1 {
  text-align: center;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 20px;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
.hero .title p {
  text-align: center;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
  .hero .title h1 {
    padding-left: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 10px;
  }
  .hero .title p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
  }
}
.hero .btn-scroll {
  cursor: pointer;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 26px);
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background-color: #0a437d;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 16' style='enable-background:new 0 0 32 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='32,4.2 32,0 16,11.8 0,0 0,4.2 16,16 '/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 32px 16px;
  background-position: center center;
  box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.38);
  z-index: 100;
}

.accordion-flush {
  border-top: 1px solid #0a437d;
  border-bottom: 1px solid #0a437d;
}
.accordion-flush .accordion-item {
  border-bottom: 1px solid #0a437d;
}
.accordion-flush .accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 700;
  color: #0a437d;
  background-color: #f0f4f7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991.98px) {
  .accordion-flush .accordion-item .accordion-button {
    font-size: 16px;
  }
}
.accordion-flush .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Benable-background:new ;%7D .st1%7Bfill:%230A437D;%7D%0A%3C/style%3E%3Cg class='st0'%3E%3Cpath class='st1' d='M6.5,14V9.5H2V6.5h4.5V2h3v4.5H14v3.1H9.5V14H6.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Benable-background:new ;%7D .st1%7Bfill:%230A437D;%7D%0A%3C/style%3E%3Cg class='st0'%3E%3Cpath class='st1' d='M14,6.5v3.1H2V6.5H14z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.accordion-flush .accordion-item .accordion-body {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  .accordion-flush .accordion-item .accordion-body {
    font-size: 16px;
  }
}

.btn {
  border: none;
}
.btn:hover, .btn:focus {
  background-color: #072f57;
}

.btn-primary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 30px;
  height: 70px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 70px;
  background: #f0f4f7;
  color: #0a437d;
}
@media (max-width: 991.98px) {
  .btn-primary {
    font-size: 16px;
  }
}

.image-embed-item {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

iframe, embed, object {
  max-width: 100%;
}

.vendor {
  padding: 2%;
  background: #d1eed1;
  margin-bottom: 2em;
}

.unsupported {
  background: #fddfde;
}

footer .btn-primary {
  background: white;
  color: #0a437d;
}

#map-container {
  height: 850px;
  position: relative;
}

#responsive-iframe-data-portal {
  height: 1400px;
}
@media (max-width: 991.98px) {
  #responsive-iframe-data-portal {
    height: 1400px;
  }
}

.frame-type-textmedia > header > h2 {
  text-align: center;
}

.rss-app ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rss-app ul li {
  margin-bottom: 12px;
}
.rss-app ul a {
  text-decoration: none;
}

img.tweet-img {
  background: red;
}

#buttontoolbar {
  background: #0a437d;
  position: absolute;
  bottom: 40px;
  z-index: 10000000;
}
#buttontoolbar button {
  color: white;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 32px;
}

.popover .popover-body {
  -webkit-box-shadow: 10px 10px 21px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 21px -5px rgba(0, 0, 0, 0.75);
  padding: 0;
}
.popover .popover-body .text {
  padding: 24px;
}
.popover .popover-body .text h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  color: #0a437d;
  margin-bottom: 12px;
}
.popover .popover-body .text p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  color: #0a437d;
}
.popover .popover-body .text .btn-primary {
  font-size: 16px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
}

.form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.form-control:-ms-input-placeholder {
  color: #cccccc;
}

.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.tx-powermail .form-control {
  font-size: 20px;
  background: #072f57;
  border-radius: 0;
  border: none;
  color: white;
}
@media (max-width: 991.98px) {
  .tx-powermail .form-control {
    font-size: 16px;
  }
}
.tx-powermail textarea {
  height: 150px;
}
.tx-powermail .powermail-errors-list {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tx-powermail .powermail-errors-list.filled {
  display: block;
}
.tx-powermail .powermail-errors-list li {
  font-size: 1.25rem;
  color: #e49d13;
}
/*# sourceMappingURL=default.css.map */