/*
Theme Name: VBG
Version: 1.1
Author: https://helloknox.co.uk/
Author URI: https://helloknox.co.uk/
Description: Theme for VBG
*/

:root {
  --white: #ffffff;

  --navy: #1D1D5C;
  --navy-darker: color-mix(in srgb,var(--navy),#000 20%);

  --blue: #3C68F7;
  --blue-darker: color-mix(in srgb,var(--blue),#000 9%);

  --purple: #9385CA;
  --purple-darker: color-mix(in srgb,var(--purple),#000 9%);

  --cyan: #44AEE9;
  --cyan-darker: color-mix(in srgb,var(--cyan),#000 9%);

  --ice: #F0FAFF;
  --ice-darker: color-mix(in srgb,var(--ice),#000 15%);

}

.navybg {
  background-color: var(--navy);
}

.bluebg {
  background-color: var(--blue);
}

.purplebg {
  background-color: var(--purple);
}

.cyanbg {
  background-color: var(--cyan);
}

.icebg {
  background-color: var(--ice);
}

.navy {
  color: var(--navy) !important;
}

.navy-darker {
  color: var(--navy) !important;
}

.blue {
  color: var(--blue) !important;
}

.purple {
  color: var(--purple) !important;
}

.cyan {
  color: var(--cyan) !important;
}

.white {
  color: var(--white) !important;
}

.ice {
  color: var(--ice);
}

/* Adjustments for coloured panels */

.navybg .standard-content h2, .navybg .standard-content h3, .navybg .standard-content p {
  color: #fff !important;
}

.bluebg .standard-content h2, .bluebg .standard-content h3, .bluebg .standard-content p {
  color: var(--navy) !important;
}

.purplebg .standard-content h2, .purplebg .standard-content h3, .purplebg .standard-content p {
  color: var(--navy) !important;
}

.cyanbg .standard-content h2, .cyanbg .standard-content h3, .cyanbg .standard-content p {
  color: #fff !important;
} 

.darken {
    transition: filter 0.1s ease; /* Smooth transition effect */
}

.darken:hover {
    filter: brightness(85%); /* Darken by 10% */
}

.visually-hidden {
    height: 1px;
    overflow: hidden;
    width: 1px;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    white-space: nowrap;
}

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

/* ALERT BAR */
/* ALERT BAR */

.alert-bar {
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  font-family: "Ropa Sans", sans-serif;
  font-size: 1.1em;
}

@media screen and (min-width: 768px) {
  .alert-bar {
    display: flex;align-items: center;gap: 20px; justify-content: center;
  }
}


/* BB Press overrides */
/* BB Press overrides */

/* Clean up the forum list */
li.bbp-forum-topic-count, li.bbp-forum-freshness, .bbp-search-form, .bbpress-tag .bbp-breadcrumb, .bbp-footer, #subscription-toggle, #favorite-toggle {
  display: none;
}

/* Clean up the latest topic list */
.bbp-pagination {
  display: none;
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-topics {
  font-size: 15px !important;
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-replies {
  border: 0px !important;
}

/* Join headers */
#bbpress-forums li.bbp-header {
  background-color: #e6f1fc;
  padding: 15px;
  border-radius: 10px;
  border: 0px !important;
}

li.bbp-forum-reply-count {
  width: 45%;
}

/* Remove bg colours from rows */
#bbpress-forums ul.topic, #bbpress-forums ul.forum {
  background-color: transparent;
}



/* Remove border for forums list */
#bbpress-forums .bbp-forums li.bbp-body ul {
  border-top: 0px !important;
}

#bbpress-forums .bbp-topics li.bbp-body ul:first-child {
  border-top: none !important;
}

#bbpress-forums .bbp-topics li.bbp-body ul {
  border-top: 1px rgba(23,44,84,0.1) solid !important;
}

.bbp-forum-title, .bbp-topic-permalink {
  font-weight: 500;
  text-decoration: none;
  color: var(--navy);
}

#bbpress-forums li.bbp-body ul.forum {
  padding-left: 16px;
}

#bbpress-forums li.bbp-body ul.topic {
    padding: 20px 16px;
}

li.bbp-forum-reply-count {
  text-align: left;
}

.bbp-topic-meta a, .bbp-topic-freshness a {
  color: var(--navy);
}

.bbp-topic-permalink {
  font-weight: 700;
}

.bbp-topic-started-in a {
  padding: 5px 5px;
  background-color: var(--purple);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.bbp-topic-started-by a {
  padding: 3px 6px;
  background-color: transparent;
  border: 1px solid #cee1ef !important;
  color: #777;
  border-radius: 5px;
  text-decoration: none;
}

.bbp-author-avatar {
  display: none;
}

div.bbp-template-notice.info {
  border-radius: 10px;
}

#bbpress-forums li.bbp-body {
  margin: 15px 0 0 0;
}

.type-topic, .topic-author {
  background-color: transparent !important;
}

#bbpress-forums div.bbp-reply-header {
  background-color: rgba(230,241,252,0.7) !important;
  border-top: 1px transparent solid !important;
}

#bbpress-forums fieldset.bbp-form {
  border: 1px solid rgba(23,44,84,0.2) !important;
}

.quicktags-toolbar {
  background-color: #e6f1fc !important;
}

#bbpress-forums fieldset.bbp-form {
    clear: left;
    border: 1px solid rgba(23,44,84,0.2) !important;
    padding: 30px;
}

#bbpress-forums fieldset.bbp-form input[type="text"], #bbpress-forums fieldset.bbp-form input[type="password"] {
  border: 1px solid rgba(23,44,84,0.2) !important;
}

div.bbp-template-notice.info {
  border: #cee1ef 1px solid;
  background-color: rgba(230,241,252,0.7) !important;
}

div.bbp-submit-wrapper {
  margin-top: 0px;
  float: left;
}

.bbp-submit-wrapper .button {
  padding: 8px 14px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px !important;
  display: inline-block;
  color: #fff !important;
  transition: background 0.3s;
  line-height: 1.2em;
  text-decoration: none !important;
  margin: 10px 0 0 0;
  border: 0px !important;
  font-family: "Ropa Sans";
  background-color: var(--navy);
}



/* HP announcement */
/* HP announcement */

.hp-announcement .standard-content {
   border-bottom: 3px solid var(--navy);
   padding: 0 0 30px 0;
}

.hp-announcement .standard-content h3 {
   color: #444;
   font-weight: 500;
   font-size: clamp(1.6em, 2vw, 2.2em);
}

.wp-editor-container {
  clear: both;
  border: 1px solid rgba(23,44,84,0.2) !important;
}

@media screen and (min-width: 768px) {
  .signup {
    text-align: right;
  }
}


html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  box-sizing: border-box;
  color: #383838;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 1.8rem;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

blockquote::before,
blockquote::after {
  content: "";
}

