/*
Theme Name: WYGCID 2024
Theme URI:
Author: Heinrich
Version 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

h1, h2, h3 {
  font-family: "DM Serif Display", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  line-height: 65px;
}

@media screen and (max-width: 599px) {
  h1 {
    font-size: 48px;
    line-height: 55px;
  }
}

h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 32px;
  color: #0A557F;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

h2.wp-block-heading {
  margin-top: 48px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
  color: #231F20;
}

p, ul, li, a {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  color: #231F20;
  font-style: normal;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

a,
a em {
  font-weight: 500;
  color: #0A557F;
  text-decoration: underline;
}

ul {
  margin-left: 32px;
  margin-bottom: 16px;
  line-height: 26px;
}
ul li ul {
  margin-left: 24px;
}

b, strong {
  font-weight: 600;
}

.semi-bold {
  font-weight: 500;
}

em {
  font-style: italic;
}

.white {
  color: #ffffff;
}

.no-top-margin {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#header {
  width: 100%;
  background-color: #022A3D;
  display: flex;
  align-items: center;
  height: 90px;
  position: fixed;
  z-index: 9999;
}
#header .content {
  width: 90% !important;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Basic styles for primary menu */
}
#header .content .wygcidlogo {
  width: 220px;
}
#header .content .wygcidlogo a img {
  width: 212px;
  height: auto;
}
@media screen and (max-width: 896px) {
  #header .content .wygcidlogo a img {
    width: 150px;
  }
}
#header .content .main-navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#header .content .main-navigation .primary-menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
#header .content .main-navigation .primary-menu .current-menu-parent,
#header .content .main-navigation .primary-menu .current-menu-item {
  border-bottom: 1px solid #DFB309;
  padding-bottom: 4px;
}
#header .content .main-navigation .primary-menu li {
  position: relative;
  padding-left: 0;
}
#header .content .main-navigation .primary-menu li a {
  color: #ffffff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  cursor: default;
}
#header .content .main-navigation .primary-menu li:hover > ul {
  display: block;
}
#header .content .main-navigation .primary-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
#header .content .main-navigation .primary-menu li ul li {
  display: block;
  width: 100%;
}
#header .content .main-navigation .primary-menu li ul li.current-menu-item {
  border-bottom: none;
}
#header .content .main-navigation .primary-menu li ul li.current-menu-item a {
  font-weight: 600;
}
#header .content .main-navigation .primary-menu li ul li a {
  display: block;
  padding: 10px 20px;
  color: #231F20;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  width: 150px;
  cursor: pointer;
}
#header .content .main-navigation .primary-menu li ul li a:hover {
  font-weight: 600;
}
#header .content .main-navigation .primary-menu li ul li:hover {
  display: block;
}

.wpr_custom_menu {
  position: absolute;
  top: -24px;
  right: 32px;
}

#rmp-menu-wrap-753 {
  padding: 0 !important;
}

.site-footer {
  width: 100%;
  background-color: #022A3D;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .site-footer {
    padding-top: 24px;
  }
}
.site-footer .content {
  border-bottom: 1px solid #74AFDD;
}
.site-footer ul.footer-menu {
  margin-left: 0;
}
.site-footer .footer-options .footer-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  list-style: none;
  padding-bottom: 48px;
}
@media screen and (max-width: 896px) {
  .site-footer .footer-options .footer-menu {
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
  }
}
.site-footer .footer-options .footer-menu li {
  flex: 1;
}
@media screen and (max-width: 896px) {
  .site-footer .footer-options .footer-menu li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    min-width: 180px;
  }
  .site-footer .footer-options .footer-menu li:first-child {
    width: 100%;
    display: block;
  }
  .site-footer .footer-options .footer-menu li:first-child a img {
    margin-bottom: 24px;
  }
  .site-footer .footer-options .footer-menu li ul li {
    width: 100%;
  }
}
.site-footer .footer-options .footer-menu li ul li a {
  color: #ffffff;
  margin: 12px 0;
  text-decoration: none;
  font-weight: 300;
}
@media screen and (max-width: 896px) {
  .site-footer .footer-options .footer-menu li ul li a {
    margin-bottom: 0;
    margin-top: 4px;
  }
}
.site-footer .footer-options .footer-menu .footer-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 896px) {
  .site-footer .footer-options .footer-menu .footer-title {
    margin-bottom: 4px;
  }
}
.site-footer .footer-options .footer-menu .footer-line {
  margin-bottom: 8px;
  width: 60%;
  border: none;
  border-top: 1px solid #74AFDD;
}
.site-footer .footer-options .footer-menu ul li {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding-left: 0;
}

