@charset "UTF-8";
.border-2 {
  border-width: 2px !important;
}

.border-5 {
  border-width: 20px !important;
  border-color: #E6E7D5 !important;
}

.border-3 {
  border-width: 4px !important;
  border-color: #0F68AC !important;
}

hr.ce-div {
  border-width: 2px !important;
  border-color: #000000;
  margin-bottom: 4rem;
  margin-top: 1.5rem;
}

a {
  font-weight: 600;
}
a.btn {
  font-family: "Source Sans Pro", sans-serif;
}
a.more {
  font-family: "Merriweather", serif;
  font-size: 14px;
}
a h1 {
  color: #000000;
  font-weight: 400;
}
a h2 {
  color: #000000;
}
a h3 {
  color: #000000;
}

.btn-fts {
  color: #ffffff !important;
  background-color: #6d8442;
  border-color: none;
}

.btn-top {
  color: #000000 !important;
  background-color: #E6E7D5;
  border-color: none;
}

.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}

.btn-eu {
  color: #ffffff !important;
  background-color: #5f79b4;
  border-color: none;
}

.btn-zp {
  color: #ffffff !important;
  background-color: #8b3370;
  border-color: none;
}

.btn-ah {
  color: #ffffff !important;
  background-color: #2a5f48;
  border-color: none;
}

.btn-pu {
  color: #ffffff !important;
  background-color: #57a8d1;
  border-color: none;
}

.btn-rc {
  color: #ffffff !important;
  background-color: #0f67ac;
  border-color: none;
}

.btn-rk {
  color: #ffffff !important;
  background-color: #6d8442;
  border-color: none;
}

.btn-primary {
  color: #000000 !important;
  background-color: #B7D2E7;
  border-color: #B7D2E7 !important;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-primary:hover {
  color: #000000 !important;
  background-color: #ddeaf4;
  border-color: #f1f3e8 !important;
}
.btn-primary:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  margin-left: 2rem;
  color: #000000;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

.bg-fts {
  background: #B7D2E7;
}

.bg-primary {
  background: #B7D2E7 !important;
}

.bg-light {
  background: #f1f3e8 !important;
}

.bg-eu {
  background-color: #fac64c;
}

.bg-pu {
  background-color: #b2dcf2;
}

.bg-zp {
  background-color: #dcc1d4;
}

.bg-ah {
  background-color: #dfd1a4;
}

.bg-rc {
  background-color: #B7D2E7;
}

.bg-rk {
  background-color: #dfdfc5;
}

.bg-ae {
  background-color: #B7D2E7;
}

figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-weight: 300;
}

main {
  /* Margin bottom by footer height */
  padding-top: 0rem;
  padding-bottom: 0rem;
}

#site-wrapper {
  min-height: 100vh;
}

main a {
  color: #0f68ac;
}
main a h1 {
  color: #000000 !important;
}
main a:hover {
  text-decoration: none !important;
  color: #072f4e !important;
}

p a {
  color: #0f68ac !important;
}

/*:-moz-focusring {
  outline: 3px solid black!important;
  z-index: 11000;
}*/
/*footer a:-moz-focusring, .sitemap a:-moz-focusring {
  outline: 3px solid white!important;
  z-index: 11000;
}*/
.sectionheader .fas {
  color: theme-color("primary");
}

.sitemap a, footer a {
  color: #000000;
  font-weight: normal;
}
.sitemap h4, footer h4 {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal !important;
}
.sitemap h4 a, footer h4 a {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal !important;
}

.follow-us li {
  padding: 0 0 1rem 0;
}
.follow-us li a {
  font-size: 18px;
}

.area-link {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 46px;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media (max-width: 800px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  h2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
h2 a {
  color: #000000;
}

h3 {
  font-size: 22px;
  text-transform: none;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024.98px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 18px;
  }
}
h3 a {
  display: block;
  color: #000000;
}

.vcard h3 {
  font-size: 18px;
}

.ce-bodytext h3 {
  margin-bottom: 1rem;
}

h2.sectionheader {
  font-size: 24px;
  text-transform: uppercase;
}

h3.sectionheader {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

h3 .fas,
h2 .fas {
  margin-right: 1rem;
}

p .fas, dd .fas, a fas {
  margin-right: 0.5rem;
  /*position: relative;
  top: 1px;*/
}

.nomargin p {
  margin-bottom: 0.5rem;
}

p {
  font-size: 18px;
}

.lead {
  font-size: 24px;
}
@media (max-width: 900.98px) {
  .lead {
    font-size: 20px;
  }
}

.slider .lead {
  font-size: 1.25rem;
}
@media (max-width: 1199.98px) {
  .slider .lead {
    font-size: 1rem;
  }
}

p b, p strong {
  font-weight: 600;
}

.maincontent ul {
  padding-left: 1.125rem;
}

.ce-textpic .image-caption {
  margin-top: 0.5rem;
}
.ce-textpic .ce-column {
  margin-bottom: 1rem;
}

td {
  padding-right: 0.75rem;
}

a.icon-arrow::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  margin-right: 0.5rem;
}

a.download {
  font-family: "Merriweather", serif;
  font-size: 14px;
}
a.download::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  margin-right: 0.5rem;
  color: #0f68ac;
}