#back-to-top {
  display: none;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    background-color: var(--navy);
    color: #fff;
    font-size: 1em;
    border-radius: 25px;
    text-align: center;
    display: none; /* Initially hidden */
    z-index: 1000; /* Ensure it appears on top */
    cursor: pointer;
    transition: opacity 0.3s;
    font-weight: 600;
    text-decoration: none;
}


#back-to-top:hover {
    background-color: var(--navy);
}

/* Overlay menu */
/* Overlay menu */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background-color: var(--navy);
  overflow-y: hidden;
  transition: 0.2s;
}

.overlay-bg {
  background-size: 100px;
}

.overlay-content {
  position: relative;
  top: 4vh;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .overlay-content {
    top: 4vh;
  }
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 50px;
    top: 45px;
    right: 45px;
  }
}

.overlay .closebtn {
  font-size: 50px;
  color: #fff;
  text-decoration: none;
}

.overlay-content .heading {
  font-size: max(1.7vw, 1.7em);
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}


/* Other styles */
/* Other styles */

@media (min-width: 991px) {
  .w-lg-75 {
    width:75%!important;
  }
}

/* Page BG images */
/* Page BG images */

.home,
.page-template-template-announcements,
.page-template-template-forum,
.page-template-template-videos,
.single-announcement,
.bbpress {
  --bg-y: 0%;
}

.home::before,
.page-template-template-announcements::before,
.page-template-template-forum::before,
.page-template-template-videos::before,
.single-announcement::before,
.bbpress::before {
  content: "";
  position: fixed;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
  background-repeat: no-repeat;
  z-index: -1; 
  will-change: transform;
  pointer-events: none;
  transform: translateY(var(--bg-y));
}

.home::before {
  background-color: var(--navy);
  background-image: url(/wp-content/themes/VBG/assets/images/bg-hp-top.png);
  background-position: center top;
}

.page-template-template-announcements::before,
.page-template-template-forum::before,
.page-template-template-videos::before,
.single-announcement::before,
.bbpress::before {
    background-image: url(/wp-content/themes/VBG/assets/images/bg-announcements-top.png);
    background-position: right top;
}

body:not(.home) {
  background-color: var(--ice);
}

/* Masts for home */
/* Masts for home */

.home .mast {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background-color: transparent;
}

.home .logo {
  padding: 15px 0;
  width: 120px;
  transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
              width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 991px) {
  .home .logo {
    padding: 75px 0; 
    width: 200px;
  }
}

.home .logo img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateZ(0);
  will-change: transform;
}

.hp-content-start {
  padding: 100px 0 0 0;
}

@media ( min-width: 991px ) {
  .hp-content-start {
    padding: 250px 0 0 0;
  }
}

/* SCROLLED STATE */

body.scrolled.home .logo {
  padding: 15px 0; 
  width: 120px;
}

body.scrolled.home .logo img {
  transform: none; 
}

body.scrolled.home .mast {
  background-color: rgba(25,27, 77, 0.8);
  transition: background-color 0.4s ease 0.5s;
}

/* Masts for home */
/* Masts for home */

.mast {
  position: sticky;
  top: 0;
  z-index: 12;
  background-color: transparent;
}

