a {
  transition: 0.75s ease all;
  text-decoration-color: transparent;
}
a:hover, a:focus {
  transition: 0.75s ease all;
  text-decoration-color: currentColor;
}

body, p {
  font-family: "Roboto", serif;
  font-weight: 400;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Poly", serif;
}

h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

h3 {
  color: #398557;
  line-height: 1.3em;
}

h4 {
  font-size: 24px;
  margin-bottom: 25px;
}

blockquote {
  background-color: #f6f6f6;
  border-left: 10px solid #398557;
  font-family: "Poly", sherif;
  font-size: 26px;
  font-style: italic;
  margin: 30px 0;
  padding: 45px 70px 45px 45px;
}

blockquote:before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f10d";
  font-weight: 900;
  color: #398557;
}

.content ol, .content ul {
  padding-left: 4em;
}

.content li {
  padding-left: 1em;
  padding-bottom: 1em;
}

.content {
  font-size: 16px;
}

.author {
  display: none;
}

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

.txt-white {
  color: #fff !important;
}

.txt-green {
  color: #398557 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-green {
  background-color: #398557;
}

.bg-navy {
  background-color: #003465;
}

.msb_btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 10px 45px;
  transition: 0.75s ease all;
}

.msb_btn:hover, .msb_btn:focus {
  color: #fff;
}

.msb_btn.bg-green:hover, .msb_btn.bg-green:focus {
  background-color: #2a6140;
}

.msb_btn.bg-navy:hover, .msb_btn.bg-navy:focus {
  background-color: #001a32;
}

.slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 25%;
}

.slider.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.slider.owl-carousel .owl-dot span {
  display: block;
  background-color: rgba(255, 255, 255, 0.25);
  /*	border: 2px solid #fff; */
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  height: 10px;
  width: 10px;
}

.slider.owl-carousel .owl-dot.active span {
  background-color: #fff;
}

.navbar-brand {
  height: auto !important;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav {
  margin-top: 30px;
}

.navbar-nav > li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.navbar-nav > li.has-child span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  text-align: center;
  padding: 14px;
}

.navbar-nav > li > a {
  font-size: 20px;
  font-weight: 600;
  color: #003465;
}

.navbar-nav .nav-search {
  display: none;
  /*	display: flex; */
  flex-direction: column;
  align-items: end;
  justify-content: center;
  cursor: pointer;
}

.navbar-nav .nav-search img {
  max-width: 22px;
}

.navbar-toggler span {
  display: block;
  border: 1px solid #003465;
  margin: 3px 0;
  width: 20px;
}

.sub-menu {
  display: none;
  list-style: none;
}

.sub-menu a {
  display: block;
  color: #003465;
  padding: 0.5rem 0;
}

.sub-menu a:hover, .sub-menu a:focus {
  color: #398557;
  text-decoration: underline;
}

.msb_section {
  position: relative;
  padding: 30px 0;
}

.msb_section_title {
  font-family: "Poly", serif;
  font-size: 48px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.mbs-icon-grid {
  text-align: center;
  cursor: pointer;
  margin: 0 auto 50px;
}

.mbs-icg-icon {
  background-image: url("../images/rectangle.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  padding: 60px;
  font-size: 50px;
}

.mbs-icg-title {
  font-family: "Poly", serif;
  font-size: 30px;
  color: #000;
  margin: 0 auto 30px;
  /*max-width: 300px;*/
  line-height: 1.2;
}

.mbs-icg-desc {
  font-family: "Roboto", serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  min-height: 90px;
}

.mbs_icg_more a {
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  color: #2d6a2e;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.mbs_icg_more a:hover {
  text-decoration: none;
  color: #1e461e;
  transform: scale(1.05);
  text-shadow: 0 3px 12px rgba(21, 78, 32, 0.07);
  letter-spacing: 0.05em;
}
.mbs_icg_more a:focus {
  text-decoration: none;
  color: #1e461e;
}
.mbs_icg_more a:focus-visible {
  outline: 2px solid #2d6a2e;
  outline-offset: 4px;
  border-radius: 2px;
}
.mbs_icg_more a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.25em;
  height: 2px;
  width: 0.75em;
  background: #2d6a2e;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: opacity 0.75s ease, transform 0s 0.75s;
  pointer-events: none;
}
.mbs_icg_more a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1.33em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%232d6a2e' d='M25 156 L167 256 L25 356 Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.75s ease all;
  pointer-events: none;
}
.mbs_icg_more a:hover::before, .mbs_icg_more a:focus::before {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
  background: #1e461e;
  transition: transform 0.75s ease, opacity 0s;
}
.mbs_icg_more a:hover::after, .mbs_icg_more a:focus::after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%231a4d1b' d='M25 156 L167 256 L25 356 Z'/%3E%3C/svg%3E");
}

