/* RESET --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.entry-content * + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0 !important; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 0 !important; }

/* GLOBAL STYLES --- */
.glossary-tooltip a, .glossary-underline {
  background: rgba(0, 0, 0, 0) !important; }

.single-post .hero-section[data-type=type-1] {
  margin-bottom: var(--theme-margin-bottom, 0px); }

#main .entry-content ul {
  list-style: none;
  /* Remove default bullets */ }

#main .entry-content ul li {
  position: relative; }

#main .entry-content ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #34C0A6;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  margin-left: -20px;
  font-size: 30px;
  line-height: 1px;
  top: 12px;
  position: absolute; }

.wp-block-separator:not(.is-style-dots) {
  height: 1px !important; }

.grid-posts__4 {
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 1024px) {
    .grid-posts__4 {
      grid-template-columns: repeat(3, 1fr); } }

.grid-posts__3 {
  grid-template-columns: repeat(3, 1fr); }

.grid-posts__2 {
  grid-template-columns: repeat(2, 1fr); }

.grid-posts {
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 40px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .grid-posts {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 32px; } }
  @media screen and (max-width: 600px) {
    .grid-posts {
      grid-template-columns: 1fr; } }

.grid-posts__1 {
  grid-template-columns: 1fr; }

.grid-col {
  display: flex; }

.grid-card {
  display: flex;
  flex-direction: column;
  width: 100%; }

/* ==========================================================================
TYPOGRAPHY
========================================================================== */
.yoast-breadcrumbs {
  font-size: 12px;
  font-weight: 400; }
  .yoast-breadcrumbs > span > span,
  .yoast-breadcrumbs > span > svg {
    margin-right: 5px; }

/* ==========================================================================
POST CARD
========================================================================== */
.c-card {
  display: grid;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 16px;
  padding-bottom: 40px;
  border-bottom: solid 1px #f2f2f2; }
  @media screen and (max-width: 1024px) {
    .c-card {
      grid-template-columns: 250px auto;
      -moz-column-gap: 40px;
           column-gap: 40px; } }
  @media screen and (max-width: 767px) {
    .c-card {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      padding-bottom: 32px; } }
  .c-card .c-card__heading {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px !important; }
  .c-card p {
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size);
    font-weight: var(--theme-font-weight);
    font-style: var(--theme-font-style, inherit);
    line-height: var(--theme-line-height);
    letter-spacing: var(--theme-letter-spacing);
    text-transform: var(--theme-text-transform);
    margin-bottom: 20px; }

.c-card__img {
  width: 100%;
  max-height: 240px; }
  @media screen and (max-width: 1024px) {
    .c-card__img {
      display: none; } }
  .c-card__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }

.c-card-post {
  grid-template-columns: 300px auto; }
  @media screen and (max-width: 1024px) {
    .c-card-post {
      grid-template-columns: 100% auto; } }

.c-card__content {
  display: flex;
  flex-direction: column; }

.c-card__meta {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between; }

.readmore {
  background-color: #036B72;
  width: 100px;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  color: white !important;
  font-size: 14px; }
  .readmore:hover {
    background-color: #002450; }

.c-card__categories {
  margin-right: 20px; }
  .c-card__categories a {
    min-height: 25px;
    padding: 8px 15px;
    border-radius: 0px;
    background: #002450;
    display: inline;
    color: var(--theme-button-text-initial-color) !important;
    --linkHoverColor: var(--theme-button-text-hover-color)!important;
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size);
    font-weight: 600;
    font-style: var(--theme-font-style, inherit);
    line-height: var(--theme-line-height);
    letter-spacing: var(--theme-letter-spacing);
    text-transform: var(--theme-text-transform);
    -webkit-text-decoration: var(--theme-text-Decoration);
    text-decoration: var(--theme-text-Decoration); }
    .c-card__categories a:hover, .c-card__categories a:focus {
      background-color: var(--theme-palette-color-6);
      color: var(--theme-headings-color); }
    .c-card__categories a + a {
      margin-left: 8px; }

.c-card__time {
  justify-self: flex-end; }

.span-reading-time.rt-reading-time {
  font-size: 12px !important;
  font-weight: 600; }

.c-card__time {
  position: relative; }
  .c-card__time span.icon {
    position: absolute;
    left: -20px;
    top: 3px; }

#header .site-branding {
  position: absolute;
  top: 22px; }
  @media (max-width: 1000px) {
    #header .site-branding {
      top: 0px; }
      #header .site-branding .site-logo-container img {
        width: 40px; } }

#header nav#header-menu-1 {
  position: relative;
  width: 100%;
  display: block; }
  #header nav#header-menu-1 ul#menu-primary {
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    text-align: right; }
    #header nav#header-menu-1 ul#menu-primary li {
      margin-right: 20px; }

#header .menu li.menu-item, #header .menu li.page_item {
  display: inline-block;
  text-align: left; }

#header .animated-submenu > .sub-menu:before {
  display: none !important; }

#header button.ct-header-search.ct-toggle {
  background: #006a72 !important;
  padding: 20px 7px 20px 7px !important;
  position: absolute;
  z-index: 99;
  max-width: 44px; }

#header .sub-menu {
  padding-top: 20px;
  padding-bottom: 20px; }
  #header .sub-menu li {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  #header .sub-menu .menu-description {
    background: #00385E;
    margin: 10px 40px 20px 0 !important;
    padding: 15px 40px !important;
    color: white !important; }
    @media (max-width: 1120px) {
      #header .sub-menu .menu-description {
        margin: 10px !important; } }
    #header .sub-menu .menu-description a.ct-menu-link.ct-column-heading {
      color: white;
      font-size: 30px;
      line-height: 30px;
      letter-spacing: 2px;
      font-weight: 400;
      text-transform: uppercase;
      margin: 5px 0px 15px 0 !important; }
      @media (max-width: 1600px) {
        #header .sub-menu .menu-description a.ct-menu-link.ct-column-heading {
          font-size: 25px;
          line-height: 25px; } }
      @media (max-width: 1100px) {
        #header .sub-menu .menu-description a.ct-menu-link.ct-column-heading {
          font-size: 20px;
          line-height: 20px; } }
    #header .sub-menu .menu-description .entry-content {
      text-align: left;
      color: white !important;
      font-size: 16px !important;
      line-height: 20px; }
  #header .sub-menu li {
    padding-bottom: 10px;
    margin-left: 15px; }
    #header .sub-menu li a {
      font-size: 16px;
      font-weight: 900;
      text-decoration: none; }
    #header .sub-menu li .kt-button {
      font-size: 16px;
      padding: 10px 0 0 0; }

#header a.ct-menu-link {
  margin-left: -2px; }

#header .pll-parent-menu-item {
  width: 44px;
  margin-right: 0px;
  background: #006a72; }
  #header .pll-parent-menu-item a {
    color: white !important; }
  #header .pll-parent-menu-item .ct-toggle-dropdown-desktop {
    --toggle-button-margin-start: -3px; }
  #header .pll-parent-menu-item .ct-icon {
    fill: white;
    margin-right: -7px; }
  #header .pll-parent-menu-item .sub-menu {
    background: rgba(255, 255, 255, 0) !important;
    width: 50px !important; }
    #header .pll-parent-menu-item .sub-menu .menu-item {
      display: block;
      margin-top: -1px; }
    #header .pll-parent-menu-item .sub-menu li {
      margin: 0 !important;
      padding: 0 !important; }
      #header .pll-parent-menu-item .sub-menu li .ct-menu-link {
        padding: 0 !important;
        display: block;
        width: 43px;
        background: #006a72;
        margin-left: 1px;
        padding-left: 8px !important; }
        @media (max-width: 1120px) {
          #header .pll-parent-menu-item .sub-menu li .ct-menu-link {
            float: right;
            height: 60px !important;
            padding-top: 14px !important; } }
    #header .pll-parent-menu-item .sub-menu .lang-item {
      margin-top: -1px !important; }

#header li#menu-item-34 {
  margin-right: 8px; }

.sub-menu:after {
  width: 150vw !important; }

@media (max-width: 1000px) {
  .ct-panel-actions {
    z-index: 99;
    position: absolute;
    top: 10px;
    right: 0;
    padding-top: 15px !important; }
    .ct-panel-actions .ct-icon {
      fill: #000; }
    .ct-panel-actions [class*=ct-toggle-close] {
      --icon-size: 16px; }
  .ct-panel-content {
    padding: 0 !important; }
  #offcanvas .ct-panel-content > * {
    margin-bottom: 0 !important; }
  .ct-panel-content .site-logo-container {
    padding: 15px;
    margin-left: 5px !important; }
  .ct-search-box {
    width: 100%;
    max-width: 100% !important;
    position: relative;
    background: #006B72;
    margin-top: 30px !important; }
    .ct-search-box:before {
      content: "";
      width: 110vw;
      height: 100%;
      position: absolute;
      background: #006B72;
      left: -10vw; }
    .ct-search-box form.search-form {
      position: relative;
      padding: 20px; }
    .ct-search-box form.search-form input {
      border-radius: 0;
      padding: 25px;
      background: white; }
    .ct-search-box form.search-form button {
      position: absolute;
      top: 20px;
      right: 20px; }
    .ct-search-box .ct-icon {
      margin-top: 15px; }
  nav.mobile-menu.has-submenu {
    margin: 0 !important; }
    nav.mobile-menu.has-submenu li {
      border-bottom: 1px solid #DBDBDB;
      padding: 10px 20px;
      background: white; }
  .ct-language-switcher {
    background: #006a72;
    width: 100vw;
    padding: 10px 20px; } }

