html {
  font-size: 100.01%;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
  color: #231f20;
}

.container {
  /*max-width: 1260px;*/
  width: 100%;
}

:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a, .btn, button, .nav-link img, .collapse-arrow {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a {
  color: #231f20;
}

a:hover {
  color: var(--link-hover-color, #000);
}

p {
  margin: 0 0 0px;
}

strong {
  font-weight: 700;
}

sub, sup {
  font-size: 65%;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-blue {
  color: #111e90;
}

.lead {
  font-size: 1.67em;
  margin-bottom: 1.5em;
}

.btn {
  border-radius: 0;
  padding: 6px 12px;
}

.btn-link {
  font-size: 20px;
  color: #231f20;
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.btn-primary {
  border-color: #111e90;
  background: #111e90;
  font-weight: 700;
  color: #fff;
}

.btn-submit {
  padding: 6px 20px;
  letter-spacing: 3px;
}

.cta-btn {
  letter-spacing: 0.08em;
}

.bg-gray {
  background-color: #ddd;
  color: #111e90;
}

.bg-blue {
  background-color: #111e90;
  color: #ffffff;
}

.navbar-nav {
  margin-left: 5px;
  flex-wrap: wrap;
  justify-content: center;
}

.navbar-nav li {
  margin: 0 5px;
  display: flex;
  align-items: center;
}

.input-group-mainSearch:hover {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.input-group-mainSearch .form-control {
  font-size: 17px;
  padding-left: 18px;
}

.input-group-mainSearch .form-control, .input-group-mainSearch .btn {
  height: 45px;
}

.input-group-mainSearch .btn {
  color: var(--link-color, #17a2b8);
}

.input-group-mainSearch .btn svg {
  width: 22px;
  height: 22px;
}

.home {
  min-height: 320px;
  height: 85vh;
}

.home .logo-home-link,
.home .logo-home-link:hover {
  text-decoration: none;
}

.navbar-nav a {
  color: rgba(0, 0, 0, .9) !important;
  white-space: nowrap;
}

.navbar-nav .active > a,
.navbar-nav a:hover {
  text-decoration: underline !important;
}

.footer {
  font-size: 11px;
}

.logo img {
  max-width: 312px;
  width: 100%;
}

img.logo {
  max-width: 375px;
  width: 100%;
}

.logo-tagline {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  margin-top: 2px;
  line-height: 1.3;
}

a.logo {
  display: block;
}
a.logo:last-child {
  margin-bottom: -100px;
}
a.logo + .logo-tagline {
  padding-left: 0.5em;
  position: absolute;
}

.inner-page {
  padding: 15px 0;
}

.page-content {
  font-size: 16px;
  padding: 30px 0;
  margin-bottom: 40px;
}

.page-title {
  margin-bottom: 25px;
}

.page-title h1 {
  font-weight: 700;
  font-size: 28px;
}

.page-content p {
  margin-bottom: 16px;
}

.page-content h2 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 22px;
  margin-bottom: 8px;
}

.page-content h3 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 8px;
}

.page-content h4 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 22px;
  margin-bottom: 8px;
}

.page-content > div > div > h2:first-of-type,
.page-content > div > div > h3:first-of-type,
.page-content > div > div > h4:first-of-type,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child {
  margin-top: 0;
}

.page-results {
  font-size: 14px;
  font-weight: 500;
}

.page-updates {
  font-size: 18px;
}

.page-updates li {
  margin-bottom: 5px;
}

.page-results li {
  margin-bottom: 35px;
}

.page-results li h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.page-results li h3 a {
  color: #1a0dab;
}

.page-results a:hover {
  color: var(--link-hover-color, #000);
}

.page-results p a {
  text-decoration: underline;
}

.pagination_area {
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
}

.pagination_area li {
  margin-right: 8px;
}

.pagination_area span, .pagination_area a {
  border-width: 0 !important;
  border-radius: 25px !important;
  font-weight: 500;
}

.accordion .btn-block {
  text-decoration: none !important;
  padding: 10px 40px 10px 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
}

.collapse-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 16px;
}

[aria-expanded="true"] .collapse-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .card-body {
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
}

.accordion .card-body a {
  color: #1a0dab;
  text-decoration: underline;
}

.accordion .card-body a:hover {
  color: var(--link-hover-color, #000);
  text-decoration: none;
}

.accordion .card-body p {
  margin-bottom: 5px;
}

.accordion .card-body ul {
  margin-bottom: 20px;
}

.accordion .card-body ul li {
  margin-bottom: 5px;
}

.accordion .card:first-child {
  border-radius: 15px 15px 0 0;
}

.accordion .card:last-child {
  border-radius: 0 0 15px 15px;
}

.contact-form form {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 35px 25px;
  max-width: 520px;
  font-size: 14px;
  margin: auto;
  width: 100%;
}

.contact-form form label {
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-form form .btn {
  border-radius: 5px;
}

.contact-form form .form-control {
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}

.contact-form form input.form-control {
  height: 42px;
}

.post_image {
  max-width: 40%;
  -webkit-flex: 0 0 40%;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  -o-flex: 0 0 40%;
  flex: 0 0 40%;
}

.post_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post_content {
  padding: 25px 28px;
  max-width: 60%;
  -webkit-flex: 0 0 60%;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  -o-flex: 0 0 60%;
  flex: 0 0 60%;
}

.post_author {
  margin-bottom: 15px;
}

.post_author h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1px;
}

.post_author h6 {
  font-size: 12px;
}

.post_content {
  font-size: 13px;
}

.post_content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-link {
  color: #fea496;
}

.page-item.active .page-link {
  background-color: #fea496;
  border-color: #fea496;
}

#search-list {
  padding-left: 20px;
}

.search-result {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.search-result > a {
  color: #1a0dab;
  font-size: 16px;
}

.search-result > a:hover {
  color: var(--link-hover-color, #000);
}

.search-meta {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.search-meta a {
  text-decoration: underline;
}

#search-list mark {
  background-color: #fff3cd;
  padding: 0 2px;
  border-radius: 2px;
}

#search-list li a {
  text-decoration: underline;
}

#search-list li a:hover {
  text-decoration: none;
}

/* NEW */
.contact-form form {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 35px 25px;
  max-width: 520px;
  font-size: 14px;
  margin: auto;
  width: 100%;
}

.contact-form form label {
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-form form .btn {
  border-radius: 5px;
}

.contact-form form .form-control {
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}

.contact-form form input.form-control {
  height: 42px;
}

.post_image {
  max-width: 40%;
  -webkit-flex: 0 0 40%;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  -o-flex: 0 0 40%;
  flex: 0 0 40%;
}

.post_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post_content {
  padding: 25px 28px;
  max-width: 60%;
  -webkit-flex: 0 0 60%;
  -moz-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  -o-flex: 0 0 60%;
  flex: 0 0 60%;
}

.post_author {
  margin-bottom: 15px;
}

.post_author h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1px;
}

.post_author h6 {
  font-size: 12px;
}

.post_content {
  font-size: 13px;
}

.post_content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-link {
  color: #fea496;
}

.page-item.active .page-link {
  background-color: #fea496;
  border-color: #fea496;
}

.blog-detail-content .post_author,
.article-detail-content .post_author {
  opacity: 0.5;
}

.blog-detail-content h2,
.article-detail-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.blog-detail-content,
.article-detail-content {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.share-post a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

/* Comments section */

.comments-section {
  margin-top: 2rem;
  border-top: 1px solid #e9ecef;
  padding-top: 1.5rem;
}

.comments-section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.comment {
  padding: 0.75rem 0;
}

.comment + .comment {
  border-top: 1px solid #f0f0f0;
}

.comment-meta {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 0.2rem;
}

.comment-author {
  font-weight: 600;
  font-size: 14px;
}

.comment-sep {
  color: rgba(0, 0, 0, 0.3);
}

.comment-date {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}

.comment-body {
  font-size: 14px;
  line-height: 1.5;
}

.comment-body p {
  margin-bottom: 0.25rem;
}

.comment-body p:last-child {
  margin-bottom: 0;
}

.no-comments {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.add-comment-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.add-comment-link:hover {
  color: var(--link-hover-color, #000);
}

.comment-form-wrapper {
  margin-top: 1.25rem;
}

.comment-form-wrapper .form-control {
  font-size: 14px;
}

.comment-form-wrapper input.form-control {
  height: 40px;
}

/* StreamField TableBlock */
.page-content table,
.blog-detail-content table,
.article-detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.9em;
  overflow-x: auto;
  display: block;
  max-width: 100%;
}

.page-content table th,
.page-content table td,
.blog-detail-content table th,
.blog-detail-content table td,
.article-detail-content table th,
.article-detail-content table td {
  border: 1px solid #dee2e6;
  padding: 0.5rem 0.75rem;
  vertical-align: top;
}

.page-content table thead th,
.blog-detail-content table thead th,
.article-detail-content table thead th {
  background-color: var(--table-header-color, #111e90);
  color: var(--table-header-text-color, #fff);
  font-weight: 600;
  border-color: var(--table-header-color, #111e90);
}

.page-content table tbody tr:nth-child(even),
.blog-detail-content table tbody tr:nth-child(even),
.article-detail-content table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.table-block--fixed table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-block--no-margin table {
  margin-bottom: 0;
}

/* Table alignment: flexible tables need display:table to shrink to content */
.table-block--align-center:not(.table-block--fixed) table,
.table-block--align-right:not(.table-block--fixed) table {
  display: table;
  width: fit-content;
}

.table-block--align-center table {
  margin-left: auto;
  margin-right: auto;
}

.table-block--align-right table {
  margin-left: auto;
  margin-right: 0;
}

.blog-posts .post-title {
  position: absolute;
  top: 34%;
  left: 34%;
}

.blog-posts .post-img-container {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.blog-posts .post-img-container img {
    opacity: 0.7;
    width: 70%;
}

.blog-posts .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.blog-posts .centered span {
  font-size: 10px;
}

/* List layout for subpages block */
.blog-posts-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: inherit;
}
.blog-posts-list-item:hover {
  background-color: #f8f9fa;
  text-decoration: none;
  color: inherit;
}
.blog-posts-list-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.blog-posts-list-thumb img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 4px;
}
.blog-posts-list-title {
  flex: 1;
  font-size: 15px;
}
.blog-posts-list-date {
  flex-shrink: 0;
  font-size: 12px;
  color: #888;
}

/* Filter links block */
.filter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.filter-link {
  display: inline-block;
  padding: 4px 14px;
  font-size: 14px;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  text-decoration: none;
  color: #555;
  background: #fff;
  transition: all 0.15s ease;
}
.filter-link:hover {
  color: var(--filter-hover-color, var(--link-hover-color, #000));
  border-color: var(--filter-hover-color, var(--link-hover-color, #000));
  text-decoration: none;
}
.filter-link.active {
  text-decoration: none;
}
.filter-links--center {
  justify-content: center;
}
.filter-links--right {
  justify-content: flex-end;
}

/* Content link color (configurable via Site Settings) */
.page-content a,
.blog-detail-content a,
.article-detail-content a {
  color: var(--link-color, #17a2b8);
}
.page-content a:hover,
.blog-detail-content a:hover,
.article-detail-content a:hover {
  color: var(--link-hover-color, #000);
}
/* Subpages block: always black */
.page-content .blog-posts-list-item,
.page-content .blog-posts a {
  color: inherit;
}
/* Filter links block: keep own colors */
.page-content .filter-link {
  color: #555;
}
.page-content .filter-link:hover {
  color: var(--filter-hover-color, var(--link-hover-color, #000));
  border-color: var(--filter-hover-color, var(--link-hover-color, #000));
}
/* Guideline categories: use link color from settings */
.page-content .card-result a {
  color: var(--link-color, #17a2b8);
}
.page-content .card-result a:hover {
  color: var(--link-hover-color, #000);
}

/* Call to action block */
.call-to-action .btn {
  background-color: var(--button-bg-color, #343a40);
  border-color: var(--button-bg-color, #343a40);
  color: var(--button-text-color, #fff);
}
.call-to-action .btn:hover,
.call-to-action .btn:focus,
.call-to-action .btn:active {
  background-color: var(--button-bg-color, #343a40);
  border-color: var(--button-bg-color, #343a40);
  color: var(--button-text-color, #fff);
  filter: brightness(0.85);
}
.call-to-action img {
  max-width: 100%;
  height: auto;
}

/* Captcha input */
.captcha-input {
  display: inline-block;
  width: auto;
}