.mbs_icg_more a span,
.mbs_icg_more a svg.svg-inline--fa {
  font-size: 24px;
  position: relative;
  top: 2px;
  margin-left: 10px;
  transition: 0.75s ease all;
}

.mbs_icg_more a:hover span,
.mbs_icg_more a:focus span,
.mbs_icg_more a:hover svg.svg-inline--fa,
.mbs_icg_more a:focus svg.svg-inline--fa {
  opacity: 0;
}

.mbs_icon_grid:hover .mbs_icg_title, .mbs_icon_grid:hover .mbs_icg_desc {
  color: rgba(0, 0, 0, 0.6);
}

.msb_update-carousel-wrapper {
  padding: 0 0 30px;
}

.msb_update-carousel .slick-slide {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 30px;
  padding-left: 30px;
}

.msb_update-icon {
  display: inline-block;
  margin-bottom: 10px;
}

.msb_update-icon img {
  max-width: 52px;
}

.msb_update-date {
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.msb-update-title {
  margin-bottom: 20px;
}

.msb-update-title a {
  font-family: "Poly", serif;
  font-size: 26px;
  color: #000;
  line-height: 1.2;
}

.msb-update-title a:hover, .msb-update-title a:focus {
  color: #398557;
}

.msb-update-description p {
  font-weight: 500;
}

.msb_update-carousel {
  position: relative;
}

.msb_update-carousel .owl-stage-outer {
  margin-right: 1px;
}

.msb_update-more {
  margin: 30px 0;
  text-align: center;
}

.msb_update-carousel .slick__arrow {
  position: absolute;
  top: -80px;
  width: 100%;
  text-align: center;
}

.msb_update-carousel .slick__arrow button.slick-prev, .msb_update-carousel .slick__arrow button.slick-next {
  border: 2px solid rgba(0, 0, 0, 0.5) !important;
  padding: 3px 14px !important;
  margin: 0 3px !important;
  background: transparent;
}

.msb_update-carousel .slick-prev, .msb_update-carousel .slick-next {
  font-size: 0;
}

.msb_update-carousel .slick-prev:before, .msb_update-carousel .slick-next:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.msb_update-carousel .slick-prev:before {
  content: "\f053";
}

.msb_update-carousel .slick-next:before {
  content: "\f054";
}

.msb_update-carousel .slick__arrow button.slick-prev:hover,
.msb_update-carousel .slick__arrow button.slick-next:hover,
.msb_update-carousel .slick__arrow button.slick-prev:focus,
.msb_update-carousel .slick__arrow button.slick-next:focus {
  background-color: #398557;
  border-color: #398557;
}

.msb_update-carousel .slick__arrow button.slick-prev:hover:before,
.msb_update-carousel .slick__arrow button.slick-next:hover:before,
.msb_update-carousel .slick__arrow button.slick-prev:focus:before,
.msb_update-carousel .slick__arrow button.slick-next:focus:before {
  color: #fff;
}

.owl-carousel .owl-item .w_update-icon img {
  width: unset;
}

.msb_calendar-container {
  padding: 30px 0;
}

.msb_calendar-big {
  background-color: #fff;
  height: 100%;
  text-align: center;
  position: relative;
}

.msb_calendar-big-date, .msb_calendar-small-date {
  background-color: #f6f6f6;
  font-family: "Poly", serif;
  font-weight: 600;
  color: #14548f;
  text-align: center;
}

.msb_calendar-big-date {
  font-size: 38px;
  padding: 15px;
}

.msb_calendar-big-entry {
  font-family: "Poly", serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding: 49px 30px;
}

.msb_calendar-small-date {
  font-size: 24px;
  padding: 50px 30px;
}

.msb_calendar-small {
  background-color: #fff;
  text-align: center;
  position: relative;
}

.msb_calendar-small.first {
  margin: 15px 0;
}

.msb_calendar-big:hover .msb_calendar-big-entry,
.msb_calendar-big:hover .msb_calendar-big-date,
.msb_calendar-small:hover .msb_calendar-small-entry,
.msb_calendar-small:hover .msb_calendar-small-date,
.msb_calendar-small:hover a {
  color: #398557;
  text-decoration-color: #398557;
  text-decoration: underline;
}

.msb_calendar-small-entry {
  font-family: "Poly", serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.msb_calendar-big-date:before, .msb_calendar-small-date:before {
  display: block;
  background-color: #14548f;
  position: relative;
  width: 100px;
  content: "";
  height: 5px;
  top: -15px;
  margin: 0 auto;
}

.msb_calendar-small-date:before {
  top: -50px;
}

.msb_calendar-big:hover .msb_calendar-big-date:before,
.msb_calendar-small:hover .msb_calendar-small-date:before {
  background-color: #398557;
}

.msb_calendar-big-date:after {
  display: block;
  background-image: url("../images/recdot.png");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  content: "";
  margin: 0 auto;
  position: relative;
  bottom: -22px;
}

.msb_calendar-more {
  text-align: center;
  margin: 30px 0 0;
  padding: 30px 0 0;
}

.region-newsletter-signup .form-item {
  display: inline-block;
  width: 70%;
}

.region-newsletter-signup .form-item label {
  display: inline-block;
  width: 25%;
}

.region-newsletter-signup .form-item input {
  display: inline-block;
  width: 70%;
}

.region-newsletter-signup .form-actions {
  display: inline-block;
  width: 20%;
}

.msb_nletter-wrapper {
  background-image: url("../images/newsletter-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.msb_nletter {
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}

.msb_nletter h3.msb_section_title {
  font-size: 36px;
}

.msb_nletter p {
  font-size: 20px;
}

.msb_nletter input[type=text] {
  padding: 7px 20px;
  width: 100%;
}

.msb_nletter button {
  background-color: #398557;
  border: none;
  color: #fff;
  padding: 8px;
  width: 100%;
  transition: 0.75s ease all;
}
.msb_nletter button:hover, .msb_nletter button:focus {
  background-color: #2a6140;
}

.msb_nletter button span {
  font-size: 0;
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.pdtb60 {
  padding: 60px 0;
}

.pdt60 {
  padding-top: 60px;
}

.pdtb30 {
  padding: 30px 0;
}

.footer-content-widgets {
  border-bottom: 1px solid #000;
  max-width: 320px;
  margin: 0 auto;
}

/*.mbs_widget {
	margin-bottom: 45px;
}*/
.mbs_widget a {
  color: #000;
}

.mbs_widget a:hover, .mbs_widget a:focus {
  color: #398557;
}

.mbs_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mbs_widget ul li a {
  display: block;
  padding: 5px 0;
}

.mbs_widget ul li a:hover {
  background: transparent;
  text-decoration: underline;
}

.w-title, .mbs_widget h2 {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.mb_icon {
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 0 5px 50px;
}

.mb_icon.map_icon {
  background-image: url("../images/map.png");
  background-position: left 8px;
}

.mb_icon.phone_icon {
  background-image: url("../images/phone.png");
}

.mb_icon.mail_icon {
  background-image: url("../images/mail.png");
}

.mb_icon.twitter_icon {
  background-image: url("../images/twitterOutline.png");
}

.footer_logo img {
  max-width: 320px;
}

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

.cr-link {
  margin-bottom: 10px;
}

.cr-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cr-link ul li {
  display: inline;
  margin-right: 15px;
}

.cr-link ul li:after {
  display: inline-block;
  content: "|";
  margin-left: 15px;
}

.cr-link ul li:last-child:after {
  display: none;
}

.cr-link ul li a {
  color: #000;
}

.cr-link ul li a:hover, .cr-link ul li a:focus {
  color: #398557;
}

.region-newsletter-signup button {
  margin-right: 0 !important;
}

.msb_social {
  margin: 10px 0 70px -10px;
}

.msb_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.msb_social ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.msb_social ul li a {
  display: block;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-color: #4b4b4b;
  color: #fff;
  padding-top: 4px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.msb_social ul li a:hover, .msb_social ul li a:focus {
  background-color: #398557;
  color: #fff;
}

.msb_social ul li a span {
  width: 15px;
  text-align: center;
}

.msb_social p {
  clear: both;
  padding-top: 6px;
  text-align: center;
}

/*
SubPage
*/
.breadcrumb-container {
  margin-bottom: 20px;
  background: #f5f5f5;
}

.breadcrumb {
  border-radius: unset;
  margin-bottom: 0;
  background: none;
}

.breadcrumb li {
  text-transform: uppercase;
  font-weight: bold;
}

.breadcrumb li.active {
  color: #398557;
}

.page-header {
  background-image: url("../images/page-title-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin: 40px 0 0 0;
}

.page-title {
  font-family: "Poly", serif;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.main-content {
  padding: 100px 0;
}

#email-signup {
  margin-top: 60px;
}

#block-mainnavigation-4 {
  margin-bottom: 50px;
}

#block-mainnavigation-4 h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
  text-transform: uppercase;
}

#block-mainnavigation-4 ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
  float: none;
}

#block-mainnavigation-4 ul.menu li {
  position: relative;
  margin: 0;
  width: 100%;
}

#block-mainnavigation-4 ul li.sw-has_child span {
  position: absolute;
  top: 10px;
  right: 0;
  height: 22px;
  width: 22px;
  text-align: center;
  cursor: pointer;
}

#block-mainnavigation-4 ul li.sw-has_child.aktif > a {
  font-weight: 500;
}

#block-mainnavigation-4 ul li.sw-has_child span:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0d7";
}