.logo {
  padding: 10px 0;
  width: 120px;
  transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
              width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

body.scrolled .mast {
  background-color: rgba(25,27, 77, 0.95);
  transition: background-color 0.4s ease 0.5s;
}





body.admin-bar .mast {
    top: 32px;
}

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


/* Global Padding */
/* Global Padding */

/* 555 */

.pt-5-flex {
  padding-top: max(6vw, 60px);
}
.pb-5-flex {
  padding-bottom: max(6vw, 60px);
}

/* 333 */

.pt-3-flex {
  padding-top: max(4vw, 40px);
}
.pb-3-flex {
  padding-bottom: max(4vw, 40px);
}

/* 111 */

.pt-1-flex {
  padding-top: max(2vw, 35px);
}
.pb-1-flex {
  padding-bottom: max(2vw, 35px);
}


/* Global Margin */
/* Global Margin */

/* 555 */

.mt-5-flex {
  margin-top: max(6vw, 60px);
}
.mb-5-flex {
  margin-bottom: max(6vw, 60px);
}

/* 333 */

.mt-3-flex {
  margin-top: max(4vw, 35px);
}
.mb-3-flex {
  margin-bottom: max(4vw, 35px);
}

/* 111 */

.mt-1-flex {
  margin-top: max(2vw, 30px);
}
.mb-1-flex {
  margin-bottom: max(2vw, 30px);
}


.feature {
  background: linear-gradient(170deg, rgba(18, 18, 18, 0.50) 67.37%, #2A2AAE 92.73%);;
  border-radius: 10px;
  padding: 40px 30px;
}

@media ( min-width: 768px ) {
  .feature {
    padding: 40px 50px;
  }
}

@media ( min-width: 1200px ) {
  .feature {
    padding: 40px 70px;
  }
}

.feature a {
  text-decoration: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0 auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-none {color: #fff;}
.border-none {border-color: #fff;}

/* Remove borders from tables by default */
.wp-block-table table, .wp-block-table table * {
  border-color: transparent !important;
  border-width: 0px !important;
}


.site-banner-title { 
  letter-spacing: -0.01em;
  line-height: 1; 
  font-size: clamp(2em, 4vw, 3em);
  margin: 0 0 20px 0;
}

.site-banner-cta { 
  letter-spacing: -0.01em;
  line-height: 1; 
  font-size: clamp(1.4em, 3vw, 2.4em);
  margin: 0 0 20px 0;
  text-align: center;
}

.site-banner-overview { 
    font-size: clamp(1.2em, 1.7vw, 1.7em);
    margin: 0 0 0.5em 0;
    line-height: 1.1;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.site-banner-message {
  margin: 0 auto;
}

@media ( min-width: 991px ) {
  .site-banner-message {
    width: 80%;
  }
}

.vbg-card {
  border-radius: 10px;
  text-align: center;
  padding: 40px 30px;
  height: 100%;
  transition: background-color 0.3s ease;
}

a .vbg-card.bluebg:hover {
  background-color: var(--blue-darker);
  transition: background-color 0.3s ease;
}

a .vbg-card.purplebg:hover {
  background-color: var(--purple-darker);
  transition: background-color 0.3s ease;
}

a .vbg-card.cyanbg:hover {
  background-color: var(--cyan-darker);
  transition: background-color 0.3s ease;
}

a .vbg-card:hover .vbg-button {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5),
              0 0 16px rgba(255, 255, 255, 0.3);
  transition: box-shadow 0.3s ease;
}

.bluebg-img {
  background-image: url(/wp-content/themes/VBG/assets/images/bluebg-img.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.purplebg-img {
  background-image: url(/wp-content/themes/VBG/assets/images/purplebg-img.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.cyanbg-img {
  background-image: url(/wp-content/themes/VBG/assets/images/cyanbg-img.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

h2.hp {
  font-family: 'Inter', sans-serif;
  margin: 0 0 35px 0;
  font-size: clamp(1.4em, 2vw, 1.7em);
  font-weight: 600;
  color: #fff;
}

p.hp {
  font-family: 'Inter', sans-serif;
  margin: 0;
  font-size: clamp(1em, 1.6vw, 1.2em);
  font-weight: 400;
  color: #fff;
}

.subheading {
  color: var(--cyan);
  font-family: 'Ropa Sans', sans-serif;
  font-size: clamp(1.1em, 1.6vw, 1.4em);
  font-weight: 400;
  text-align: center;
}

.reason {
  border-radius: 110px;
  background: rgba(255, 255, 255, 0.10);
  padding: 14px 30px 14px 60px;
}

/* Tick icon */
.reason::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 22px;
  background-color: var(--cyan); /* inherits text colour */

  -webkit-mask: url("/wp-content/themes/VBG/assets/images/tick.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("/wp-content/themes/VBG/assets/images/tick.svg") no-repeat center;
  mask-size: contain;
}

.reason p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1em, 1.6vw, 1.20em);
  font-weight: 400;
  color: #fff;
}


/* Cover */
/* Cover */

.relative-container {
    position: relative;
}

.img-wrapper {
  background-color:    #31f6e0;
  display:             block;
  flex:                1 1 100%;
  height:              100%;
  overflow:            hidden;
  position:            relative;
  height:              100%;
  width:               100%;
}

.cover-banner {
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.img-wrapper .cover-banner {
  filter:              grayscale(100%);
  flex:                1 0 100%;
  height:              100%;
  max-width:           100%;
  mix-blend-mode:      multiply;
  position:            relative;
  width:               100%;
}

.img-wrapper::before {
  background-color:    var(--navy);
  content:             '';
  height:              100%;
  mix-blend-mode:      lighten;
  position:            absolute;
  width:               100%;
  z-index:             1;
}

@media ( min-width:768px ) {
  .cover-banner {
    height: 40vw;
  }
}

.cover-banner-message { 
  color: #fff; 
  letter-spacing: -0.05em;
  font-weight: 700;
  line-height: 1; 
  font-size: max(3vw, 2.3em);
}

.text-wrapper {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 2; /* Ensures the text appears above the image */
}

.caption {
  position: absolute;
  z-index: 3;
  background-color: rgba(0,0,0,0.4);
  bottom: 0px;
  padding: 5px 10px;
  font-size: 0.7em;
  color: rgba(255,255,255,0.7);
} 


/* Newsletter */
/* Newsletter */

.newsletter-banner {
  display: flex;
  align-items: center;
  background-position: right center;
  background-repeat: no-repeat;
}

/* Old content warning */

.old-content-warning {
    border: 2px solid var(--cyan);
    color: var(--cyan);
    margin-bottom: 1.5em;
    font-weight: bold;
    padding: 0.3em 1em;
    display: inline-block;
    border-radius: 50px;
    font-size: 0.9em;
    font-weight: 600;
}


/* Events meta */

.event-meta {
  color: #656565;
  font-size: max(1vw, 1.2em);
  line-height: 1.5em;
}

.event-meta img {
  display: inline-block;
  margin: -2px 12px 0 0;
}

.event-meta .event-meta-item {
  display: flex;
}

.flip {
  flex-direction: row-reverse;
}

/* Slick styles */
/* Slick styles */

.slick-dots li button::before {
  font-size: 10px;
}

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
  {
      position: absolute;
      bottom: -40px;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
  }

.slick-dots li
  {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer;
  }

.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: var(--cyan);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: var(--cyan);
}

.slick-prev::before, .slick-next::before {
  color: var(--cyan);
}

.img-fluid.h-100 {
    height: 100vh;
    object-fit: cover;
  }

.text-container, .text-container-flex-row-reverse {
  padding: 5% 5% 38% 5%;
}

@media (min-width: 991px) {
  .text-container {
    max-width: 87%;
    margin-right: auto;
    padding: 60px 15px 35% 30px;
  }
}

@media (min-width: 1200px) {
  .text-container {
    max-width: 84%;
    margin-right: auto;
    padding: 60px 0 0 30px;
  }
}

.btn-link {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.w-95 {width:95%!important}


/* Partners slick modification */
/* Partners slick modification */
/* Partners slick modification */

.partners {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.partner-logos img {
  flex: 1 1 50%;          /* 2 per row on mobile */
  max-height: 30px;
  max-width: 100%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .partner-logos img {
    flex: 1 1 30%;
    max-height: 50px;
  }
}

@media (min-width: 991px) {
  .partner-logos img {
    flex: 1 1 20%;
    max-height: 50px;
  }
}


/* FAQ */

.faq-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;

  background-clip: border-box;
  border-bottom: 3px solid var(--navy);
  border-radius: 0rem;
  padding: 18px 0;
}

.faq-card .btn-link {
  color: var(--blue-darker);
  line-height: 1.1em;
  font-weight: 700;
  font-size: max(1.4vw, 1.2em);
  cursor: pointer;
  background-color: transparent;
}

.faq-card img {
  cursor: pointer;
}

.faq-card .btn-link:hover {
  color: var(--blue-darkest);
} 

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

/* Plus and minus */

.toggle-icon::before {
  content: '-';
  display: inline-block;
  font-size: 40px;
  color: var(--blue-darker);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  font-weight: 300;
}

.toggle-icon.collapsed::before {
    content: '+';
}


/* General styles */
/* General styles */


h1,h2,h3,h4,h5,h6,p,blockquote,address,big,cite,code,em,font,img,small,strike,sub,sup,li,ol,ul,fieldset,form,label,legend,button,table,caption,tr,th,td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ropa Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

h3 {
  color: var(--purple-darker);
}

h4 {
  color: var(--purple-darker);
}

h5 {
  color: var(--purple-darker);
}

/* Full image panel */
/* Full image panel */

.full-image-panel {
  position: relative;
  margin-bottom: -5px;
}

.full-image-panel img {
  border-left: var(--blue) 20px solid;
}

.full-image-panel .small-box {
  position: relative;
  left: 0px;
  top: -5px;
  background-color: var(--blue);
  width: 100%;
  padding: 20px 30px;
  z-index: 4;
  font-weight: 600 !important;
}

@media ( min-width: 991px ) {
  .full-image-panel .small-box {
    position: absolute;
    left: unset;
    top: unset;
    right: -35%;
    bottom: 60px;
    width: 420px; 
    padding: 30px 40px;
  }
}

@media ( min-width: 1200px ) {
  .full-image-panel .small-box {
    right: -35%;
  }
}

/* Testimonial */
/* Testimonial */

.testimonials .testimonial { 
  line-height: 1.3; 
  font-size: clamp(1em, 2vw, 1.7em);
  margin: 0 0 40px 0;
  font-family: "Ropa Sans", sans-serif;
  text-align: center;
  color: #fff;
}

.testimonials .author { 
  line-height: 1.3; 
  font-size: clamp(0.8em, 1vw, 0.1em);
  margin: 0 0 20px 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.testimonials .author .meta { 
  font-weight: 400;
}


/* Highlight styles */
/* Highlight styles */

.highlight {
  color: var(--blue);
  font-size: max(3.8vw, 3em);
  line-height: 1em;
  text-align: center;
  position: relative;
  letter-spacing: -0.03em;
  font-family: "Ropa Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.highlight::after {
    content: '';
    display: block;
    width: 240px;
    height: 5px; /* Adjust the height as needed for the border */
    background-color: var(--blue); /* Set the border color */
    margin: 60px auto 0; /* Center the border and add some space above it */
}



h1, h1.archive-title {
  font-size: max(4vw, 3em);
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.03em;
}

@media ( min-width: 768px ) {
  .standard-content h1, h1.archive-title {
    width: 85%;
  }
}

@media ( min-width: 1200px ) {
  .standard-content h1, h1.archive-title {
    width: 100%;
  }
}

.standard-content h2.first {
    margin-top: 0;
}

.standard-content h2 {
    font-size: max(1.9vw, 1.8em);
    margin: 1em 0 0.5em 0;
    line-height: 1.1;
    color: var(--navy);
    letter-spacing: -0.02em;
    scroll-margin-top: 200px;
}

.standard-content h2.section-heading {
    margin: 0em 0 1em 0;
}

.single .standard-content h2 {
  color: var(--navy);
}

.carousel .standard-content h3 {
  font-size: max(1.4vw, 1.6em);
  margin: 2em 0 0.2em 0;
  line-height: 1.1;
}

.standard-content h3 {
  font-size: max(1.6vw, 1.6em);
  margin: 0 0 0.2em 0; /* Remove the top margin from all by default */
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.standard-content h3:not(:first-of-type) {
  margin: 1em 0 0.2em 0; /* Apply top margin to all h3s except the first */
}


.standard-content h4 {
  font-size: 2em;
  margin: 1em 0 1em 0;
}

.standard-content h5 {
  font-size: 1.6em;
  margin: 1em 0 1em 0;
}



.standard-content p:last-child {
  margin-bottom: 0em;
}

.standard-content ul {
  margin: 30px 0 30px 0px;
  list-style: none;
}

.standard-content ul li ul {
  margin: 30px 0 0px 30px;
  list-style: none;
}

.standard-content > ul li:has(ul) {
  padding-bottom: 0;
  border-bottom: none; /* optional – often desired with nested lists */
}

.standard-content>ul li {
  font-size: clamp(1em, 1.2vw, 1.2em);
  line-height: 1.4em !important;
  font-weight: 400;
  margin: 18px 0 15px 0 !important;
  border-bottom: 2px #ddd solid;
  padding: 0 0 20px 0;
  color: #444;
  letter-spacing: -0.02em;
}

.standard-content>ul li ul li {
  font-size: clamp(1em, 1.2vw, 1em);
  line-height: 1.4em !important;
  font-weight: 400;
  margin: 18px 0 0px 0 !important;
  border-bottom: 2px #ddd solid;
  padding: 0 0 20px 0;
  color: #444;
  letter-spacing: -0.02em;
}

/* Version used on Scrutiny Digest */
.standard-content ul.scrutiny-digest-list {
  margin: 30px 0 0px 0px;
  list-style: none;
}

.standard-content>ul.scrutiny-digest-list li {
  font-size: clamp(1em, 1.2vw, 1.2em);
  margin: 10px 0 10px 0 !important;
  padding: 0 0 10px 0;
}

.standard-content ul.scrutiny-digest-list li a {
  color: var(--blue-darker);
}

.standard-content ul.scrutiny-digest-list li a:hover {
  color: var(--blue-darkest);
}

.standard-content>ul li:last-child {
  border-bottom: 0px;
}

.standard-content>ul li::before {
  content: "";
  background-color: var(--blue-darker);
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
  margin-right: 15px;
  border-radius: 2px;
}

.standard-content>ul.index-list li::before {
  content: "";
  background-size: contain;
  display: inline-block;
  width: 0px;
  height: 0px;
  position: relative;
  top: -1px;
  margin-right: -7px;
  border-radius: 2px;
}


/* ****** */

.standard-content ol {
  margin: 30px 0 30px 0px !important;
}

.standard-content>ol li {
  font-size: clamp(1em, 1.2vw, 1.2em);
  line-height: 1.4em !important;
  font-weight: 400;
  margin: 15px 0 12px 0 !important;
  border-bottom: 2px #ddd solid;
  padding: 0 0 20px 0;
  list-style-position: inside;
  color: #444;
}

.standard-content ol li::marker {
    color: var(--blue);
    font-weight: 900;
}

.standard-content a {
  text-decoration: underline;
  color: var(--blue-darker);
}

.standard-content a:hover {
  text-decoration: underline;
  color: var(--blue-darkest);
}

.standard-content .overview-small {
  font-size: max(1.6vw, 1.6em);
  margin: 0 0 0.2em 0;
  line-height: 1.1;
  color: var(--purple-darker);
  letter-spacing: -0.02em;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 500;
}

.index-list li a {
  font-weight: 600;
  text-decoration: none;
}

.index-list li a:hover {
  color: var(--blue-darker);
}


/* Custom bullets */

.custom-bullets ul {
  margin: 30px 0 0 0px;
  list-style: none;
}

.custom-bullets>ul li {
  font-size: max(1vw, 1.2em);
  line-height: 1.4em !important;
  font-weight: 500;
  margin: 18px 0 15px 0 !important;
  border-bottom: 3px var(--blue) solid;
  padding: 0 0 20px 25px;
  color: var(--navy);
  position: relative;
  letter-spacing: -0.02em;
}

.custom-bullets>ul li:last-child {
  border-bottom: 0px;
}

.custom-bullets>ul li::before {
  content: "";
  background-color: var(--blue);
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 10px;
  margin-right: 15px;
  border-radius: 2px;
  position: absolute;
  left: 0px;
}

/* Variant for offer */

.custom-bullets-offer>ul li {
  margin: 0px 0 0px 0 !important;
  border-bottom: 0px;
  padding: 0px 0 14px 25px;
}

@media ( min-width: 1400px ) {
  .container {
    width: 1320px !important;
      max-width: 1320px !important;
  }
}

@media ( min-width: 1600px ) {
  .container {
    width: 1520px !important;
      max-width: 1520px !important;
  }
}

@media ( min-width: 1800px ) {
  .container {
    width: 1720px !important;
      max-width: 1720px !important;
  }
}

@media ( min-width: 991px ) {
  .side-panel-padding {
    padding-right: 10px;
    padding-top: 20px;
  }
}

/* teal single column */

.blue-single-column {
  background-position: -300px bottom;
  background-image: url(/wp-content/themes/VBG/assets/images/bg-blue-panel.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.blue-single-column .standard-content h3 {
  color: var(--cyan);
}

.blue-single-column .standard-content hr {
  border-top: 1px var(--cyan) solid;
  border-bottom: 0px;
}




/* GSAP */
/* GSAP */
/* GSAP */

@media screen {
  
  .animate, .animate.fromLeft {
    opacity: 0;
    transition: opacity ease-out 0.5s;
  }

  .animate.is-active, .animate.fromLeft.is-active {
    opacity: 1;
    transition: opacity ease-out 0.5s;
  }

  @media ( min-width: 768px ) {
    .animate {
      transition: opacity ease-out 0.5s, transform ease-out 1.5s;
      transform: translateY(30px);
    }

    .animate.is-active {
      transition: opacity ease-out 0.5s, transform ease-out 1.5s;
      transform: translateY(0px);
    }

    .animate.fromLeft.is-active {
      transform: translateX(0);
      opacity: 1;
      transition: transform cubic-bezier(.25,.41,.32,.95) 1.1s,opacity cubic-bezier(.25,.41,.32,.95) 1.1s;
    }
  }
  
}

/* Used for Announcements */
/* Used for Announcements */

a .announcement-card {
  background-color: #e6f1fc;
  height: 100%;
  padding: 35px;
  border-radius: 10px;
  transition: background 0.1s ease;
}

/* Uses card style for side panel */
.side-panel {
  background-color: #e6f1fc;
  padding: 35px;
  border-radius: 10px;
}

a .announcement-card:hover {
  background-color: #dde9f8;
}

a .announcement-card .card-title, .side-panel .card-title {
  color: var(--blue);
  font-family: "Ropa Sans", sans-serif;
  line-height: 1.1em;
  font-weight: 500;
  font-size: max(1.6vw, 1.9em);
}

a .announcement-card:hover .card-title {
  text-decoration: underline;
  color: var(--blue-darker);
}

.announcement-card .card-sub-title p, .side-panel .card-sub-title p {
  color: #444;
  line-height: 1.3em;
  font-weight: 700;
  font-size: max(1vw, 1.2em);
  padding: 0px;
  margin: 0px 0 30px 0;
  position: relative;
  letter-spacing: -0.01em;
}

.announcement-card .card-overview p, .side-panel .card-overview p {
  color: #444;
  line-height: 1.3em;
  font-weight: 400;
  font-size: clamp(1em, 1.2vw, 1.2em);
  margin: 0px 0 40px 0;
  position: relative;
  letter-spacing: -0.01em;
}

/* Announcement lists */
ul.recommended-actions {
  margin: 0 0 20px 0px;
  list-style-position: inside;
  padding-left: 0; /* optional, cleaner look */
}

/* Announcement lists */
ul.recommended-actions li {
  color: #444;
  line-height: 1.3em;
  font-weight: 400;
  font-size: clamp(1em, 1.2vw, 1.2em);
  letter-spacing: -0.01em;
  margin: 0px;
  border-bottom: 2px solid rgba(23,44,84,0.1);
  padding: 12px 0;
}

ul.recommended-actions li:last-child {
  border-bottom: none;
}

.announcement-card .card-date {
  color: var(--navy);
  font-weight: 400;
  font-size: 0.9em;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.6em;
}

@media (min-width: 991px) {
  .announcement-card .card-date {
    bottom: 60px;
  }
}

/* Icons on Announcement card */
/* Icons on Announcement card */

.calendar::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  vertical-align: sub;
  background-image: url('/wp-content/themes/VBG/assets/images/calendar.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.author::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  vertical-align: sub;
  background-image: url('/wp-content/themes/VBG/assets/images/author.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1em;
  margin: 10px 0px;
}

.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}



.standard-content p {
  color: #444;
  line-height: 1.35em;
  font-size: clamp(1em, 1.2vw, 1.2em);
  padding: 15px 0 15px 0;
  letter-spacing: -0.01em;
}

.standard-content-intro p {
  line-height: 1.3em;
  font-size: max(1.3vw, 1.6em);
  padding: 10px 0 25px 0;
  letter-spacing: -0.02em;
}

.standard-content-white p {
  color: #fff;
}

.standard-content-grey p {
  color: #999;
}

.standard-content-cyan p {
  color: var(--cyan);
}

.standard-content-purple p {
  color: var(--purple-darker);
}

.standard-content-white-strong p {
  font-weight: 500;
}

.featured .card .card-overview p {
  color:#fff;
}

.vbg-category {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 7px;
  font-size: 0.7em;
  line-height: 1em;
  border-radius: 5px;
  background-color: var(--purple-darker);
  color: #fff;
  position: relative;
  z-index: 120;
}

.vbg-report-category {
  border-color: #f8f8f8;
  color: #f8f8f8;
}

a.back-arrow {
  color: var(--blue-darker);
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;

}

a:hover.back-arrow {
  color: var(--blue-darker);
}

/* Partners */
h2.partners-title {
  color: #ccc;
  text-align: center;
  margin: 0em 0 0.5em 0;
}



/* Panel box */
.panel-box {
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
}

.panel-box-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 240px;
}

.greyscale {
  filter: grayscale(100%);
}

.panel-box-text h2 a {
  color: #383838;
}


.full-width-section {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25%;
    position: relative;
}

.full-width-section-home {
    background-size: 40%;
}

.full-width-section-home .standard-content a {
  color: #fff !important;
  text-decoration: none;
}

.full-width-section-home .standard-content h2 a:hover {
  text-decoration: underline;
}

.content-container {
    position: relative;
    z-index: 1;
}

.mobile-image {
    display: none;
}

@media (max-width: 991px) {
  .full-width-section {
      background-image: none !important;
      padding-right: 0;
  }
  .mobile-image {
      display: block;
      width: 100%;
      margin-top: 40px;
  }
}

/* Video modal */
/* Video modal */
/* Video modal */

.video-modal {
  position: fixed;
  inset: 0;
  display: none; /* hidden by default */
  z-index: 9999;

  /* flex centering */
  justify-content: center;
  align-items: center;
}


.video-modal.is-open {
  display: flex;
}

.video-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.8);
}

.video-modal-content {
  position: relative;
  max-width: 900px;
  width: 90%;       /* responsive */
  background: #000;
}

.video-embed-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}

.video-embed-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

/* Video feature panel */
/* Video feature panel */
/* Video feature panel */

.video-feature-panel a {
  text-decoration: none;
}

.feature-panel {
  display: flex;
  flex-direction: column; /* mobile default */
  width: 100%;
}

/* LEFT PANEL */
.feature-panel-left {
  flex: 1;
  min-height: 280px;
  padding: clamp(40px, 6vw, 70px);
  border-radius: 10px 10px 0 0;
  background:
    url('/wp-content/themes/VBG/assets/images/bg-video-feature.png') left no-repeat,
    linear-gradient(170deg, rgba(11, 13, 62, 1) 67.37%, #2A2AAE 92.73%);
}

/* RIGHT PANEL */
.feature-panel-right {
  flex: 1;
  position: relative;
  min-height: 280px;
  padding: 40px;
  border-radius: 0 0 10px 10px;
  background-size: cover;
  background-position: center;
  transition: background-size 0.9s ease;
  cursor: pointer;
  overflow: hidden;
}

/* Dark overlay layer */
.feature-panel-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.9s ease;
  z-index: 1;
}

/* Dim on hover */
.video-feature-panel-link:hover .feature-panel-right::before {
  background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 991px) {
  .feature-panel {
    flex-direction: row;
    min-height: 500px;
  }

  .feature-panel-left {
    min-height: 500px;
    border-radius: 10px 0 0 10px;
  }

  .feature-panel-right {
    min-height: 500px;
    padding: 70px;
    border-radius: 0 10px 10px 0;
  }
}

.featured-video-title {
  letter-spacing: -0.01em;
  font-size: clamp(1.6em, 3vw, 2.4em);
  line-height: clamp(1.05em, 1.2vw, 1.25em);
  margin: 30px 0;
}

.video-feature-panel-link:hover .featured-video-title {
  text-decoration: underline;
  color: var(--navy-darker);
}

.featured-video-intro {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(1em, 1.6vw, 1.2em);
  line-height: clamp(1.3em, 1.3vw, 1.6em);
  width: 100%;
}

@media (min-width: 1200px) {
    .featured-video-intro {
      width: 90%;
  }
}

.featured-video-authors {
  font-family: "Inter", sans-serif;
  color: rgba(255,255,255,0.6);
  font-size: 0.9em;
  margin: 35px 0 0 0;
}


/* Used for Video cards */
/* Used for Video cards */

a .video-card {
  background-color: #e6f1fc;
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center center;
  padding: 10px;
  border-radius: 10px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  transition: background-size 0.1s ease;
}

@media (min-width: 1400px) {
  a .video-card {
    min-height: 240px;
  }
}

/* dark overlay layer */
.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0); /* start transparent */
  transition: background 0.9s ease;
  z-index: 1;
}

/* dim on hover */
.video-card-link:hover .video-card::before {
  background: rgba(0, 0, 0, 0.3);
}

.video-card-link:hover .video-card {
  background-size: 118%;
}


/* play icon style */
.video-play{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}

.video-play img,
.video-play svg{
  display: block;
}

a .video-card-title {
  color: var(--navy);
  font-family: "Inter", sans-serif;
  line-height: 1em;
  font-weight: 600;
  font-size: clamp(1em, 3vw, 1.2em);
}

.video-card-link:hover .video-card-title {
  text-decoration: underline;
  color: var(--navy-darker);
}

.video-card-link .video-card-author {
  color: #454545;
  font-size: 0.9em;
}




/* Button styles */
/* Button styles */
/* Button styles */

.vbg-button, .vbg-button-panel {
  padding: 10px 15px;
  font-weight: 700;
  font-size: 22px;
  border-radius: 50px !important;
  display: inline-block;
  color: #fff !important;
  transition: background 0.3s;
  line-height: 1.2em;
  text-decoration: none !important;
  margin: 30px 0 0 0;
  border: 0px !important;
  font-family: "Ropa Sans";
}

@media ( min-width: 1200px ) {
  .vbg-button, .vbg-button-panel {
    padding: 10px 20px;
  }
}

.vbg-button-slim {
  padding: 8px 17px;
  font-size: 20px;
}

.vbg-button-navy {
  background-color: var(--navy);
  color: #fff;
}

.vbg-button-navy:hover {
  background-color: var(--navy-darker);
  color: #fff !important;
  text-decoration: none !important;
}

.vbg-button-blue {
  background-color: var(--blue);
  color: #fff;
}

.vbg-button-blue:hover {
  background-color: var(--blue-darker);
  color: #fff !important;
  text-decoration: none !important;
}

.vbg-button-purple {
  background-color: var(--purple);
  color: #fff !important;
}

.vbg-button-purple:hover {
  background-color: var(--purple-darker);
  color: #fff;
  text-decoration: none !important;
}

.vbg-button-cyan {
  background-color: var(--cyan);
  color: #fff;
}

.vbg-button-cyan:hover {
  background-color: var(--cyan-darker);
  color: #fff !important;
  text-decoration: none !important;
}

/* Where buttons are used on colour background */
/* Where buttons are used on colour background */

.purplebg .vbg-button-panel {
  background-color: var(--purple);
}

.purplebg .vbg-button-panel:hover {
  background-color: var(--purple-darker);
  color: #fff !important;
  text-decoration: none !important;
}

.cyanbg .vbg-button-panel {
  background-color: var(--blue);
}

.cyanbg .vbg-button-panel:hover {
  background-color: var(--blue-darker);
  color: #fff !important;
  text-decoration: none !important;
}

.bluebg .vbg-button-panel {
  background-color: var(--purple);
}

.bluebg .vbg-button-panel:hover {
  background-color: var(--purple-darker);
  color: #fff !important;
  text-decoration: none !important;
}

/* Forum bar */
/* Forum bar */

.forum-meta-bar {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: unset;
  border-top: 2px solid rgba(23,44,84,0.1);
}



/* Annoucement bar */
/* Annoucement bar */

.announcement-meta-bar {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: unset;
  border-top: 2px solid rgba(23,44,84,0.1);
  border-bottom: 2px solid rgba(23,44,84,0.1);
  padding: 20px 0 20px 0;
}

 @media (min-width: 991px) {
  .announcement-meta-bar {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: end;
    border-top: 2px solid rgba(23,44,84,0.1);
    border-bottom: 2px solid rgba(23,44,84,0.1);
    padding: 16px 0 16px 0;
  }
 }


/* Search and filter */
/* Search and filter */
/* Search and filter */


.search-filter-query a, .tab-content a, .latest-news a {
  text-decoration: none;
}


.filter-title {
    margin-right: auto;
    font-weight: 600;
    font-size: clamp(1em, 1.6vw, 1.2em);
}

.search-filter-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: unset;
  border-top: 2px solid rgba(23,44,84,0.1);
  border-bottom: 2px solid rgba(23,44,84,0.1);
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
}

 @media (min-width: 991px) {
  .search-filter-form {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: end;
    border-top: 2px solid rgba(23,44,84,0.1);
    border-bottom: 2px solid rgba(23,44,84,0.1);
    padding: 16px 0 16px 0;
    margin: 0;
  }

.search-filter-form-rm-border {
  border-top: 0px;
}


  .filter-title {
      line-height: 50px;
    }
 }

.search-filter-form .search-filter-submit {
  flex: 0 0 auto;
}

.search-filter-component-combobox__header, .search-filter-input-text__input, .search-filter-input-button.search-filter-field__input {
  height: 50px !important;
}

/* Quote */
/* Quote */
/* Quote */

.quote-content {
    position: relative;
    padding-left: 60px;
}

 @media (min-width: 991px) {
  .quote-content {
    position: relative;
    padding-left: 0px;
  }
 }

.quote-author p {
    color: var(--purple-darker); !important;
    font-weight: 800;
}

.quote-content p {
    color: #fff !important;
}

.quote-content::before {
  content: '“';
  font-size: 9em;
  color: var(--blue);
  position: absolute;
  font-family: 'oswald';
  left: -10px;
  top: 5px;
  line-height: 1em;
}

 @media (min-width: 991px) {
  .quote-content::before {
    content: '“';
    font-size: 20em;
    color: var(--blue);
    position: absolute;
    font-family: 'oswald';
    left: -150px;
    top: -15px;
    line-height: 1em;
  }
}

/* Contact */
/* Contact */
/* Contact */


.wpforms-container input.wpforms-field-medium {
  max-width: 100% !important;
}

.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.wpforms-field-container input[type=text], .wpforms-field-container input[type=email], .wpforms-field-container input[type=text], select, textarea {
  padding: 10px;
  font-size: 1.4em;
  border: solid #ccc 1px;
  border-radius: 5px;
}

.wpforms-field-container select {
  background-color: #fff;
}

.wpforms-container .wpforms-field-label {
  font-weight: 400 !important;
  color: #444;
}

.wpforms-container .wpforms-field-sublabel {
  font-weight: 400 !important;
  color: #666;
}


/* Clearing ---------------------------------- */

.group::after,
.standard-content::after {
  clear: both;
  content: "";
  display: block;
}

/* Screen Reader Text ------------------------ */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #dcdcdc;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Skip Link --------------------------------- */

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}


/* -------------------------------------------------------------------------- */
/*  3. Helper Classes
/* -------------------------------------------------------------------------- */

/* Hiding and Showing ------------------------ */

.js .show-js {
  display: block !important;
}

.js .hide-js {
  display: none !important;
}

.no-js .show-no-js {
  display: block !important;
}

.no-js .hide-no-js {
  display: none !important;
}


/* Primary Menu ---------------------------- */

.header-navigation-wrapper {
  align-items: center;
  display: flex;
}

.secondary-menu-wrapper {
  justify-content: flex-end;
  display: flex;
  height: 70px;
}

.form-wrapper form {
  align-self: center;
  position: relative;
  background-color: #FFF;
  height: 70px;
  border-radius: 40px;
}

.form-wrapper input[type="text"] {
  width: 90%;
  display: inline-block;
  font-size: 2em;
  padding: 35px;
  border: 0px;
  height: 38px;
  border-radius: 35px 0 0 35px;
}

.form-wrapper input[type="search"] {
  width: 80%;
  display: inline-block;
  font-size: 2em;
  padding: 35px;
  border: 0px;
  height: 38px;
  border-radius: 35px 0 0 35px;
}

.form-wrapper input[type="image"] {
  right: 30px;
  position: absolute;
  top: 20px;
  cursor: pointer;
  width: 30px;
}


/* Navigation styles */
/* Navigation styles */

/* Mobile */

.mobile-primary-menu li {
  padding: 0 0 30px 0;
  display: block;
}

.mobile-primary-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: clamp(1.8em, 4vw, 3em);
  font-family: "Ropa Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.mobile-primary-menu li .sub-menu a {
  font-weight: 600;
}

@media ( max-width: 1200px ) {
.menu-item-has-children > a::after {
    content: '+';
    display: inline;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 40px;
}

.menu-item-has-children > a:hover::after {
  color: var(--cyan);
}

.menu-open > a::after {
    content: '-';
    display: inline;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 0;
  }
}

.mobile-primary-menu li a:hover {
  color: var(--cyan);
}

.mobile-primary-menu .sub-menu {
  margin: 30px 0 -15px 20px;
}



/* Desktop */

.primary-menu li {
  display: none;
}

@media ( min-width: 1200px ) {
  .primary-menu li {
    padding: 14px 20px 14px 0;
    display: inline-block;
  }
}

.primary-menu li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 1.0);
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Ropa Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.03em;
}

.primary-menu li a:hover {
  color: var(--cyan);
}


/* SUB MENU */
/* SUB MENU */

.primary-menu {
  position: relative;
}

.primary-menu li {
  position: relative;
}

.primary-menu ul li a {
  color: #fff;
  font-weight: 300;
  font-size: max(1.1vw, 1.1em);
  font-weight: 600;
  text-transform: unset;
}

.primary-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.9);
}



.primary-menu .sub-menu {
  position: absolute;
  top: 48px;
  left: 0px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  z-index: 1000;
  width: 210px;
}

.primary-menu .sub-menu li {
  background: var(--blue-darker);
  display: block;
  padding: 12px 14px;
}

.primary-menu .sub-menu li:hover {
  background: var(--blue-darkest);
}

.sub-menu.hide {
  display: none;
}


.primary-menu li:hover > .sub-menu {
  display: block;
}

.menu-item-has-children > a {
  position: relative;
}


.hide {
  display: none;
}

.news-navigation {
  border-bottom: 2px solid var(--blue);
  padding: 1em 0;
  line-height: 1;
  font-size: max(1.7vw, 1.7em);
}

.news-navigation a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}

