/*
 Theme Name:   GetBusinessGrants
 Theme URI:    https://getbusinessgrants.com
 Description:  getBusinessGrants GeneratePress child theme
 Author:       Mark Leavy
 Author URI:   https://getbusinessgrants.com
 Template:     generatepress
 Version:      0.1
*/

body {
  font-family: Arial, sans-serif;
  -webkit-print-color-adjust: exact;
}

.full-width {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw;
  width: auto;
}

.wp-block-cover__inner-container p {
  margin-bottom: 0;
}

.gbg-text-upper {
  text-transform: capitalize;
}

.gbg-image-centered {
  margin: auto;
}

a,
a:hover {
  color: var(--gbg-link);
  text-decoration: none;
}

a.wp-block-button__link:hover {
  color: white;
}

.main-navigation {
  padding: 20px 0;
}

.navigation-branding img, .site-logo.mobile-header-logo img {
  height: 80px;
}

.main-navigation ul ul {
  width: auto !important;
  white-space: nowrap;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #1e73be;
}
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
  color: #ffffff;
  background-color: #1e73be;
}
.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a {
  color: #ffffff;
  background-color: #1e73be;
}

/* div.main-nav li.gbg_main_menu_item_dashboard {
  display: inline-flex;
  justify-content: center;
  width: 275px;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: bold;
  padding: 15px 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 0;
  background-color: #6ec42c;
  color: #ffffff;
  text-decoration: none;
} */

body .gform_footer {
  flex-wrap: wrap;
}

body .gform_wrapper .gform_footer input[type="submit"] {
  background-color: var(--gbg-strong-green);
  font-weight: bold;
}

.site-footer .site-info {
  background-color: white;
}

.site-footer .site-info .inside-site-info.grid-container {
  align-items: center;
}

.site-footer .site-info .inside-site-info.grid-container div.footer-bar {
  margin-left: auto;
  margin-right: auto;
}

.site-footer .copyright-bar {
  /* flex: 1; */
  /* margin-left: 153px; */
  color: var(--gbg-black-alt);
}

.footer-bar .wp-block-image {
  margin: 0;
}

.gbg_captcha_text {
  flex: 0 0 100%;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 20px;
}

.gbg-p-no-margin {
  margin: 0 !important;
}

.entry-title {
  margin-bottom: 20px;
}

