/*   
Theme Name:  ISF
Theme URI:   https://isf.global/
Template:    gutenize
Description: Instituue of Strategic Futures
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: isf
*/

/*
- STICKY COL
- TICKER
- LOGO
- NAVBAR
- BACKGROUND GRAIN
- SCRIBBLE 
- CREATIVE COMMONS
- PAGE PRELOADER
- CIRCLE NUMBERING
- BADGE OVER IMAGE
- CHAT BUBBLES
- MEDIA/TEXT BLOCK
- FOOTER
- HR DIVIDERS
- COL DIVIDERS
- CAROUSEL
- ACCORDIONS
- ASTERICKS HEADING
- ASTERICKS LIST
- SLICK AND VENDOR LOGOS
- BADGE
- CARDS
- SERVICE CARDS
- IFRAME
- BUTTONS
- QUOTES
- TEXT HIGHLIGHTS
- VIDEO AND IMAGE FRAME
- GALLERY
- GRID SPACING 0.25rem
- GRID SPACING 0.5rem
- GRID SPACING 1rem
*/

/* SLICK SLIDER */
#isf-posts-slider {
	margin: 0 -1.2rem; /* Full width on mobile */
}
#isf-posts-slider .slick-list::before,
#isf-posts-slider .slick-list::after {
	content: "";
	height: 100%;
	width: 3rem;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#isf-posts-slider .slick-list::before {
	background: linear-gradient(90deg, rgba(253,253,252,1) 0%, rgba(253,253,252,0) 100%);
	left: -1px;
}
#isf-posts-slider .slick-list::after {
	background: linear-gradient(90deg, rgba(253,253,252,0) 0%, rgba(253,253,252,1) 100%);
	right: -1px;
}
@media (min-width: 576px) {
	#isf-posts-slider {
		margin: 0; /* Remove full width for mobile */
	}
	#isf-posts-slider .slick-list::before,
	#isf-posts-slider .slick-list::after {
		width: 4rem;
	}
}
@media (min-width: 768px) {
	#isf-posts-slider .slick-list::before,
	#isf-posts-slider .slick-list::after {
		width: 4rem;
	}
}
@media (min-width: 992px) {
	#isf-posts-slider .slick-list::before,
	#isf-posts-slider .slick-list::after {
		width: 6rem;
	}
}
@media (min-width: 1200px) {
	#isf-posts-slider .slick-list::before,
	#isf-posts-slider .slick-list::after {
		width: 8rem;
	}
}
#isf-posts-slider .slick-track {
    display: flex !important; /* equal height slides */
}
#isf-posts-slider .slick-slide {
	height: inherit !important; /* equal height slides */
}
#isf-posts-slider .slick-slide img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: 0.5s;
}
#isf-posts-slider .slick-slide .card:hover img {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
}
.slick-slide .card {
	border: 0;
	border-radius: 1rem;
}
.slick-slide {
	padding: 0.5rem;
}
.slick-prev {
	left: -0.5rem;
}
.slick-next {
	right: -0.5rem;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0.5;
}
.slick-prev,
.slick-next {
	background-color: transparent !important;
	color: var(--wp--preset--color--primary) !important;
	opacity: 1;
	border-radius: 50%;
	border: 0;
}
#isf-posts-slider .slick-prev,
#isf-posts-slider .slick-next {
	width: 3rem;
    height: 3rem;
}
#isf-posts-slider .slick-prev i,
#isf-posts-slider .slick-next i {
	font-size: 2em;
}
.slick-dots li button:before {
	background-color: var(--wp--preset--color--dark) !important;
}


