@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
	font-family: "Work Sans", sans-serif;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: rgba(10, 10, 10, 0.85);
  font-size: 1rem;
  line-height: 1.5;
}

body:not(.defaults) {
  /* background: #fff; */
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

p,
li,
blockquote,
q,
pre,
code,
kbd,
samp {
  color: rgba(10, 10, 10, 0.85);
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 400;
}

pre,
code,
kbd,
samp {
  font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #0a0a0a;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #0059a8;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  line-height: inherit;
}

h1 {
  font-size: 28px;
  line-height: 1.3em;
}

h2 {
  font-size: 24px;
  line-height: 1.4em;
}

h2 a {
  color: #0a0a0a;
}

h3 {
  font-size: 20px;
  line-height: 1.4em;
}

h4 {
  font-size: 18px;
  line-height: 1.6em;
}

h5 {
  font-size: 17px;
  line-height: 1.75em;
}

h6 {
  font-size: 16px;
  line-height: 1.75em;
}

p {
  margin: 0;
  padding: 5px 0 10px;
}

blockquote,
q {
  quotes: "" "";
  padding: 5px 20px 5px 20px;
  margin: 5px 0 15px;
  border-left: 3px solid #0059a8;
  font-style: italic;
  background-color: ghostwhite;
}

body {
  background-color: #f6f6f6;
}

figure {
  margin-left: auto;
  margin-right: auto;
}

.header-desktop,
.header-mobile {
  background-color: #fff;
}

.header-desktop .header__logo {
  padding: 25px 0;
}

.header-desktop .header__logo-img {
  height: 60px;
}

.header-desktop .header__nav {
  background-color: #0059a8;
  height: 45px;
}

.header-desktop .header__nav-item {
  list-style-type: none;
  position: relative;
  transition: 0.2s;
}

.header-desktop .header__nav-item:hover,
.header-desktop .header__nav-item.current-menu-item {
  background-color: #38ADD9;
}

.header-desktop .header__nav-item a {
  color: white;
  text-decoration: none;
  line-height: 45px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 0 10px;
}

.header-desktop .sub-menu {
  position: absolute;
  width: 200px;
  left: 0;
  z-index: 10;
  display: none;
  cursor: pointer;
  padding: 0;
}

.header-desktop .sub-menu li {
  padding: 0px 5px;
  background-color: #0059a8;
  transition: 0.2s;
}

.header-desktop .sub-menu li a {
  font-size: 13px;
  padding: 10px 5px;
  line-height: 26px;
}

.header-desktop .sub-menu li:hover {
  background-color: #38ADD9;
}

.header-desktop .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.header-desktop ul#topnav > .header__nav-item:hover .sub-menu {
  display: block;
}

.header-desktop .header__search-form input {
  width: 220px;
  font-family: Roboto;
  font-size: 13px;
  padding-left: 8px;
  margin-right: 8px;
}

.header-mobile {
  border-bottom: 1px solid #eaeaea;
  padding: 0 12px;
  z-index: 999;
}

.header-mobile .header__logo {
  padding: 10px 0;
}

.header-mobile .header__logo-img {
  height: 45px;
}

.header-mobile .header__search-form {
  width: 100%;
  padding: 12px;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  z-index: 998;
}

.header-mobile .header__search-form form input {
  flex: 1;
  border: 1px solid #eaeaea;
  border-right: unset;
  border-radius: 0;
  padding-left: 12px;
  font-family: Roboto;
  font-size: 13px;
}

.header-mobile .header__search-form form button {
  background-color: #dc1616;
  border: 1px solid #dc1616;
  border-left: none;
}

.header__search-icon {
  cursor: pointer;
}

.header-mobile .header__nav {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

.header-mobile .header__nav-logo {
  box-shadow: inset 0px -1px 0px #e5e5e5;
}

.header-mobile .header__nav-logo {
  box-shadow: inset 0px -1px 0px #e5e5e5;
}

.header-mobile ul {
  list-style: none;
}

.header-mobile ul#topnav {
  padding: 20px;
  padding-top: 0;
  overflow-y: auto;
}

.header-mobile ul#topnav {
  height: calc(100vh - 65px);
  overflow: auto;
}

.header-mobile ul#topnav > li {
  border-bottom: 1px solid #e5e5e5;
}

.header-mobile ul.sub-menu > li {
  border-top: 1px solid #e5e5e5;
}

.header-mobile ul.sub-menu > li a {
  font-weight: 400;
}

.header-mobile ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #222;
  padding: 10px;
  display: inline-block;
  font-weight: bolder;
}

.header-mobile ul li .sub-menu {
  display: none;
}

footer {
  margin-top: 30px;
}

@media only screen and (max-width: 576px) {
  footer {
    margin-top: 20px;
  }
}

.footer__nav {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
  padding: 9px 0;
}

.footer__nav ul {
  white-space: nowrap;
  overflow: auto;
}

.footer__nav-item {
  list-style-type: none;
}