.list-unstyled {
  margin-left: 0;
}

.term-conditions {
  position: relative;
  width: 100%;
  background: #022A3D;
  text-align: right;
  padding: 12px 0;
  z-index: 99;
}
.term-conditions .content {
  font-size: 0;
}
.term-conditions .copyright {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 499px) {
  .term-conditions .copyright {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}
.term-conditions .copyright p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300 !important;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .term-conditions .copyright p {
    text-align: center;
  }
}
.term-conditions .f-links {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 896px) {
  .term-conditions .f-links {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
}
.term-conditions .f-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300 !important;
}

* {
  margin: 0;
  padding: 0;
}

#primary {
  width: 100%;
}

.content-area {
  padding-top: 90px;
}

.content {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

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

.justify-content-center {
  justify-content: center;
}

.main_banner {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1050px) {
  .mobile-hide {
    display: none !important;
  }
}

.desktop-hide {
  display: none !important;
}
@media screen and (max-width: 1050px) {
  .desktop-hide {
    display: block !important;
  }
}

.move-up {
  margin-top: -70px !important;
}

.ltblue-bg {
  background-color: #eff5fe;
  padding: 24px 0;
}

a.btn,
.btn {
  padding: 12px 24px;
  display: inline-block;
  margin-top: 36px;
  background: #0A557F;
  color: #ffffff;
  text-decoration: none;
  border: none;
}
@media screen and (max-width: 1050px) {
  a.btn,
  .btn {
    margin-top: 12px;
  }
}

.banner {
  background-size: cover;
  min-height: 100%;
  height: 510px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 799px) {
  .banner {
    display: block;
    text-align: center;
  }
}
.banner .banner-container {
  display: flex;
  align-items: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 799px) {
  .banner .banner-container {
    display: block;
    margin-bottom: unset;
    padding-top: 70px;
  }
}
.banner .banner-container .banner-subtitle p {
  margin-top: 16px;
  font-size: 25px;
  color: #ffffff;
}
.banner .banner-link-row {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 165px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 799px) {
  .banner .banner-link-row {
    display: block;
    height: unset;
    text-align: center;
  }
}
.banner .banner-link-row .link-box {
  display: flex;
  height: 100%;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-right: 1px solid #EFF5FE;
  transition: all 0.5s;
}
@media screen and (max-width: 799px) {
  .banner .banner-link-row .link-box {
    display: inline-block;
    width: 24.5%;
    min-width: 190px;
    margin: 16px;
    border-right: none;
  }
}
@media screen and (max-width: 499px) {
  .banner .banner-link-row .link-box {
    width: 40%;
    min-width: 15vw;
  }
}
.banner .banner-link-row .link-box:last-child {
  border-right: none;
}
.banner .banner-link-row .link-box:hover {
  background-color: #EFF5FE;
  cursor: pointer;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}
.banner .banner-link-row .link-box:hover .banner-link-contents .banner-link-text {
  font-weight: 600;
}
.banner .banner-link-row .link-box:hover .banner-link-contents .banner-link-text .arrow-b img {
  margin-left: 16px;
}
.banner .banner-link-row .link-box .banner-link-contents {
  display: flex;
  flex-direction: column;
}
.banner .banner-link-row .link-box .banner-link-contents img {
  width: 58px;
  margin: 0 auto 16px auto;
}
@media screen and (max-width: 499px) {
  .banner .banner-link-row .link-box .banner-link-contents img {
    width: 10vw;
  }
}
.banner .banner-link-row .link-box .banner-link-contents .banner-link-text {
  text-align: center;
  text-decoration: none;
  color: #0A557F;
  font-size: 16px;
  font-weight: 400;
  transition: font-weight 0.5s;
}
@media screen and (max-width: 499px) {
  .banner .banner-link-row .link-box .banner-link-contents .banner-link-text {
    font-size: 3vw;
  }
}
.banner .banner-link-row .link-box .banner-link-contents .arrow-b {
  display: inline;
}
.banner .banner-link-row .link-box .banner-link-contents .arrow-b img {
  width: 32px;
  margin: 0 0 -2px 8px;
  transition: margin 0.5s;
}

.banner-wbutton-container {
  display: flex;
  align-items: center;
}
.banner-wbutton-container .banner-wbutton-content {
  width: 30%;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1049px) {
  .banner-wbutton-container .banner-wbutton-content {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .banner-wbutton-container .banner-wbutton-content {
    width: 90%;
  }
}

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

.latest-news {
  width: 100%;
  padding: 16px 0;
  background: #DFB309;
}
.latest-news .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 699px) {
  .latest-news .content {
    display: block;
  }
}
.latest-news .content .latest-intro {
  width: 75%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 699px) {
  .latest-news .content .latest-intro {
    width: 90%;
    margin: 0 auto;
  }
}
.latest-news .content .latest-intro .news-icon {
  width: 35px;
  margin-right: 8px;
}
.latest-news .content .latest-intro p {
  font-size: 19px;
  font-weight: 500;
  -moz-columns: #231F20;
       columns: #231F20;
}
.latest-news .content .latest-link {
  width: 25%;
  min-width: 180px;
  text-align: right;
}
@media screen and (max-width: 699px) {
  .latest-news .content .latest-link {
    width: 90%;
    margin: 16px auto 0;
    text-align: center;
  }
}
.latest-news .content .latest-link a {
  text-decoration: none;
  font-size: 16px;
  color: #231F20;
}
.latest-news .content .latest-link .arrow-d {
  display: inline;
}
.latest-news .content .latest-link .arrow-d img {
  transition: all 0.5s;
  width: 32px;
  margin: 0 0 -2px 8px;
}
.latest-news .content .latest-link:hover a .arrow-d img {
  margin-left: 16px;
}

.row {
  width: 100%;
}
.row.padded {
  padding: 100px 0;
}

@media screen and (max-width: 1050px) {
  .paragraph_image .row {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.paragraph_image .row .content {
  width: 100%;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paragraph_image .row .content .first-column {
  width: 50%;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 896px) {
  .paragraph_image .row .content .first-column {
    width: 90%;
    margin: 0 auto;
    padding-right: 0 !important;
  }
}
.paragraph_image .row .content .first-column .copy-wrap {
  position: relative;
  width: 490px;
}
@media screen and (max-width: 896px) {
  .paragraph_image .row .content .first-column .copy-wrap {
    width: unset;
  }
}
.paragraph_image .row .content .second-column {
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .paragraph_image .row .content .second-column {
    margin: 48px auto;
  }
}
@media screen and (max-width: 896px) {
  .paragraph_image .row .content .second-column {
    display: none;
  }
}
.paragraph_image .row .content .second-column img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1050px) {
  .image_paragraph .row {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.image_paragraph .row .content {
  width: 100%;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.image_paragraph .row .content .second-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
@media screen and (max-width: 896px) {
  .image_paragraph .row .content .second-column {
    width: 90%;
    margin: 0 auto;
    padding-left: 0 !important;
  }
}
.image_paragraph .row .content .second-column .copy-wrap {
  position: relative;
  width: 90%;
  max-width: 750px;
}
@media screen and (max-width: 896px) {
  .image_paragraph .row .content .second-column .copy-wrap {
    width: unset;
  }
}
.image_paragraph .row .content .second-column .copy-wrap h2 {
  color: #001465;
}
.image_paragraph .row .content .first-column {
  width: 50%;
  max-width: 480px;
}
@media screen and (max-width: 896px) {
  .image_paragraph .row .content .first-column {
    display: none;
  }
}
.image_paragraph .row .content .first-column img {
  width: 100%;
  height: auto;
}

.section1 {
  width: 96%;
  max-width: 1050px;
  margin: 0 auto;
}
.section1 .row .content .first-column {
  text-align: right;
}
.section1 .row .content .first-column img {
  width: 300px;
}

.testimonial-quote {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 48px;
  left: -40px;
  z-index: -1;
  background: url("assets/images/quote.webp") no-repeat;
  background-size: 100%;
}

.home-cta {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  text-align: center;
}
.home-cta .content h3 {
  font-size: 42px;
  line-height: 54px;
  color: #ffffff;
  margin-bottom: 24px;
}
.home-cta .content p {
  font-size: 19px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 600;
}

.inside-banner {
  height: 310px;
  border-bottom: 6px solid #DFB309;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .inside-banner {
    height: 200px;
  }
}
.inside-banner .banner-subtitle-2 {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 12px;
}

.alignwide {
  width: 90%;
  max-width: 1055px;
  margin: 0 auto;
}

.fader,
.scroll-element {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.scrolled {
  opacity: 1;
}

.sidebar-page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}
.sidebar-page .sidebar-menu {
  position: relative;
}
@media screen and (max-width: 896px) {
  .sidebar-page .sidebar-menu {
    display: none;
  }
}
.sidebar-page .sidebar-menu .sidenav {
  width: 300px;
  position: fixed;
  padding: 36px 16px;
  background: #EFF5FE;
}
@media screen and (max-width: 1070px) {
  .sidebar-page .sidebar-menu .sidenav {
    width: 33%;
  }
}
.sidebar-page .sidebar-menu .sidenav .sidenav-intro {
  font-weight: 600;
  color: #0A557F;
}
.sidebar-page .sidebar-menu .sidenav .sidenav-divider {
  height: 1px;
  background: #0A557F;
  margin-bottom: 24px;
}
.sidebar-page .sidebar-menu .sidenav .sidenav-links ul {
  margin-left: 0;
  margin-bottom: 0;
}
.sidebar-page .sidebar-menu .sidenav .sidenav-links ul li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 24px;
}
.sidebar-page .sidebar-menu .sidenav .sidenav-links ul li a {
  color: #0A557F;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 2px;
}
.sidebar-page .sidebar-menu .sidenav .sidenav-links ul li a:hover {
  border-bottom: 1px solid #DFB309;
}
.sidebar-page .sidebar-menu .sidenav .sidenav-links ul li:last-child {
  margin-bottom: 0;
}
.sidebar-page .sidebar-content {
  width: 700px;
}
@media screen and (max-width: 1070px) {
  .sidebar-page .sidebar-content {
    width: 66%;
  }
}
@media screen and (max-width: 896px) {
  .sidebar-page .sidebar-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #EFF5FE;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(1) {
  background-color: #0A557F;
  color: #ffffff;
}
.wp-block-table.is-style-stripes tr td,
.wp-block-table.is-style-stripes tr td strong {
  width: 33%;
}
@media screen and (max-width: 499px) {
  .wp-block-table.is-style-stripes tr td,
  .wp-block-table.is-style-stripes tr td strong {
    font-size: 3vw;
  }
}

.flex.stat-menus {
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .flex.stat-menus {
    display: block;
  }
}
.flex.stat-menus select {
  display: block;
  width: 250px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231F20;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 2px solid #231F20;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 24px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table thead {
  background-color: #0A557F;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
}
.table thead tr th {
  font-weight: 500;
  padding: 12px;
}
@media screen and (max-width: 399px) {
  .table thead tr th {
    font-size: 3.25vw;
  }
}
.table tbody tr:nth-child(even) {
  background-color: #EFF5FE;
}
.table tbody tr:last-child {
  background-color: #0A557F;
  color: #ffffff;
}
.table tbody tr td {
  padding: 12px;
}
@media screen and (max-width: 399px) {
  .table tbody tr td {
    font-size: 3.25vw;
  }
}

.page-template-page_wbackground .wp-block-columns {
  padding-top: 90px;
}
.page-template-page_wbackground .contact-form {
  background: #FFFFFF;
  border: 1px solid #979797;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0 !important;
  padding: 40px 60px;
}
.page-template-page_wbackground .contact-form .wpforms-field-label {
  color: #231F20;
  font-weight: 400 !important;
}
.page-template-page_wbackground .contact-form input[type=text],
.page-template-page_wbackground .contact-form input[type=email] {
  max-width: 100% !important;
}
.page-template-page_wbackground .contact-form button[type=submit] {
  background-color: #DFB309 !important;
  color: #022A3D !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.wpforms-submit-container {
  text-align: center !important;
}

@media screen and (max-width: 1050px) {
  #hp .image_paragraph .row .content {
    display: block;
  }
}
#hp .image_paragraph .first-column {
  width: 33%;
}
@media screen and (max-width: 1050px) {
  #hp .image_paragraph .first-column {
    width: 100%;
    max-width: unset;
    display: block;
    padding-right: 0 !important;
    text-align: center;
    margin-bottom: 24px;
  }
  #hp .image_paragraph .first-column img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1050px) and (max-width: 599px) {
  #hp .image_paragraph .first-column img {
    max-width: 200px;
  }
}
#hp .image_paragraph .second-column {
  width: 66%;
}
@media screen and (max-width: 1050px) {
  #hp .image_paragraph .second-column {
    width: 90%;
    max-width: unset;
    display: block;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  #hp .image_paragraph .second-column .copy-wrap {
    max-width: unset;
    width: unset;
  }
}