.gbg-drop-shadow {
  -webkit-filter: drop-shadow(5px 5px 5px #ccc);
  filter: drop-shadow(5px 5px 5px #ccc);
}

.gbg-gp-button {
  display: inline-flex;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #6ec42c;
  color: #ffffff;
  text-decoration: none;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
  color: var(--gbg-link);
  text-decoration: none;
}

#site-navigation .main-title a,
#site-navigation .main-title a:hover {
  color: var(--gbg-main-blue);
}

.gbg-barriers-barrier-container {
  margin-left: 20px;
}

.gbg-barriers-barrier-container p:first-of-type {
  margin-bottom: 5px;
}

.gbg-barriers-barrier-container p:last-of-type {
  font-size: 0.9em;
}

.gbg-hp-benefits-container h3 {
  margin-bottom: 0;
}

.gbg-hp-fp-list {
  list-style: none;
  padding-left: 0;
}

.gbg-hp-fp-list li::before {
  content: url("/wp-content/uploads/gbg_benefit_tick_24x24.png");
  margin-right: 10px;
  vertical-align: middle;
}

p.gform_description {
  font-weight: bold;
  margin-bottom: 30px;
}

.gbg-new-user-blog-list-item {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.gbg-new-user-blog-list-item li::before {
  content: url("/wp-content/uploads/list_bullet_bw_arrow_12x13.png");
  margin-right: 10px;
  vertical-align: middle;
}

.gbg-hp-fp-list li,
.gbg-new-user-blog-list-item li {
  margin-bottom: 10px;
}

.gbg-find-grants-ts-list li {
  margin: 0 0 40px 40px;
  text-indent: -35px;
}

.gbg-find-grants-ts-list ul.gbg-new-user-step3.gbg-hp-fp-list li {
  margin-bottom: 20px;
  line-height: 1em;
}

.gbg-new-user-ts-list li {
  margin: 0 0 20px 10px;
  text-indent: -35px;
}

.gbg-new-user-ts-list ul.gbg-hp-fp-list {
  margin-left: 30px;
}

.gbg-find-grants-ts-list ul.gbg-hp-fp-list {
  margin-left: 0;
}

.gbg-grants-faq-list {
  margin-top: 20px;
}
.gbg-grants-faq-list li {
  margin: 2px 0;
}
.gbg-hp-allinoneplace {
  text-align: center;
  font-weight: bold;
}

.gbg-hp-allinoneplace > div.wp-block-column {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}

.gbg-hp-allinoneplace h2 {
  font-size: 2.5em;
}

.gbg-hp-allinoneplace p {
  font-size: 0.8em;
  line-height: 1.1em;
  margin-top: 10px;
}

.wp-block-buttons
  > .gbg-hp-getstarted-button.wp-block-button.wp-block-button__width-25,
.wp-block-buttons
  > .gbg-hp-learnmore-button.wp-block-button.wp-block-button__width-25 {
  width: calc(35% - var(--wp--style--block-gap, 0.5em) * 0.75);
}

.wp-block-buttons > .button-width-40.wp-block-button {
  width: calc(40% - var(--wp--style--block-gap, 0.5em) * 0.75);
}

.gbg-page-error {
  background: var(--gbg-error-text-bg-color);
  color: var(--gbg-error-text-color);
  font-weight: bold;
  padding: 5px 10px;
  animation: hideAnimation 0.5s 1;
  -webkit-animation: hideAnimation 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}

/* .gbg-container {
  margin: 0 5% 0 5%;
} */

.gbg-form-disclaimer {
  font-size: 12px;
  font-style: italic;
}

.gbg-tool-head {
  height: 30px;
  text-transform: uppercase;
  background-color: var(--gbg-main-green);
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 5px 0;
}

.gbg-tool-head-nbm {
  margin-bottom: 0;
}

@keyframes hideAnimation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes hideAnimation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.widget ul li.wp-social-link {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  line-height: normal;
}

th,
td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.imgicon {
  display: flex;
  align-items: center;
}

.imgicon img {
  padding: 0 10px;
}

ul.wc-item-meta {
  margin-left: 0;
}

table.gbg-table-small-plain {
  border-collapse: collapse;
  border: none;
}

table.gbg-table-small-plain td {
  border: none;
  padding: 0;
}

table.gbg-table-small-plain td span {
  font-weight: bold;
}

.gbg-pricing-best-value {
  align-items: center;
}

.cart-custom-message {
  margin-top: 40px;
}

/* error messages */
.gbg-error-bar {
  width: 50%;
  padding: 10px;
  margin: 10px auto;
  color: #333;
  background: #fafafa;
  border: 1px solid #ccc;
}

/* THE VARIATIONS */
.gbg-info {
  color: #204a8e;
  background: #c9ddff;
  border: 1px solid #4c699b;
}

.gbg-success {
  color: #2b7515;
  background: #ecffd6;
  border: 1px solid #617c42;
}

.gbg-warn {
  color: #756e15;
  background: #fffbd1;
  border: 1px solid #87803e;
}

.gbg-error {
  color: #ba3939;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
}

.gbg-grants-api-sign-up {
  background-color: var(--gbg-light-grey);
  width: 80%;
  margin: 40px auto 0 auto;
}

.gbg-grants-api-sign-up h1 {
  color: var(--gbg-main-blue);
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.gbg-grants-api-sign-up .gb-button,
.gbg-grants-api-sign-up .gb-button:hover,
.gbg-innovate-buy-now-container .gb-button,
.gbg-innovate-buy-now-container .gb-button:hover {
  background-color: #005ba7 !important;
  border-radius: 0.375rem !important;
  padding: 8px 12px !important;
  color: white !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

/* Hide blog post meta */
/* .entry-meta .byline,
.entry-meta .cat-links {
  display: none;
}
*/
.entry-meta .byline {
  display: none;
}
/*
.entry-meta .posted-on {
  display: none;
} */

/* temp - hide link to grant report on grants matcher find-a-grant page */
.css-dcz000 {
  display: none !important;
}

/*Hide the blog post links to xsortal just now*/
.xs_action_box {
  display: none;
}

.gbg-wwu-grid ul {
  margin: 0;
}

.gbg-wwu-cimage img {
  margin:auto;
}

.gbg-wwu-img {
  min-width: calc(100% + 80px);
  height: 100px;
  margin: 0 -40px 40px -40px;
  padding: 0;
  object-fit: cover;
}

.gbg-grant-fields-table td {
  padding: 8px;
}

/*Message boxes*/
.gbg-alert {
  width: 50%;
  margin: 20px auto;
  padding: 30px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 15px 5px #ccc;
}

.gbg-alert-close {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  right: 15px;
  top: 25px;
  text-align: center;
  font-size: 1.6em;
  cursor: pointer;
}

.gbg-simple-alert {
  background-color: #ebebeb;
  border-left: 5px solid #6c6c6c;
}

.gbg-simple-alert .gbg-alert-close {
  border-color: #6c6c6c;
  color: #6c6c6c;
}

.gbg-success-alert {
  background-color: #a8f0c6;
  border-left: 5px solid #178344;
}

.gbg-success-alert .gbg-alert-close {
  border-color: #178344;
  color: #178344;
}

.gbg-danger-alert {
  background-color: #f7a7a3;
  border-left: 5px solid #8f130c;
}

.gbg-danger-alert .gbg-alert-close {
  border-color: #8f130c;
  color: #8f130c;
}

.gbg-warning-alert {
  background-color: #ffd48a;
  border-left: 5px solid #8a5700;
}

.gbg-warning-alert .gbg-alert-close {
  border-color: #8a5700;
  color: #8a5700;
}

ul.gbg-whatsnew-list > li {
  margin-bottom: 20px;
}

.post.category-new-schemes .inside-article .entry-content > .entry-header {
  display: none;
}

div.gbg-abp-top10 h4 {
  margin-bottom: 0;
}

.gbg-hp-key-columns,
.gng-bp-key-columns {
  align-items: stretch !important;
}

.gbg-bp-key-column-container {
  display: flex;
  flex-direction: column;
}

.gbg-hp-key-column {
  display: flex;
  flex-direction: column;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 30px;
}

.gbg-bp-key-column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gbg-hp-key-column .wp-block-buttons,
.gbg-bp-key-column .wp-block-buttons {
  margin-top: auto;
}

.gbg-hp-key-column .wp-block-buttons .wp-block-button {
  min-width: 70%;
}

.gbg-hp-key-column .wp-block-buttons .wp-block-button .wp-block-button__link {
  width: 100%;
}

h2.gb-headline-text {
  margin-bottom: 40px !important;
  /* font-size: 35px; */
}
.gbg-hdiw-container h2.gb-headline-text {
  margin-bottom: 80px !important;
}
.gbg-hp-key-list {
  list-style: none;
  padding: 0 20px 0 0;
  counter-reset: my-counter;
  margin: 0 0 1.5em 1em;
}

.gbg-hp-key-list li {
  margin-bottom: 30px;
  display: flex;
  counter-increment: my-counter;
}

.gbg-hp-key-list li::before {
  content: counter(my-counter);
  color: white;
  font-size: 1em; /* Decrease the font size */
  margin-right: 0.5em;
  background-color: orange;
  border-radius: 50%;
  width: 2em; /* Double the width */
  height: 2em; /* Double the height */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2em; /* Add padding inside the circle */
  aspect-ratio: 1 / 1;
  font-weight: bold;
}

.gbg-hp-key-list li .gbg-hp-key-list-item-content {
  margin-left: 10px;
}

.gbg-hp-key-list-item-title {
  color: #1c4b9b;
  font-weight: bold;
}

#gbg-mini-matcher {
  background-color: #eff0f1;
}

.gbg-bp-key-column-container a.wp-block-button__link:active {
  color: #c2c2c2;
}

p.gbg-group-heading {
  padding: 5px 0;
  text-align: center;
}

p.gbg-group-heading span.gbg-group-heading-number {
  display: inline-block;
  border: 2px solid white;
  border-radius: 4px;
  padding: 0 10px;
  height: 26px;
  line-height: 22px;
  margin-right: 20px;
  font-weight: bold;
}

/* .gbg-lp-grid figure.gb-block-image {
  display: flex;
  justify-content: center;
} */

.footer-widgets-container {
  padding: 40px;
}

.footer-widget-1 {
  display: none;
}

/* .gbg-bp-grid-3 {
  display: none;
} */

.mobile-bar-items.wc-mobile-cart-items:not(.has-items),
.main-navigation .wc-menu-item:not(.has-items) {
  display: none;
}

/* p.gbg-arrow-link a:before {
  content: "/wp-content/uploads/gr_arrow_right.png";
  margin-right: 5px;
} */

.gbg-mmm-form-container .gform_validation_errors,
.gbg-mmm-form .gfield_validation_message {
  display: none;
}

.gbg-mmm-form-container {
  color: white;
  margin: 60px auto 0 auto;
  font-size: 16px;
}

.gbg-mmm-form-container .gform_heading {
  font-weight: bold;
  text-align: left;
}

.gbg-mmm-form-container .gform_description {
  margin-bottom: 10px;
}

.gbg-mmm-form .gform_fields {
  grid-column-gap: 4%;
}

.gbg-mmm-form-3-container {
  color: white;
  font-size: 16px;
}

div.gbg-mmm-form-3-container p.gform_description {
  color: var(--gbg-black-alt);
  text-align: center;
  margin-bottom: 10px;
}

div.gbg-mmm-form-3-container div.gform_footer {
  justify-content: center;
  padding-bottom: 0 !important;
}

.gbg-mmm-form .gform_wrapper.gravity-theme .gform_fields {
  grid-template-columns: 35% 35% 25%;
}
.gbg-mmm-form .gform_wrapper.gravity-theme .gform_fields > div:first-of-type {
  grid-column: 1;
}

.gbg-mmm-form .gform_wrapper.gravity-theme .gform_fields > div:nth-of-type(2) {
  grid-column: 2;
}

.gbg-mmm-form .gform_wrapper.gravity-theme .gform_fields > div:last-of-type {
  grid-column: 3;
}

.gbg-mmm-form div.gfield.gfield--type-select {
  color: var(--gbg-black-alt);
}

div.gbg-mmm-form-container .gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gravity-theme .gfield select.medium {
  width: 100%;
  height: 36px;
}

.gbg-mmm-form .gform_footer {
  display: none !important;
}

.gbg-mmm-form input[type="submit"] {
  background-color: var(--gbg-strong-green);
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  width: 100%;
}

button.woocommerce-button {
  background-color: var(--gbg-strong-green) !important;
  color: white !important;
}

.gbg-mmm-form .gfield input::-webkit-input-placeholder {
  color: #555555; /* Change this to the color you want */
}

div.gbg-mmm-form-container
  .gform_wrapper.gravity-theme
  .gfield_error
  [aria-invalid="true"] {
  border: 2px solid #c02b0a;
}

div.gb-query-loop-pagination span.gb-block-is-current {
  background-color: #95bae4;
  color: #ffffff;
}

h2.gbg-newuser-h2-heading {
  margin-bottom: 0 !important;
}

.gb-headline.gbg-h-no-margin {
  margin-bottom: 0 !important;
}

/* .gbg-bo-bluebox-text {

} */

div.gbg-newuser-step-column {
  row-gap: 20px;
  column-gap: 20px;
}

div.gbg-nl-grants-weekly-container > p:first-of-type,
div.gbg-nl-grants-weekly-container div.tnp-privacy-field {
  width: 80%;
  margin: auto;
}
div.gbg-nl-grants-weekly-container > p:first-of-type {
  margin-top: 0;
}
div.gbg-nl-grants-weekly-container input[type="email"] {
  margin-right: 0;
}
div.gbg-nl-grants-weekly-container div.tnp-privacy-field {
  margin-top: 40px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
div.gbg-nl-grants-weekly-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.gbg-nl-grants-weekly-form .tnp-submit {
  margin-bottom: 10px;
  background-color: #6ec42c;
  color: white;
  font-size: 20px;
  width: 300px;
}

div.gbg-nl-grants-weekly-form input {
  margin-bottom: 20px;
}

.gbg-spaced-list li {
  margin-bottom: 20px;
}

.gbg-hubspot-form {
  width: 50% !important;
  margin: auto !important;
  margin-top: 40px !important;
}

.gbg-bo-arrows-grid {
  height: 100%;
}
.gbg-bo-arrows-grid > div > div {
  position: relative;
  height: 100%;
}
.gbg-bo-arrows-grid > div > div > figure {
  position: absolute;
}

.gbg-bo-arrows-grid > div:first-of-type > div > figure,
.gbg-bo-arrows-grid > div:nth-of-type(3) > div > figure {
  left: -25px;
}

.gbg-bo-arrows-grid > div:nth-of-type(2) > div > figure,
.gbg-bo-arrows-grid > div:last-of-type > div > figure {
  right: -25px;
}

.gbg-bo-arrows-grid > div:nth-of-type(-n+2) > div > figure {
  top: 0;
}

.gbg-bo-arrows-grid > div:nth-last-of-type(-n+2) > div > figure {
  bottom: 0;
}

/* Image rings*/
.gbg-bo-image-rings {
  position: relative;
  width: 420px;
  height: 420px;
  overflow: visible;
}

.gbg-bo-image-rings::before,
.gbg-bo-image-rings::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.gbg-bo-image-rings::before {
  //background: linear-gradient(180deg, #ff0000, #00ff00);
  background-image: linear-gradient(179deg, #ffda57, rgba(0, 0, 0, 0.3));
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 2; /* Higher than the outer ring */
}

.gbg-bo-image-rings::after {
  background: rgba(
    255,
    255,
    255,
    0.2
  ); /* White with 20% opacity for glass effect */
  backdrop-filter: blur(
    5px
  ); /* Adds a blur effect for more glass-like appearance */
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: 1; /* Lower than the inner ring */
}

.gbg-bo-image-rings img {
  position: relative;
  left: 10px;
  top: 10px;
  z-index: 3; /* Highest z-index to stay on top */
  border-radius: 50%;
  transition: opacity 0.5s ease-in-out;
}

/* Campaign landing numbers */
.gbg-num-list {
  margin-bottom: 10px;
}

.gbg-num-list h6 {
  position: relative;
  padding-left: 35px;  /* Make space for the circle */
}

.gbg-num-list h6::before {
  content: counter(list-num);
  counter-increment: list-num;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #1C4B9B;  /* Blue circle */
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.gbg-campaign-landing {
  counter-reset: list-num;  /* Initialize the counter */
}


/* HP tick icons */
.gbg-tick-list {
  position: relative;
  padding-left: 40px; /* Adjust this value to create space for the icon */
  margin-bottom: 20px; /* Add some space between list items */
}

.gbg-tick-list::before {
  content: "";
  position: absolute;
  left: -4px;
  /* top: 7px; */
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/green-right-arrowhead2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gbg-campaign-landing .gbg-tick-list::before, .gbg-gdb-wcu .gbg-tick-list::before {
  top: 7px;
}

.gbg-hp-hero-banner .gbg-tick-list::before {
  background-image: url("/wp-content/uploads/orange-right-arrowhead2.png");
  top: 7px;
}

.gbg-gdb-hero-with-bg2 .gbg-tick-list::before {
  background-image: url("/wp-content/uploads/green-right-arrowhead.png");
  top: 12px;
}

.gbg-campaign-landing .gbg-tick-list::before {
  width: 12px;
  height: 12px;
}

.gbg-campaign-landing .gbg-tick-list {
  padding-left: 20px
}

.gbg-tick-list h5,
.gbg-tick-list h6 {
  margin: 0;
  padding: 0;
}

.gbg-tick-list h5 {
  margin-bottom: 5px; /* Add some space between the heading and the subtext */
}

.gbg-bo-circle-arrow-grey img {
  /* filter: invert(17%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(50%)
    contrast(200%); */
  filter: invert(45%) sepia(25%) saturate(361%) hue-rotate(178deg)
    brightness(94%) contrast(88%);
  position: relative;
  left: -40px;
}

.gbg-bo-circle-arrow-green img {
  filter: invert(56%) sepia(10%) saturate(1579%) hue-rotate(114deg)
    brightness(95%) contrast(82%);
}

/* .gbg-bo-circle-arrow-yellow img {
  //filter: invert(82%) sepia(57%) saturate(500%) hue-rotate(342deg) brightness(101%) contrast(103%);
  position: relative;
  left: -14px;
} */

.gbg-bo-lhs {
  position: relative;
  /* left: 60px; */
  left: 7%;
  top: 50px;
}

.gbg-bo-rhs {
  position: relative;
  /* left: 60px; */
  left: 7%;
  top: 50px;
}

.gbg-bo-circle-arrow-yellow-l-up {
  position:relative;
  transform: rotate(25deg) scaleX(-1);
  z-index: 1;
}

.gbg-bo-circle-arrow-yellow-l-down {
  position:relative;
  top: 87px;
  transform: rotate(-25deg)  scaleX(-1);
  z-index: 1;
}

.gbg-bo-circle-arrow-yellow-r-up {
  position:relative;
  transform: rotate(155deg) scaleX(-1);
  left: -105px;
  z-index: 1;
}

.gbg-bo-circle-arrow-yellow-r-down {
  position:relative;
  top: 87px;
  transform: rotate(215deg)  scaleX(-1);
  left: -105px;
  z-index: 1;
}

/* .gbg-bo-circle-arrow-grey-up img, .gbg-bo-circle-arrow-yellow-r-up img {
  transform: rotate(-25deg);
  left: -63px;
} */

/* .gbg-bo-circle-arrow-grey-down img, .gbg-bo-circle-arrow-yellow-r-down img {
  transform: rotate(25deg);
  left: -63px;
} */



.gbg-bo-small-circle {
  position: relative;
  top: -20px;
  left: -50px;
}

.gbg-bo-small-circle-green {
  top: 0;
  left: -10px;
}

.gbg-bo-small-circle:last-of-type {
  top: 30px;
}

/* .gbg-bo-circle-arrow-yellow-flipped {
  transform: scaleX(-1);
} */
/* .gbg-bo-dotted-container {
  position: relative;
  top: -20px;
  left: -100px;
  padding-left: 90px;
} */

/* .gbg-bo-dotted-container::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 80px;
  height: 80px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #1C4B9B;
} */

.gbg-bo-arrow-box {
  width: 60%;
}

/* .gbg-bo-arrow-box-top-l h6, .gbg-bp-arrow-box-bottom-l h6 {
  min-width: calc(100% + 50px);
} */

/* .gbg-bp-arrow-box-top-r h6, .gbg-bp-arrow-box-bottom-r h6 {
  min-width: calc(100% - 50px);
} */

.gbg-bp-arrow-box p {
  min-width: 100%;
}

/* .gbg-bp-arrow-box-top-l:before, .gbg-bp-arrow-box-bottom-l:before {
	content: "";  
	border-top: 45px solid #D6E7E5;
	border-bottom: 45px solid #D6E7E5;
	border-right: 45px solid #1C4B9B;
	position: absolute; left: -40px; top: 0;
}

.gbg-bp-arrow-box-top-r:after, .gbg-bp-arrow-box-bottom-r:after {
	content: "";  
	border-top: 45px solid #D6E7E5;
	border-bottom: 45px solid #D6E7E5;
	border-left: 45px solid #1C4B9B;
	position: absolute; right: -40px; top: 0;
} */

.gbg-bo-arrow-box-top-l {
  position: relative;
  top: -80px;
  left: -55px;
}

.gbg-bo-arrow-box-top-r {
  position: relative;
  top: -80px;
  left: -55px;
  left: 
}

.gbg-bo-arrow-box-bottom-l {
  position: relative;
  top: 80px;
  left: -55px;
}

.gbg-bo-arrow-box-bottom-r {
  position: relative;
  top: 80px;
  left: -55px;
}

.gbg-bo-yellow-circle-l {
  position: relative;
  /* left: 43px; */
  left: 15%;
  height: 100%;
  aspect-ratio: 1/1;
}

.gbg-bo-yellow-circle-r {
  position: relative;
  /* left: -43px; */
  left: -15%;
  height: 100%;
  aspect-ratio: 1/1;
}

.gbg-bo-yellow-circle-l > figure > img, .gbg-bo-yellow-circle-r > figure > img {
  margin: auto;
}

.gbg-bo-dotted-container-middle {
  width: 460px;
  top: 0;
  left: -60px;
  padding-left: 90px;
}

.gbg-bo-dotted-container:last-of-type {
  top: 30px;
}

.gbg-bo-desc-container {
  position: relative;
  top: -25px;
  left: -70px;
}

.gbg-bo-desc-container-green {
  top: 0;
}

.gbg-bo-desc-container:last-of-type {
  top: 25px;
}

h2.gb-headline-text.gbg-bp-inner-text {
  font-size: 55px;
}

h2.gb-headline-text.gbg-bp-inner-text strong {
  transition: font-size 0.5s, line-height 0.5s, opacity 0.5s ease-in-out,
    transform 0.8s;
  display: inline-block;
  backface-visibility: hidden;
  opacity: 0;
}

.gbg-wwu-img-containers > div.gb-container:first-of-type > div,
.gbg-wwu-img-containers > div.gb-container:last-of-type > div {
  position: relative;
}

.gbg-wwu-img-containers > div.gb-container:first-of-type > div > figure {
  position: absolute;
  left: -80px;
  top: 0px;
  width: calc(100% + 80px);
  height: 200px;
}

.gbg-wwu-img-containers > div.gb-container:last-of-type > div > figure {
  position: absolute;
  left: -80px;
  top: 0px;
  width: calc(100% + 80px);
  height: 200px;
}

.gbg-wwu-img-containers > div.gb-container:first-of-type > div > figure > img,
.gbg-wwu-img-containers > div.gb-container:last-of-type > div > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-container.gbg-hp-wwu-lt::after {
  content: '';
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 100px;
  border-top: 2px dotted #55bdff;
  transform-origin: 0 0;
}

.gb-container.gbg-hp-wwu-lm::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 50%;
  width: 30px;
  border-top: 2px dotted #39dbb2;
  transform-origin: 0 0;
}

.gb-container.gbg-hp-wwu-lb::after {
  content: '';
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 100px;
  border-top: 2px dotted #c9e265;
  transform-origin: 0 0;
}

.gb-container.gbg-hp-wwu-rt::after {
  content: '';
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 100px;
  border-top: 2px dotted #ff96d8;
  transform-origin: 100% 0;
}

.gb-container.gbg-hp-wwu-rm::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  width: 30px;
  border-top: 2px dotted #ff7676;
  transform-origin: 100% 0;
}

.gb-container.gbg-hp-wwu-rb::after {
  content: '';
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 100px;
  border-top: 2px dotted #ffbd59;
  transform-origin: 100% 0;
}

.gb-container.gbg-hp-wcu-road::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(white 50%, rgba(255, 255, 255, 0) 0%);
  background-size: 10px 30px;
  background-repeat: repeat-y;
}

.gb-container.gbg-hp-wcu-road::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(white 50%, rgba(255, 255, 255, 0) 0%);
  background-size: 10px 30px;
  background-repeat: repeat-y;
}

.gb-container.gbg-wwu-connector-l::after {
  content: '';
  position: absolute;
  top: 40px;
  right: -20px;
  bottom: 40px;
  left: 50%;
  width: calc(50% + 20px);
  border: 1px solid transparent;
  border-top: 1px dashed black;
  pointer-events: none;
}

.gb-container.gbg-wwu-connector-m::after {
  content: '';
  position: absolute;
  top: 40px;
  right: -20px;
  bottom: 40px;
  left: -20px;
  border: 1px dashed black;
  border-top: 1px solid transparent;
  pointer-events: none;
}

.gb-container.gbg-wwu-connector-r::after {
  content: '';
  position: absolute;
  top: 40px;
  right: -20px;
  bottom: 40px;
  right: 50%;
  width: calc(50% + 20px);
  border: 1px solid transparent;
  border-top: 1px dashed black;
  pointer-events: none;
}

.gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c3 {
  left: 80px;
}

.gb-container.gbg-wwu-intr-c2, .gb-container.gbg-wwu-intr-c5 {
  left: 5px;
  margin: 60px 0;
}

.gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c6 {
  right: 80px;
}

.gb-container.gbg-wwu-intr-circle::after {
  content: '';
  z-index: 1;
  position: absolute;
  width: 410px; 
  height: 410px;
  border-radius: 50%;
  border: 2px solid #000;
  box-sizing: border-box;
  pointer-events: none;
}

.gbg-www-pp-pent-container {
  width: 175px;
  height: 175px;
  min-width: 175px;
  background-color: transparent;
}

.gbg-wwu-pp-c1 h6, .gbg-wwu-pp-c2 h6, .gbg-wwu-pp-c3 h6 {
  max-width: 150px;
  text-align: right;
}

.gbg-wwu-pp-c4 h6, .gbg-wwu-pp-c5 h6, .gbg-wwu-pp-c6 h6 {
  max-width: 150px;
  text-align: left;
}

.gbg-wwu-pp-c1 {
  position: relative;
  left: 50px;
}

.gbg-wwu-pp-c2 {
  position: relative;
  top: -60px;
  left: -40px;
}

.gbg-wwu-pp-c3 {
  position: relative;
  top: -62px;
  left: -40px;
}

.gbg-wwu-pp-c4 {
  position: relative;
  left: -50px;
}

.gbg-wwu-pp-c5 {
  position: relative;
  top: -60px;
  left: 40px;
}

.gbg-wwu-pp-c6 {
  position: relative;
  top: -62px;
  left: 40px;
}

.gbg-hp-hero-banner:before {
  background-image: url(/wp-content/uploads/gbg_hp_hero_banner2.png);
}

.gbg-bp-hero-banner:before {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 80%,
    rgba(0, 0, 0, 0.8) 100%
), url(/wp-content/uploads/gbg_bp_hero2.jpg);
}
.gbg-gdb-hero-with-bg {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 80%,
    rgba(0, 0, 0, 0.8) 100%
), url(/wp-content/uploads/gbg_grants_dashboard_hero1.jpg);
}
.gbg-gdb-hero-with-bg2 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.7) 90%,
    rgba(0, 0, 0, 0.8) 100%
), url(/wp-content/uploads/gbg_grants_dashboard_hero1.jpg);
}
.gbg-ntg-hero-with-bg {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 80%,
    rgba(0, 0, 0, 0.8) 100%
), url(/wp-content/uploads/gbg_new_to_grants.jpg);
  background-position: center 20px;
}

