@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1628px;
  }
}

.card {
  border: none;
  background-color: #eff5ff;
  border-radius: 5px;
}

.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}
.link-unstyled-all a,
.link-unstyled-all a:link,
.link-unstyled-all a:hover {
  color: inherit;
  text-decoration: inherit;
}

.input-box {
  position: relative;
}

.form-control {
  height: 2.5em;
  padding: 1em;
  background-color: #ffffff;
  border-width: 0;
}

.form-control:focus {
  background-color: #f3f3f3;
  box-shadow: none;
  border-color: rgb(182, 182, 182);
}
.search-form {
  position: relative;
  /* max-width: 20rem; */
}
.search-form .form-control{
  background-color: #eff5ff;

}

.search-form input[type='submit'] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  width: auto;
  height: auto;

  position: absolute;
  right: 1.5em;
  top: 0.75em;
  color: #836e4e;
}

.page-content .search-form {
  border: 1px solid #504b38;
  border-radius: 5px;
}

body {
  font-family: 'Roboto';
  background-color: #ffffff;
}
.nav-links * {
  font-family: 'Roboto';
}

#content img {
  border-radius: 5px;
}


.navbar a {
  font-size: 0.875rem;
  color: #504438;
}

.footer img {
  filter: grayscale() sepia(50%) contrast(60%);
}

@media (min-width: 1200px) {
  ul.navbar-nav .menu-item a[data-toggle='dropdown'][href='#'] {
    font-size: 0.001px;
    padding: 0;
    padding-top: 0.4rem;
    text-decoration: none !important;
    border-bottom: none;
  }
  ul.navbar-nav .menu-item a[data-toggle='dropdown'][href='#']::after {
    text-decoration: none !important;
    display: inline;
    content: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/img/additional_menu_icon.svg');
  }
  ul.navbar-nav li.menu-item:has(a[data-toggle='dropdown'][href='#']) > a {
    text-decoration: none !important;
    color: transparent !important;
  }
}

aside {
  display: flex;
  flex-direction: column;
}

aside ul {
  list-style: none;
  padding: 0;
}

aside ul li {
  margin-top: 10px;
  margin-bottom: 45px;
}

.aside-title {
  margin-bottom: 10px;

  font-weight: 600;
  font-size: 18px;
  line-height: 130%;

  /* or 23px */
  letter-spacing: 0.1em;
  text-transform: uppercase;

  /* Brown 06 */
  color: #5290c1;
}

/* News announcement */
.na:hover .title,
.na:hover .short-text {
  filter: brightness(200%);
}
.na .title,
.na .date,
.na .short-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.na .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #5290c1;
  line-clamp: 1;
}
.na .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  color: #01355e;
  line-clamp: 6;
}
.na.na-big .title {
  font-weight: 900;
  font-size: 26px;
  line-clamp: 3;
}

.na .short-text {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;

  /* or 21px */
  color: #333333;
  line-clamp: 12;
}
.na.na-vertical {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  height: auto;
  width: 100%;
}
.na.na-vertical img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  object-fit: cover;
}
.na.na-horizontal {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  max-width: 100%;
  height: 100%;
  /*width: 100%;*/
}
@media (min-width: 987px) {
  .na.na-horizontal {
    flex-direction: row;
  }
  .na.na-horizontal img {
    margin-right: 30px;
  }
}
.na.na-horizontal.na-small img {
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.na.na-vertical img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  max-height: 440px;
}
.na.na-vertical .date,
.na.na-vertical .title,
.na.na-vertical .short-text {
  margin: 5px 0;
  display: inline-flex;
}

.na.na-big .date {
  margin-top: 25px;
}

.na.na-vertical.na-small .date {
  margin-top: 15px;
}

/* News announcement vertical small */

.na.na-vertical.na-small {
  max-width: 250px;
}
.na.na-vertical.na-small img {
  max-width: 250px;
  max-height: 180px;
}
.na.na-small img {
  max-height: 180px;
  height: 180px;
}

/* News announcement horizontal small */
.na.na-horizontal.na-small {
  max-height: 180px;
  max-width: 100%;
  height: 100%;
  /*width: 100%;*/
  margin-bottom: 2em;
}

.na.na-horizontal.na-small img {
  width: 246px;

  min-width: 246px;
  /* flex-basis: 100%; */
}
.na.na-horizontal.na-small .date {
  margin-bottom: 5px;
}
.na.na-horizontal.na-small .title {
  margin: 5px 0;
}
.na.na-horizontal.na-small .short-text {
  margin-top: 5px;
  max-height: 100%;
}
.na.na-horizontal.na-small .description {
  max-height: 100%;
}
/* News announcement vertical big */
.na.na-vertical.na-big {
  max-width: 660px;
}