nav > ul > .menu-item-28[class*="ct-mega-menu"] > .sub-menu {
  --dropdown-columns-divider: 1pxsolidrgba(255, 255, 255, 0.1);
  --grid-template-columns: 3fr 1fr 1fr 1fr; }
  @media (max-width: 1120px) {
    nav > ul > .menu-item-28[class*="ct-mega-menu"] > .sub-menu {
      --grid-template-columns: 2fr 1fr 1fr 1fr; } }

nav > ul > .menu-item-27[class*="ct-mega-menu"] > .sub-menu {
  --dropdown-columns-divider: 1pxsolidrgba(255, 255, 255, 0.1);
  --grid-template-columns: 3fr 1fr 1fr 1fr 1fr; }
  @media (max-width: 1120px) {
    nav > ul > .menu-item-27[class*="ct-mega-menu"] > .sub-menu {
      --grid-template-columns: 3fr 1fr 1fr 1fr 1fr; } }

nav > ul > .menu-item-23[class*="ct-mega-menu"] > .sub-menu {
  --dropdown-columns-divider: 1pxsolidrgba(255, 255, 255, 0.1);
  --grid-template-columns: 3fr 1fr 1fr 1fr 1fr; }
  @media (max-width: 1120px) {
    nav > ul > .menu-item-23[class*="ct-mega-menu"] > .sub-menu {
      --grid-template-columns: 3fr 1fr 1fr 1fr 1fr; } }

nav > ul > #menu-item-27 > .sub-menu {
  --grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr!important; }

#menu-primary .menu-item-object-page {
  margin: 0 !important;
  border-top: 1px solid #DBDBDB;
  padding: 0px !important;
  margin-left: -6px !important; }
  @media (max-width: 1080px) {
    #menu-primary .menu-item-object-page {
      margin-left: -10px !important; } }
  @media (max-width: 1060px) {
    #menu-primary .menu-item-object-page {
      margin-left: -20px !important; } }
  #menu-primary .menu-item-object-page a.ct-menu-link {
    padding: 0px !important;
    margin: 0px !important;
    padding-right: 30px !important;
    padding-top: 15px !important; }

.pll-parent-menu-item:before {
  content: "";
  height: 1px;
  width: 44px;
  background: #DBDBDB;
  position: absolute;
  bottom: 0px;
  left: 0px; }

.pll-parent-menu-item .sub-menu {
  padding-top: 0px !important; }

#menu-mobile-menu-2 li {
  margin-left: 20px;
  margin-bottom: 10px; }
  #menu-mobile-menu-2 li .ct-menu-link {
    font-size: 16px !important; }

[data-header*="type-1"] .ct-header [data-id="language-switcher"] {
  --margin: 10px 0 0 0px !important; }

.mobile-menu li .ct-menu-link {
  font-size: 20px !important; }

.mobile-menu .sub-menu li {
  padding: 0px !important;
  border-bottom: 0px solid #DBDBDB !important; }
  .mobile-menu .sub-menu li .ct-menu-link {
    font-size: 16px !important;
    padding-right: 0px !important; }

nav > ul > [class*=ct-mega-menu] > .sub-menu > li {
  padding: 10px 0 !important; }

.mobile-menu [class*=children] > ul li a:before {
  background: white !important; }

.mobile-menu [class*=children] > ul li:hover a:before {
  background: currentColor !important; }

#offcanvas .ct-panel-content {
  background: white; }

.mobile-menu [class*=children] > ul {
  -webkit-padding-start: calc(20px*var(--theme-has-indentation, 1)) !important;
          padding-inline-start: calc(20px*var(--theme-has-indentation, 1)) !important; }

#header nav#header-menu-1 ul#menu-primary li {
  vertical-align: top; }

.ct-header-search.ct-toggle {
  margin: 0px !important; }

.ct-breadcrumbs {
  font-weight: 400 !important;
  text-transform: capitalize !important; }

@media (max-width: 1000px) {
  [data-sticky="yes:slide"] .site-branding {
    top: 7px !important; } }

[class*=ct-toggle-close][data-type=type-3] {
  --toggle-button-background: rgba(0, 0, 0, 0); }

/* Global header */
nav > ul > [class*=ct-mega-menu] > .sub-menu {
  display: grid;
  grid-template-columns: var(--theme-grid-template-columns, 1fr);
  width: var(--theme-mega-menu-width, var(--theme-container-width-base));
  max-width: var(--theme-mega-menu-max-width, var(--theme-normal-container-max-width));
  --grid-template-columns: 3fr 1fr 1fr 1fr 1fr!important; }

@media (max-width: 1000px) {
  #offcanvas .ct-panel-content-inner {
    padding: 0 !important; }
  input[type="search"] {
    background: white !important;
    margin: 14px !important; }
  .ct-search-form .ct-search-form-controls {
    display: flex;
    z-index: 2;
    padding: 14px; }
  .ct-search-box .ct-icon {
    margin-top: 3px;
    fill: white; }
  .ct-search-form[data-form-controls=inside]:not([data-taxonomy-filter=true]) [data-button*=icon] {
    -webkit-border-start: 0;
            border-inline-start: 0;
    border: 0px; }
  .ct-search-form .wp-element-button[data-button*=icon] {
    padding: initial;
    width: var(--search-button-size, var(--theme-form-field-height, 20px));
    --theme-icon-color: currentColor; }
  #header .site-branding {
    top: 15px; } }

.wp-block-image img {
  margin-bottom: 15px !important; }

#gform_wrapper_1 {
  text-align: left; }
  #gform_wrapper_1 #gform_fields_1 {
    gap: 0;
    text-align: left; }
    @media (max-width: 1000px) {
      #gform_wrapper_1 #gform_fields_1 {
        gap: 20px; } }
  #gform_wrapper_1 #input_1_1 {
    padding: 20px 32px;
    width: 100%;
    color: var(--theme-palette-color-2) !important;
    height: auto;
    max-height: 61.5px;
    border-radius: 0;
    border-color: var(--theme-palette-color-2);
    border-width: 2px;
    box-sizing: border-box; }
    @media (min-width: 1001px) {
      #gform_wrapper_1 #input_1_1 {
        border-right: none; } }
    @media (max-width: 781px) {
      #gform_wrapper_1 #input_1_1 {
        padding: 18px 25px; } }
  #gform_wrapper_1 #field_submit {
    display: flex;
    width: auto;
    height: auto;
    border-radius: 0;
    grid-column: span 3;
    text-align: center; }
    @media (max-width: 1000px) {
      #gform_wrapper_1 #field_submit {
        grid-column: span 4; } }
  #gform_wrapper_1 #gform_submit_button_1 {
    align-self: flex-start;
    padding: 12px 20px;
    text-align: center;
    border: solid 2px var(--theme-palette-color-2);
    background-color: transparent;
    height: 100%;
    max-height: 61.5px;
    width: 100%;
    color: var(--theme-palette-color-2);
    border-radius: 0;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
    #gform_wrapper_1 #gform_submit_button_1:hover {
      background-color: var(--theme-palette-color-2);
      color: white; }
  #gform_wrapper_1 .gform_footer {
    display: none; }
  #gform_wrapper_1 .gfield.gfield--width-half {
    grid-column: span 9;
    -ms-grid-column-span: 9; }
    @media (max-width: 1000px) {
      #gform_wrapper_1 .gfield.gfield--width-half {
        grid-column: span 12;
        -ms-grid-column-span: 12; } }
  #gform_wrapper_1 input[type=text]:focus {
    border: 1px solid white; }

footer .widget-title {
  color: #34C0A6;
  margin-bottom: 5px; }

footer p {
  color: white; }

@media (max-width: 1000px) {
  footer a {
    color: white !important;
    font-weight: bold; }
    footer a:hover {
      color: #006a72 !important; }
  footer .ct-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
  footer #block-16,
  footer #block-19,
  footer #nav_menu-11 {
    width: var(--theme-container-width);
    max-width: var(--theme-normal-container-max-width);
    margin-left: auto;
    margin-right: auto; }
  footer .kt-accordion-header-wrap,
  footer .kt-accordion-panel-inner {
    width: var(--theme-container-width);
    max-width: var(--theme-normal-container-max-width);
    margin-left: auto !important;
    margin-right: auto !important; } }