/* HERO BACKGROUND IMG */
.gutenize-hero::before {
	content: "";
	background-image: url(/wp-content/uploads/2024/12/blurred-text-1.png);
	background-repeat: repeat;
	background-size: 800px;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* STICKY COL */
.make-col-sticky > .col-content {
     position: -webkit-sticky; /* Safari */
     position: sticky;
     top: 150px;
}

/* TICKER - eocjsNewsticker v0.7.3 */
.eocjs-newsticker {
	position: relative;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
}
.eocjs-newsticker + script + .eocjs-newsticker {
	margin-top: 0.5rem;
}
.eocjs-newsticker .eocjs-newsticker-container {
	position: relative;
	height: 32px;
	overflow: hidden;
}
.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
	font-size: 0; /* Remove white space between elements */
	position: absolute;
	left: 0;
	top: 0;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
}
.eocjs-newsticker span a {
	font-size: 0.75rem;
	margin: 0 0.125rem;
}
/* TICKER - LOGOS */
.eocjs-newsticker span img {
	font-size: 1rem;
	width: auto;
}
.ticker-client-logos.eocjs-newsticker span img {
	opacity: .5;
}
.ticker-client-logos.eocjs-newsticker .eocjs-newsticker-container,
.ticker-client-logos.eocjs-newsticker .eocjs-newsticker-one,
.ticker-client-logos.eocjs-newsticker .eocjs-newsticker-two,
.ticker-client-logos.eocjs-newsticker span img {
	height: 80px;
	line-height: 80px;
}
@media (min-width: 768px) {
	.ticker-client-logos.eocjs-newsticker .eocjs-newsticker-container,
	.ticker-client-logos.eocjs-newsticker .eocjs-newsticker-one,
	.ticker-client-logos.eocjs-newsticker .eocjs-newsticker-two,
	.ticker-client-logos.eocjs-newsticker span img {
		height: 100px;
		line-height: 100px;
	}
}
@media (min-width: 1200px) {
	.ticker-client-logos.eocjs-newsticker .eocjs-newsticker-container,
	.ticker-client-logos.eocjs-newsticker .eocjs-newsticker-one,
	.ticker-client-logos.eocjs-newsticker .eocjs-newsticker-two,
	.ticker-client-logos.eocjs-newsticker span img {
		height: 140px;
		line-height: 140px;
	}
}
/* TICKER LOADER */
.eocjs-newsticker-loader {
	position: absolute;
	left: calc(50% - 10px);
	top: 2px;
	width: 20px;
	height: 20px;
	display: block;
	border: 3px solid #555555;
	border-top: 3px solid transparent;
	border-radius: 50%;
	animation: eocjs-newsticker-spin .75s linear infinite;
}
@keyframes eocjs-newsticker-spin {
	to {
	  transform: rotate(360deg);
	}
}
   
/* LOGO */
.navbar-brand br {
	display: none;
}
@media (min-width: 768px) {
	.navbar-brand {
		font-size: 1.125rem !important;
	}
}
@media (min-width: 992px) {
	.navbar-brand {
		font-size: 1.25rem !important;
	}
	.navbar-brand br {
		display: inline-block;
	}
}
@media (min-width: 1200px) {
	.navbar-brand {
		font-size: 1.375rem !important;
	}
}

/* NAVBAR */
#header-container .navbar.navbar-expand-md .navbar-collapse.offcanvas-collapse,
#header-container .navbar {
	/* background-color: #fdfdfc !important; */
}
#header-container .navbar.navbar-expand-md .navbar-collapse.offcanvas-collapse {
	box-shadow: -4px 0px 4px 0px rgba(0,0,0,0.1);
}
#header-container .navbar .navbar-collapse.collapsed .navbar-nav {
	font-size: 1.5rem !important;
}
#header-container .navbar .navbar-collapse.collapsed .custom-html.extra-content {
	margin-top: 1rem !important;
}
#header-container .navbar .nav-link.active {
	display: inline-block;
}
#header-container .navbar .nav-link.active::before {
	bottom: 0;
	border-style: dotted;
}
#header-container .navbar .navbar-collapse:not(.collapsed) .nav-link.active::before {
	width: auto;
	left: 0.5rem;
	right: 0.5rem;
}
#header-container .navbar .nav-link {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

/* NAVBAR TOGGLER */
.navbar-toggler-icon-container {
	position: relative;
	display: inline-block;
}
.navbar-toggler-icon-container::before,
.navbar-toggler-icon-container::after {
	position: absolute;
	z-index: -1;
	content: "";
	width: calc(100% + 0.4em);
    height: 70%;
	background-color: var(--wp--preset--color--secondary);
	border-radius: 2px;
}

.navbar-toggler-icon-container::before {
	top: -0.1em;
	left: -0.25em;
	right: 0;
	transform: rotate(-8deg) skew(-8deg);
}
.navbar-toggler-icon-container::after {
	bottom: -0.1em;
	left: -0.125em;
	right: 0;
	transform: rotate(-8deg) skew(4deg);
}