/* News announcement vertical medium */
.na.na-vertical.na-medium {
  max-width: 502px;
  padding: 10px !important;
  background-color: #eff5ff;
  border-radius: 5px;
}
.na.na-vertical.na-medium img {
  margin-bottom: 15px;
  max-height: 370px;
}
.na.na-vertical.na-medium .date,
.na.na-vertical.na-medium .title,
.na.na-vertical.na-medium .short-text {
  margin-left: 20px;
  margin-right: 20px;
}
.na.na-vertical.na-medium *:last-child {
  margin-bottom: 25px;
}
@media (max-width: 987px) {
  .na.na-horizontal.na-small {
    max-height: inherit;
    height: inherit;
  }
  .na.na-vertical.na-small {
    max-width: 100%;
    width: 100%;
  }
  .na.na-horizontal.na-small img {
    flex-basis: content;
  }
  .na .description {
    margin-top: 1em;
    max-width: inherit;
  }
  .na {
    align-items: center;
  }
}

/* Photo report announcement */
.pra {
  display: flex;
  flex-direction: row;
  align-items: flex-end;

  position: relative;
}
.pra img {
  position: absolute;
  object-fit: cover;
  z-index: -1;
  filter: brightness(70%);
}

.pra .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.pra .title {
  font-weight: 900;
  font-size: 26px;
  line-height: 130%;
  /* or 34px */
}
.pra .short-text {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.pra .description * {
  /* Neutral Yellowed */
  color: #fffcf6;
  text-shadow: 0px 0px 10px black;
}

.pra:hover img {
  filter: brightness(50%);
}
.pra:hover .description {
  /* filter: brightness(50%); */
  text-shadow: 0px 0px 7px black;
}
.pra .description {
  margin: 30px;
  margin-top: 0;
}
.pra .description * {
  margin: 5px 0;
}
.pra .description *:first-child {
  margin-top: 0;
}
.pra .description *:last-child {
  margin-bottom: 0;
}

.pra.pra-big,
.pra.pra-big img {
  width: 660px;
  height: 450px;
}

.pra.pra-medium,
.pra.pra-medium img {
  width: 384px;
  height: 450px;
}

.pra.pra-small,
.pra.pra-small img {
  width: 246px;
  height: 210px;
}
.pra.pra-small .description {
  margin: 20px;
  margin-top: 0;
}
.pra.pra-small .description .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}

/* Button */

.btn,
.bth-primary {
  --bs-btn-color: #fffcf6;
  --bs-btn-bg: #5290c1;
  --bs-btn-border-color: #5290c1;
  --bs-btn-hover-color: #fffcf6;
  --bs-btn-hover-bg: #6c97b8;
  --bs-btn-hover-border-color: #6f9bbd;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fffcf6;
  --bs-btn-active-bg: #3a90d3;
  --bs-btn-active-border-color: #54a1db;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fffcf6;
  --bs-btn-disabled-bg: #6a8ba5;
  --bs-btn-disabled-border-color: #7aa0bd;

  border: none;
  border-radius: 8px;

  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: block;
  align-items: center;
  text-transform: uppercase;

  padding: 12px 20px;
}

footer#colophon {
  background: #01355e;
  /* Neutral Yellowed */
}
footer#colophon article * {
  color: #fffcf6;
}

footer#colophon a {
  color: #fffcf6;
}
footer#colophon .right-col a {
  color: #adbcc8;
}

footer#colophon .a-white {
  color: #fffcf6 !important;
}

.note {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  /* Brown 06 */
  color: #adbcc8;
}

.social {
  text-decoration: none;
}
/* footer#colophon .social {
  filter: grayscale() sepia(100%) hue-rotate(185deg) saturate(300%) brightness(70%) contrast(50%);
} */

a[class^='social-']:hover {
  filter: brightness(120%);
}

/* Post styling */
.post .post-thumbnail {
  margin-bottom: 1.5em;
}

.post .date {
  margin: 10px 0;
}

.post .entry-title {
  border: none;
  font-weight: 900;
  font-size: 36px;
  line-height: 130%;
  color: #01355e;

  margin: 0;
  margin-bottom: 0em;
}

.post .entry-content,
.content-text {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;

  /* or 23px */

  /* Black 01 */
  color: #333333;
}

.post-navigation .back {
  text-align: center;
}
.post-navigation {
  background-color: #eff5ff;
  max-height: 80px;
}
.post-navigation nav a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */

  text-align: center;
  letter-spacing: -0.022em;

  color: #01355e;
  text-decoration: underline;

  padding: 0;
  border: none;
}
.post-navigation .navigation {
  padding-right: 0;
}
.post .social {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;

  color: #01355e;
}

.author {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  color: #01355e;
}

.tags-links a {
  background-color: #eff5ff;
  padding: 0.25em;
  margin-right: 0.25em;
}

.tags-links a,
.cat-links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  text-decoration-line: underline;
}
.tags-links *,
.cat-links *,
.tags-links,
.cat-links {
  color: #5290c1;
}

.share-text {
  font-weight: 400;

  /* Brown 01 */
  color: #01355e;
}

.front-page-splitter {
  background: #eff5ff;
}

@media (min-width: 987px) {
  .photo-reports .left-margin {
    margin-left: 25px !important;
  }
  .photo-reports .top-margin {
    margin-top: 30px !important;
  }
}
.nav-next a,
.nav-previous a {
  display: flex !important;
}
.nav-previous a {
  justify-content: start;
}
.nav-next a {
  justify-content: end;
}
.nav-next a p,
.nav-previous a p {
  margin: 0;
}