footer .kt-accordion-wrap {
  border-bottom: 1px solid #DBDBDB; }

footer .kt-accordion-pane {
  border-top: 1px solid #DBDBDB;
  padding: 15px 0px; }

footer .light-green a {
  color: #34C0A6 !important;
  font-weight: bold; }

footer .ct-footer-copyright P {
  color: #006a72 !important; }

footer .ct-footer-copyright a {
  color: #006a72 !important;
  font-weight: normal; }
  footer .ct-footer-copyright a:hover {
    color: #34C0A6 !important; }

footer .kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:before {
  height: 2px;
  width: 18px;
  left: 6px; }

footer .kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:after {
  height: 2px;
  width: 18px;
  left: 6px; }

/* footer */
footer .widget-title a {
  color: #34C0A6; }

/*change in footer.scss */
@media (max-width: 1000px) {
  footer a {
    font-weight: 300; } }

/* Footer Nav */
.footer-nav {
  width: 100%;
  margin-top: 5rem;
  padding-bottom: 1rem;
  position: relative; }
  @media (max-width: 767px) {
    .footer-nav {
      display: none; } }
  .footer-nav::before {
    content: "";
    display: block;
    height: 4px;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme-palette-color-6); }
  .footer-nav .footer-nav__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 28px;
         column-gap: 28px;
    list-style-type: none;
    padding: 22.5px 0 20px;
    position: relative;
    top: -20px;
    overflow: auto; }
  .footer-nav li {
    flex: 1;
    text-align: center; }
  .footer-nav li.current-menu-item a {
    color: var(--theme-palette-color-2);
    cursor: default; }
    .footer-nav li.current-menu-item a::before {
      height: 29px;
      width: 29px;
      background-color: var(--theme-palette-color-2);
      border: solid 5px white;
      box-sizing: content-box;
      box-shadow: 0 0 0 3px var(--theme-palette-color-6); }
    .footer-nav li.current-menu-item a:hover::before {
      transform: translate(-50%, -50%) scale(1); }
  .footer-nav a {
    display: block;
    padding-top: 56px;
    position: relative;
    color: #808080;
    letter-spacing: 1px; }
    .footer-nav a::before {
      content: "";
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: var(--theme-palette-color-6);
      border-radius: 50%;
      transition: transform 0.2s ease, background-color 0.2s ease; }
    .footer-nav a::after {
      display: none; }
    .footer-nav a:hover::before {
      transform: translate(-50%, -50%) scale(1.4);
      transform-origin: center;
      background-color: var(--theme-palette-color-2);
      transition: transform 0.2s ease, background-color 0.2s ease; }

/* ==========================================================================
GLIDEJS CAROUSEL
========================================================================== */
body .glide__slides {
  display: flex;
  margin: 0 0 25px !important; }

body .glide__slide {
  display: flex;
  height: auto !important; }

body .glide__arrows {
  position: absolute;
  bottom: -9px;
  z-index: 5; }

body .glide__arrow {
  display: grid;
  place-content: center;
  height: 25px;
  width: 25px;
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
  opacity: 1;
  cursor: pointer; }
  body .glide__arrow svg {
    height: 25px;
    width: 25px; }
  body .glide__arrow:hover svg {
    stroke: #34c0a6; }

body .glide__arrow-left {
  left: 4vw; }
  @media screen and (max-width: 781px) {
    body .glide__arrow-left {
      left: 0; } }
  body .glide__arrow-left .glide__arrow {
    transform: rotate(180deg); }

body .glide__arrow-right {
  right: 4vw; }
  @media screen and (max-width: 781px) {
    body .glide__arrow-right {
      right: 0; } }

body .glide__bullets {
  display: flex;
  text-align: center;
  margin: 0 10vw; }

body .glide__bullet {
  height: 6px;
  flex: 1;
  padding: 0;
  background-color: #000;
  opacity: 0.2;
  cursor: pointer; }
  body .glide__bullet:hover, body .glide__bullet:active, body .glide__bullet.glide__bullet--active {
    background-color: #34c0a6;
    opacity: 1; }

[data-prefix="single_page"] .hero-section[data-type="type-2"] {
  margin-top: -8px; }

[data-prefix="single_page"] .hero-section .page-description {
  width: 80%; }
  @media (max-width: 767px) {
    [data-prefix="single_page"] .hero-section .page-description {
      width: 100%; } }

[data-prefix="single_page"] .hero-section .ct-breadcrumbs {
  /* --itemSpacing: 50px; */
  background: #f2f2f2;
  width: 100%;
  position: absolute;
  bottom: -20px; }
  [data-prefix="single_page"] .hero-section .ct-breadcrumbs:before {
    content: "";
    height: 100%;
    width: 3000px;
    background: #f2f2f2;
    position: absolute;
    left: -500px;
    top: 0;
    z-index: -1; }

.hero-tag {
  position: absolute;
  width: 100%; }
  .hero-tag .kt-row-column-wrap {
    padding-left: 0px !important; }
  .hero-tag .tag-container {
    position: relative;
    min-width: 170px;
    float: left;
    padding: 2px 10px 0 0; }
    .hero-tag .tag-container:before {
      content: "";
      background: rgba(255, 255, 255, 0.15);
      height: 30px;
      width: 1000px;
      position: absolute;
      right: 0px;
      top: -1px; }
      @media (min-width: 2000px) {
        .hero-tag .tag-container:before {
          width: 188px; } }
  .hero-tag .tag-one {
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: 400; }
  .hero-tag .tag-two {
    display: inline-block;
    color: #34C0A6 !important;
    font-size: 14px;
    font-weight: 400; }

.hero-title {
  position: absolute;
  top: 150px;
  width: 100% !important;
  max-width: 100% !important; }

@media (max-width: 1000px) {
  .hero-title {
    top: 300px;
    left: 0px; }
  .home-hero-title {
    text-align: center; } }

.entry-header > *:not(:first-child) {
  margin-top: 0 !important; }

.page-description a {
  color: white;
  text-decoration: underline; }

.entry-header .entry-content > * + * {
  margin-top: 0; }

.alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
  padding-left: var(--theme-global-content-edge-padding, 0px) !important;
  padding-right: var(--theme-global-content-edge-padding, 0px) !important; }

.swiper-wrapper {
  margin-bottom: 50px; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px !important;
  width: 17.5%;
  border-radius: 0;
  margin-top: 10px !important;
  height: 6px; }

.acfb_button_prev {
  display: none; }

.acfb_posts_slider_block .swiper-container .acfb_button_next {
  top: 538px !important;
  right: 50px !important;
  width: 25px !important;
  padding: 0px !important; }

.acfb_post_slider_navigation .acfb_button_next {
  background: rgba(255, 255, 255, 0) !important; }

.acfb_button_next svg {
  width: 25px;
  height: 25px; }

.swiper-slide {
  background: #F5F5F5; }

.swiper-slide .standard {
  background: #F5F5F5; }

@media (max-width: 1000px) {
  .swiper-pagination {
    text-align: left !important; } }

.acfb_post_slider_tiled:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00385e;
  background: linear-gradient(0deg, rgba(0, 56, 94, 0.6) 0%, rgba(0, 212, 255, 0) 100%); }

.acfb_post_slider_tiled .acfb_posts_slider_bottom_elements {
  z-index: 99; }

.video .acfb_post_slider_tiled:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00385e;
  background: linear-gradient(0deg, rgba(0, 56, 94, 0.6) 0%, rgba(0, 212, 255, 0) 100%); }

.video .acfb_post_slider_tiled:after {
  content: "";
  background: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: 80%;
  bottom: 0;
  height: 110px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 110px; }

.video .acfb_post_slider_tiled .acfb_posts_slider_bottom_elements {
  z-index: 99; }
  .video .acfb_post_slider_tiled .acfb_posts_slider_bottom_elements .acfb_post_slider_title h5 a {
    color: #fff !important;
    font-weight: 600; }
    .video .acfb_post_slider_tiled .acfb_posts_slider_bottom_elements .acfb_post_slider_title h5 a:hover {
      text-decoration: underline; }
  .video .acfb_post_slider_tiled .acfb_posts_slider_bottom_elements .acfb_post_slider_excerpt {
    color: #fff; }
  .video .acfb_post_slider_tiled .acfb_posts_slider_bottom_elements .span-reading-time {
    color: #fff !important; }

.acfb_posts_slider_block .swiper-container .acfb_button_next {
  right: 1% !important; }
  @media (max-width: 1000px) {
    .acfb_posts_slider_block .swiper-container .acfb_button_next {
      right: 2% !important; } }

.acfb_posts_slider_block .acfb_post_slider_title {
  margin-bottom: 8px !important; }

.acfb_post_slider_title a {
  font-size: 18px !important;
  font-weight: 600 !important; }

.span-reading-time.rt-reading-time {
  font-size: 12px !important; }

/* Video */
.kadence-video-popup-wrap {
  z-index: 0; }

.kadence-video-intrinsic .kadence-video-poster {
  z-index: -1; }

.video-tag {
  z-index: 1; }
  .video-tag .tag-container {
    width: 230px;
    padding: 10px;
    display: block;
    margin: 0 auto;
    background: #00375c;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
    .video-tag .tag-container .tag-one {
      display: inline-block;
      color: white;
      font-weight: 400; }
    .video-tag .tag-container .tag-two {
      display: inline-block;
      color: #34C0A6;
      font-weight: 400; }

.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap {
  align-items: flex-start !important; }

/* Kadence headers */
.header-offscreen {
  position: relative; }

@media only screen and (max-width: 1600px) {
  .header-offscreen:before {
    content: "";
    height: 100%;
    width: 500px;
    background: #002450;
    position: absolute;
    top: 0;
    left: -500px; } }

@media only screen and (min-width: 1050px) {
  /* Reports Row 1 */
  .kadence-column_0b5fdd-2b > .kt-inside-inner-col {
    padding-left: 100px; }
  .wp-block-kadence-advancedbtn.kb-btns_fa0faa-a3 {
    padding-left: 250px; }
  /* Reports Row 2 */
  .kadence-column_e7b86a-8a > .kt-inside-inner-col {
    padding-left: 50px; }
  .wp-block-kadence-advancedbtn.kb-btns_2edcb2-e9 {
    padding-left: 150px; }
  .wp-block-kadence-advancedbtn.kb-btns_05e389-ad {
    padding-left: 70px; }
  .wp-block-kadence-advancedbtn.kb-btns_a99645-3c {
    padding-left: 70px; } }

.entry-meta li {
  display: inline-block;
  position: absolute;
  bottom: 0px !important;
  background: #fff;
  padding: 5px 10px; }

.entry-meta [data-type=pill] a {
  min-height: 25px;
  padding: 8px 15px;
  border-radius: 0px;
  background: #002450;
  display: inline; }

#main .entry-content li {
  padding-bottom: 10px; }

/* Governance */
.kadence-video-popup_a27831-e6 .kadence-video-popup-wrap .kadence-video-intrinsic {
  background-color: rgba(0, 0, 0, 0); }

.kadence-video-popup_a27831-e6 .kadence-video-popup-wrap {
  max-height: 250px !important; }

/* ==========================================================================
PAGINATION
========================================================================== */
.pagination:empty {
  display: none; }

.pagination .nav-links,
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center; }

.pagination .nav-prev-text,
.pagination .nav-next-text,
.pagination li.disabled {
  display: none; }

.pagination .previouspostslink,
.pagination .nextpostslink,
.pagination .page,
.pagination .current,
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--theme-wp--custom--colors--gray-200);
  border-radius: 3px;
  margin: 0 4px;
  font-size: var(--theme-wp--preset--font-size--small);
  font-weight: 700;
  text-decoration: none; }
  .pagination .previouspostslink:hover:not(.current),
  .pagination .nextpostslink:hover:not(.current),
  .pagination .page:hover:not(.current),
  .pagination .current:hover:not(.current),
  .pagination .page-numbers:hover:not(.current) {
    color: var(--theme-wp--custom--colors--yellow);
    background-color: var(--theme-wp--custom--colors--gray-200);
    border-color: var(--theme-wp--custom--colors--gray-200); }

.pagination .previouspostslink,
.pagination .nextpostslink {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  width: auto; }

.pagination .previouspostslink::before {
  content: "";
  transform: rotate(90deg); }

.pagination .previouspostslink:hover::before {
  background-color: var(--theme-wp--custom--colors--yellow); }

.pagination .nextpostslink::after {
  content: "";
  transform: rotate(-90deg); }

.pagination .nextpostslink:hover::after {
  background-color: var(--theme-wp--custom--colors--yellow); }

.pagination .wp-pagenavi *:first-child {
  margin-left: 0; }

.pagination .wp-pagenavi *:last-child {
  margin-right: 0; }

.pagination .current,
.pagination li.current .page-numbers,
.pagination .page-numbers.current {
  color: var(--theme-wp--custom--colors--white);
  background-color: var(--theme-wp--custom--colors--black); }

.ribbon-line {
  --dot-y-offset: 70px;
  --dot-first-last-x-offset: 35%;
  --dot-middle-x-offset: 16.5%; }
  .ribbon-line > .wp-block-kadence-rowlayout:first-child > .kt-row-column-wrap > .wp-block-kadence-column:first-child::before, .ribbon-line > .wp-block-kadence-rowlayout:first-child > .kt-row-column-wrap > .wp-block-kadence-column:first-child::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2; }
  .ribbon-line > .wp-block-kadence-rowlayout:first-child > .kt-row-column-wrap > .wp-block-kadence-column:first-child::before {
    left: 0;
    bottom: calc(var(--theme-dot-y-offset) + 13px);
    height: 3px;
    width: calc((100% - var(--theme-dot-first-last-x-offset)) - 29px - 5px);
    background-color: var(--theme-palette-color-6); }
  .ribbon-line > .wp-block-kadence-rowlayout:first-child > .kt-row-column-wrap > .wp-block-kadence-column:first-child::after {
    right: var(--theme-dot-middle-x-offset);
    bottom: 0;
    height: calc(var(--theme-dot-y-offset) + 13px);
    width: calc((var(--theme-dot-first-last-x-offset) - var(--theme-dot-middle-x-offset)) - 5px);
    border-top: solid 3px var(--theme-palette-color-6);
    border-right: solid 3px var(--theme-palette-color-6); }
  .ribbon-line > .wp-block-kadence-rowlayout:first-child > .kt-row-column-wrap > .wp-block-kadence-column:first-child .kt-inside-inner-col::after {
    content: "";
    display: block;
    position: absolute;
    height: 29px;
    width: 29px;
    background-color: white;
    border-radius: 50%;
    outline: solid 3px var(--theme-palette-color-6);
    outline-offset: 5px;
    right: var(--theme-dot-first-last-x-offset);
    bottom: var(--theme-dot-y-offset); }
  .ribbon-line > .wp-block-kadence-rowlayout:nth-child(odd):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:first-child::before, .ribbon-line > .wp-block-kadence-rowlayout:nth-child(odd):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:first-child::after {
    content: "";
    display: block;
    position: absolute;
    right: var(--theme-dot-middle-x-offset);
    z-index: 2;
    width: 3px;
    background-color: var(--theme-palette-color-6); }
  .ribbon-line > .wp-block-kadence-rowlayout:nth-child(odd):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:first-child::before {
    top: 0;
    height: calc(var(--theme-dot-y-offset) - 5px); }
  .ribbon-line > .wp-block-kadence-rowlayout:nth-child(odd):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:first-child::after {
    top: auto;
    bottom: 0;
    height: calc((100% - var(--theme-dot-y-offset)) - 29px - 5px); }
  .ribbon-line > .wp-block-kadence-rowlayout:nth-child(odd):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:first-child .kt-inside-inner-col::after {
    content: "";
    display: block;
    position: absolute;
    height: 29px;
    width: 29px;
    background-color: white;
    border-radius: 50%;
    outline: solid 3px var(--theme-palette-color-6);
    outline-offset: 5px;
    right: calc(var(--theme-dot-middle-x-offset) + 1px);
    top: var(--theme-dot-y-offset);
    transform: translateX(50%); }
  .ribbon-line > .wp-block-kadence-rowlayout:nth-child(even):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:last-child::before, .ribbon-line > .wp-block-kadence-rowlayout:nth-child(even):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:last-child::after {
    content: "";
    display: block;
    position: absolute;
    left: var(--theme-dot-middle-x-offset);
    z-index: 2;
    height: 50%;
    width: 3px;
    background-color: var(--theme-palette-color-6); }
  .ribbon-line > .wp-block-kadence-rowlayout:nth-child(even):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:last-child::before {
    top: 0;
    height: calc(var(--theme-dot-y-offset) - 5px); }
  .ribbon-line > .wp-block-kadence-rowlayout:nth-child(even):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:last-child::after {
    top: auto;
    bottom: 0;
    height: calc((100% - var(--theme-dot-y-offset)) - 29px - 5px); }
  .ribbon-line > .wp-block-kadence-rowlayout:nth-child(even):not(:first-child):not(:last-child) > .kt-row-column-wrap > .wp-block-kadence-column:last-child .kt-inside-inner-col::after {
    content: "";
    display: block;
    position: absolute;
    height: 29px;
    width: 29px;
    background-color: white;
    border-radius: 50%;
    outline: solid 3px var(--theme-palette-color-6);
    outline-offset: 5px;
    left: calc(var(--theme-dot-middle-x-offset) + 1px);
    top: var(--theme-dot-y-offset);
    transform: translateX(-50%); }
  .ribbon-line > .wp-block-kadence-rowlayout:last-child > .kt-row-column-wrap > .wp-block-kadence-column:last-child::before, .ribbon-line > .wp-block-kadence-rowlayout:last-child > .kt-row-column-wrap > .wp-block-kadence-column:last-child::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2; }
  .ribbon-line > .wp-block-kadence-rowlayout:last-child > .kt-row-column-wrap > .wp-block-kadence-column:last-child::before {
    right: 0;
    top: calc(var(--theme-dot-y-offset) + 13px);
    height: 3px;
    width: calc((100% - var(--theme-dot-first-last-x-offset)) - 29px - 5px);
    background-color: var(--theme-palette-color-6); }
  .ribbon-line > .wp-block-kadence-rowlayout:last-child > .kt-row-column-wrap > .wp-block-kadence-column:last-child::after {
    left: var(--theme-dot-middle-x-offset);
    top: 0;
    height: calc(var(--theme-dot-y-offset) + 13px);
    width: calc((var(--theme-dot-first-last-x-offset) - var(--theme-dot-middle-x-offset)) - 5px);
    border-bottom: solid 3px var(--theme-palette-color-6);
    border-left: solid 3px var(--theme-palette-color-6); }
  .ribbon-line > .wp-block-kadence-rowlayout:last-child > .kt-row-column-wrap > .wp-block-kadence-column:last-child .kt-inside-inner-col::after {
    content: "";
    display: block;
    position: absolute;
    height: 29px;
    width: 29px;
    background-color: white;
    border-radius: 50%;
    outline: solid 3px var(--theme-palette-color-6);
    outline-offset: 5px;
    right: auto;
    left: var(--theme-dot-first-last-x-offset);
    top: var(--theme-dot-y-offset); }