/* SCRIBBLE ICONS */
.scribble-icon-card img {
	height: 80px;
	margin-bottom: 1rem;
}
.scribble-icon-hero img {
	height: 80px;
	margin: -3rem 1.5rem 0 0;
}
@media (min-width: 768px) {
	.scribble-icon-hero img {
		height: auto;
		width: 100px;
	}
}
@media (min-width: 992px) {
	.scribble-icon-hero img {
		margin-top: 0;
		height: auto;
		width: 120px;
	}
}
@media (min-width: 1200px) {
	.scribble-icon-hero img {
		height: auto;
		width: 140px;
	}
}

/* CREATIVE COMMONS */
.creative-commons {
	font-family: "Space Mono";
	font-weight: normal;
	font-size: 0.75rem;
	line-height: 1.5;
	margin: 0;
}

/* PAGE PRELOADER */
#gutenize-page-preloader {
	font-family: "Space Mono";
	font-weight: normal;
}
#gutenize-page-preloader .preloader-image {
	animation: spin-animation 0.5s infinite;
}

/* CIRCLE NUMBERING */
.is-style-style-4 > span {
    width: 2em;
    height: 2em;
    line-height: 2em;
    padding: 0;
    border: 1.5px solid white;
    border-radius: 50%;
	text-align: center;
}

/* BADGE OVER IMAGE */
@media (min-width: 1400px) {
	.sk-photo-with-labels {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}
.sk-photo-with-labels > div {
	position: relative;
}
.sp-photo-sm-badge {
	position: absolute;
	top: 40%;
	left: auto;
	right: 55%;
}
.kr-photo-sm-badge {
	position: absolute;
	top: 50%;
	left: 55%;
	right: auto;
}
.sp-photo-lg-badge {
	position: absolute;
	top: 35%;
	right: auto;
	left: 7%;
}
.kr-photo-lg-badge {
	position: absolute;
	top: 45%;
	left: auto;
	right: 7%;
}

/* MEDIA/TEXT BLOCK */
.wp-block-media-text {
	border-radius: 1rem;
    overflow: hidden;
}

/* FOOTER */
#gutenize-footer {
	font-family: "Space Mono";
	font-weight: normal;
	font-size: 0.75rem;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	font-family: "Space Mono";
	font-weight: normal;
	text-transform: uppercase;
	color: inherit;
}

/* PARAGRAPH */
section p a,
.wp-block-list a,
figcaption a {
	text-decoration: underline;
}

/* HR DIVIDERS */
hr {
	border: 2px solid;
    background: none;
    height: auto;
    margin: 2rem 0;
}
hr.dashed {
	border-style: dashed;
}
hr.dotted {
	border-style: dotted;
}

/* COL DIVIDER */
.grid-col-divider .wp-block-gutenize-grid-col + .wp-block-gutenize-grid-col {
	border-top: 2px dotted var(--wp--preset--color--dark);
	padding-top: 2rem;
	margin-top: 1rem;
}
@media (min-width: 992px) {
	.grid-col-divider .wp-block-gutenize-grid-col + .wp-block-gutenize-grid-col {
		padding-top: inherit;
		margin-top: inherit;
		border-top: 0;
		border-left: 2px dotted var(--wp--preset--color--dark);
	}
}