@media screen and (max-width: 1050px) {
  #hp .paragraph_image .row:last-child {
    margin-bottom: 0;
  }
  #hp .paragraph_image .row .content {
    display: block;
  }
}
@media screen and (max-width: 1075px) {
  #hp .paragraph_image .first-column {
    padding-top: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1050px) {
  #hp .paragraph_image .first-column {
    width: 90%;
    max-width: unset;
    display: block;
    margin: 0 auto 24px auto;
    padding-right: 0 !important;
    padding-left: 0;
  }
  #hp .paragraph_image .first-column .copy-wrap {
    max-width: unset;
    width: unset;
    text-align: center;
  }
}
@media screen and (max-width: 1050px) {
  #hp .paragraph_image .second-column {
    width: 90%;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  #hp .paragraph_image .second-column img {
    padding: 24px 0;
  }
}
@media screen and (max-width: 896px) {
  #hp .paragraph_image .second-column {
    display: block;
  }
}

.contact-page h1, .contact-page h2, .contact-page p, .contact-page a {
  color: #ffffff;
}

ul li {
  padding-left: 8px;
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
  padding: 0 !important;
}

.bac-container {
  background-color: #EFF5FE;
  padding-top: 3rem;
  margin-top: 24px;
}
.bac-container .form-container {
  width: 96%;
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 24px;
}