/* ==========================================================================
SEARCH & FILTER
========================================================================== */
/* Filters */
.searchandfilter {
  margin: 0;
  /* Fields */ }
  .searchandfilter ul {
    padding: 0; }
  .searchandfilter li::before {
    display: none !important; }
  .searchandfilter h4 {
    padding: 0;
    margin: 0;
    font-size: var(--theme-wp--preset--font-size--medium);
    font-weight: 700;
    line-height: 1.333;
    letter-spacing: -0.02rem; }
    .searchandfilter h4 + label,
    .searchandfilter h4 + ul {
      margin-top: 16px; }
  .searchandfilter > ul > li {
    padding: 0 !important;
    margin: 0 0 16px;
    width: 100%; }
    .searchandfilter > ul > li:last-of-type {
      margin: 0; }
    .searchandfilter > ul > li label {
      font-size: var(--theme-wp--preset--font-size--small);
      font-weight: 400; }
  .searchandfilter li[data-sf-field-input-type="checkbox"] ul,
  .searchandfilter li[data-sf-field-input-type="radio"] ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px; }
    .searchandfilter li[data-sf-field-input-type="checkbox"] ul li,
    .searchandfilter li[data-sf-field-input-type="radio"] ul li {
      padding: 0 !important; }
      .searchandfilter li[data-sf-field-input-type="checkbox"] ul li + li,
      .searchandfilter li[data-sf-field-input-type="radio"] ul li + li {
        margin-left: 14px; }
  .searchandfilter li[data-sf-field-input-type="checkbox"] input,
  .searchandfilter li[data-sf-field-input-type="radio"] input {
    display: none; }
  .searchandfilter li[data-sf-field-input-type="checkbox"] label,
  .searchandfilter li[data-sf-field-input-type="radio"] label {
    padding: 0; }
    .searchandfilter li[data-sf-field-input-type="checkbox"] label:hover,
    .searchandfilter li[data-sf-field-input-type="radio"] label:hover {
      text-decoration: underline; }
  .searchandfilter .sf-field-search,
  .searchandfilter .sf-field-sort_order {
    font-size: var(--theme-wp--preset--font-size--small); }
    .searchandfilter .sf-field-search,
    .searchandfilter .sf-field-search label,
    .searchandfilter .sf-field-search .sf-input-text,
    .searchandfilter .sf-field-search .sf-input-select,
    .searchandfilter .sf-field-sort_order,
    .searchandfilter .sf-field-sort_order label,
    .searchandfilter .sf-field-sort_order .sf-input-text,
    .searchandfilter .sf-field-sort_order .sf-input-select {
      width: 100%; }
  .searchandfilter .sf-field-reset {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px;
    align-items: center;
    justify-content: space-between; }
    .searchandfilter .sf-field-reset h4,
    .searchandfilter .sf-field-reset .sf-field-heading {
      font-size: 18px; }
      @media screen and (max-width: 1024px) {
        .searchandfilter .sf-field-reset h4,
        .searchandfilter .sf-field-reset .sf-field-heading {
          display: none; } }
  .searchandfilter .search-filter-reset {
    font-size: var(--theme-wp--preset--font-size--small);
    font-weight: 600;
    border-radius: 0px; }

