@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@media (min-width: 820px) {
  .mobile-only {
    display: none;
  }
  .mobile-only .quote-container .has-drop-cap:not(:focus):first-letter:first {
    font-size: 32px;
    float: left;
    padding: 12px;
    font-weight: 500;
    background: none !important;
    color: #FFFFFF;
    margin-right: 10px;
  }
}
@media (max-width: 820px) {
  .desktop-only {
    display: none;
  }
}
body {
  font-family: "Roboto", sans-serif !important;
  width: 100%;
}
body .featured-image-container img {
  width: 100%;
  height: auto;
}
body h1 {
  display: flex;
  font-size: 32px;
  font-weight: 900;
  height: 55px;
  align-items: end;
  color: #808080;
  margin-top: 34px;
  margin-bottom: 20px;
}
body h1::before {
  content: url("../icons/h1-icon.svg");
  display: inline-block;
  margin-right: 10px;
  height: 55px;
  width: 40px;
}
@media (max-width: 820px) {
  body h1::before {
    display: none;
  }
}
@media (max-width: 820px) {
  body h1 {
    display: block;
    color: #000000;
    font-weight: 800;
    font-size: 16px !important;
    margin-bottom: 0px !important;
  }
  body h1::after {
    content: "";
    display: block;
    height: 2px;
    background: #CD690D;
    width: 70px;
    margin-top: 4px;
  }
}
body h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 60px;
}
@media (max-width: 820px) {
  body h2 {
    font-size: 16px !important;
    margin-bottom: 26px;
  }
}
body h2::after {
  content: "";
  display: block;
  margin-top: 22px;
  margin-left: 5px;
  height: 2px;
  width: 80px;
  background: #CD690D;
}
@media (max-width: 820px) {
  body h2::after {
    width: 22px;
    margin-top: 10px;
  }
}
body h3 {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 60px;
}
body h3::before {
  content: "";
  margin-bottom: 22px;
  height: 2px;
  width: 80px;
  background: #CD690D;
}
body p {
  margin-bottom: 20px;
}
body .gap-100 {
  gap: 100px;
}
body .mb-36 {
  margin-bottom: 36px !important;
}
@media (min-width: 820px) {
  body .pl-88 {
    padding-left: 88px !important;
  }
}
@media (min-width: 820px) {
  body .left-border {
    border-left: 2px solid #CD690D;
  }
}
body header {
  background: url("../images/navbar-bg.png") no-repeat;
  background-position: top center;
  background-size: 101%;
  padding: 26px 6vw;
  z-index: 99999999999;
}
@media (max-width: 820px) {
  body header > div {
    flex-direction: column-reverse;
  }
}
body header .header-container {
  padding: 0px;
  margin: auto;
  max-width: 1280px;
  justify-content: space-between;
}
@media (max-width: 820px) {
  body header .header-container {
    flex-direction: row-reverse;
  }
  body header .header-container .nav-container::before {
    content: url("/wp-content/uploads/2023/08/menu.svg");
    display: block;
    text-align: end;
  }
}
body header .header-container nav {
  position: relative;
  border-top: 2px solid #CD690D;
  max-width: 680px;
  z-index: 9999999999999;
}
@media (max-width: 820px) {
  body header .header-container nav {
    border-top: none;
    display: none;
    opacity: 0;
    transition: 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
  }
}
body header .header-container nav ul {
  margin: 0px;
  padding: 0px;
  padding-top: 12px;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}