.btn-sm {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn {
  border-radius: 0;
}

.carousel a.btn {
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  text-align: left;
}
.carousel a.btn .fas {
  color: #000000;
}

.badge {
  font-size: 100%;
  font-weight: 300;
  border-radius: 0;
}

header {
  height: 210px;
}
header .navbar-brand {
  margin-top: 22px;
}
header .navbar-brand img {
  width: 860px;
  height: auto;
}
header .headerbutttons {
  margin-top: 49px !important;
  display: none !important;
}
header .heart {
  width: 160px;
}
header .btn.heart {
  border-radius: 0;
  vertical-align: left;
  text-align: left;
}
header form {
  width: 260px;
}
header form .fa-search {
  color: #007191;
}
header form .form-control {
  border: none;
}
header form [type=submit] {
  -webkit-appearance: none;
}
header form .border-lightblue {
  border: 1px solid;
}
header form .input-group-prepend {
  margin-right: 0px;
}

.navbar {
  padding: 0;
  background-color: #ffffff;
}
.navbar a {
  font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 991.98px) {
  .navbar {
    background-color: #ffffff;
  }
  .navbar .mobile-logo {
    margin-left: 1rem;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .navbar .mobile-logo {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar .mobile-logo img {
    width: 400px;
    height: auto;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .navbar .mobile-logo img {
    width: 294px;
  }
}
.navbar .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 113, 145, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.main-nav .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 1rem;
}
.navbar.main-nav .navbar-nav.meta a {
  color: #777777;
}
.navbar.main-nav .navbar-nav a.nav-link.active {
  color: #000000;
  background-color: #B7D2E7;
}
.navbar.main-nav .navbar-nav a.nav-link:hover {
  color: #000000;
  background-color: #B7D2E7;
}
.navbar .dropdown-menu {
  background-color: #f1f3e8;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 1rem 0;
}
.navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  font-weight: 600;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  color: #000000;
  background-color: #B7D2E7;
}
.navbar .dropdown-item:hover, .navbar .dropdown-item:focus {
  color: #000000;
  background-color: #B7D2E7;
}
.navbar .dropdown-toggle::after {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    padding: 1rem 0 1rem 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-brand {
    padding: 1rem 0 1rem 1rem;
    margin-right: 0;
  }
}

.breadcrumb {
  padding: 0;
  margin-bottom: 1rem;
  background-color: transparent !important;
  border-radius: 0;
}
.breadcrumb a {
  color: #777777;
  font-weight: 400;
}
.breadcrumb .breadcrumb-item.active {
  color: #777777;
}

html [type=button] {
  -webkit-appearance: initial;
}

.mm-panel, .mm-navbar {
  background-color: #f1f3e8 !important;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: black;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f1f3e8 !important;
}

.mm-navbars_top {
  background: #f1f3e8 !important;
}

.mm-menu {
  background: #f1f3e8 !important;
}

.claim {
  width: 350px;
  height: 330px;
  position: relative;
  left: -190px;
  top: 50px;
  padding: 1.5rem;
  z-index: 2;
}
.claim img {
  margin-bottom: 0;
}
.claim h1 {
  font-size: 2.25rem;
  text-transform: none;
  letter-spacing: 0.0125em;
  color: black;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .claim {
    width: 320px;
    height: 300px;
    top: 30px;
  }
  .claim h1 {
    font-size: 2rem;
  }
  .claim img {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .claim {
    width: 280px;
    height: 267px;
    top: 0px;
    padding: 1.25rem 1rem 1rem 1rem;
  }
  .claim h1 {
    font-size: 1.7125rem;
  }
  .claim img {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .claim {
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    padding: 1.25rem 1rem 1rem 1rem;
  }
  .claim h1 {
    font-size: 1.75rem;
  }
  .claim img {
    margin-bottom: 0;
  }
}

.hero {
  overflow: hidden;
}
.hero figure, .hero .ce-above .ce-gallery {
  margin: 0;
}
@media (min-width: 992px) {
  .hero {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .hero {
    height: 420px;
  }
}

footer .nav .nav-item .nav-link {
  padding: 0 1rem;
}
footer .nav .nav-item .nav-link:hover {
  text-decoration: underline;
  color: #000000;
}

.sidebar {
  padding-top: 5rem;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sectiontext {
  margin-bottom: 2rem;
}

.places_slider .carousel-caption {
  right: auto;
  bottom: 0px;
  left: 0%;
  text-align: left;
  padding: 0.5rem 1rem;
}

.fa.success {
  color: green;
}

.partnerlogo {
  min-height: 153px;
}
.partnerlogo img {
  max-width: 200px;
}

.partnerlinkheight {
  min-height: 65px;
}

.pagination {
  border-radius: 0;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .page-item.active .page-link {
  background-color: #B7D2E7;
  border-color: #B7D2E7;
  color: #000000;
}

.tx-indexedsearch-searchbox {
  font-size: 18px;
}

.tx-indexedsearch-browsebox {
  display: block;
  padding-left: 0;
  list-style: none;
  margin: 1rem 0 3rem 0;
}

ul.tx-indexedsearch-browsebox {
  display: flex;
}

.tx-indexedsearch-browsebox li a {
  padding: 0.5rem;
  background: #f1f3e8;
  margin-right: 0.5rem;
}

.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background: #B7D2E7;
  color: #000000;
}

.tx-indexedsearch-icon {
  display: none;
}

.page-link {
  color: #777777;
  background-color: #f1f3e8;
  border-color: #f1f3e8;
  margin: 0 4px 4px 0;
}
.page-link:hover {
  background-color: #B7D2E7;
  color: #000000;
}

.filter-tool .select-wrapper {
  position: relative;
}
.filter-tool .select-wrapper:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  content: "";
  position: absolute;
  right: 15px;
  top: 8px;
  pointer-events: none;
}
.filter-tool .form-control {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.custom-radio .custom-control-label::before {
  border-color: #000000;
  border-width: 1px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000000;
  background-color: #000000;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 100vh;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal {
  padding-right: 0 !important;
}

.modal-header {
  border: none;
}

.modal-header {
  border-bottom: none;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}

.modal-backdrop {
  background-color: #fff;
  opacity: 1 !important;
  border: 10px solid rgba(136, 136, 136, 0.4);
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

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

.modal-content .close {
  opacity: 1;
  font-size: 30px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

figcaption {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  margin-top: 0.25rem;
}

@media (min-width: 1024px) {
  body {
    background-image: url("../Images/BG-Kachel_72dpi.gif");
  }
}
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  z-index: 6789;
}

.navbar-show-logo .img-fluid {
  width: 34px;
}

_:-ms-fullscreen,
:root #site-mobile-menu {
  display: none;
}

@media print {
  main.border-5 {
    border: none !important;
    border-width: 0px !important;
    border-color: #fff !important;
  }

  .break-avoid {
    page-break-inside: avoid;
  }
}
@media (max-width: 767.98px) {
  footer .border-top {
    border: none !important;
  }
}
.fa-ul {
  margin-left: 1.5em;
}

/* additional colors for MECAM */

.btn-em {
  color: #ffffff !important;
  background-color: #4b3e27;
  border-color: none;
}

.bg-me {
  background-color: #d3c39a;
}

.btn-eut {
  color: #fff !important;
  background-color: #2C3D4A;
  border-color: none;
}

.bg-eut {
  background-color: #f4f53d;
}

/*
  Program-specific vue search app and vue-multiselect customization 

*/

em.custom {
  background-color: yellow;
}

.badge-primary {
  background: #B7D2E7 !important;
  color: #000000 !important;
}

.list-group-item-primary.active {
  background: #B7D2E7 !important;
  color: #000000 !important;
}

.multiselect__option--selected {
  background: #B7D2E7;
  color: black;
  font-weight: normal;
}

.multiselect__option--selected::after {
  content: attr(data-selected);
  color: black;
  background: inherit;
}

.multiselect__option--highlight {
  background: #B7D2E7;
  outline: none;
  color: black;
}

.multiselect__option--highlight::after {
  content: attr(data-select);
  background: #B7D2E7;
  color: black;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #B7D2E7;
  color: black;
}

.multiselect__option--selected.multiselect__option--highlight::after {
  background: #B7D2E7;
  color: black;
  content: attr(data-deselect);
}

/*# sourceMappingURL=custom-rc.css.map */