/* Results */
.search-filter-results__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 820px; }
  @media screen and (max-width: 767px) {
    .search-filter-results__nav {
      margin-top: 32px; } }

[class*=ct-container] > article {
  width: 100% !important;
  max-width: 100% !important; }

.wp-block-quote {
  -webkit-border-start: 0px solid var(--theme-palette-color-1) !important;
          border-inline-start: 0px solid var(--theme-palette-color-1) !important;
  border-top: 4px solid var(--theme-palette-color-1);
  border-bottom: 4px solid var(--theme-palette-color-1);
  padding: 30px 0 !important; }

.container {
  width: 100%;
  max-width: 1290px;
  padding-left: var(--theme-global-kb-spacing-md, 2rem);
  padding-right: var(--theme-global-kb-spacing-md, 2rem);
  margin-left: auto;
  margin-right: auto; }

input#swpquery {
  width: 90%;
  margin-bottom: 10px; }

@media (min-width: 1000px) {
  .search .entries {
    width: 100%;
    margin: 0px auto 0 auto; } }

.search .entries article:after {
  content: "";
  background: #DBDBDB;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0; }

.search [data-archive=default][data-layout=simple] article:not(:last-child) {
  margin-bottom: 0px; }

.search [data-cards=boxed] .entry-card, .search [data-cards=cover] .entry-card {
  padding: 0px; }

.search [data-archive=default][data-layout=simple] article .card-content {
  align-self: center;
  padding: 30px 0 0 0; }

.search [data-archive=default][data-layout=simple] article {
  position: relative;
  margin-top: 70px; }

.search h2.entry-title {
  text-decoration: underline !important;
  color: #34C0A6 !important; }
  .search h2.entry-title a {
    color: #006B72 !important;
    font-weight: 300; }

.search .entry-excerpt {
  font-weight: 400;
  font-size: 15px; }

.search .ct-image-container,
.search .entry-meta,
.search .page-numbers {
  display: none !important; }

.search .next,
.search .prev {
  display: block !important; }

.search [data-pagination=simple] .prev, .search [data-pagination=simple] .next, .search [data-pagination=next_prev] .prev, .search [data-pagination=next_prev] .next {
  border: 0px; }

.search [data-pagination=simple] .next svg, .search [data-pagination=next_prev] .next svg {
  display: none; }

.search [data-pagination=simple] .prev, .search [data-pagination=simple] .next, .search [data-pagination=next_prev] .prev, .search [data-pagination=next_prev] .next {
  padding: 0px; }

.search [data-pagination=simple] .prev svg, .search [data-pagination=next_prev] .prev svg {
  display: none; }

.search [data-pagination=simple] .prev, .search [data-pagination=simple] .next, .search [data-pagination=next_prev] .prev, .search [data-pagination=next_prev] .next {
  font-size: 15px;
  text-transform: capitalize;
  color: #006b72;
  font-weight: 400 !important; }

.searchandfilter > ul > li label {
  width: 100%; }

/* Header Search*/
#search-wrap {
  display: inline-block;
  position: relative;
  float: right;
  z-index: 9999; }

#search-wrap input[type="text"] {
  height: 65px;
  font-size: 1em;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  padding: 3px;
  padding-right: 30px;
  width: 0px;
  position: absolute;
  top: -14px;
  right: 0px;
  color: rgba(255, 255, 255, 0);
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer; }

#search-wrap input[type="text"]:focus {
  width: 850px;
  height: 56px;
  z-index: 1;
  cursor: text;
  background-color: white;
  color: black !important; }

#search-wrap input[type="submit"] {
  height: 70px;
  width: 44px;
  display: inline-block;
  color: #4f2c1d;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  border-radius: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  background: #006b72; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0 solid transparent;
  -webkit-text-fill-color: #4f2c1d;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

input[type="submit"]:hover {
  opacity: 1; }

input, textarea {
  outline: none; }

#search-wrap .search-icon.ico {
  position: relative;
  display: inline-block;
  background: transparent;
  border-radius: 30px;
  height: 26px;
  width: 26px;
  border: 4px solid white;
  z-index: 100;
  pointer-events: none;
  top: 8px;
  left: -10px; }

#search-wrap .search-icon.ico:after {
  content: "";
  height: 4px;
  width: 10px;
  background: white;
  position: absolute;
  top: 20px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 100;
  pointer-events: none; }

[data-header*="type-1"] .ct-header [data-id="menu"] {
  --margin: 0 0px 0 0 !important; }

/* Search Results */
@media screen and (min-width: 1150px) {
  li.sf-field-sort_order {
    position: absolute !important;
    right: -761px;
    top: -70px; } }