.news-navigation a:hover {
  color: var(--purple-darker);
}


/* Tabs */
/* Tabs */

.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    margin: 0;
    list-style: none;
}

.nav-tabs-offer {
    padding-left: 0px;
}


.nav-tabs li {
  margin: 0 20px 50px 0px;
}

.nav-tabs-offer li {
  margin: 0 20px 10px 0px;
}

.nav-tabs > li > a {
  cursor: pointer;
  border-bottom: 5px solid #dbdbdb;
  color: #454545;
  padding: 15px 20px 3px 0px;
  text-decoration: none;
  font-size: max(1vw, 1.2em);
  font-weight: 700;
}

.nav-tabs > li > a:hover {
  color: #454545;
  padding: 15px 20px 3px 0px;
}

.nav-tabs > li > a.active {
  color: var(--purple-darker) !important;
  color: #454545;
  border-bottom: 5px solid var(--purple-darker);
  padding: 15px 20px 3px 0px;
}


.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.get-in-touch {
    margin-top: auto !important;
}

.nav-tabs-phase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    margin: 0;
    list-style: none;
    align-items: center !important;
}

 @media (min-width: 991px) {
  .nav-tabs-phase {
      width: 70%;
      margin: auto;
  }
 }


/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {

  .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem;
  }

  .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
  }

}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
  padding-right: 0;
  margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
  margin-right: 4.5rem;
  padding-right: 0;
  width: unset;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {

  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }

}