/* CAROUSEL */
.wp-block-gutenize-carousel {
	border-radius: 1rem;
	position: relative;
}
.wp-block-gutenize-carousel blockquote {
	margin-bottom: 0;
}
.carousel-item > .container {
	padding: 3rem 2rem;
}
/* CAROUSEL - IMAGES */
.wp-block-gutenize-carousel.image-carousel figure,
.wp-block-gutenize-carousel.image-carousel figure figcaption {
	margin-bottom: 0;
}
.wp-block-gutenize-carousel.image-carousel .carousel-item > .container {
	padding: 0;
}
.wp-block-gutenize-carousel.image-carousel .carousel-indicators {
	margin-bottom: 0;
}
/* CAROUSEL - TESTIMONIALS */
.XXXwp-block-gutenize-carousel.testimonials.carousel.has-indicators:not(.wp-block-gutenize-posts) .carousel-item {
	padding-bottom: 3rem;
}
.wp-block-quote p:last-of-type,
.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}
.wp-block-gutenize-carousel.testimonials .carousel-item > .container {
	padding-top: 4.75rem;
}
.wp-block-gutenize-carousel.testimonials .carousel-inner::before {
	position: absolute;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 296.8 214.12"><g id="Graphic_Elements" data-name="Graphic Elements"><g><path d="M119.1,39.78c-6.23-15.31-17.6-28.71-32.97-35.38-16.24-7.05-34.48-5.54-49.49,3.89-7,4.4-13.04,10.18-17.71,16.88C-.13,40.64-4.91,68.44,5.1,92.01c6.13,14.43,17.26,26.24,31.94,32.06,15.4,6.1,32.61,4.32,47.5-2.3,6.76-3,13.11-7.23,18.66-12.33-4.55,29.14-22.31,57.07-46.98,72.72-10.9,6.92-23.4,11.64-35.89,12.89-5.12.51-9.52,4.01-9.52,9.52,0,4.75,4.37,10.04,9.52,9.52,57.54-5.76,101.28-59.65,102.91-116.25.19-6.56-.29-13.04-1.35-19.42,3.16-12.75,2.24-26.25-2.8-38.63ZM46.7,39.18c.07-.07.16-.17.29-.31.67-.74,1.37-1.44,2.1-2.12.07-.06.07-.06.11-.11.36-.26.74-.52,1.12-.75.43-.25,2.17-1.12,2.16-1.16,4.05-1.59,7.15-1.57,10.82-.55,3.63,1,7.42,3.28,10.36,6.06,6.81,6.43,10.53,14.72,10.33,23.42-.13,5.62-3.94,11.13-8.48,14.42.21-1.35.36-2.71.39-4.09.19-8.39-2.96-16.59-8.13-23.1-4.7-5.92-11.5-10.42-19.06-11.53-.68-.1-1.35-.14-2.03-.15.01-.03.01-.03.02-.05ZM74.32,105.53c-20.06,7.78-40.07.88-50.05-17.43.98.87,1.94,1.76,3,2.56,22.74,17.19,61.62,14.39,73.23-14.65.4-1.01.69-2.04.99-3.07.37,1.36.7,2.73,1,4.11-4.52,12.77-15.08,23.4-28.16,28.48Z"/><path d="M292.16,39.78c-6.23-15.31-17.6-28.71-32.97-35.38-16.24-7.05-34.48-5.54-49.49,3.89-7,4.4-13.04,10.18-17.71,16.88-19.06,15.48-23.84,43.27-13.83,66.84,6.13,14.43,17.26,26.24,31.94,32.06,15.4,6.1,32.61,4.32,47.5-2.3,6.76-3,13.11-7.23,18.66-12.33-4.55,29.14-22.31,57.07-46.98,72.72-10.9,6.92-23.4,11.64-35.89,12.89-5.12.51-9.52,4.01-9.52,9.52,0,4.75,4.37,10.04,9.52,9.52,57.54-5.76,101.28-59.65,102.91-116.25.19-6.56-.29-13.04-1.35-19.42,3.16-12.75,2.24-26.25-2.8-38.63ZM219.77,39.18c.07-.07.16-.17.29-.31.67-.74,1.37-1.44,2.1-2.12.07-.06.07-.06.11-.11.36-.26.74-.52,1.12-.75.43-.25,2.17-1.12,2.16-1.16,4.05-1.59,7.15-1.57,10.82-.55,3.63,1,7.42,3.28,10.36,6.06,6.81,6.43,10.53,14.72,10.33,23.42-.13,5.62-3.94,11.13-8.48,14.42.21-1.35.36-2.71.39-4.09.19-8.39-2.96-16.59-8.13-23.1-4.7-5.92-11.5-10.42-19.06-11.53-.68-.1-1.35-.14-2.03-.15.01-.03.01-.03.02-.05ZM247.39,105.53c-20.06,7.78-40.07.88-50.05-17.43.98.87,1.94,1.76,3,2.56,22.74,17.19,61.62,14.39,73.23-14.65.4-1.01.69-2.04.99-3.07.37,1.36.7,2.73,1,4.11-4.52,12.77-15.08,23.4-28.16,28.48Z"/></g></g></svg>');
	width: 2rem;
	height: auto;
	top: 2.5rem;
	left: calc(50% - 1rem);
}
.wp-block-gutenize-carousel.testimonials.white {
	background-color: #fff;
}
.wp-block-gutenize-carousel.testimonials.white:before {
	border-right-color: #fff;
}
.wp-block-gutenize-carousel.testimonials.light {
	background-color: var(--wp--preset--color--light);
}
.wp-block-gutenize-carousel.testimonials.light:before {
	border-right-color: var(--wp--preset--color--light);
}
.wp-block-gutenize-carousel.testimonials:before {
	z-index: -1;
	position: absolute;
	content: "";
	right: 3rem;
	top: -39px;
	height: 0;
	border: 0 solid transparent;
	border-top-width: 40px;
	border-bottom-width: 0;
	border-right: 40px solid currentcolor;
 }
 @media (min-width: 992px) {
	.wp-block-gutenize-carousel.testimonials:before {
		border-top-width: 0;
		border-bottom-width: 60px;
		border-right: 60px solid currentcolor;
		right: unset;
		left: -59px;
		top: 3rem;
	}
 }

