@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
* {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  font-size: large;
  font-weight: 400;
}

h1 {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  color: #154899 !important;
}

h2 {
  font-size: 1.6rem !important;
  margin-top: 1.5rem !important;
  font-weight: 500 !important;
  color: #154899 !important;
}

h3 {
  font-size: 1.4rem !important;
  margin-top: 1.4rem !important;
  font-weight: 500 !important;
}

h4 {
  font-size: 1.2rem !important;
  margin-top: 1.3rem !important;
  font-weight: 500 !important;
  color: #154899 !important;
}

a {
  font-weight: 500 !important;
}

h3 a {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}

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

.current {
  color: #154899 !important;
  padding-bottom: 15px !important;
  border-bottom: 5px solid #154899;
  font-weight: 600 !important;
}

.page-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header-content {
  position: relative;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.header-title {
  color: #154899;
  font-size: 2rem !important;
  font-weight: 700 !important;
  text-shadow: 2px 2px 4px #000;
  margin: 0 0 0.25rem 10px;
}

.header-subtitle {
  color: whitesmoke;
  margin-left: 10px;
  margin-top: 0;
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-shadow: 2px 2px 4px #000;
}

.header-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  text-decoration: none !important;
}

.main-logo {
  height: 180px;
}

.page-footer {
  background: #1e6bb8;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer-content {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  width: 100%;
  max-width: 65rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.footer-copyright {
  color: whitesmoke;
  font-size: small;
  margin: 0;
}

.footer-logo {
  height: 50px;
}

.footer-logo-container {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-text-container {
  text-align: left;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  border-left: 1px solid grey;
  padding-bottom: 5px;
}

.footer-text-container p {
  color: whitesmoke;
  font-size: small;
  margin: 0;
  text-align: left;
}

@media (max-width: 736px) {
  .footer-text-container {
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: none;
  }
  .footer-text-container p {
    text-align: center !important;
  }
}
@media (max-width: 850px) {
  .quote-break {
    display: none;
  }
}
.footer-text-container p a {
  color: whitesmoke;
  font-weight: bold;
  font-size: small;
}

.quote {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
  font-size: larger;
  padding: 40px;
  background-color: #d8eef5;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.light-quote {
  background-color: whitesmoke;
}

.quote p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bolder;
}

.center {
  text-align: center;
  font-size: larger;
}

ul, ol {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 35px;
  margin-bottom: 0px;
  list-style-position: outside;
}

ul li {
  padding-left: 10px;
}

ol li {
  padding-left: 10px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}

.post-preview {
  margin-top: 30px !important;
  margin-bottom: 0px;
  padding: 1.25rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbfd 0%, #e6f3f7 100%);
  border: 1px solid #c9e4ee;
  box-shadow: 0 12px 30px rgba(20, 60, 80, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.post-preview:hover {
  background: linear-gradient(180deg, #eff8fb 0%, #dceef5 100%);
  box-shadow: 0 14px 32px rgba(20, 60, 80, 0.12);
  transform: translateY(-1px);
  cursor: pointer;
}

.blog-image {
  background-color: rgba(169, 204, 215, 0.5);
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid lightblue;
}

.pagination {
  margin-top: 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 12px;
}

.pagination > :first-child {
  justify-self: start;
}

.pagination > :last-child {
  justify-self: end;
}

.pagination-status {
  text-align: center;
  font-weight: 600;
}

.pagination-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #d8eef5;
  color: #222;
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  padding: 0;
}

.pagination-control:hover {
  background-color: rgb(142, 201, 221);
  text-decoration: none !important;
}

.pagination-control:focus,
.pagination-control:focus-visible {
  text-decoration: none !important;
}

.pagination-control.is-disabled {
  border: none;
  background-color: #f6f8fa;
  color: #9aa6b2;
  cursor: not-allowed;
}

.blog-preview-image {
  object-fit: cover;
  white-space: nowrap;
}

.author-column-left {
  width: 200px;
}

.blog-posts {
  display: flex;
}

.blog-image {
  width: 35%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-image img {
  width: 100%;
  margin-top: auto !important;
  margin-bottom: auto;
}

.blog-excerpt {
  width: 65%;
  height: 200px;
  padding-left: 40px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.blog-excerpt-content {
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 673px) {
  .blog-excerpt {
    height: fit-content;
  }
  .blog-posts {
    display: block;
  }
  .blog-image {
    width: 100%;
    height: auto;
  }
  .blog-excerpt {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-excerpt-content {
    padding-bottom: 40px;
  }
}
.read-more {
  width: 100%;
  color: #1e6bb8;
  text-align: right;
  font-weight: normal;
  margin-top: auto !important;
  margin-bottom: 0px !important;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.read-more i {
  padding-left: 5px;
  color: #1e6bb8;
}

.post-title {
  float: left;
  font-size: larger;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: #154899 !important;
}

.post-date-wide {
  float: right;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 7px;
  height: 38px;
}

.post-date-mobile {
  float: right;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 12px;
  height: 38px;
  display: none;
}

.post-preview-header {
  overflow: hidden;
  padding-bottom: 5px;
}

.author-card {
  display: flex;
}

.author-profile-picture {
  height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-profile-name {
  font-weight: bold;
  margin-bottom: 5px !important;
  padding-left: 10px !important;
}

.author-name {
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}

.author-description {
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.word-count {
  margin-left: auto;
}

.post-word-count {
  float: right;
  margin-left: auto;
}

.post-preview-image {
  padding-top: 0px;
}

@media (max-width: 673px) {
  .author-card {
    display: block;
  }
  .author-profile-picture {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .author-description {
    height: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
  .author-name {
    display: block;
  }
  .separator {
    display: none;
  }
  .post-date-mobile {
    display: block;
  }
  .post-date-wide {
    display: none;
  }
  .word-count {
    display: none;
  }
  .post-word-count {
    display: none;
  }
  .post-preview-header {
    padding-bottom: 10px;
  }
  .post-preview-image {
    padding-top: 10px !important;
  }
  .tips-tab-content {
    padding: 25px 30px 30px 30px !important;
  }
  ol {
    padding-left: 20px;
  }
  .main-content {
    padding-top: 22px;
  }
  .post-details {
    display: block !important;
  }
  .date-icon {
    margin-left: 20px;
  }
  .centered-image {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 100%;
  }
}
.author-description-content {
  height: fit-content;
  margin-top: auto !important;
  margin-bottom: auto;
}

.author-description h2 {
  margin-top: 0px !important;
}

.float-right {
  float: right;
}

nav i {
  margin-left: 20px;
}

hr {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  background-color: lightblue !important;
}

.centered-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 80%;
  border-radius: 20px;
}

.blog-content hr {
  margin-bottom: 30px !important;
}

.blog-content img {
  width: 100%;
}

.page-gallery {
  column-count: 1;
  column-gap: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.page-gallery-item {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 18px;
  break-inside: avoid;
  page-break-inside: avoid;
}

.page-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  cursor: zoom-in;
}

@media (min-width: 943px) {
  .page-gallery {
    column-count: 2;
  }
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 24px;
  z-index: 2000;
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox-content {
  position: relative;
  max-width: min(1200px, 100%);
  max-height: 100%;
}

.gallery-lightbox-image {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  width: auto;
  height: auto;
  display: block;
  border-radius: 12px;
}

.gallery-lightbox-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #222;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-lightbox-close:focus,
.gallery-lightbox-close:focus-visible {
  outline: 2px solid #159957;
  outline-offset: 2px;
}

body.is-lightbox-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .gallery-lightbox {
    padding: 12px;
  }
  .gallery-lightbox-close {
    top: 8px;
    right: 8px;
  }
}
.tags {
  margin-top: 30px;
}

.tips-accordion-container {
  width: 100%;
}

.tips-accordion-item {
  border-bottom: 1px solid rgb(201, 229, 238);
}

.tips-accordion-toggle {
  display: block;
  width: 100%;
  background-color: rgb(226, 239, 244);
  padding: 1.2rem 3.5rem 1.2rem 1.2rem;
  cursor: pointer;
  margin-bottom: 0px;
  border: 0;
  border-radius: 0;
  color: #1e6bb8 !important;
  box-shadow: none !important;
  position: relative;
  text-align: left;
}

.tips-accordion-toggle.current {
  color: #159957 !important;
}

.tips-accordion-toggle::after {
  content: "+";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
}

.tips-accordion-toggle[aria-expanded=true]::after {
  content: "-";
}

.about-accordion-container {
  width: 100%;
}

.about-accordion-item {
  border-bottom: 1px solid rgb(201, 229, 238);
}

.about-accordion-toggle {
  display: block;
  width: 100%;
  background-color: rgb(226, 239, 244);
  padding: 1.2rem 3.5rem 1.2rem 1.2rem;
  cursor: pointer;
  margin-bottom: 0px;
  border: 0;
  border-radius: 0;
  color: #1e6bb8 !important;
  box-shadow: none !important;
  position: relative;
  text-align: left;
}

.about-accordion-toggle.current {
  color: #159957 !important;
}

.about-accordion-toggle::after {
  content: "+";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
}

.about-accordion-toggle[aria-expanded=true]::after {
  content: "-";
}

.about-accordion-toggle:hover {
  background-color: #e0f7fa !important;
}

.about-accordion-toggle.current {
  background-color: rgb(216, 238, 245);
}

.about-accordion-panel {
  border-top: 1px solid rgb(201, 229, 238);
}

.tips-accordion-toggle:hover {
  background-color: #e0f7fa !important;
}

.tips-accordion-toggle.current {
  background-color: rgb(216, 238, 245);
}

.tips-accordion-panel {
  border-top: 1px solid rgb(201, 229, 238);
}

.tips-tab-content {
  background-color: rgb(216, 238, 245);
  padding: 20px;
}

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

.menu {
  text-align: center;
  background-color: #d8eef5;
}

.menu-list {
  margin-top: 0px;
  padding-top: 0px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.menu-list li {
  padding-bottom: 0px;
  padding-left: 0px;
}

.menu a {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.menu > .menu-list > li {
  float: left;
  position: relative;
}

.menu > .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 40px;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0px;
}

.menu > .menu-list > li > a.current {
  padding-bottom: 8px !important;
}

.external-links {
  margin-top: auto;
  text-align: center;
  list-style: none;
  padding-top: 0px;
  padding-left: 0px;
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: fit-content;
  margin-left: auto;
}

.external-links > li {
  float: right;
  position: relative;
}

.external-links a {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.icon-link i {
  font-size: larger;
  padding: 20px 20px;
  color: whitesmoke;
}

.icon-link:hover i,
.icon-link:focus-visible i {
  color: lightsteelblue;
}

.footer-links {
  text-align: right;
  list-style: none;
  margin: 0;
  padding-left: 0px;
  padding-top: 0px;
}

.footer-links > li {
  position: relative;
  display: block;
  margin-right: 0px;
  padding-left: 0px;
}

.footer-links a {
  color: whitesmoke;
  font-size: small;
  text-decoration: none;
  cursor: pointer;
}

.footer-links .icon-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-links .icon-link i {
  padding: 0;
  line-height: 1;
}

.footer-links a:hover {
  color: rgb(33, 45, 59);
}

.footer-links i {
  padding: 0;
}

.menu > .menu-list > li:hover > .sub-menu {
  display: block;
}

.menu > .menu-list > li:hover {
  background: rgb(142, 201, 221);
}

.sub-menu > li:hover {
  background: rgb(142, 201, 221);
}

.menu > .menu-list > li > .sub-menu {
  position: absolute;
  background: lightblue;
  z-index: 1000;
  display: none;
}

.menu > .menu-list > li > .sub-menu > li > a {
  padding: 10px 20px;
}

.sub-menu {
  text-align: left;
  padding-left: 0px;
  padding-top: 0px;
}

.menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.link-li {
  padding-bottom: 0px;
}

.featured-image {
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid lightblue;
  border-radius: 10px;
}

.caption {
  text-align: center;
  font-size: 0.8rem;
  color: rgb(112, 112, 112);
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
}

.content-image {
  border-radius: 20px;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.card-link {
  text-decoration: none !important;
}

.cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: flex-start;
  overflow-x: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.small {
  justify-content: center;
  align-items: center;
}

.cards::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.card {
  display: inline-block;
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
  text-align: center;
  width: 90%;
  min-width: 230px;
  height: 320px;
  background-color: #d8eef5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.category-card {
  border-radius: 10px;
  margin: 10px;
  padding: 20px 40px;
  text-align: center;
  height: 65px;
  background-color: #d8eef5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.category-card h3 {
  margin-top: 0px !important;
  font-size: 1rem !important;
}

.card:hover {
  background-color: lightblue;
}

.card-icon {
  font-size: 50px;
  margin-top: 40px !important;
  margin-bottom: 10px;
}

.separator {
  padding-left: 10px;
  padding-right: 10px;
}

.post-tags {
  margin-top: 0px;
}

.post-details {
  width: 100%;
  margin-bottom: 0px !important;
  display: inline-flex;
}

.category-title {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
}

.button-container {
  text-align: center;
  width: 100%;
}

button {
  background-color: #1e6bb8;
  color: whitesmoke !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  margin-top: 10px !important;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
}

button:hover {
  background: rgb(142, 201, 221);
}

.top-padding {
  padding-top: 10px;
}

.post-navigation {
  display: flex;
  width: 100%;
}

.next-post {
  margin-left: auto;
  text-align: right;
}

.burger-menu-bar {
  display: none;
  background-color: #d8eef5;
  overflow: hidden;
}

.burger-menu-btn {
  display: block;
  float: right;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  padding: 20px 35px;
  margin: 0 !important;
  cursor: pointer;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #222 !important;
}

.burger-menu-btn i {
  font-size: 1.2rem;
  color: #222;
  margin-left: 0;
}

.burger-menu-btn:hover {
  background-color: rgb(142, 201, 221);
}

.mobile-nav {
  display: none;
  background-color: #d8eef5;
  border-top: 1px solid #aed6e8;
}

.mobile-nav.is-open {
  display: block;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-item {
  padding: 0;
  border-bottom: 1px solid #aed6e8;
}

.mobile-nav-link {
  display: block;
  padding: 14px 20px;
  text-decoration: none !important;
  font-weight: 500 !important;
  color: #222;
}

.mobile-nav-link:hover {
  background-color: rgb(142, 201, 221);
  color: #222;
}

.mobile-nav-link.current {
  color: #154899 !important;
  border-bottom: none;
  padding-bottom: 14px !important;
}

.mobile-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #c3e4ef;
}

.mobile-sub-menu li {
  padding: 0;
  border-top: 1px solid #aed6e8;
}

.mobile-nav-sublink {
  display: block;
  padding: 11px 20px 11px 36px;
  text-decoration: none !important;
  font-weight: 400 !important;
  color: #222;
}

.mobile-nav-sublink:hover {
  background-color: rgb(142, 201, 221);
}

@media (max-width: 1060px) {
  .menu {
    display: none;
  }
  .burger-menu-bar {
    display: block;
  }
}
.main-content {
  display: grid;
  gap: 2rem;
  align-items: start;
  padding: 2rem 0rem;
}

.page-sidebar {
  display: grid;
  gap: 1rem;
}

.page-main-column {
  min-width: 0;
}

.page-main-column > :first-child {
  margin-top: 0;
}

.sidebar-card {
  padding: 1.25rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbfd 0%, #e6f3f7 100%);
  border: 1px solid #c9e4ee;
  box-shadow: 0 12px 30px rgba(20, 60, 80, 0.08);
}

.sidebar-card h2 {
  margin-top: 0.2rem !important;
  margin-bottom: 0.75rem;
  font-size: 1.15rem !important;
}

.sidebar-card p {
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

.sidebar-card-label {
  margin-top: 0.35rem !important;
  margin-bottom: 0.35rem !important;
  letter-spacing: 0.08em;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #154899 !important;
}

.sidebar-link-list {
  margin: 0;
  padding-left: 1.1rem;
}

.sidebar-link-list li {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.sidebar-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.sidebar-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  border: 1px solid #c5dce6;
  background-color: #ffffff;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.sidebar-social-link i {
  font-size: 1.05rem;
  color: #1e6bb8;
}

.sidebar-social-link:hover,
.sidebar-social-link:focus-visible {
  transform: translateY(-1px);
  background-color: #f3f9fc;
  box-shadow: 0 8px 18px rgba(20, 60, 80, 0.16);
  text-decoration: none !important;
  outline: none;
}

.sidebar-social-link:focus-visible {
  border-color: #159957;
}

@media (min-width: 943px) {
  .main-content {
    grid-template-columns: minmax(12rem, 25%) minmax(0, 1fr);
  }
}
@media (max-width: 1060px) {
  .main-content {
    grid-template-columns: 1fr;
  }
  .page-sidebar {
    display: none;
  }
}

/*# sourceMappingURL=customisations.css.map */