.vc_custom_heading i {
  font-family: Libre Baskerville;
  font-weight: 400;
}

h5 em {
  font-family: Libre Baskerville;
}

.fs-18 p, .fs-18 a {
  font-size: 18px;
}

.ul-lh-31 ul li {
  line-height: 31px;
}

.white_text p, .white_text a {
  color: #fff;
}

.link_hiver_effect a:hover {
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}
.link_hiver_effect a:hover::after {
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}

.text_underline p, .text_underline a {
  text-decoration: underline;
}

.inv-button-inner a.inv-button-content {
  text-transform: initial;
}

@media screen and (max-width: 1199px) {
  .mobile-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .desctope-none {
    display: none;
  }
}

.zoom_hover_photo .vc_single_image-wrapper {
  overflow: hidden;
}
.zoom_hover_photo .vc_single_image-wrapper:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.zoom_hover_photo .vc_single_image-wrapper img {
  -webkit-transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
  transition: -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
  transition: transform 2s, filter 1.5s ease-in-out;
  transition: transform 2s, filter 1.5s ease-in-out, -webkit-transform 2s, -webkit-filter 1.5s ease-in-out;
}

.full_width_photo figure, .full_width_photo .vc_single_image-wrapper, .full_width_photo img {
  width: 100% !important;
}

.portfolio_links p {
  line-height: 27px;
}
.portfolio_links p a:hover {
  text-decoration: underline;
}

.divider-border.completed {
  background-color: rgba(124, 138, 164, 0.2) !important;
}

.custom_left_container .vc_column-inner {
  padding-left: 6%;
  padding-right: 6%;
}
@media (min-width: 1000px) {
  .custom_left_container .vc_column-inner {
    padding-left: 50px;
  }
}
@media (min-width: 1540px) {
  .custom_left_container .vc_column-inner {
    padding-left: calc((100vw - 1540px) / 2 + 50px);
  }
}

.custom_right_container .vc_column-inner {
  padding-left: 6%;
  padding-right: 6%;
}
@media (min-width: 1000px) {
  .custom_right_container .vc_column-inner {
    padding-right: 50px;
  }
}
@media (min-width: 1540px) {
  .custom_right_container .vc_column-inner {
    padding-right: calc((100vw - 1540px) / 2 + 50px);
  }
}

.download_row .vc_column-inner > .wpb_wrapper {
  border: 0.5px solid rgba(124, 138, 164, 0.2);
}
.download_row .vc_column-inner > .wpb_wrapper .wpb_text_column {
  border: 0.5px solid rgba(124, 138, 164, 0.2);
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.download_row .vc_column-inner > .wpb_wrapper .wpb_text_column:hover {
  background-color: #fff;
}
.download_row .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 27px 60px;
}
@media (max-width: 768px) {
  .download_row .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper {
    padding: 15px 30px;
  }
}
.download_row .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper p {
  padding-bottom: 0;
  font-weight: 300;
  font-size: 28px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .download_row .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper p {
    font-size: 22px;
  }
}
.download_row .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper p a {
  font-family: Trebuchet MS;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  text-decoration: underline;
}

#header-outer.transparent a#logo img.starting-logo.dark-version.skip-lazy {
  opacity: 1 !important;
}
#header-outer #top > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header-outer #top > .container > .row::before, #header-outer #top > .container > .row::after {
  display: none;
}
#header-outer #top > .container > .row .col.span_3 {
  margin-right: 0;
}
@media (min-width: 1000px) {
  #header-outer #top > .container > .row .col.span_3 {
    margin-left: 100px;
  }
}
#header-outer #top > .container > .row .col.span_9.col_last {
  margin-left: 0 !important;
  width: -webkit-fill-available;
}
#header-outer #top > .container > .row .col.span_9.col_last nav {
  width: 100%;
}
#header-outer #top > .container > .row .col.span_9.col_last nav ul.sf-menu.sf-js-enabled {
  width: 100%;
}
@media (min-width: 1500px) {
  #header-outer #top > .container > .row .col.span_9.col_last nav ul.sf-menu.sf-js-enabled li:not(:last-child) a {
    margin: 0 30px;
  }
}
#header-outer #top > .container > .row .col.span_9.col_last nav ul.sf-menu.sf-js-enabled li:first-child a {
  margin-left: 0;
}
#header-outer #top > .container > .row .col.span_9.col_last nav ul.sf-menu.sf-js-enabled li:last-child {
  margin-left: auto;
}
#header-outer #top > .container > .row .col.span_9.col_last nav ul.sf-menu.sf-js-enabled li a {
  opacity: 1;
}