/* ACCORDIONS */
.accordion .card {
    border-radius: .25rem !important;
    margin-bottom: .5rem
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion .card-header {
	background-color: transparent;
    padding: 1.5rem 1.25rem 1.5rem 2.75rem;
	font-family: "Space Mono";
	text-transform: uppercase;
	line-height: 1.25;
}
.accordion .card-header::after {
    position: absolute;
    left: 1rem;
	width: 1rem;
    height: auto;
    /* DEFINED IN ASTERICKS IMAGE */
}

/* ASTERICKS HEADING */
.astericks-heading {
	position: relative;
	padding-left: 1.75rem;
}
.astericks-heading::after {
    position: absolute;
    left: 0;
	top: 0.125rem;
	width: 1rem;
    height: auto;
    /* DEFINED IN ASTERICKS IMAGE */
}
.astericks-heading + p {
	padding-left: 1.75rem;
}

/* ASTERICKS LIST */
.astericks-list {
	padding-left: 2rem;
}
.astericks-list li {
	list-style-type: none;
	position: relative;
	margin-bottom: 1rem;
}
.astericks-list li + li {
	border-top: 2px dotted var(--wp--preset--color--dark);
	padding-top: 1rem;
}
.astericks-list li::after {
	position: absolute;
    left: -2rem;
	top: 0.125rem;
	width: 1rem;
    height: auto; 
    /* DEFINED IN ASTERICKS IMAGE */
}
.astericks-list li + li::after {
	top: 1.125rem;
}


/* ASTERICKS IMAGE */
.accordion .card-header::after,
.astericks-heading::after,
.astericks-list li::after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340.47 413.37"><path fill="%23241c15" d="M338.79,201.5c-1.93-7.79-4.24-15.55-8.82-22.23-2.99-3.65-6.14-8.33-11.49-7.54-19.29,2.27-38.57,4.55-57.86,6.82-1.62.19-3.25.38-4.87.57,7.15-8.55,14.31-17.1,21.49-25.62,15.04-17.93,30.47-35.54,44.83-54.03,8.12-10.34,4.54-30.41.81-42.11-2.49-6.56-5.11-13.24-10.29-18.19-3.54-2.65-7.26-4.94-11-1.1-16.37,21.04-34.04,41.01-51.1,61.48-24.13,28.83-48.26,57.67-72.44,86.45-2.15-49.17-4.47-98.34-7.71-147.45-1-12.17-5.64-23.24-12.08-33.27C156.14,1.98,152.66-.12,148.67,0c-8.65,2.58-8.53,19.29-7.81,26.69,3.5,53.93,6.04,107.92,8.36,161.92-12.87-9.76-25.72-19.56-38.53-29.39-24.74-18.99-49.09-38.48-73.48-57.92-6.9-5.5-32-33.4-35.8-12.61-2.05,5.5-1.32,11.46-1.13,17.21,1.44,12,4.81,25.09,13.31,34.05,24.36,19.97,48.97,39.6,73.77,58.99-22.94,2.68-45.85,5.57-68.62,9.45-10.73,3.58-8.44,26.65-6.44,35.46,1.93,7.79,4.24,15.55,8.82,22.23,2.99,3.65,6.14,8.33,11.49,7.54,26.73-4.73,53.75-7.58,80.69-10.81-14.01,16.58-28.02,33.16-42.03,49.73-8.59,10.16-17.18,20.32-25.78,30.47-6.44,7.61-10.43,13.28-10.65,23.6-.24,11.35,2.39,22.59,7,32.93,2.44,5.4,5.92,10.38,11.18,13.29,2.7,1.05,5.07.55,7.11-1.51,16.98-20.07,33.96-40.15,50.94-60.23,14.32-16.93,28.62-33.87,42.91-50.82.86,21.14,1.7,42.28,2.52,63.43.14,7.15.57,14.35,2.84,21.17,1.83,7.2,4.51,14.64,9.55,20.21,2.12,3.3,5.6,5.41,9.59,5.28,5.2-1.5,6.18-6.98,7.43-11.57.81-5.02.94-10.06.38-15.12-.42-10.93-.85-21.86-1.28-32.79-.89-22.59-1.81-45.19-2.75-67.78-.18-4.05-.36-8.1-.54-12.15,43.09,32.23,86.53,63.98,130.05,95.6,2.51,1.82,5.01,3.64,7.52,5.46,2.54,1.84,7.86,4.59,10.49,1.06,5.27-6.48,4.68-15.85,4.28-23.73-.73-8.27-3.06-16.23-6.37-23.81-1.7-3.84-4.01-7.25-6.94-10.24-10.03-7.28-20.05-14.57-30.07-21.87-10.18-7.41-20.35-14.83-30.52-22.26-10.07-7.36-20.12-14.75-30.16-22.16,22.12-2.61,44.24-5.22,66.36-7.82,9.57-1.13,19.15-2.26,28.72-3.38,7.95-.94,13.92-3.35,14.71-12.42,1.29-7.92.7-16.07-.98-23.9Z"/></svg>');
}