/* -------------------------------------------------------------------------- */
/*  11. Entry Content
/* -------------------------------------------------------------------------- */

.standard-content {
  line-height: 1.5;
}

.read-more-button-wrap {
  margin-top: 1em;
  text-align: center;
}

.standard-content ul ul,
.standard-content ol ol,
.standard-content ul ol,
.standard-content ol ul {
  margin-bottom: 1rem;
}

.standard-content hr {
  margin: 4rem auto;
}

/* Font Families ----------------------------- */

.standard-content cite,
.standard-content figcaption,
.standard-content .wp-caption-text {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.result-block {
  margin: 0 0 20px 0;
}

.result-block h4 {
  margin: 0px !important;
  padding: 0px !important;
}

.result-block h4 a {
  color: var(--purple);
  text-decoration: none;
}

.result-block h4 a:hover {
  color: var(--purple-darker);
}


.result-block p {
  margin: 0px !important;
  padding: 0px !important;
}



.standard-content blockquote.wp-block-quote {
  max-width: 92rem !important;
  font-size: 1.2em;
  font-weight: 600;
  border-width: 0 0 0 3px;
  padding: 0 0 0 30px;
  color: #D60C8C;
  font-family: 'effra-cc', sans-serif;
  border-color: #D60C8C;
}

.standard-content blockquote.wp-block-quote p {
  line-height: 1.2em;
}


.standard-content figure.wp-block-image {
  max-width: 92rem;
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

/* Full */

.alignfull {
  margin-top: 5rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

[class*="__inner-container"] > .alignfull {
  max-width: 100%;
}

/* Wide */

.alignwide {
  max-width: 120rem;
  position: relative;
  width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
  width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.alignright {
  max-width: 150px;
  height: auto;
}

@media ( min-width: 991px ) {
  .alignleft,
  .alignright {
    max-width: 200px;
    height: auto;
  }
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0.3rem 2rem 2rem 2rem;
}


/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
  width: calc(100% - 4rem);
}


/* -------------------------------------------------------------------------- */

/*  14. Error 404
/* -------------------------------------------------------------------------- */


.error404 #site-content {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.error404 #site-content .search-form {
  justify-content: center;
  margin-top: 3rem;
}


/*  16. Site Footer
/* -------------------------------------------------------------------------- */


#site-footer .panel {
  background-color: var(--navy);
  color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
}


/* Footer Nav */

#site-footer .panel h3 {
  margin: 0 0 20px 0;
  font-family: "Ropa Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  color: var(--purple);
  letter-spacing: -0.03em;
  line-height: 1.1em;
}