#block-mainnavigation-4 ul li.sw-has_child.aktif span:before {
  content: "\f0d8";
}

#block-mainnavigation-4 a {
  display: block;
  font-size: 14px;
  color: #000;
}

#block-mainnavigation-4 a:hover, #block-mainnavigation-4 a.is-active {
  background: none;
  color: #398557;
}

#block-mainnavigation-4 > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#block-mainnavigation-4 > ul > li > a {
  padding: 10px 0;
  text-transform: uppercase;
}

#block-mainnavigation-4 ul li ul {
  display: none;
  padding-bottom: 10px;
}

#block-mainnavigation-4 ul li ul li a {
  padding: 5px 20px 5px;
}

#block-mainnavigation-4 ul li ul li:first-child a {
  padding-top: 0;
}

.w-calendar-entry {
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-family: "Poly", serif;
  text-align: center;
}

.w-calendar-date {
  background-color: #f6f6f6;
  font-size: 40px;
  font-weight: 600;
  color: #14548f;
  position: relative;
  padding: 10px;
}

.w-calendar-date span {
  display: inline-block;
}

.w-calendar-date span:before {
  display: block;
  border: 5px solid #14548f;
  content: "";
  position: relative;
  top: -10px;
  margin: 0 auto;
  width: 100%;
}