/* BADGE */
.badge {
	font-family: "Space Mono";
	font-weight: normal;
	padding-right: 1em;
    padding-left: 1em;
	border: 1px solid #333;
}
.eocjs-newsticker-container .badge:hover {
	background-color: #FFF;
}

/* CARD */
.card .card-body {
    padding: 1.25rem;
}
@media (min-width: 768px) {
	.card .card-body {
		padding: 2rem;
	}
	.card .card-body .list-group-flush {
		margin: 0 -2rem;
	}
	.card .card-body .list-group-flush .list-group-item {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.card .card-body .list-group-flush .list-group-item-action::after {
		right: 2rem;
	}
}

/* SERVICE CARDS */
.service-cards .card {
	height: 100%;
	/* min-height: 400px; */
    border-radius: 1rem;
}
.service-cards .card .card-body {
    padding: 2rem;
}
@media (min-width: 1400px) {
	.service-cards .card .card-body {
		padding: 2rem 2rem;
	}
}

@keyframes spin-animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.gutenize-hero img {
	animation: spin-animation 0.5s;
	animation-delay: 1s;
}
.gutenize-hero img:hover,
.service-cards .card:hover img {
	animation: spin-animation 0.5s;
	display: inline-block;
}
.service-cardsXXX .card-futures:hover {
	background-color: var(--wp--preset--color--success) !important;
}
.service-cardsXXX .card-advisory:hover {
	background-color: var(--wp--preset--color--info) !important;
}
.service-cardsXXX .card-speaking:hover {
	background-color: var(--wp--preset--color--warning) !important;
}
.service-cards .card-body .w-100 {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.service-cards .card-body .wp-block-gutenize-button {
	margin-top: auto;
	padding-top: 1rem;
}
.service-cards .card-body .wp-block-gutenize-button a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

/* BUTTONS */
.btn {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-radius: 50rem !important; /* Force Pill Style */
	transition: 0.5s;
}

/* QUOTES */
.wp-block-quote cite,
.wp-block-pullquote cite,
.figure-caption,
figcaption {
	font-family: "Space Mono";
	font-size: 0.875rem;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	line-height: 1.5;
	margin-top: 0.75em !important;
}

/* TEXT HIGHLIGHTS */
.wp-block-gutenize-headings strong,
.wp-block-gutenize-headings span[style*="text-decoration: underline;"] {
    z-index: 0;
    position: relative;
    display: inline-block;
	color: inherit;
    background-color: transparent !important;
	padding: 0;
	font-weight: inherit;
	text-decoration: none !important;
}
.wp-block-gutenize-headings strong::before,
.wp-block-gutenize-headings span[style*="text-decoration: underline;"]::before {
	content: " ";
    display: block;
	right: 0;
    position: absolute;
    z-index: -1;
	background-color: var(--wp--preset--color--secondary);
    padding: 0;
}
.wp-block-gutenize-headings strong::after,
.wp-block-gutenize-headings span[style*="text-decoration: underline;"]::after {
	content: " ";
    display: block;
	right: 0;
    position: absolute;
    z-index: -1;
	background-color: var(--wp--preset--color--secondary);
    padding: 0;
}
/* TEXT BOLD */
.wp-block-gutenize-headings strong::before {
    height: 40%;
    width: calc(100% + 0.15em);
	left: -0.1em;
	right: 0;
    top: 20%;
	transform: rotate(-0.5deg) skew(-8deg);
	border-radius: 2px;
}
.wp-block-gutenize-headings strong::after {
    height: 40%;
    width: calc(100% + 0.15em);
	left: -0.05em;
	right: -0.1em;
    bottom: 20%;
	transform: rotate(0.5deg) skew(5deg);
	border-radius: 2px;
}
.wp-block-gutenize-headings strong + strong::before {
	transform: skew(4deg);
}
/* TEXT UNDERLINE */
.wp-block-gutenize-headings span[style*="text-decoration: underline;"]::before {
    height: 10%;
    width: calc(100% + 0.05em);
	left: -0.05em;
	right: 0;
    bottom: 18%;
	transform: skew(-7deg);
	border-radius: 1px;
}
.display-2.wp-block-gutenize-headings span[style*="text-decoration: underline;"]::before {
	bottom: 10%;
}
.wp-block-gutenize-headings span[style*="text-decoration: underline;"]::after {
    height: 10%;
    width: calc(100% + 0.05em);
	left: 0em;
	right: -0.05em;
    bottom: 10%;
	transform: skew(5deg);
	border-radius: 1px;
}
.display-2.wp-block-gutenize-headings span[style*="text-decoration: underline;"]::before {
	bottom: 5%;
}

h6 strong::before,
.h6 strong::before {
	width: calc(100% + 0.75em);
	left: -0.5em;
	right: 0;
	transform: rotate(-3deg) !important;
}
h6 strong::after,
.h6 strong::after {
	width: calc(100% + 0.75em);
	left: -0.25em;
	right: 0;
	transform: rotate(-3deg) !important;
}

@media (min-width: 576px) {
	h6, .h6 {
		font-size: 1.125rem;
	}
}

/* TEXT UNDERLINE 2 */
.wp-block-gutenize-headings em {
	font-style: normal;
	background: no-repeat left bottom url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125"><path fill="currentColor" d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');
}

/* FUTURES */
.page-id-9 .wp-block-gutenize-headings strong::before,
.page-id-9 .wp-block-gutenize-headings strong::after,
.page-id-9 .wp-block-gutenize-headings span[style*="text-decoration: underline;"]::before,
.page-id-9 .wp-block-gutenize-headings span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--success);
}
/* ADVISORY */
.page-id-11 .wp-block-gutenize-headings strong::before,
.page-id-11 .wp-block-gutenize-headings strong::after,
.page-id-11 .wp-block-gutenize-headings span[style*="text-decoration: underline;"]::before,
.page-id-11 .wp-block-gutenize-headings span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--info);
}
/* SPEAKING */
.page-id-15 .wp-block-gutenize-headings strong::before,
.page-id-15 .wp-block-gutenize-headings strong::after,
.page-id-15 .wp-block-gutenize-headings span[style*="text-decoration: underline;"]::before,
.page-id-15 .wp-block-gutenize-headings span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--warning);
}
/* FOOTER */
#section-contact .h6 strong:before,
#section-contact .h6 strong:after,
#section-contact .wp-block-gutenize-headings span[style*="text-decoration: underline;"]::before,
#section-contact .wp-block-gutenize-headings span[style*="text-decoration: underline;"]::after {
	background-color: #4d5154;
}