@media (max-width: 820px) {
  body header .header-container nav ul {
    display: block;
    transition: 0.2s;
    position: absolute;
    right: -50vw;
    background-color: rgba(20, 39, 155, 0.8);
    padding: 66px 32px 48px;
    width: 50%;
    overflow: hidden;
  }
}
@media (max-width: 820px) {
  body header .header-container nav ul li {
    padding: 14px 0px;
    border-bottom: 0.5px solid #FFFFFF;
  }
}
body header .header-container nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s;
}
body header .header-container nav ul li a:hover {
  font-weight: bold;
}
body header .header-container nav ul .current-menu-item, body header .header-container nav ul .current-page-ancestor, body header .header-container nav ul .current_page_parent {
  font-weight: bold;
}
body header .header-container nav ul .current-menu-item::before, body header .header-container nav ul .current-page-ancestor::before, body header .header-container nav ul .current_page_parent::before {
  content: url("../icons/ship.svg");
  position: absolute;
  top: -20px;
  transform: translateX(-2px);
}
body header .header-container .logo-container {
  max-width: 217px;
  flex: 1;
}
@media (max-width: 820px) {
  body header .header-container .logo-container {
    max-width: 112px;
  }
}
body header .header-container .logo-container figure {
  margin: 0px;
}
body .content-container {
  max-width: 1280px;
  padding: 0px 6vw;
  margin: auto;
}
body .content-container .author {
  display: block;
  margin-bottom: 34px;
  padding-left: 74px;
}
@media (max-width: 820px) {
  body .content-container .author {
    padding-left: 0px;
  }
}
body .content-container .archive-list {
  padding: 0px;
  list-style-type: none;
}
body .content-container .archive-list li {
  margin-bottom: 38px;
}
body .content-container .archive-list li a {
  font-size: 24px;
  font-weight: 800;
  color: #808080;
  text-decoration: none;
  transition: 0.2s;
}
body .content-container .archive-list li a:hover {
  color: #CD690D;
}
body .content-container .archive-list .month {
  filter: brightness(1.3);
}
body .content-container .archive-list .selected a {
  color: #CD690D;
}
body .content-container .highlight-post-container article {
  margin-bottom: 94px;
}
body .content-container .highlight-post-container .featured-image-container {
  margin-bottom: 48px;
  padding-left: 74px;
}
@media (max-width: 820px) {
  body .content-container .highlight-post-container .featured-image-container {
    padding-left: 0px;
  }
}
body .content-container .highlight-post-container .highlight-post-title {
  margin-bottom: 42px;
  padding-left: 74px;
  max-height: 126px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 820px) {
  body .content-container .highlight-post-container .highlight-post-title {
    padding-left: 0px;
  }
}
body .content-container .highlight-post-container .highlight-post-title a {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  text-decoration: none;
}
body .content-container .highlight-post-container .highlight-post-title a:hover {
  text-decoration: underline;
}
body .content-container .highlight-post-container .post-content {
  padding-left: 74px;
}
@media (max-width: 820px) {
  body .content-container .highlight-post-container .post-content {
    padding-left: 0px;
  }
}
body .content-container .highlight-post-container .highlight-post-content {
  padding-left: 74px;
  max-height: 208px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 820px) {
  body .content-container .highlight-post-container .highlight-post-content {
    padding-left: 0px;
  }
}
body .content-container .highlight-post-container .read-more {
  padding-left: 74px;
  margin-top: 12px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
}
body .content-container .highlight-post-container .read-more:hover {
  text-decoration: underline;
}
@media (max-width: 820px) {
  body .content-container .highlight-post-container .read-more {
    padding-left: 0px;
  }
}
body .content-container .blog-index-container {
  margin-bottom: 328px;
}
body .content-container .blog-index-container .title {
  font-size: 24px;
  font-weight: 800;
  color: rgb(20, 39, 155);
  margin-bottom: 46px;
}
body .content-container .blog-index-container #index-posts-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 74px;
}
@media (max-width: 820px) {
  body .content-container .blog-index-container #index-posts-container {
    grid-template-columns: auto auto;
    gap: 22px;
  }
}
body .content-container .blog-index-container #index-posts-container article {
  width: 100%;
  display: block;
  margin-bottom: 36px;
}
@media (max-width: 820px) {
  body .content-container .blog-index-container #index-posts-container article {
    margin-bottom: 18px;
  }
}
body .content-container .blog-index-container #index-posts-container .featured-image-container {
  height: 302px;
  margin-bottom: 26px;
}
@media (max-width: 820px) {
  body .content-container .blog-index-container #index-posts-container .featured-image-container {
    height: 160px;
    margin-bottom: 18px;
  }
}
body .content-container .blog-index-container #index-posts-container .featured-image-container img {
  height: 100%;
}
body .content-container .blog-index-container #index-posts-container .entry-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 28px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 820px) {
  body .content-container .blog-index-container #index-posts-container .entry-title {
    margin-bottom: 14px;
  }
}
body .content-container .blog-index-container #index-posts-container .entry-title a {
  color: #000000;
  text-decoration: none;
}
body .content-container .blog-index-container #index-posts-container .entry-title a:hover {
  text-decoration: underline;
}
body .content-container .blog-index-container #index-posts-container .entry-content {
  font-size: 16px;
  max-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .content-container .blog-index-container .load-more {
  text-align: center;
}
body .content-container .blog-index-container .load-more #load-more-posts {
  display: inline-block;
  color: rgb(20, 39, 155);
  font-size: 24px;
  font-weight: 300;
  border: none;
  background: none;
}
body .content-container .blog-index-container .load-more #load-more-posts span {
  display: block;
  margin-bottom: 32px;
}
body .content-container .has-drop-cap:not(:focus):first-letter {
  font-size: 32px;
  float: left;
  padding: 12px;
  font-weight: 500;
  background: rgb(20, 39, 155);
  color: #FFFFFF;
  margin-right: 10px;
}
body .content-container .featured-image-container {
  margin-bottom: 102px;
}
body .content-container .featured-image-container img {
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
body .content-container .sub-pages-container {
  list-style-type: none;
  padding: 0px;
}
body .content-container .sub-pages-container .current-menu-item a {
  color: #000000;
}
body .content-container .sub-pages-container .current-menu-item::before {
  transition: 0.2s;
  display: block;
  content: "";
  margin-bottom: 16px;
  height: 10px;
  width: 62px;
  background: #CD690D;
}
body .content-container .sub-pages-container li {
  margin-bottom: 30px;
}
body .content-container .sub-pages-container li a {
  color: #808080;
  text-decoration: none;
}
body .content-container .sub-pages-container li a:hover {
  transition: 0.2s;
  color: #000000;
}
body .content-container .sub-pages-container li::before {
  transition: 0.2s;
  display: block;
  content: "";
  margin-bottom: 16px;
  height: 10px;
  width: 0px;
  background: #CD690D;
}
body .content-container .sub-pages-container li:hover::before {
  width: 62px;
}
body .content-container .search-result-container {
  margin: 60px 0px 100px;
}
body .content-container .search-result-container .search-result-title a {
  color: #000000;
  text-decoration: none;
}
body .content-container .search-result-container .search-result-title a:hover {
  text-decoration: underline;
}
body .contact-us-form .frm_form_field, body form .frm_form_field {
  display: flex;
  gap: 36px;
}
body .contact-us-form .frm_form_field label, body form .frm_form_field label {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  color: #000000;
  min-width: 76px;
  width: -moz-max-content;
  width: max-content;
}
body .contact-us-form .frm_form_field label .frm_required, body form .frm_form_field label .frm_required {
  color: #CD690D;
}
body .contact-us-form .frm_form_field textarea, body form .frm_form_field textarea {
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  border-radius: 0px;
  min-height: 144px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
  background: rgb(230, 230, 230);
}
body .contact-us-form .frm_form_field input, body form .frm_form_field input {
  height: 33px;
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  border-radius: 0px;
  background: rgb(230, 230, 230);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
}
body .contact-us-form .frm_submit, body form .frm_submit {
  text-align: center;
}
body input {
  height: 33px;
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  border-radius: 0px;
  background: rgb(230, 230, 230);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25) inset;
}
body .frm_button_submit, body #searchsubmit {
  height: 36px;
  width: 136px;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border-radius: 0px !important;
  background: #CD690D !important;
  border: none !important;
  color: #FFFFFF !important;
  transition: 0.2s;
}
body .frm_button_submit:hover, body #searchsubmit:hover {
  filter: brightness(1.2) !important;
}
body .contact-us-form .frm_submit {
  text-align: end;
}
body #location {
  max-width: 1280px;
  margin: auto;
}
body #location h2 {
  padding: 0px 6vw;
}
body #location #location-site {
  height: 648px;
  width: 100%;
}
body footer {
  background: rgb(20, 39, 155);
  padding: 60px 6vw;
}
body footer .footer-container {
  padding: 0px;
  margin: auto;
  max-width: 1280px;
}
body footer .footer-container .address-footer-container {
  font-size: 12px !important;
}
body footer .footer-container .nav-footer-container nav ul {
  list-style-type: none;
}
body footer .footer-container .nav-footer-container nav ul li {
  text-align: end;
}
body footer .footer-container .nav-footer-container nav ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
}

.widget_block {
  list-style-type: none !important;
}

.ksm-mark {
  font-weight: bold;
  font-size: 11px;
  color: rgb(20, 39, 155);
}/*# sourceMappingURL=main.css.map */