.bac-form {
  background-color: #fff;
  padding: 2.5rem 4rem;
  border-radius: 0.7em;
  width: 545px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 0 auto 48px auto;
}

.bac-container .content {
  padding: 0.5rem 0 !important;
}

.bac-form .bac-buttons {
  display: flex;
  justify-content: space-around;
}

.bac-form #js-bac-reset {
  width: 42%;
  padding: 12px 24px;
  display: inline-block;
  background: #ffffff;
  color: #231F20;
  border: 2px solid #231F20;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}

.bac-form #js-bac-calulate {
  width: 42%;
  padding: 12px 24px;
  display: inline-block;
  background: #0A557F;
  color: #ffffff;
  border: 2px solid #231F20;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}

.bac-form .bac-message {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 600;
}

.bac-form .bac-message-2 {
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 24px;
}

.bac-init-message {
  width: 90%;
  max-width: 545px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  padding: 9rem 4rem;
}
.bac-init-message span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.bac-init-message button {
  margin-top: 1.5rem;
  background-color: #0A557F;
  color: #ffffff;
  border-width: 0px;
  border-radius: 4px;
  padding: 0.7rem 3rem;
}

.toggle-element-items > * {
  /*visibility:hidden;*/
  opacity: 0.05;
  pointer-events: none;
}