/* HIGHTLIGHT COLOURS */
.highlight-yellow strong::before,
.highlight-yellow strong::after,
.highlight-yellow span[style*="text-decoration: underline;"]::before,
.highlight-yellow span[style*="text-decoration: underline;"]::after {
	background-color: #ffDC74 !important;
}
.highlight-orange strong::before,
.highlight-orange strong::after,
.highlight-orange span[style*="text-decoration: underline;"]::before,
.highlight-orange span[style*="text-decoration: underline;"]::after {
	background-color: #fbac87 !important;
}
.highlight-pink strong::before,
.highlight-pink strong::after,
.highlight-pink span[style*="text-decoration: underline;"]::before,
.highlight-pink span[style*="text-decoration: underline;"]::after {
	background-color: #f3a6cb !important;
}
.highlight-green strong::before,
.highlight-green strong::after,
.highlight-green span[style*="text-decoration: underline;"]::before,
.highlight-green span[style*="text-decoration: underline;"]::after {
	background-color: #7de198 !important;
}
.highlight-lime strong::before,
.highlight-lime strong::after,
.highlight-lime span[style*="text-decoration: underline;"]::before,
.highlight-lime span[style*="text-decoration: underline;"]::after {
	background-color: #b3e561 !important;
}
.highlight-blue strong::before,
.highlight-blue strong::after,
.highlight-blue span[style*="text-decoration: underline;"]::before,
.highlight-blue span[style*="text-decoration: underline;"]::after {
	background-color: #81e3e1 !important;
}
.highlight-purple strong::before,
.highlight-purple strong::after,
.highlight-purple span[style*="text-decoration: underline;"]::before,
.highlight-purple span[style*="text-decoration: underline;"]::after {
	background-color: #deacf9 !important;
}
.highlight-white strong::before,
.highlight-white strong::after,
.highlight-white span[style*="text-decoration: underline;"]::before,
.highlight-white span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--white) !important;
}
.highlight-black strong::before,
.highlight-black strong::after,
.highlight-black span[style*="text-decoration: underline;"]::before,
.highlight-black span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--black) !important;
}
.highlight-primary strong::before,
.highlight-primary strong::after,
.highlight-primary span[style*="text-decoration: underline;"]::before,
.highlight-primary span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--primary) !important;
}
.highlight-secondary strong::before,
.highlight-secondary strong::after,
.highlight-secondary span[style*="text-decoration: underline;"]::before,
.highlight-secondary span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--secondary) !important;
}
.highlight-light strong::before,
.highlight-light strong::after,
.highlight-light span[style*="text-decoration: underline;"]::before,
.highlight-light span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--light) !important;
}
.highlight-dark strong::before,
.highlight-dark strong::after,
.highlight-dark span[style*="text-decoration: underline;"]::before,
.highlight-dark span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--dark) !important;
}
.highlight-success strong::before,
.highlight-success strong::after,
.highlight-success span[style*="text-decoration: underline;"]::before,
.highlight-success span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--success) !important;
}
.highlight-info strong::before,
.highlight-info strong::after,
.highlight-info span[style*="text-decoration: underline;"]::before,
.highlight-info span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--info) !important;
}
.highlight-warning strong::before,
.highlight-warning strong::after,
.highlight-warning span[style*="text-decoration: underline;"]::before,
.highlight-warning span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--warning) !important;
}
.highlight-danger strong::before,
.highlight-danger strong::after,
.highlight-danger span[style*="text-decoration: underline;"]::before,
.highlight-danger span[style*="text-decoration: underline;"]::after {
	background-color: var(--wp--preset--color--danger) !important;
}