.gbg-bp-hero-bbar {
  position: absolute;
  left: 0;
  bottom: 0;
}


.gbg-bp-hero-bbar figure > img {
  margin: auto;
}

.gbg-bp-leverage-top-icon {
  position: relative;
  top: 20px;
  left: -20px;
}

.gbg-bp-list {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0;
}

.gbg-bp-list li {
  position: relative;
}

.gbg-bp-list li::before {
  content: '✓';
  position: absolute;
  left: -1.5em;
  top: 5px;
  width: 1em;
  height: 1em;
  background-color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8em;
}

/* .gbg-quote-block blockquote {
  border:none;
  quotes: "\201C""\201D""\2018""\2019";
  line-height: 18px;
  font-size: 0.8em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gbg-quote-block blockquote:before { 
  content: open-quote;
  font-weight: bold;
  font-size:32px;
  color:#1c4b9b;
} 

.gbg-quote-block blockquote:after { 
  content: close-quote;
  position: relative;
  top: 20px;
  font-weight: bold;
  font-size:32px;
  color:#1c4b9b;
} */

.gbg-quote-block blockquote {
  border: none;
  quotes: "\201C""\201D""\2018""\2019";
  line-height: 18px;
  font-size: 0.8em;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 30px; /* Add padding for text alignment */
  position: relative; /* For absolute positioning of the quote mark */
}