.message-red {
  color: #D10000;
}

.message-green {
  color: #198754;
}

.message-yellow {
  color: #ffc107;
}

.message-orange {
  color: #fd7e14;
}

.message-red {
  color: #dc3545;
}

.message-dark-red {
  color: #91202b;
}

#bodyweight-message {
  color: #D10000;
  font-size: 0.8em;
}

@media (max-width: 896px) {
  .bac-container {
    padding-top: 1rem !important;
    padding-bottom: 1px;
  }
  .bac-container .title-content {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .bac-container .form-container {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .bac-container .form-container > div {
    display: block !important;
  }
  .bac-container .content {
    padding: 0.5rem 0rem !important;
    text-align: justify !important;
  }
  .bac-form {
    padding: 1rem 0rem !important;
    width: unset;
  }
  .bac-form form .form-item {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bac-form .bac-buttons {
    display: block !important;
  }
  .bac-form #js-bac-reset,
  .bac-form #js-bac-calulate {
    display: block;
    padding: 0.7rem 1rem;
    width: 200px;
    margin: 0 auto 24px auto;
  }
}
#form-bac {
  position: relative;
  padding: 0 48px;
  padding-bottom: 24px;
}
#form-bac .form-label {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 500;
}
#form-bac .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231F20;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 2px solid #231F20;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 24px;
}
#form-bac .form-control {
  display: block;
  width: 94%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231F20;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #231F20;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 24px;
}
#form-bac #hours,
#form-bac #minutes {
  display: inline-block;
  width: 42%;
  margin-right: 2%;
}
#form-bac #minutes {
  margin-right: 0;
}
#form-bac .btn .btn-pimary {
  width: 47%;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 36px;
  background: #0A557F;
  color: #ffffff;
  text-decoration: none;
}