.w-calendar-date:after {
  display: block;
  background-image: url("../images/recdot.png");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  content: "";
  margin: 0 auto;
  position: relative;
  bottom: -16px;
}

.w-calendar-detil {
  font-size: 22px;
  padding: 30px 20px;
}

.w_text-more {
  margin: 15px;
  text-align: center;
}

.w_text-more span {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.widget-update, .block-views-blocklatest-news-block-2 {
  text-align: center;
}

.w-update-icon {
  margin-bottom: 15px;
}

.w-update-icon img {
  margin-bottom: 10px;
}

.w-update-icon span {
  display: block;
  font-weight: 500;
}

.w-update-title a {
  font-family: "Poly", serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #212529;
}

figure {
  margin: 0 0 2rem;
}

figure img {
  margin-bottom: 15px;
}

figcaption {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

article table {
  margin: 30px 0;
}

article table th {
  background-color: #003465;
  color: #fff;
}

article table th, article table td {
  vertical-align: middle;
  text-align: center;
}

.msb_video a {
  display: block;
  position: relative;
}

.msb_video a:before {
  display: block;
  background-image: url("../images/play-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}

ul.list_diamond {
  padding: 0;
  list-style: none;
}

ul.list_diamond li {
  position: relative;
  padding-left: 25px;
}

ul.list_diamond li:before {
  display: inline-block;
  background-image: url("../images/recdot.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 12px;
  width: 12px;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
}

/* Home Slides */
#views_slideshow_cycle_main_home_slide-block_view_slide {
  width: 100% !important;
}

.view-slides {
  width: 100% !important;
}

/* Home Slides - Fluid responsive */
.slide-item {
  height: clamp(200px, 35vw, 420px);
  width: 100% !important;
  overflow: hidden;
  position: relative;
}

.slide-divider {
  width: 0;
  height: 0;
  float: left;
  position: relative;
  border-bottom: clamp(200px, 35vw, 420px) solid #003464;
  border-left: clamp(80px, 12vw, 160px) solid transparent;
  margin-left: calc(-1 * clamp(80px, 12vw, 160px));
}

.slide-image {
  width: 51%;
  height: 100%;
}

.slide-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
}

/* Override Splide's height:auto on images */
.splide .slide-image img {
  height: 100% !important;
  object-fit: cover !important;
}

.slide-text-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 61%;
  border-left: clamp(80px, 12vw, 160px) solid transparent;
  border-bottom: clamp(200px, 35vw, 420px) solid #003464;
}

.slide-text {
  position: absolute;
  top: clamp(10px, 5vw, 100px);
  right: clamp(20px, 5vw, 70px);
  width: 40%;
}

.slide-title {
  color: #fff;
  font-family: "Poly", serif;
  font-size: clamp(18px, 3.5vw, 48px);
  line-height: clamp(24px, 4vw, 56px);
}

.slide-desc {
  color: #fff;
  font-family: "Roboto", serif;
  font-size: clamp(12px, 1.5vw, 20px);
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

a.slide-link {
  color: #fff;
  display: inline;
  padding-left: 15px;
}

.slide-desc p {
  display: inline;
}

#calendar {
  margin-bottom: 70px;
}

.menu--main li a {
  text-transform: uppercase;
}

.navbar {
  margin-bottom: 0;
}

section.title {
  margin-top: -30px;
}

.navbar-toggle {
  margin-top: 23px;
}

.navbar-toggle .icon-bar {
  height: 4px;
  background: #000;
}

.search-button {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 10px;
}

.search-wrapper {
  display: none;
  visibility: hidden;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.search-form {
  position: relative;
  top: 40%;
}

.search-form input {
  width: 100%;
}

.search-form input[type=text] {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
  padding: 15px 0;
}

.search-form button[type=submit] {
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  top: 20px;
  padding: 0;
}

.clos-form {
  position: relative;
  text-align: right;
  top: 30px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.ckeditor-accordion-container > dl {
  border: 1px solid #14548F !important;
}

.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
  background-color: #14548F !important;
  border-bottom: 1px solid #14548f !important;
}

.ckeditor-accordion-container > dl dt.active > a, .ckeditor-accordion-container > dl dt.active > a:not(.button), .ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #3A8556 !important;
}

.ckeditor-accordion-container > dl dd {
  padding: 15px;
}

.g-recaptcha {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

#block-popupform {
  display: none;
  padding: 30px 20px;
}

.spb_top_center {
  max-height: 100%;
  overflow-y: scroll;
}

@media (max-width: 480px) {
  .slide-text-container {
    width: 70%;
  }
  .search-button {
    display: none;
  }
  .page-title {
    font-size: 30px !important;
  }
}
@media (min-width: 400px) {
  .msb_nletter button span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .spb_top_center {
    left: 10%;
    right: 10%;
  }
  .region.region-navigation {
    width: 70%;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .slide-text-container {
    width: 67%;
  }
  .flexrow {
    display: flex;
    flex-flow: column;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .page-title {
    font-size: 40px;
    padding: 2rem;
  }
}
@media (min-width: 769px) {
  .region.region-navigation-collapsible {
    display: inline-block;
  }
  .navbar-collapse.collapse {
    display: inline-block !important;
    margin-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav > li {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .navbar-nav {
    margin-top: 0;
  }
  .navbar-nav > li {
    border: none;
    margin-left: 15px;
  }
  .navbar-nav > li.has-child {
    padding-right: 15px;
  }
  .navbar-nav > li.has-child span {
    top: 15px;
    width: auto;
    height: auto;
    padding: 0;
  }
  .navbar-nav > li.has-child:hover > .sub-menu, .navbar-nav > li.has-child:focus > .sub-menu {
    display: block;
  }
  .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 2;
    width: 240px;
  }
  .sub-menu li {
    position: relative;
  }
  .sub-menu a {
    display: block;
    color: #003465;
    padding: 0.5rem 1rem;
  }
  .sub-menu a:hover, .sub-menu a:focus {
    background-color: #398557;
    color: #fff;
    text-decoration: none;
  }
  .msb_calendar-small.first {
    margin-top: 0;
  }
  .footer-content-widgets {
    max-width: 100%;
  }
  .footer-copyright {
    text-align: left;
  }
  .cr-link ul li {
    float: left;
  }
  .msb_social ul li {
    float: left;
  }
  .cr-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li {
    margin-left: 15px;
  }
  /*.mb_icon {
    margin-left: 130px;
  }*/
}
.splide--view--home-slide button.splide__toggle.is-active {
  display: none !important;
}
.splide--view--home-slide .splide__pagination__page {
  width: 18px !important;
  height: 18px !important;
  margin: 3px 0.75rem !important;
}

.latest-news .col-md-4 {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 30px;
  padding-left: 30px;
}
.latest-news .pager li > a, .latest-news .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  color: black;
  font-weight: bold;
  float: unset;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  transition: background-color 0.3s ease;
}
.panel-default > .panel-heading:hover {
  background-color: #e8e8e8;
}

.panel-heading {
  padding: 0 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
  text-decoration: none;
  line-height: 5rem;
}

.panel-title > a:hover,
.panel-title > a:focus {
  color: #14548f;
  text-decoration: none;
  line-height: 5rem;
}

.panel-body {
  padding: 15px;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.panel-heading .accordion-toggle {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 45px;
}
.panel-heading .accordion-toggle::before, .panel-heading .accordion-toggle::after {
  background: #888;
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  position: absolute;
  top: 50%;
  will-change: transform;
}
.panel-heading .accordion-toggle::before {
  left: 13px;
  transform: rotate(135deg);
}
.panel-heading .accordion-toggle::after {
  left: 20px;
  transform: rotate(-135deg);
}
.panel-heading .accordion-toggle[aria-expanded=true]::before {
  transform: rotate(45deg);
}
.panel-heading .accordion-toggle[aria-expanded=true]::after {
  transform: rotate(-45deg);
}
.panel-heading .accordion-toggle:hover::before, .panel-heading .accordion-toggle:hover::after {
  background: #14548f;
}

.field--name-field-media-file .field--item {
  margin-bottom: 0;
}

.file {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
  transition: background-color 0.15s ease;
  position: relative;
  cursor: pointer;
}
.file:hover {
  background-color: #f0f4f8;
}
.field--item:first-child .file {
  border-top: 1px solid #e8e8e8;
}
.file > span,
.file > span:first-child,
.file > span:last-child {
  background: none;
  border: none;
}

.file-icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.file-icon .icon {
  font-size: 18px;
  color: #1a3a5c;
}

.file-link {
  flex: 1;
  min-width: 0;
}
.file-link a {
  color: #1a3a5c;
  text-decoration: none;
  font-weight: 500;
}
.file-link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.file-link a:hover, .file-link a:focus {
  color: #0d2640;
  text-decoration: none;
}

.file-size {
  flex-shrink: 0;
  margin-left: 16px;
  color: #888;
  font-size: 0.85em;
  white-space: nowrap;
}

.media-inline a {
  color: #1a3a5c;
  text-decoration: none;
  font-weight: normal;
}
.media-inline a:hover, .media-inline a:focus {
  color: #0d2640;
  text-decoration: underline;
}