.gbg-quote-block blockquote:before { 
  content: open-quote;
  font-weight: bold;
  font-size: 36px;
  color: #1c4b9b;
  position: absolute; /* Position the quote mark */
  left: 5px;
  top: 20px;
}

.gbg-quote-block blockquote:after { 
  content: close-quote;
  position: absolute;
  top: 100%;
  left: 90%;
  font-weight: bold;
  font-size: 36px;
  color: #1c4b9b;
}

.gbg-bo-yellow-circle-icon {
  margin: auto;
}

/*Firefox will have to use the JS fallback*/
#content.site-content:has(> .woocommerce.wfls-login-message) {
  display: flex;
  flex-direction: column;
}

.gbg-ac-hitcard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.gbg-ac-hitcard:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.gbg-ac-hitcard__desc {
  font-size: 14px;
  line-height: 1.35;
  color: #0b1220;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* keep results tight */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gbg-ac-hitcard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gbg-ac-pill {
  font-size: 12px;
  line-height: 1;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(76, 152, 160, 0.08);
  color: #246b72;
  border: 1px solid rgba(76, 152, 160, 0.18);
}

.gbg-ac-pill--money {
  background: rgba(34, 197, 94, 0.10);
  border-color: rgba(34, 197, 94, 0.22);
  color: #166534;
  font-weight: 600;
}