.custom_breadcrumb p {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5019607843);
}
.custom_breadcrumb p a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5019607843);
}

.link_underline a {
  text-decoration: underline;
}

.span_12.light .wpb_text_column a:not(:hover) {
  opacity: 1 !important;
}

@media (min-width: 1000px) {
  .col_br_left_custom {
    border-left: 1px solid rgba(124, 138, 164, 0.2) !important;
  }
}

body.page-template-template-portfolio-php .container-wrap, body.single-portfolio .container-wrap, body.tax-project-type .container-wrap, body[data-bg-header=true] .container-wrap {
  padding-bottom: 0px;
}

.custom_breadcrumbs_row .wp-block-code {
  padding: 0;
}
.custom_breadcrumbs_row .wp-block-code code {
  padding: 0;
  margin: 0;
  background-color: #f6f6f6 !important;
}
.custom_breadcrumbs_row .wp-block-code code span {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 12px;
  line-height: 27px;
  color: rgba(9, 37, 71, 0.5019607843);
}
.custom_breadcrumbs_row .wp-block-code code span a {
  font-weight: 400;
  color: rgba(9, 37, 71, 0.5019607843);
}

@media only screen and (max-width: 999px) {
  body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before, body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
    background-color: #092446;
  }
}
.footer_top .row_col_wrap_12 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer_top .row_col_wrap_12 .logo_col .vc_column-inner .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_top .row_col_wrap_12 .logo_col .vc_column-inner .wpb_wrapper::after {
  content: "";
}
.footer_top .row_col_wrap_12 .logo_col .vc_column-inner .wpb_wrapper .hover-wrap {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .footer_top .row_col_wrap_12 .wpb_text_column {
    margin-top: 35px;
  }
}
.footer_top .row_col_wrap_12 .wpb_text_column .wpb_wrapper h6 {
  font-family: Trebuchet MS;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.footer_top .row_col_wrap_12 .wpb_text_column .wpb_wrapper h5 strong {
  font-family: Trebuchet MS;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #092547;
}
.footer_top .row_col_wrap_12 .wpb_text_column .wpb_wrapper h5 strong a {
  color: #003399 !important;
}
.footer_top .row_col_wrap_12 .wpb_text_column .wpb_wrapper h5 strong a:hover {
  text-decoration: underline;
}
.footer_top .row_col_wrap_12 .wpb_text_column .wpb_wrapper > p a {
  font-family: Trebuchet MS;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #092547;
}
.footer_top .row_col_wrap_12 .wpb_text_column .wpb_wrapper > p a:hover {
  text-decoration: underline;
}

.footer_bottom .vc_column-inner {
  padding-top: 18px;
  padding-bottom: 18px;
}
.footer_bottom .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (max-width: 1100px) {
  .footer_bottom .vc_column-inner > .wpb_wrapper {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer_bottom .vc_column-inner > .wpb_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer_bottom .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    max-width: 45%;
  }
}
.footer_bottom .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .footer_bottom .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin-left: auto;
  }
}
.footer_bottom .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #092547;
}
.footer_bottom .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper > p a img {
  margin-bottom: 0;
  margin-left: 10px;
}

.nectar-global-section.nectar_hook_global_section_footer .divider-border.completed {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .main-img-row .row-bg {
    background-position: 70% 50% !important;
  }
}