.nav-next a::after,
.nav-previous a::before {
  display: inline-block;
  /* vertical-align: sub; */
}

nav .nav-next a::after {
  content: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/img/chevron_right.svg');
  height: 16px;
  width: 9px;
  padding-left: 0.25em;
}

nav .nav-previous a::before {
  content: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/img/chevron_left.svg');
  height: 16px;
  width: 9px;
  padding-right: 1.25em;
}
.archive-pagination nav ul {
  list-style: none;
  width: max-content;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.archive-pagination nav {
  width: max-content;
}
.archive-pagination nav li {
  margin: 0;
  padding: 0;
}

.archive-pagination nav ul .page-item,
.archive-pagination nav ul .active {
  margin: 0;
  margin-right: 2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.022em;
  font-weight: 400;
  color: #5290c1;
  text-decoration: none;
}
nav ul .active {
  color: #333333;
  /* text-decoration: underline; */
}

.archive-pagination nav ul a {
  color: #01355e;
}
.archive-pagination nav .nav-previous,
.archive-pagination nav .nav-next {
  text-decoration: none;
}

.wpcf7 {
  width: auto;
  max-width: 100%;

  background-color: #eff5ff;
  border-radius: 5px;
  padding: 30px;
}
.wpcf7 label {
  margin-bottom: 20px;
}

.wpcf7 textarea {
  min-height: 10rem;
}

.wpcf7 .wpcf7-spinner {
  width: auto;
  align-self: center;
}

#info-bar .info-bar-item {
  display: flex;
  align-items: center;

  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  color: #01355e;
}
#info-bar div#widgetbridges a {
  flex-direction: column;
}

#info-bar .info-bar-item img {
  padding-right: 0.25em;
}

#info-bar .info-bar-item strong {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;

  color: #256799;
}

ul.navbar-nav li.menu-item:first-child a:not(.dropdown-item) {
  padding-left: 0 !important;
}
ul.navbar-nav li.menu-item:last-child a:not(.dropdown-item) {
  padding-right: 0 !important;
}

#info-bar {
  background-color: #eff5ff;
}
#logo-bar {
  background-color: #ffffff;
}
#nav-bar {
  background-color: #01355e;
}
#nav-bar a {
  color: #ffffff;
}
#nav-bar .dropdown-menu {
  background-color: #eff5ff;
}
#nav-bar .dropdown-menu a {
  color: #01355e;
}

.search-form input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;

  color: #01355e;
}

.search-form input[type='submit'] {
  background-image: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/img/loopa.svg');
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-height: 24px;
  font-size: 0.0001px;
  top: 0.5rem;
  left: calc(100% - 3rem);
}

#main-nav {
  min-height: 40px;
}

.front-page .front-page-block {
  margin-top: 40px;
}
.front-page .block-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */

  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #5290c1;

  margin: 20px 0;
  padding: 0;
}

.front-page #articles .row a:first-child.na-medium {
  padding-left: 0;
}
.front-page #articles .row a:last-child.na-medium {
  padding-right: 0;
}
.front-page-splitter {
  margin-top: 60px;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}

.archive header h1,
.page header h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 130%;

  /* or 47px */
  text-align: center;

  color: #01355e;

  margin-bottom: 40px;
}

.archive .row .na {
  margin-bottom: 60px !important;
}
.archive-pagination {
  margin-bottom: 60px;
}
.archive-pagination * {
  text-decoration: none;
}

.archive-pagination .page-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;

  /* or 23px */
  letter-spacing: -0.022em;

  color: #5290c1 !important;
}

.archive-pagination .page-item a:disabled {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;

  /* or 23px */
  letter-spacing: -0.022em;

  /* Black 01 */
  color: #333333;
}
.archive-pagination .active {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;

  /* or 23px */
  letter-spacing: -0.022em;

  color: #333333 !important;
}

.archive-pagination .nav-previous,
.archive-pagination .nav-next {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */

  letter-spacing: -0.022em;

  /* Brown 01 */
  color: #01355e;
}

footer#colophon .left-col {
  margin-bottom: 65px;
}

.page .entry-content {
  margin-top: 0;
}

.breadcrumb a {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #01355e;
  text-decoration: underline;
}
.breadcrumb a:active,
.breadcrumb a:hover {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #28445a;
  text-decoration: underline;
}

.breadcrumb {
  background: none;

  padding: 0;
  margin: 40px 0;
}

.breadcrumb {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */

  color: #01355e;
}

.breadcrumb .splitter-bc {
  color: #5290c1;
}

.posted-on,
.byline,
.comments-link {
  color: #5290c1 !important;
}
@media (max-width: 620px) {
  
  .archive-pagination nav .nav-previous a,
  .archive-pagination nav .nav-next a{
    font-size: 0.001px;
  }
}

.entry-content a {
  display: inline-block;
}


.entry-content a {
  display: inline;
}