.articles {
  margin-top: 48px;
  margin-bottom: 2.25rem !important;
  position: relative;
}
.articles .search-box {
  position: relative;
}
.articles .search-box .filter-head {
  display: flex;
}
.articles .search-box .filter-head .result-count {
  text-align: right;
}
@media screen and (max-width: 999px) {
  .articles .search-box .filter-head {
    margin-top: 1rem;
  }
}

#load-more-container {
  text-align: center;
}
#load-more-container .btn {
  width: 200px;
  padding: 16px 30px;
}

.articles .searchpanel {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 999px) {
  .articles .searchpanel {
    position: absolute;
    left: -340px;
    top: 0;
    width: 280px;
    background-color: #ffffff;
    border: 1px solid #176973;
    z-index: 99;
    padding: 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
  }
  .articles .mobile-hide {
    display: none;
  }
  .articles .viewing {
    margin-bottom: 1rem;
  }
}
.articles .searchpanel .s-close {
  display: none;
  margin-bottom: 1rem;
  text-align: right;
}

@media screen and (max-width: 999px) {
  .articles .searchpanel .s-close {
    display: block;
  }
}
.articles .searchpanel .filter {
  margin-bottom: 1rem;
}

.articles .searchpanel input[type=checkbox] {
  display: none;
}

.articles .searchpanel input + label {
  display: inline-block;
  width: 100%;
  height: 26px;
  padding-left: 36px;
  cursor: pointer;
  background: url(assets/images/unchecked.png) no-repeat;
  background-size: 24px 26px;
  padding-top: 4px;
}

.articles .searchpanel input[type=checkbox]:checked + label {
  background: url(assets/images/checked.png) no-repeat;
  background-size: 24px 26px;
  padding-top: 4px;
}

.articles .search-box .post-search {
  position: relative;
  margin-bottom: 2rem;
}

.articles .search-box .post-search input[type=text].find-post {
  border: 1px solid #5f5f5f;
  display: inline;
  width: 65%;
  padding: 17px;
}
@media screen and (max-width: 599px) {
  .articles .search-box .post-search input[type=text].find-post {
    width: 50%;
  }
}

.articles .search-box .post-search input[type=submit] {
  display: inline;
  height: 55px;
  width: 55px;
  border: none;
  background: url("assets/images/smallSearch.webp") no-repeat;
  background-position: center center;
  background-size: 55px 55px;
  text-indent: -99999px;
  cursor: pointer;
}

.articles .m-filter {
  display: none;
  margin-bottom: 1rem;
}

@media screen and (max-width: 999px) {
  .articles .m-filter {
    display: block;
  }
}
.articles .posts {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .articles .posts {
    width: 100%;
  }
}
.hlink-list {
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-flow: row wrap;
}
@media screen and (max-width: 999px) {
  .hlink-list {
    justify-content: space-around;
  }
}

.hlink-list .post-column {
  animation: popIn 0.5s;
}
@keyframes popIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 999px) {
  .hlink-list .post-column {
    width: 300px;
    max-width: unset;
    min-width: unset;
  }
}
@media screen and (max-width: 684px) {
  .hlink-list .post-column {
    width: 150px;
    max-width: unset;
    min-width: unset;
  }
}
.hlink-list .post-column .row {
  padding: 0 0 24px 0;
}

.hlink-list .post-column .row .post-tile {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 200px;
  cursor: pointer;
  border: 1px solid #979797;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.hlink-list .post-column .row .post-tile.reco {
  height: 400px;
  width: 240px;
  min-width: 240px;
}