/* Latest Media */
.cat-container {
  z-index: 99; }
  .cat-container a {
    background: #00385E;
    color: white;
    padding: 8px;
    margin-right: 5px;
    font-size: 12px; }
    .cat-container a:hover {
      color: #34c0a6; }

.video .cat-container a {
  background: white;
  color: #00385E;
  padding: 8px;
  margin-right: 5px;
  font-size: 12px; }
  .video .cat-container a:hover {
    color: #34c0a6; }

/* Buttons */
.button.pin-button {
  position: relative;
  overflow: visible; }
  .button.pin-button::before, .button.pin-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    filter: none;
    opacity: 1 !important; }
  .button.pin-button::before {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--theme-palette-color-2);
    border: 2px solid var(--theme-palette-color-6);
    z-index: 1;
    transition: all .3s ease-in-out; }
  .button.pin-button::after {
    height: 2px;
    width: 50px;
    background-color: var(--theme-palette-color-6);
    z-index: 0;
    transition: all .3s ease-in-out; }
  .button.pin-button .kt-btn-icon-side-right {
    padding-left: 0;
    transition: padding-left 0.2s ease; }
  .button.pin-button:hover::before {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--theme-palette-color-6);
    border: 2px solid var(--theme-palette-color-2);
    z-index: 1;
    transition: all .3s ease-in-out; }
  .button.pin-button:hover::after {
    height: 2px;
    width: 50px;
    background-color: var(--theme-palette-color-2);
    z-index: 0;
    transition: all .3s ease-in-out; }
  .button.pin-button:hover .kt-btn-icon-side-right {
    padding-left: 8px;
    transition: padding-left 0.2s ease; }

/* Homepage Hero Legend */
.homepage-hero-legend {
  display: grid;
  grid-auto-rows: auto;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .homepage-hero-legend .homepage-hero-legend__item {
    display: grid;
    grid-template-columns: 14px auto;
    align-items: center;
    gap: 6px; }
  .homepage-hero-legend .dot {
    height: 12px;
    width: 12px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid transparent;
    outline: 2px solid transparent; }
    .homepage-hero-legend .dot.offices {
      border-color: #1f3f49;
      outline-color: white; }

.single-glossary .entry-meta {
  display: none; }

.glossary-term-bar .glossary-link-initial-item,
.glossary-term-bar .glossary-no-link-initial-item {
  font-size: 30px;
  font-weight: 400;
  margin-right: 18px; }

.glossary-term-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 766px) {
    .glossary-term-list {
      grid-template-columns: 1fr;
      grid-auto-rows: auto; } }
  .glossary-term-list .glossary-block {
    display: grid;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    gap: 16px;
    position: relative;
    border-bottom: 2px solid #DBDBDB;
    padding: 10px 20px 20px; }
    @media (max-width: 766px) {
      .glossary-term-list .glossary-block {
        padding: 10px 0 20px; } }
    .glossary-term-list .glossary-block .glossary-letter {
      font-size: 50px !important; }
    .glossary-term-list .glossary-block ul {
      padding-top: 17px; }
      .glossary-term-list .glossary-block ul li {
        list-style: none; }

@media (min-width: 767px) {
  .glossary-block:nth-child(odd) {
    border-right: solid 2px #DBDBDB; } }

/* Glossary side button */
#easy-sticky-sidebar-1 {
  display: none; }

.single-glossary #easy-sticky-sidebar-1 {
  display: flex; }

.easy-sticky-sidebar.sticky-cta .sticky-sidebar-image {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: none; }

.easy-sticky-sidebar.sticky-cta {
  box-shadow: 0 0 10px 0 rgba(19, 19, 19, 0) !important; }

.easy-sticky-sidebar.sticky-cta .sticky-sidebar-button {
  background-color: #680088;
  height: 130px;
  border-radius: 0;
  transform: rotate(270deg);
  right: 40px;
  top: 40px; }

.easy-sticky-sidebar:is(.sticky-cta, .tab-cta) .sticky-sidebar-button > div {
  color: white; }

.easy-sticky-sidebar.sticky-cta .sticky-sidebar-text {
  background-color: #00385E; }

.sticky-content-inner .gform_wrapper {
  margin-top: 20px; }

.sticky-content-inner .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  background: white; }

.sticky-content-inner .gform_wrapper.gravity-theme .gfield textarea.large {
  background: white; }

.sticky-content-inner .gform_wrapper.gravity-theme .gform_footer input {
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid white !important;
  border-radius: 0px !important; }

[data-sidebar=left] {
  --grid-template-columns: var(--theme-sidebar-width, 100%) minmax(100px, 1fr) !important; }

[data-sidebar=left] > section {
  grid-column: 1 !important; }

ul.wp-block-archives-list.wp-block-archives li {
  display: inline-block; }

nav.ct-breadcrumbs {
  background: #F2F2F2;
  position: absolute;
  bottom: -20px;
  width: 100%; }
  nav.ct-breadcrumbs:before {
    content: "";
    height: 100%;
    width: 3000px;
    background: #f2f2f2;
    position: absolute;
    left: -500px;
    top: 0;
    z-index: -1; }

.wp-block-archives-list a {
  font-size: 18px;
  margin-right: 10px; }

.wp-block-archives-list [aria-current]:not([aria-current="false"]) {
  text-decoration: underline; }

.hero-section[data-type=type-2] .ct-title-label {
  font-size: 18px; }

@media (min-width: 1000px) {
  .blog .entries {
    width: 70%;
    margin: -60px auto 0 auto; } }

.blog .entries article:after {
  content: "";
  background: #DBDBDB;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0; }

@media (min-width: 1000px) {
  .archive .entries {
    width: 70%;
    margin: -60px auto 0 auto; } }

.archive .entries article:after {
  content: "";
  background: #DBDBDB;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0; }

[data-archive=default][data-layout=simple] article .card-content {
  align-self: flex-start; }
  @media (min-width: 690px) {
    [data-archive=default][data-layout=simple] article .card-content {
      margin-top: -30px; } }

.entry-card .entry-title {
  font-weight: 400; }

[data-archive=default][data-layout=simple] article .card-content {
  align-self: flex-start !important; }

[data-archive=default][data-layout=simple] article {
  position: relative;
  margin-top: 60px; }

[data-cards=boxed] .entry-card, [data-cards=cover] .entry-card {
  box-shadow: 0px !important; }

ul.entry-meta {
  position: absolute;
  bottom: -16px; }

.entry-meta li {
  display: inline-block;
  position: absolute;
  bottom: 0px !important;
  background: #002450;
  padding: 5px 10px; }
  .entry-meta li a {
    color: white; }

[data-type="icons:slash"] {
  position: absolute;
  right: 0;
  bottom: -5px !important;
  width: 100px;
  padding: 5px 10px;
  background: white; }
  [data-type="icons:slash"] li {
    background: white; }
    [data-type="icons:slash"] li a {
      color: #002450; }

.category .wp-block-archives-list {
  display: none; }

.search .wp-block-archives-list {
  display: none; }

[data-archive=default] .entry-card .entry-title {
  --fontSize: 20px; }

@media (max-width: 690px) {
  [data-cards=boxed] .entry-card, [data-cards=cover] .entry-card {
    padding: 0; }
  .entry-card .boundless-image {
    padding: 30px 30px 0 30px; } }

/* Case study list */
.wp-block-kadence-iconlist.kt-svg-icon-list-items_19574f-04 ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap:not(:last-child) {
  margin-bottom: 15px; }

/* Case Study */
.post-type-archive-case-study .searchwp-search-form.searchwp-supplemental-search-form {
  width: 400px !important;
  float: right; }

.post-type-archive-case-study input#swpquery {
  width: 270px;
  margin-bottom: 10px;
  color: white; }

.post-type-archive-case-study input#searchsubmit {
  display: inline-block;
  background: #00385E;
  border: 1px solid #00385E; }

.post-type-archive-case-study input#searchsubmit:hover {
  color: #34C0A6;
  background: white;
  border: 1px solid #34C0A6; }

.post-type-archive-case-study input[type=text] {
  border-color: white; }

.leadership:before {
  display: none !important; }

.leader-grid .kt-image-overlay-color-wrapper {
  opacity: 0 !important; }

.leader-grid {
  position: relative; }
  .leader-grid .kt-image-overlay-message {
    transition: bottom 0.2s ease; }
  .leader-grid h2 {
    line-height: 1 !important; }

.leader-grid:before {
  content: '';
  display: block;
  position: absolute;
  height: 35%;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(0deg, #00385e 40%, rgba(255, 255, 255, 0) 100%) !important;
  z-index: 9;
  transition: height 0.2s ease; }

.leader-grid:hover::before {
  height: 40%;
  transition: height 0.3s 0.05s ease; }

.leader-grid .kt-imageoverlay-link:hover .kt-image-overlay-message {
  bottom: 20px !important;
  transition: bottom 0.2s ease; }

/* Single */
.single-leadership .leader-grid:before {
  height: 32%;
  background-image: linear-gradient(0deg, #00385e 44%, rgba(255, 255, 255, 0) 100%) !important; }

.single-leadership .leader-grid .kt-imageoverlay-link:hover .kt-image-overlay-message {
  bottom: 10px !important; }

.single-leadership .leader-grid:hover:before {
  height: 35%; }

/* Hacks to be reworked */
.wp-admin input {
  color: black !important; }

nav > ul > .ct-mega-menu-full-width > .sub-menu:after {
  -webkit-margin-start: -51vw;
          margin-inline-start: -51vw; }

h2.widget-title {
  line-height: 25px; }

#header .sub-menu li a {
  font-weight: 400; }

/* Glossary side button */
#easy-sticky-sidebar-1 {
  display: none; }

.single-glossary #easy-sticky-sidebar-1 {
  display: flex; }

.easy-sticky-sidebar.sticky-cta .sticky-sidebar-image {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: none; }

.easy-sticky-sidebar.sticky-cta {
  box-shadow: 0 0 10px 0 rgba(19, 19, 19, 0) !important; }

.easy-sticky-sidebar.sticky-cta .sticky-sidebar-button {
  background-color: #680088;
  height: 130px;
  border-radius: 0;
  transform: rotate(270deg);
  right: 40px;
  top: 1px; }

@media (max-width: 1024px) {
  .single-glossary #easy-sticky-sidebar-1 {
    display: none; } }

.easy-sticky-sidebar:is(.sticky-cta, .tab-cta) .sticky-sidebar-button > div {
  color: white; }

.easy-sticky-sidebar.sticky-cta .sticky-sidebar-text {
  background-color: #00385E; }

.sticky-content-inner .gform_wrapper {
  margin-top: 20px; }

.sticky-content-inner .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  background: white; }

.sticky-content-inner .gform_wrapper.gravity-theme .gfield textarea.large {
  background: white; }

.sticky-content-inner .gform_wrapper.gravity-theme .gform_footer input {
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid white !important;
  border-radius: 0px !important; }

.entry-meta li {
  display: inline-block;
  position: absolute;
  bottom: 0px !important;
  background: #fff;
  padding: 5px 10px; }

.entry-meta [data-type=pill] a {
  min-height: 25px;
  padding: 8px 15px;
  border-radius: 0px;
  background: #002450;
  display: inline; }

/* Case Study */
.post-type-archive-case-study .searchwp-search-form.searchwp-supplemental-search-form {
  width: 400px !important;
  float: right; }

.post-type-archive-case-study input#swpquery {
  width: 270px;
  margin-bottom: 10px;
  color: white; }