@media ( min-width: 991px ) {
  #site-footer .panel h3 {
    width: 70%;
  }
}

.footer-nav h4 {
  margin: 0 0 20px 0;
  font-family: "Ropa Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  color: var(--purple);
}

.footer-nav h4 a {
  color: var(--purple);
}

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

@media ( min-width: 1200px ) {
  .footer-nav {
    margin: 0px;
  }
}

.footer-nav ul {
  margin: 0 0 20px 0;
  padding: 0px;
}

.footer-nav li {
  list-style: none;
  display: block;
  padding: 5px 0;
  margin: 0px;
}

@media ( min-width: 991px ) {
  .footer-nav li {
    display: inline-block;
    padding: 0 20px 0 0;;
  }
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-family: "Ropa Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.icon-link {
  text-decoration: none !important;
  cursor: pointer;
}

.icon {
  margin: 0 15px 50px 0;
  display: inline-block;
  padding: 0;
  line-height: 0;
  white-space: none;
}

.icon img {
    display: block;
    margin: 0;
    padding: 0;
}


/* Footer Copy */

.madeby, .copyright {
  color: rgba(255,255,255,0.6);
  font-size: 0.9em;
  text-align: center;
}

@media ( min-width: 991px ) {
  .copyright {
    text-align: left;
  }
}