/* VIDEO AND IMAGE FRAME */
.omnystudio-wrapper iframe {
	width: 100%;
}
.omnystudio-wrapper,
.wp-block-embed-omny-studio .wp-block-embed__wrapper,
.wp-block-embed.is-type-video .wp-block-embed__wrapper,
.wp-block-image img {
	border-radius: 0.5rem;
	overflow: hidden;
}
.wp-block-gutenize-carousel.image-carousel img,
.wp-block-image.dropshadow img,
.omnystudio-wrapper,
.wp-block-embed-omny-studio .wp-block-embed__wrapper,
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    border: 1px solid var(--wp--preset--color--dark);
	box-shadow: 4px 4px 0px 0px var(--wp--preset--color--dark);
}
/* IFRAME */
iframe {
	display: block;
}


/* GALLERY */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	border-radius: 0 0 0.5rem 0.5rem;
}

/* GRID SPACING 1rem */
.grid-1rem .row {
	margin-left: -1rem;
	margin-right: -1rem;
}
.grid-1rem .wp-block-gutenize-grid-col {
	padding-left: 1rem;
	padding-right: 1rem;
}
.grid-1rem .wp-block-gutenize-grid-col .col-content {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* GRID SPACING 0.5rem */
.grid-0-5rem .row {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.grid-0-5rem .wp-block-gutenize-grid-col {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.grid-0-5rem .wp-block-gutenize-grid-col .col-content {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

/* GRID SPACING 0.25rem */
.grid-0-25rem .row {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.grid-0-25rem .wp-block-gutenize-grid-col {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.grid-0-25rem .wp-block-gutenize-grid-col .col-content {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}