.post-type-archive-case-study input#searchsubmit {
  display: inline-block;
  background: #00385E;
  border: 1px solid #00385E; }

.post-type-archive-case-study input#searchsubmit:hover {
  color: #34C0A6;
  background: white;
  border: 1px solid #34C0A6; }

.post-type-archive-case-study input[type=text] {
  border-color: white; }

#main .entry-content li {
  padding-bottom: 10px; }

.kadence-video-popup_a27831-e6 .kadence-video-popup-wrap .kadence-video-intrinsic {
  background-color: rgba(0, 0, 0, 0); }

.kadence-video-popup_a27831-e6 .kadence-video-popup-wrap {
  max-height: 250px !important; }

.kadence-video-popup_a27831-e6 .kadence-video-popup-wrap .kt-video-svg-icon.kt-video-svg-icon-style-stacked {
  border-color: white; }

.kadence-video-intrinsic .kadence-video-popup-link {
  justify-content: right; }

.header-offscreen:before {
  background: #00385e; }

@media (min-width: 1050px) {
  .ct-dynamic-filter {
    margin: -50px 0 100px 0; } }

input#swpquery {
  width: 86%;
  margin-bottom: 10px;
  float: left; }

input#searchsubmit {
  float: right; }

@media (min-width: 1000px) {
  .archive .entries {
    width: 80%; } }

[data-archive=default][data-layout*=grid] .entry-card > *:not(:last-child), [data-archive=default][data-layout=classic] .entry-card > *:not(:last-child), [data-archive=default][data-layout=simple] .card-content > *:not(:last-child) {
  margin-bottom: 20px;
  width: 100%; }

h2.entry-title {
  line-height: 1.8; }

@media (max-width: 1050px) {
  #sidebar {
    display: none !important; } }

#header .sub-menu li stronga {
  font-weight: 900; }

.wp-block-icon-content__grid .icon__link img {
  padding: 5px; }

.wp-block-latest-media__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 195px; }

.video .wp-block-latest-media__img img {
  max-height: 100%; }

.entry-meta [data-type=pill] a {
  margin-left: -8px; }

[data-prefix="single_blog_post"] .entry-header .page-title {
  --fontSize: 40px;
  --heading-color: var(--theme-palette-color-2);
  margin: 20px 0 40px 0px;
  line-height: 45px; }

.ct-dynamic-filter {
  margin: 0px 0 100px 0 !important; }

.wp-block-latest-media__card:not(.video) .wp-block-latest-media__content {
  background-color: #f2f2f2;
  transform: translate3d(0, 0, 0) !important; }

.brochure-image {
  width: 168px;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  vertical-align: top;
  margin-right: 9%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6);
  background-position: center !important; }

.page-id-2079 .brochure-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3; }

@media (max-width: 881px) {
  .brochure-image {
    display: none; } }

.brochure {
  display: inline-block !important; }

@media (min-width: 882px) {
  .brochure-front-image .c-card__content {
    display: inline-block;
    width: 70%; } }

.brochure h2.c-card__heading {
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #00385E !important;
  letter-spacing: 0.75px;
  margin-bottom: 6px !important; }

.brochure p {
  margin-bottom: 20px;
  letter-spacing: 0.75px;
  line-height: 20px; }

.brochure .c-card__content a {
  letter-spacing: 0.75px;
  color: #00385E;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
  margin-left: 20px; }

.brochure a:hover {
  text-decoration: underline; }

.financials .brochure-image {
  width: 228px; }

@media (min-width: 882px) {
  .financials.brochure-front-image .c-card__content {
    display: inline-block;
    width: 61%; } }

.financials .c-card__content a {
  margin-left: 0px; }

.entry-card .ct-image-container img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%; }

.c-card__img img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  height: auto; }

.wp-block-latest-media__img {
  height: auto;
  width: 100%; }

.wp-block-latest-media__img img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%; }

@media (min-width: 690px) {
  [data-archive=default][data-layout=simple][data-cards=boxed] .entry-card .boundless-image {
    width: 100%;
    margin-bottom: 0; } }

@media (min-width: 690px) {
  [data-archive=default][data-layout=simple] article > .ct-image-container {
    max-width: 300px;
    max-height: 225px; } }

@media (max-width: 1000px) {
  .blog .entries {
    width: 100%;
    margin: -60px auto 0 auto; }
  .blog .ct-image-container {
    display: none; } }

.glossary-tooltip-text {
  border-bottom: 0px solid #fffaf0; }

.glossary-tooltip:hover .glossary-tooltip-content, .glossary-tooltip:focus .glossary-tooltip-content, .glossary-tooltip:active .glossary-tooltip-content {
  pointer-events: auto;
  opacity: 1;
  position: absolute;
  display: block !important;
  visibility: visible !important;
  top: unset;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); }

.glossary-tooltip-content {
  margin: 0 0 0px -180px; }

.glossary-tooltip-content::after {
  display: none; }

.glossary-underline {
  padding: 0px; }

.glossary-tooltip-text a {
  padding: 0; }

.glossary-underline {
  text-decoration: none; }

.glossary-tooltip-text a {
  text-decoration: underline; }

.gform_validation_error .gform_footer input {
  bottom: 15px !important; }

.pum-content .gform_wrapper.gravity-theme .gfield input.large {
  color: white; }

.pum-content .gform_wrapper.gravity-theme .gfield textarea.large {
  color: white; }

.pum-content .gform_heading {
  margin-bottom: 20px;
  font-size: 20px; }

.pum-container:has(.gform_confirmation_wrapper) {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%); }

.pum-container .gform_confirmation_wrapper {
  padding: 50px 50px 50px 0;
  text-align: center; }

body:not(.page-id-2079) .brochure {
  min-height: 275px; }

.readmore {
  display: none; }

.wp-pagenavi span.pages {
  display: none; }

span.extend {
  border: 0; }

a.last {
  border: 0px;
  margin-top: 6px; }

.pagination .previouspostslink {
  padding-left: 6px; }

.pagination .nextpostslink {
  padding-right: 6px; }

.searchandfilter li[data-sf-field-input-type="radio"] label {
  padding: 0;
  font-size: 16px;
  margin-bottom: 10px; }

.searchandfilter {
  margin-bottom: 50px; }

body:not(.page-id-4816) .searchandfilter .sf-field-search .sf-input-text {
  width: 80%; }

.sf-field-submit input[type="submit"] {
  position: absolute;
  right: 0;
  top: -56px;
  background: white;
  color: #002450;
  border: 2px solid #002450;
  border-radius: 0;
  padding: 0 50px; }

.sf-field-submit input[type="submit"]:hover {
  background: #002450;
  color: white; }

.sf-option-active label {
  text-decoration: underline; }

.search-filter-results h2.c-card__heading {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  margin: 0 0 10px !important; }

.search-filter-results h2.c-card__heading a {
  color: #002450;
  text-transform: initial !important; }

.financials .brochure-image {
  width: 300px; }

@media (min-width: 882px) {
  .financials.brochure-front-image .c-card__content {
    display: inline-block;
    width: 53%; } }