@media (min-width: 1500px) {
  .home_about_row .row_col_wrap_12 .column_container:nth-child(1) {
    padding-right: 96px;
  }
}
.home_about_row .row_col_wrap_12 .column_container:nth-child(2) {
  position: relative;
}
@media (min-width: 1200px) {
  .home_about_row .row_col_wrap_12 .column_container:nth-child(2) {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .home_about_row .row_col_wrap_12 .column_container:nth-child(2) .vc_column-inner {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .home_about_row .row_col_wrap_12 .column_container:nth-child(2) .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .home_about_row .row_col_wrap_12 .column_container:nth-child(2) .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home_about_row .row_col_wrap_12 .column_container:nth-child(2) .column-bg-overlay-wrap {
  width: 150%;
}
@media (max-width: 1199px) {
  .home_about_row .row_col_wrap_12 .column_container:nth-child(2) .column-bg-overlay-wrap {
    left: -11px;
  }
}
@media (max-width: 999px) {
  .home_about_row .row_col_wrap_12 .column_container:nth-child(2) .column-bg-overlay-wrap {
    left: -10%;
  }
}

.home_about_row-2 .row_col_wrap_12 .column_container:nth-child(2) {
  position: relative;
}
@media (min-width: 1200px) {
  .home_about_row-2 .row_col_wrap_12 .column_container:nth-child(2) .vc_column-inner {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .home_about_row-2 .row_col_wrap_12 .column_container:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-recent .post {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blog-recent .post .post-header span.meta {
  display: none;
}
.blog-recent .post .post-header h3.title {
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 28px;
  color: #B1102A;
  margin-bottom: 20px;
}
.blog-recent .post .excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}
.blog-recent .post > span {
  font-family: Trebuchet MS;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  text-transform: none !important;
}
.blog-recent .post > span i.icon-button-arrow {
  display: none;
}

.portfolio_tabs ul.wpb_tabs_nav li.tab-item a {
  background-color: transparent !important;
  border-color: transparent !important;
  font-family: Ubuntu;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 27px;
  color: #092547;
  padding-left: 0;
  padding-right: 20px;
}
.portfolio_tabs ul.wpb_tabs_nav li.tab-item a:hover {
  text-decoration: underline;
}
.portfolio_tabs ul.wpb_tabs_nav li.tab-item.active-tab a {
  text-decoration: underline;
}
.portfolio_tabs .wpb_tab.ui-tabs-panel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0.25px solid rgba(124, 138, 164, 0.2);
}
.portfolio_tabs .wpb_tab.ui-tabs-panel .img-with-aniamtion-wrap {
  width: 25%;
  height: 100%;
  aspect-ratio: 341/286;
  border: 0.25px solid rgba(124, 138, 164, 0.2);
}
@media (max-width: 768px) {
  .portfolio_tabs .wpb_tab.ui-tabs-panel .img-with-aniamtion-wrap {
    width: 50%;
  }
}
.portfolio_tabs .wpb_tab.ui-tabs-panel .img-with-aniamtion-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio_tabs .wpb_tab.ui-tabs-panel .img-with-aniamtion-wrap .inner .hover-wrap {
  margin: 20px;
}

@media (min-width: 1400px) {
  .employee_row .row_col_wrap_12_inner.col.span_12 {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.employee_row .row_col_wrap_12_inner.col.span_12 .vc_column_container {
  padding-bottom: 35px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .employee_row .row_col_wrap_12_inner.col.span_12 .vc_column_container {
    padding-left: 50px;
    padding-bottom: 80px;
    padding-right: 50px;
  }
}
.employee_row .row_col_wrap_12_inner.col.span_12 .vc_column_container .employee_item img.employee_image {
  width: 100%;
  aspect-ratio: 386/385;
  margin-bottom: 20px;
}
.employee_row .row_col_wrap_12_inner.col.span_12 .vc_column_container .employee_item .info_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.employee_row .row_col_wrap_12_inner.col.span_12 .vc_column_container .employee_item .info_col .ns {
  max-width: calc(100% - 30px);
}
.employee_row .row_col_wrap_12_inner.col.span_12 .vc_column_container .employee_item .info_col .ns .job {
  font-family: Trebuchet MS;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
}
.employee_row .row_col_wrap_12_inner.col.span_12 .vc_column_container .employee_item .info_col .ns h5.name {
  font-family: Trebuchet MS;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
}

.single-post .container-wrap .container.main-content .row.heading-title.hentry {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-width: 0;
}
.single-post .container-wrap .container.main-content .row.heading-title.hentry .col.span_12.section-title.blog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.single-post .container-wrap .container.main-content .row.heading-title.hentry .col.span_12.section-title.blog-title::after {
  display: none;
}
.single-post .container-wrap .container.main-content .row.heading-title.hentry .col.span_12.section-title.blog-title h1.entry-title {
  font-family: Libre Baskerville;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
}
.single-post .container-wrap .container.main-content .row.heading-title.hentry .col.span_12.section-title.blog-title div#single-below-header {
  width: calc((100% - 1000px) / 2);
  min-width: 150px;
}
.single-post .container-wrap .container.main-content .row.heading-title.hentry .col.span_12.section-title.blog-title div#single-below-header span:not(.meta-date) {
  display: none;
}
.single-post .container-wrap .container.main-content .row.heading-title.hentry .col.span_12.section-title.blog-title div#single-below-header .meta-date {
  padding: 0;
  border-width: 0;
  margin-top: 10px;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #092547;
  min-width: 140px;
}
.single-post .container-wrap .container.main-content .row.heading-title.hentry .col.span_12.section-title.blog-title div#single-meta {
  display: none;
}
.single-post .container-wrap .container.main-content .row:not(.heading-title) p#breadcrumbs {
  display: none;
}
.single-post .container-wrap .container.main-content .row:not(.heading-title) p, .single-post .container-wrap .container.main-content .row:not(.heading-title) a {
  font-family: Ubuntu;
}
.single-post .content-inner {
  padding-bottom: 0px !important;
}

.post_employee_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .post_employee_block {
    margin-bottom: 80px !important;
  }
}
.post_employee_block .img_name_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
.post_employee_block .img_name_col img {
  width: 83px !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_employee_block .img_name_col .info_block h5.name {
  font-family: Trebuchet MS;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 7px;
}
.post_employee_block .img_name_col .info_block .job {
  font-family: Trebuchet MS;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
}
.post_employee_row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.blog .row.page-header-no-bg, .category .row.page-header-no-bg {
  z-index: 3;
}
.blog .row.page-header-no-bg .section-title, .category .row.page-header-no-bg .section-title {
  padding-bottom: 0px;
  border-width: 0;
}
.blog .row.page-header-no-bg .section-title h1, .category .row.page-header-no-bg .section-title h1 {
  font-family: Libre Baskerville !important;
  font-weight: 700 !important;
  font-size: 45px !important;
  line-height: 110% !important;
}
@media (min-width: 1200px) {
  .blog .container-wrap, .category .container-wrap {
    padding-top: 0 !important;
    margin-top: -66px !important;
    background-color: transparent !important;
    z-index: 4;
  }
}
@media (min-width: 1200px) {
  .blog .container-wrap .main-content > .row, .category .container-wrap .main-content > .row {
    width: 80%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .blog .container-wrap .main-content .post-area .posts-container, .category .container-wrap .main-content .post-area .posts-container {
    max-width: 605px !important;
    margin-right: auto;
  }
}
.blog .container-wrap .main-content .post-area article .post-content, .category .container-wrap .main-content .post-area article .post-content {
  padding-left: 0;
}
.blog .container-wrap .main-content .post-area article .post-content .post-meta, .category .container-wrap .main-content .post-area article .post-content .post-meta {
  display: none;
}
.blog .container-wrap .main-content .post-area article .post-content .content-inner, .category .container-wrap .main-content .post-area article .post-content .content-inner {
  border-width: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .blog .container-wrap .main-content .post-area article .post-content .content-inner, .category .container-wrap .main-content .post-area article .post-content .content-inner {
    margin-bottom: 35px;
  }
}
.blog .container-wrap .main-content .post-area article .post-content .content-inner > a, .category .container-wrap .main-content .post-area article .post-content .content-inner > a {
  display: none;
}
.blog .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap .post-header h2.title a, .category .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap .post-header h2.title a {
  font-family: Libre Baskerville;
  font-weight: 400;
  font-size: 28px;
  font-style: Italic;
  line-height: 28px;
  color: #B1102A;
}
.blog .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap .post-header span, .category .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap .post-header span {
  display: none;
}
.blog .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap .excerpt, .category .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap .excerpt {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
.blog .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap a.more-link, .category .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap a.more-link {
  margin-top: 20px;
}
.blog .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap a.more-link span, .category .container-wrap .main-content .post-area article .post-content .content-inner .article-content-wrap a.more-link span {
  padding: 0;
  background-color: transparent;
  font-family: Trebuchet MS;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-decoration: underline;
  color: #092547;
}
.blog .container-wrap .main-content #sidebar .widget h4, .category .container-wrap .main-content #sidebar .widget h4 {
  font-family: Trebuchet MS;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  opacity: 1;
  margin-bottom: 16px;
}
.blog .container-wrap .main-content #sidebar .widget ul li, .category .container-wrap .main-content #sidebar .widget ul li {
  padding: 0 !important;
}
.blog .container-wrap .main-content #sidebar .widget ul li a, .category .container-wrap .main-content #sidebar .widget ul li a {
  font-family: Trebuchet MS;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #092547;
}/*# sourceMappingURL=pageart.css.map */