@media ( min-width: 991px ) {
  .madeby {
    text-align: right;
  }
}

.madeby a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}



@media ( min-width: 600px ) {

  /* Element Base ------------------------- */

  ul,
  ol {
    margin-bottom: 4rem;
  }

  pre {
    padding: 3rem;
  }

  hr {
    margin: 8rem auto;
  }

  table {
    font-size: 1.8rem;
  }


  /* INPUTS */

  fieldset {
    padding: 3rem;
  }

  /* MEDIA */

  figcaption,
  .wp-caption-text {
    margin-top: 1.8rem;
  }


  /* Post: Single -------------------------- */

  /* POST HEADER */

  .singular .entry-header {
    padding: 1rem 0;
  }

  .entry-categories {
    margin-bottom: 3rem;
  }

  .entry-categories a {
    font-size: 1.5rem;
    margin: 1rem 0 0 2rem;
  }

  .intro-text {
    font-size: 2rem;
    margin-top: 2.5rem;
  }

  .singular .intro-text {
    font-size: 2.6rem;
  }

  .post-meta-wrapper {
    margin-top: 3rem;
  }

  .post-meta {
    font-size: 1.6rem;
    margin: -1.4rem 0 0 -3rem;
  }

  .post-meta li {
    margin: 1.4rem 0 0 3rem;
    max-width: calc(100% - 3rem);
  }

  .featured-media {
    margin-top: 6rem;
  }

  .post-inner {
    padding-top: 2rem;
  }

  /* POST FOOTER */

  .post-meta-wrapper.post-meta-single-bottom {
    margin-top: 4rem;
  }



  /* Entry Content ------------------------- */

  .standard-content li {
    line-height: 1.476;
  }s

  .alignnone,
  .aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .alignleft {

    /*rtl:ignore*/
    margin: 0.3rem 2rem 2rem 0;
  }

  .alignright {

    /*rtl:ignore*/
    margin: 0.3rem 0 2rem 2rem;
  }

  .standard-content > .alignwide:not(.wp-block-group.has-background),
  .standard-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }

  .standard-content > .alignwide {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
  }

  /* ENTRY MEDIA */

  .alignfull > figcaption,
  .alignfull > .wp-caption-text {
    width: calc(100% - 8rem);
  }