.homepage-hero-legend .offices.dot {
  background: #34c0a6; }

ul#menu-top-bar:after {
  content: "";
  height: 100%;
  width: 44px;
  background: #006b72;
  border-bottom: 1px solid #DBDBDB; }

.alignleft, .alignright {
  margin-top: 0em;
  margin-bottom: 0em; }

.rp4wp_component_taxonomy {
  background: transparent; }

.rp4wp_component_taxonomy span {
  padding: 10px !important;
  margin-right: 10px;
  background: #00385e; }

.entry-meta [data-type=pill] a {
  margin-right: 15px !important; }

[data-archive=default][data-layout*=grid] .entry-card > *:not(:last-child), [data-archive=default][data-layout=classic] .entry-card > *:not(:last-child), [data-archive=default][data-layout=simple] .card-content > *:not(:last-child) {
  width: auto; }

.card {
  width: 300px;
  height: 25px;
  background-color: white;
  font-family: Arial;
  position: absolute;
  right: 0; }

.card > label {
  cursor: pointer; }

.card > h1 {
  margin: 15px; }

.card > p {
  margin: 15px; }

.hint {
  height: 55px;
  width: 60px;
  background: linear-gradient(0deg, #00375c 0%, #006b72 100%);
  position: absolute;
  right: -15px;
  top: -15px;
  transition: .2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-top: -5px; }

.hint:after {
  content: "";
  background: url("https://gunvorgroup.com/wp-content/uploads/2023/09/i-icon.svg");
  position: absolute;
  top: 10px;
  right: 11px;
  height: 35px;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat; }

.hint > span {
  position: absolute;
  top: 7px;
  right: 12px; }

.hint > p {
  overflow: hidden;
  max-height: 0px;
  transition-delay: 0.2s; }

#hint-click:checked + .hint {
  height: 55px;
  width: 240px;
  padding-top: 22px;
  padding-left: 15px; }

#hint-click:checked + .hint > p {
  max-height: 999px;
  color: white; }

.footer-nav::before {
  top: 10px; }

.footer-nav .footer-nav__list {
  padding: 32.5px 0 20px; }

.glossary-term-list .glossary-block .glossary-letter {
  font-size: 50px !important;
  width: 30px; }

.wp-block-latest-media__card .wp-block-latest-media__time {
  display: none; }

.highcharts-series-1 path.highcharts-point {
  display: none !important; }

.leader-grid:before {
  content: '';
  display: block;
  position: absolute;
  height: 35%;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(0deg, #00385e 0%, rgba(255, 255, 255, 0) 100%) !important;
  z-index: 9;
  transition: height 0.2s ease; }

.single-leadership .leader-grid:before {
  display: none; }

.financials .c-card__content a {
  float: left;
  display: block;
  width: 100%; }

.site-main .rp4wp-related-posts {
  display: none; }

.pum-content input[type="submit"] {
  position: relative;
  top: 0px; }

nav > ul > [class*=ct-mega-menu] > .sub-menu {
  display: grid;
  grid-template-columns: var(--theme-grid-template-columns, 1fr);
  width: var(--theme-mega-menu-width, var(--theme-container-width-base));
  max-width: 1200px;
  --grid-template-columns: 2fr 1fr 1fr 1fr 1fr!important;
  left: -25px !important; }

nav > ul > .ct-mega-menu-full-width > .sub-menu:after {
  -webkit-margin-start: -55vw;
          margin-inline-start: -55vw; }

@media (min-width: 1600px) {
  #header .sub-menu .menu-description a.ct-menu-link.ct-column-heading {
    font-size: 28px; } }

@media (min-width: 1150px) {
  .glossary .entry-content {
    width: 1120px;
    margin: 0 auto; }
  .glossary .entry-content p {
    max-width: 720px !important;
    margin-left: 0px; } }

.envira-gallery-wrap .envira-album-public.envira-gallery-6-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item {
  padding-bottom: 10px !important; }

@media only screen and (max-width: 767px) {
  .envira-gallery-wrap .envira-album-public.envira-gallery-6-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item {
    width: 25% !important; } }

@media only screen and (max-width: 767px) {
  .envira-gallery-wrap .envira-album-public.envira-gallery-6-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item:nth-child(3n+1) {
    clear: none !important; } }

.glossary-custom-fields {
  border-collapse: collapse;
  width: auto !important;
  border-width: 0px;
  float: left;
  padding: 0px !important;
  margin: 0px !important; }

.glossary-custom-fields tr {
  border-width: 0px;
  padding: 0px !important;
  margin: 0px !important; }

.glossary-custom-fields td {
  border-width: 0px;
  padding: 0px !important;
  margin: 0px !important;
  padding-right: 10px !important; }

button.kb-toggle-video-btn {
  background: none; }

button.kb-toggle-video-btn path {
  fill: white; }

.wp-block-kadence-advancedbtn .kb-svg-icon-wrap svg {
  height: 1em;
  width: 2em; }

.kadence-video-popup_fd61c7-35 .kadence-video-popup-wrap .kt-video-svg-icon {
  color: rgba(255, 255, 255, 0);
  opacity: 1;
  border: 0px; }

.kadence-video-popup_fd61c7-35 .kadence-video-popup-wrap .kt-video-svg-icon:before {
  content: "";
  background-image: url("https://gunvorgroup.com/wp-content/uploads/2023/10/Play_Btn.svg");
  width: 115px;
  height: 115px;
  background-repeat: no-repeat; }

.kt-video-svg-icon.kt-video-svg-icon-size-auto.kt-video-svg-icon-style-stacked svg {
  display: none !important; }

.page-id-4816 .brochure-front-image .c-card__content {
  display: inline-block;
  width: 65%; }

@media (max-width: 1180px) {
  .page-id-4816 .brochure-front-image .c-card__content {
    display: inline-block;
    width: 50%; } }

@media (max-width: 880px) {
  .page-id-4816 .brochure-front-image .c-card__content {
    display: inline-block;
    width: 100%; } }

@media (max-width: 1024px) {
  .c-card__categories {
    margin-top: 30px; } }

.page-id-628 .hero-section[data-type=type-2] > [class*=ct-container] {
  padding: 0px 0px 10px 0px; }

@media (max-width: 500px) {
  .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 93%; } }

.single-insight .entry-content p {
  margin-bottom: 15px; }

.c-card .c-card__heading {
  text-transform: none; }

@media only screen and (min-width: 1024px) {
  #popmake-5504 {
    margin-left: auto; } }

.brochure .c-card__content a {
  margin-left: 0px !important; }

@media only screen and (min-width: 1024px) {
  .brochure .c-card__content a {
    width: 100%;
    float: left !important;
    margin-left: 0px !important; }
  .brochure .c-card__content {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    display: inline-block; } }

[data-prefix="single_page"] .hero-section .ct-breadcrumbs {
  bottom: -18px; }

.c-card__meta {
  margin-top: 20px; }

[data-sticky*=yes], [data-sticky*=fixed] {
  z-index: 9999 !important; }

.envira-gallery-wrap .envira-album-public.envira-gallery-3-columns .envira-gallery-item:nth-child(3n+1), .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item:nth-child(3n+1) {
  clear: both;
  margin-bottom: 70px; }

.yoast-breadcrumbs {
  max-height: 20px !important; }

.entry-content p {
  margin-bottom: var(--theme-content-spacing); }

.pum-content .gform_wrapper.gravity-theme .gfield select.large {
  background: #00385e;
  color: rgba(255, 255, 255, 0.6); }

#pum-8184 .gform_heading {
  height: 40px !important;
  margin: 0px; }

#pum-8184 select {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important; }

.entry-content h3 {
  margin-bottom: calc(var(--theme-has-content-spacing, 1)*(0.3em + 10px)) !important; }

.wp-admin.kt-image-overlay-wrap:hover .image-overlay-title {
  display: block !important; }

.wp-block-latest-media__card.video .wp-block-latest-media__img::after {
  display: none; }

@media screen and (max-width: 1024px) {
  .page-id-1004 .sf-field-submit input[type="submit"] {
    position: relative;
    top: 0px;
    width: 100%; }
  .page-id-1004 .searchandfilter .sf-field-search .sf-input-text {
    width: 100% !important; }
  .page-id-1004 .c-card__categories {
    margin-right: 0px; }
  .page-id-1004 .searchandfilter li[data-sf-field-input-type="checkbox"] ul li + li, .searchandfilter li[data-sf-field-input-type="radio"] ul li + li {
    margin-left: 0px;
    margin-right: 14px; }
  .page-id-1004 li.sf-level-0.sf-item-0.sf-option-active {
    margin-right: 10px; } }

@media screen and (max-width: 500px) {
  .c-card-post {
    grid-template-columns: 95% auto; }
  .c-card__meta {
    margin-top: auto;
    margin-bottom: 0;
    display: block;
    justify-content: space-between; }
  .c-card__categories a {
    display: inline-block !important;
    margin-bottom: 8px !important; }
  .c-card__categories a {
    margin-left: 0px;
    margin-right: 8px; }
  .c-card__categories a + a {
    margin-left: 0px;
    margin-right: 8px; } }

.kadence-blocks-gallery-item:before {
  display: none !important; }

#header-menu-2 {
  margin-right: 0x !important; }

#header-menu-2 {
  margin-right: 0x !important; }

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