@media screen and (max-width: 999px) {
  .hlink-list .post-column .row .post-tile.reco {
    display: block;
    margin: 0 auto;
  }
}
.hlink-list .post-column .row .post-tile:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}

.hlink-list .post-column .row .post-tile .post-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
  color: #DB3D52;
}

.hlink-list .post-column .row .post-tile .article-link a {
  display: inline-block;
  width: 49%;
  font-size: 1rem;
  color: #DB3D52;
  text-align: right;
  padding-right: 48px;
  text-transform: uppercase;
  text-decoration: none;
}

.hlink-list .post-column .row .post-tile .article-link a:hover {
  text-decoration: underline;
}

.articles .posts .post-list {
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-flow: row wrap;
}
@media screen and (max-width: 999px) {
  .articles .posts .post-list {
    justify-content: space-around;
  }
}

.articles .posts .post-list .post-column {
  animation: popIn 0.5s;
}
@keyframes popIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 999px) {
  .articles .posts .post-list .post-column {
    width: 300px;
    max-width: unset;
    min-width: unset;
  }
}
.articles .posts .post-list .post-column .row {
  padding: 0 0 24px 0;
}

.articles .posts .post-list .post-column .row .post-tile {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 460px;
  cursor: pointer;
  border: 1px solid #979797;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.articles .posts .post-list .post-column .row .post-tile.reco {
  height: 400px;
  width: 240px;
  min-width: 240px;
}

@media screen and (max-width: 999px) {
  .articles .posts .post-list .post-column .row .post-tile.reco {
    display: block;
    margin: 0 auto;
  }
}
.articles .posts .post-list .post-column .row .post-tile:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}

.articles .posts .post-list .post-column .row .post-tile .post-thumb {
  width: 100%;
  height: auto;
  max-height: 190px;
}

.articles .posts .post-list .post-column .row .post-tile .post-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 190px !important;
  max-height: 190px;
}

.articles .posts .post-list .post-column .row .post-tile .post-cat {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.articles .posts .post-list .post-column .row .post-tile .post-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 1.875rem;
  color: #DB3D52;
}

.articles .posts .post-list .post-column .row .post-tile .post-body {
  padding: 24px;
}

.articles .posts .post-list .post-column .row .post-tile .post-info {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0.75rem;
}

.articles .posts .post-list .post-column .row .post-tile .article-link {
  text-align: left;
  position: absolute;
  bottom: 12px;
  left: 24px;
  width: 100%;
}

.articles .posts .post-list .post-column .row .post-tile .article-link a {
  display: inline-block;
  width: 49%;
  font-size: 1rem;
  color: #DB3D52;
  text-align: right;
  padding-right: 48px;
  text-transform: uppercase;
  text-decoration: none;
}

.articles .posts .post-list .post-column .row .post-tile .article-link a:hover {
  text-decoration: underline;
}

#hlink-results .row .post-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  height: 240px;
  width: 240px;
  cursor: pointer;
  margin: 0 auto 2rem auto;
  border: 1px solid #979797;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 684px) {
  #hlink-results .row .post-tile {
    height: 150px;
    width: 150px;
  }
}
#hlink-results .row .post-tile:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
  background-color: #EFF5FE;
}
#hlink-results .row .post-tile:hover .post-body .article-link a {
  width: 100%;
}
@media sceen and (max-width: 999px) {
  #hlink-results .row .post-tile {
    max-width: 280px;
  }
}
#hlink-results .row .post-tile .post-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 190px !important;
  max-height: 190px;
}
#hlink-results .row .post-tile .post-body {
  padding: 24px;
}
#hlink-results .row .post-tile .post-body .post-cat {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
#hlink-results .row .post-tile .post-body .post-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 1rem;
  color: #231F20;
}
@media screen and (max-width: 684px) {
  #hlink-results .row .post-tile .post-body .post-title {
    font-size: 13px;
    line-height: 17px;
  }
}
#hlink-results .row .post-tile .post-body .article-link {
  text-align: center;
  width: 80%;
  position: absolute;
  bottom: 12px;
}
#hlink-results .row .post-tile .post-body .article-link a {
  display: inline-block;
  width: 90%;
  font-size: 1rem;
  color: #0A557F;
  text-align: right;
  text-decoration: none;
  transition: all 0.5s;
}
#hlink-results .row .post-tile .post-body .article-link a .arrow-b {
  display: block;
  width: 100%;
}
#hlink-results .row .post-tile .post-body .article-link a .arrow-b img {
  margin: 0 auto;
}