.gbg-ac-hitcard__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gbg-ac-hitcard__link {
  font-size: 13px;
  font-weight: 600;
  color: #4c98a0;
  text-decoration: none;
}

.gbg-ac-hitcard__link:hover {
  text-decoration: underline;
}


/*Mobile devices (portrait and landscape)*/
@media only screen and (max-width: 480px) {
  div.gbg-hp-hero p.gbg-hp-hero-title1 {
    font-size: 2em !important;
    line-height: 1em;
    margin-bottom: 30px;
  }

  div.gbg-wwu-hero-with-bg {
    background-position: 0% center;
  }

  p.gbg-hero-heading {
    font-size: 45px !important;
  }

  .gbg-hp-hero p {
    margin: 10px;
    line-height: 20px;
  }

  .gbg-hp-hero p.gbg-hp-hero-title2 {
    font-size: 2em !important;
  }

  .gbg-bp-hero-bbar {
    position: static;
  }

  .gbg-mmm-form-container {
    color: white;
    margin: 60px auto 0 auto;
    font-size: 16px;
  }

  .gbg-mmm-form-container div.gform_heading > p {
    margin: 0 0 10px 0;
  }

  div.gb-container.gbg-hp-10fp-container {
    padding: 40px 10px;
    font-size: 0.8em;
  }

  div.gb-container.gbg-hp-10fp-container > div {
    row-gap: 0;
  }

  p.gbg-group-heading {
    text-align: left;
    padding: 10px 0 10px 10px;
  }

  .wp-block-buttons
    > .gbg-hp-getstarted-button.wp-block-button.wp-block-button__width-25,
  .wp-block-buttons
    > .gbg-hp-learnmore-button.wp-block-button.wp-block-button__width-25 {
    width: calc(85% - var(--wp--style--block-gap, 0.5em) * 0.75);
  }

  .wp-block-buttons > .button-width-40.wp-block-button {
    width: calc(100% - var(--wp--style--block-gap, 0.5em) * 0.75) !important;
  }

  .gbg-hp-benefits-container h2 {
    font-size: 1.3em !important;
  }

  .gbg-hp-allinoneplace h2 {
    font-size: 2.5em !important;
  }

  div.wp-block-buttons div.wp-block-button.gbg-hp2-button {
    width: 75%;
  }
  /* .gb-headline span {
    line-height: 2;
  } */

  .gbg-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .gbg-hp-key-columns {
    margin: 0 10px;
  }

  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
    li {
    margin-bottom: 10px;
  }

  .shop_table a.button {
    margin-bottom: 5px;
  }

  .gbg-matcher-50off {
    position: absolute;
    width: 100px;
    top: -10px;
  }

  article#post-70.post-70 div.woocommerce-message > a {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  div.site-footer footer.site-info {
    background-color: white;
    color: #000000;
  }

  div.site-footer footer.site-info div.inside-site-info.grid-container {
    align-items: center;
  }

  footer.site-info div.copyright-bar {
    margin-left: 0;
  }

  .gbg-bo-lhs {
    position: static;
  }

  .gbg-bo-rhs {
    position: static;
  }

  /* .gbg-bo-arrow-box-top-l, .gbg-bo-arrow-box-bottom-l {
    flex-direction: row-reverse;
  }

  .gbg-bo-arrow-box-top-l, .gbg-bo-arrow-box-top-r, .gbg-bo-arrow-box-bottom-l, .gbg-bo-arrow-box-bottom-r {
    position: static;
    width: 90%;
  } */


  /* .gbg-bp-arrow-box-top-l:before, .gbg-bo-arrow-box-bottom-l:before {
    content: none; /* This will effectively hide the pseudo-element */
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
  }
  
  .gbg-bo-arrow-box-top-r:after, .gbg-bo-arrow-box-bottom-r:after {
    content: none; /* This will effectively hide the pseudo-element */
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
  } */

  .gbg-bo-yellow-circle-l {
    position: relative;
    left: -43px;
    height: 100%;
    aspect-ratio: 1/1;
  }

  .gbg-bo-arrow-box-top-r h6, .gbg-bo-arrow-box-bottom-r p, .gbg-bo-arrow-box-top-l h6, .gbg-bo-arrow-box-bottom-l p {
    min-width: 0;
  }

  /* hack to force onto 2 lines*/
  .gbg-bo-arrow-box-bottom-l p {
    padding-right: 20px;
  }

  .gb-container.gbg-hp-wwu-lt::after, .gb-container.gbg-hp-wwu-lm::after, .gb-container.gbg-hp-wwu-lb::after, .gb-container.gbg-hp-wwu-rt::after, .gb-container.gbg-hp-wwu-rm::after, .gb-container.gbg-hp-wwu-rb::after {
    content: none;
  }

  .gb-container.gbg-wwu-connector-l::after, .gb-container.gbg-wwu-connector-m::after, .gb-container.gbg-wwu-connector-r::after {
    content: none;
  }

  .gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c3, .gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c6 {
    left: 0;
  }

  .gbg-wwu-pp {
    position: static;
    left: 0;
  }
  
  .gbg-wwu-pp:last-of-type {
    margin-bottom: 40px;
  }
 
  .gbg-quote-block blockquote {
    font-size: 0.9em;
  }
  
  /* .gbg-bo-blue-yellow-container:first-of-type {
    transform: translate3d(40px, 0, 0);
  } */

  .gbg-bo-blue-yellow-container > div:first-of-type {
    position: absolute;
  }

  .gbg-www-pp-pent-container {
    width: 125px;
    height: 125px;
    min-width: 125px;
  }
  :is(.gbg-wwu-pp-c1, .gbg-wwu-pp-c4) > div:first-of-type {
    position: relative;
    top: -20px;
  }
}