.footer__nav-item a {
  font-size: 13px;
  color: black;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__content {
  background-color: #f8f8f9;
}

.footer__content-title {
  font-size: 1.2rem;
  font-weight: bolder;
  margin-bottom: 16px;
}

.footer__content p {
  font-size: 14px;
  margin-bottom: 8px;
}

.boxnews + .boxnews {
  margin-top: 30px;
}

.breadcrumb-item {
  font-size: 14px;
}

.breadcrumb-item a {
  color: #1b71b2;
  text-decoration: none;
}

/* Search Page */
.search-page-form-search input {
  flex: 1;
  border: 1px solid #930007;
  height: 36px;
  padding-left: 12px;
  font-size: 14px;
  font-family: Roboto;
}

.search-page-form-search button {
  border: 1px solid #930007;
  background-color: #930007;
  color: white;
  height: 36px;
  width: 120px;
  font-size: 15px;
}

.search-page h1 {
  font-size: 20px;
}

.single-post .post-content figure {
  max-width: 100%;
}

.single-post .post-content img {
  max-width: 100%;
}

.single-post figcaption {
  display: block;
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  color: #666;
  font-size: 13px;
}

.single-post figcaption p {
  margin: 0;
}

.tags {
  border-top: solid 1px #e4e4e4;
  padding: 10px 0;
}

.tags p {
  font-size: 14px;
  margin: 0;
  color: gray;
}

.tags a {
  text-decoration: none;
  color: #282b2d;
  font-weight: bolder;
}

#comments {
  display: none;
}

.comment-form p {
  margin-bottom: 4px;
}

.comment-reply-title {
  font-size: 15px;
  font-weight: bold;
}

.comment-notes {
  display: none;
}

.comment-form-url {
  display: none;
}

.comment-form .form-submit .submit {
  font-size: 14px;
  border-radius: 2px;
  background-color: #c51b1e;
  color: #fff;
  padding: 7px 32px;
  margin: 0;
  cursor: pointer;
  border: 0;
}

.comment-form textarea:focus {
  outline: none;
}

.comment-form textarea {
  background-color: white;
  width: 100%;
  height: 66px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
  -webkiet-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: Roboto;
}

.comment-form-author input,
.comment-form-email input {
  background-color: white;
  width: 100%;
  height: 36px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
  -webkiet-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: Roboto;
}

.comment-form-author,
.comment-form-email {
  display: inline-block;
  width: 48%;
}

.comment-form-email {
  margin-left: 10px;
}

.comment-form input:focus {
  outline: none;
}

.comment-form label {
  font-size: 15px;
}

.commentlist {
  list-style: none;
  padding-left: 0;
}

.commentlist .children {
  list-style: none;
}

.comment-body .edit-link {
  display: none;
}

.comment-meta .comment-author {
  display: inline-block;
}

.comment-meta .comment-metadata {
  display: inline-block;
  margin-left: 8px;
}

.comment-meta .comment-metadata a {
  text-decoration: none;
  font-size: 13px;
  color: #9f9f9f;
}

.comment-author .says {
  display: none;
}

.comment-author .fn {
  padding-left: 4px;
}

.comment-author .fn a {
  text-decoration: none;
  color: #282b2d;
  font-size: 16px;
}

.comment-content {
  padding-left: 40px;
  color: #4f4f4f;
  font-size: 15px;
}

.comment-content p {
  margin: 8px 0;
}

.comment-content p:first-child {
  margin-top: 0;
}

.comment-body .reply {
  padding-left: 40px;
}

.comment-body .reply a {
  font-size: 14px;
  color: #757575;
  text-decoration: none;
}

.commentlist footer {
  margin-top: 15px;
}

.commentlist ul.children {
  padding-left: 40px;
}

.comment-author img {
  border-radius: 50%;
}

@media only screen and (max-width: 576px) {
  .comment-author .fn,
  .comment-author .fn a {
    font-size: 16px;
  }

  .comment-meta .comment-metadata a {
    font-size: 12px;
  }

  .comment-content {
    font-size: 14px;
  }

  .comment-body .reply a {
    font-size: 13px;
  }
}

#page-builder .category_section:first-child {
  margin-top: 0 !important;
}

#page-builder .video_section:not(:first-child) {
  margin-top: 30px;
}

.video_section_item .bg-overlay::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  opacity: 0;
  z-index: 1;
}

.video_section_item .bg-overlay[active="true"]::before {
  opacity: 1;
}

/* Author Page */

.author-page .author-info img {
  border-radius: 50%;
}

.author-page .author-desc {
  font-size: 15px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.pagination .page-numbers {
  padding: 4px 12px;
  border: 1px solid #e5e5e5;
  margin-right: 4px;
}

.pagination .page-numbers {
  padding: 4px 12px;
  border: 1px solid #e5e5e5;
  margin-right: 4px;
  transition: 0.3s;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #930007;
  border-color: #930007;
  color: #fff;
}

.pagination .page-numbers {
  color: #757575;
  text-decoration: none;
}

.widget_custom_html {
  list-style: none;
  background-color: white;
}

.widget_custom_html .widgettitle {
  font-size: 1.3rem;
  margin: 0;
  padding: 0.5rem 1rem;
  border-top: 3px solid var(--bs-border-color);
}

.widget_custom_html .custom-html-widget {
  padding: 0 1rem;
  max-height: 350px;
  overflow: auto;
}

.widget_custom_html ul {
  padding-left: 0;
}

.widget_custom_html ul li {
  list-style: none;
}

.widget_custom_html ul li a {
  font-size: 14px;
  color: rgb(102, 116, 138);
  text-decoration: none;
  transition: .3s;
}

.widget_custom_html ul li a:hover {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}

.widget_custom_html + .widget_custom_html {
  margin-top: 1.5rem;
}

figure {
  margin: 1rem 0 1rem;
}

.wp-block-embed__wrapper {
  display: flex;
  justify-content: center;
}