#post-results .row .post-tile {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  height: 460px;
  width: 280px;
  cursor: pointer;
  margin: 0 auto 2rem auto;
  border: 1px solid #979797;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
#post-results .row .post-tile:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}
@media sceen and (max-width: 999px) {
  #post-results .row .post-tile {
    max-width: 280px;
  }
}
#post-results .row .post-tile .post-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 190px !important;
  max-height: 190px;
}
#post-results .row .post-tile .post-body {
  padding: 24px;
}
#post-results .row .post-tile .post-body .post-cat {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
#post-results .row .post-tile .post-body .post-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 1.875rem;
  color: #231F20;
}
#post-results .row .post-tile .post-body .article-link {
  text-align: left;
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 100%;
}
#post-results .row .post-tile .post-body .article-link .post-info {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0.75rem;
}
#post-results .row .post-tile .post-body .article-link a {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #0A557F;
  text-align: left;
  padding-right: 48px;
  text-decoration: none;
}

.font0 {
  font-size: 0;
}

.article-header {
  width: 100%;
  margin: 10rem 0 2rem 0;
}
.article-header h1 {
  font-size: 3.75rem;
  color: #DB3D52;
}

.article-body {
  display: inline-block;
  width: 69%;
  vertical-align: top;
  padding-right: 3%;
}
@media screen and (max-width: 999px) {
  .article-body {
    width: 100%;
  }
}
.article-body h1.article-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 32px;
  color: #0A557F;
}
@media screen and (max-width: 599px) {
  .article-body h1.article-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.article-body .post-content {
  width: 100%;
}
.article-body .post-content .wp-block-image,
.article-body .post-content .wp-block-column,
.article-body .post-content .wp-block-video {
  margin-bottom: 1rem;
}
.article-body .post-content .wp-block-image figcaption,
.article-body .post-content .wp-block-column figcaption,
.article-body .post-content .wp-block-video figcaption {
  font-size: 1rem;
  text-align: center;
}
.article-body .post-content p, .article-body .post-content h1, .article-body .post-content h2, .article-body .post-content h3, .article-body .post-content h4, .article-body .post-content h5, .article-body .post-content ul {
  padding: 0;
  margin-bottom: 1rem;
}
.article-body .post-content .alignwide {
  width: 100% !important;
}

.article-sidebar {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .article-sidebar {
    width: 100%;
  }
}
.article-sidebar .btn {
  width: 200px;
}

.reco-bg {
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .reco-bg {
    margin-top: 1rem;
  }
}
.reco-bg p {
  color: #DB3D52;
  font-weight: 500;
}

.content .backtonews {
  margin-top: 2rem;
}
.content .backtonews a {
  font-size: 0.75rem;
}

@media screen and (max-width: 999px) {
  .content.flex.font0 {
    display: block;
  }
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filterby,
.reco-bg {
  padding: 20px;
  background-color: #EFF5FE;
  margin-bottom: 24px;
  margin-right: 24px;
}
.filterby p,
.reco-bg p {
  color: #231F20;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

.reco-bg {
  margin-right: 0;
}

.arrow-b {
  display: inline;
}
.arrow-b img {
  width: 32px;
  margin: 0 0 -2px 8px;
  transition: margin 0.5s;
}
.arrow-b img:hover {
  margin-left: 16px;
}

.breadcrumb {
  margin-bottom: 48px;
}

.social-icons {
  display: inline-block;
  padding: 0 1rem;
  margin-bottom: 2.5rem;
}
.social-icons a {
  margin-right: 24px;
}
.social-icons img.social-icon {
  width: 32px;
}
.social-icons .tooltip,
.social-icons .urltooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.social-icons .tooltip .tooltiptext,
.social-icons .urltooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.75rem;
}
.social-icons .tooltip .tooltiptext::after,
.social-icons .urltooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.social-icons .tooltip:hover .tooltiptext,
.social-icons .urltooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.width100 {
  width: 100% !important;
}/*# sourceMappingURL=style.css.map */