/*Tablets (portrait and landscape)*/
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .gbg-bp-hero-bbar {
    position: static;
  }
  div.gbg-hp-hero > div.gb-inside-container {
    padding: 40px;
  }
  div.gbg-mmm-form-container {
    width: 90%;
  }
  div.wp-block-buttons div.wp-block-button.gbg-hp2-button {
    width: 50%;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(45% - var(--wp--style--block-gap, 0.5em) * 0.75) !important;
  }

  .gbg-www-pp-pent-container {
    width: 50%;
    min-width: 50%;
  }

  .gbg-wwu-pp-l, .gbg-wwu-pp-r {
    position: static;
  }

  .gbg-wwu-pp > div:last-of-type {
    margin-top: 10px;
  }

  div.gbg-wwu-pp h6.gb-headline {
    max-width: 80%;
  }

  .gbg-wwu-pp-r:last-of-type {
    margin-bottom: 80px;
  }
  .gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c3 {
    left: 0px;
  }
  
  .gb-container.gbg-wwu-intr-c2, .gb-container.gbg-wwu-intr-c5 {
    left: 0px;
    margin: 60px 0;
  }
  
  .gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c6 {
    right: 0px;
  }
  .gbg-wwu-intr-icon-container {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c2, .gb-container.gbg-wwu-intr-c3, .gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c5, .gb-container.gbg-wwu-intr-c6 {
    align-items: normal;
  }
  :is(.gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c2, .gb-container.gbg-wwu-intr-c3, .gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c5, .gb-container.gbg-wwu-intr-c6)  h5 {
    font-size: 16px;
  }
  :is(.gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c2, .gb-container.gbg-wwu-intr-c3, .gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c5, .gb-container.gbg-wwu-intr-c6)  h6 {
    font-size: 14px;
  }
}