/* FOOTER BOTTOM */
  .footer-copyright {
    font-weight: 300;
  }
}

@media ( max-width: 767px ) {
  .alignleft {
    float: none;
    margin: 0 0 20px 0;
    display: block;
    height: auto;
  }
}

@media ( min-width: 1025px ) {
  #site-header {
    z-index: 1;
  }
}



#mc_embed_signup form {display:block; position:relative; text-align:left; margin: 0px}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: 1px solid var(--blue); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #111; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: fit-content; width: -moz-fit-content;}
#mc_embed_signup .button:hover {background-color:#222;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px; display:grid;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; color: #777;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding: 10px; font-size: 1.4em; border-radius: 5px;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}
#mc_embed_signup .mc-address-fields-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px;}
#mc_embed_signup .mc-sms-phone-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px; padding-top:5px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}
#mc_embed_signup .foot {display:grid; grid-template-columns: 3fr 1fr; width:96%; align-items: center;}
@media screen and (max-width:400px) {#mc_embed_signup .foot {display:grid; grid-template-columns: 1fr; width:100%; align-items: center;}}

@media screen and (max-width:400px) {#mc_embed_signup .referralBadge {width:50%;}}

#mc_embed_signup .brandingLogo {justify-self:right;}
@media screen and (max-width:400px) {#mc_embed_signup .brandingLogo {justify-self:left;}}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup .helper_text {color: #8d8985; margin-top: 2px; display: inline-block; padding: 3px; background-color: rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; font-weight: normal; z-index: 1;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 0 0;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:3px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}

#mc_embed_signup{false;clear:left;}
#mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
#mergeRow-gdpr {margin-top: 20px;}
#mergeRow-gdpr fieldset label {font-weight: normal;}
#mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}