/*Small laptops and desktops*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gbg-matcher-50off {
    position: absolute;
    width: 160px;
    top: -10px;
  }
  div.gbg-mmm-form-container {
    width: 70%;
  }
  .nav-align-right .navigation-branding {
    margin-right: 0;
  }
  .nav-align-right .inside-navigation {
    justify-content: center;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(45% - var(--wp--style--block-gap, 0.5em) * 0.75) !important;
  }
  .gbg-hp-allinoneplace h2 {
    font-size: 2em;
  }
  .gbg-campaign-applynow-container {
    flex-direction: column;
    padding: 40px;
  }
  .gbg-www-pp-pent-container {
    width: 140px;
    height: 140px;
    min-width: 140px;
    background-color: transparent;
  }
  .gbg-wwu-pp-l > div:first-of-type {
    position: relative;
    top: -20px;
    margin-left: -100px;
  }
  .gbg-wwu-pp-l:nth-of-type(2) > div:first-of-type {
    top: 0;
  }

  .gbg-wwu-pp-r > div:first-of-type {
    position: relative;
    top: -20px;
    margin-right: -100px;
  }
  .gbg-wwu-pp-r:nth-of-type(2) > div:first-of-type {
    top: 0;
  }

  .gbg-wwu-pp-c1 {
    position: relative;
    left: 120px;
  }
  
  .gbg-wwu-pp-c2 {
    position: relative;
    top: -60px;
    left: 30px;
  }
  
  .gbg-wwu-pp-c3 {
    position: relative;
    top: -62px;
    left: 30px;
  }
  
  .gbg-wwu-pp-c4 {
    position: relative;
    left: -120px;
  }
  
  .gbg-wwu-pp-c5 {
    position: relative;
    top: -60px;
    left: -30px;
  }
  
  .gbg-wwu-pp-c6 {
    position: relative;
    top: -62px;
    left: -30px;
  }
  .gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c3 {
    left: 0px;
  }
  
  .gb-container.gbg-wwu-intr-c2, .gb-container.gbg-wwu-intr-c5 {
    left: 0px;
    margin: 60px 0;
  }
  
  .gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c6 {
    right: 0px;
  }
  .gbg-wwu-intr-icon-container {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c2, .gb-container.gbg-wwu-intr-c3, .gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c5, .gb-container.gbg-wwu-intr-c6 {
    align-items: normal;
  }
  :is(.gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c2, .gb-container.gbg-wwu-intr-c3, .gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c5, .gb-container.gbg-wwu-intr-c6)  h5 {
    font-size: 16px;
  }
  :is(.gb-container.gbg-wwu-intr-c1, .gb-container.gbg-wwu-intr-c2, .gb-container.gbg-wwu-intr-c3, .gb-container.gbg-wwu-intr-c4, .gb-container.gbg-wwu-intr-c5, .gb-container.gbg-wwu-intr-c6)  h6 {
    font-size: 14px;
  }
}

/*Medium to large desktops*/
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  
}

/*Large desktops and high res displays*/
@media only screen and (min-width: 1441px) {
}
