/*
Theme Name: Theatre of Debate Custom
Theme URI: https://www.colabdigital.co.uk
Author: Colab Digital
Author URI: https://www.colabdigital.co.uk
Description: Bespoke WordPress theme designed and developed by Colab Digital Limited, Birmingham, UK.  
Version: 24.0.0
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ------------------------------------------------------
---------------------------------------------------------
		SITE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

html {
	scroll-behavior: smooth;
}
body {
	color:#383838;
	font-size:14px;
	background-color:#333A3D;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
#mainStage {
	overflow-x: hidden;
}
input {
-webkit-appearance: none;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
}
.wrapperNarrow {
	max-width:700px;
	margin:0 auto;
}
.wrapperContainerWhite {
	background-color:#FFFFFF;
}
p {
	font-size:18px;
	line-height: 1.4;
}
strong {
	font-weight: 500;
}
a:hover {
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
blockquote {
	margin:40px 0;
	padding:0;
}
blockquote p {
	font-size: 34px;
}
blockquote p:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	color: #4FBA7D;
	padding-right: 12px;
}
blockquote p:after {
    content: "\f10e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	color: #4FBA7D;
	padding-left: 12px;
}
hr {
	height: 2px;
	border:none!important;
    margin-top: 50px;
    margin-bottom: 50px;
}
.search-results hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
a img {
    transition: all .2s ease-in-out!important;
}
a img:hover {
    transform: scale(1.1)!important;
}
.mobileShow {
	display: none;
}
iframe {
    width: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CUSTOM BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* GENERAL */

.alignwide {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: calc(calc(100vw - 1200px)/2)!important;
	padding-right: calc(calc(100vw - 1200px)/2)!important;
}
.alignfull {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.pushMe {
    margin-left: auto!important;
    margin-right: auto!important;
}
.smallPrint {
	font-size: 10px;
}
.roundCorner {
    border-radius: 6px;
    overflow: hidden;
}
.gap20 {
	gap:20px!important;
}
.gap30 {
	gap:30px!important;
}
.gap40 {
	gap:50px!important;
}
.gap50 {
	gap:50px!important;
}

/* WP GALLERY BLOCK */

.wp-block-gallery {
    margin: 20px 0!important;
}
.wp-block-gallery .wp-block-image {
    padding: 0 30px!important;
    align-items: center!important;
	margin: 0!important;
}
.wp-block-gallery .wp-block-image img {
	max-width: 90%!important;
	max-height: 50%!important;
}

/* WP COVER BLOCK */

.wp-block-cover,
.wp-block-cover-image {
	min-height: inherit!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

/* WP MEDIA + TEXT BLOCK */

.wp-block-media-text {
    height: 100%;
}

/* WP COLUMNS BLOCK */

.wp-block-columns {
	margin-bottom: 0!important;
	gap: 40px; 
}
.wp-block-columns.noColMargin {
	gap: 0!important;
}

/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
    overflow: auto!important;
    overflow-y: hidden!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
	left: 0;
}
.wp-block-columns.colabOverflowHalf .wp-block-column {
	min-width: 550px!important;
}
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 300px!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: calc(calc(100vw - 1200px)/2)!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: calc(calc(100vw - 1200px) /2)!important;
}

/* ///// TRACK SCROLLER ///// */

/* width */
.contentFullWidth ::-webkit-scrollbar {
    height: 10px;
}
/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
    background: rgba(79,186,125,0.20);
	opacity: 0.5;
    border-radius: 5px;
    margin-left: calc(calc(100vw - 1200px) /2);
    margin-right: calc(calc(100vw - 1200px) /2);
}
/* Handle */
.contentFullWidth ::-webkit-scrollbar-thumb {
    background: rgba(79,186,125,1);
    border-radius: 5px;
}
/* Handle on hover */
.contentFullWidth ::-webkit-scrollbar-thumb:hover {
    background: #741968;
}
/* Track on hover */
.contentFullWidth ::-webkit-scrollbar-track:hover {
    background: rgba(116,25,104,0.20);
}

/* WP CODE BLOCK */

.wp-block-code {
	font-family: 'Courier New', monospace;
	background-color: #333A3D;
	color: #fff;
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px;
}

/* WP DETAILS BLOCK */

details.wp-block-details summary {
	font-weight: 500!important;
	padding: 10px 0;
	font-size: 18px;
}
details.wp-block-details summary::marker {
	font-size: 0px!important;
}
details.wp-block-details summary::after {
	content: "\f13a";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	padding-left: 10px;
	color: #333A3D;
}
details.wp-block-details[open] summary::after {
	content: "\f139";
}
details.wp-block-details.has-background {
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	padding: 7px 15px;
}
details.wp-block-details.has-background summary {
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
}
details.wp-block-details.has-background summary::after {
	color: #fff;
}

/* WP BUTTONS */

a.wp-block-button__link,
a.wp-block-button__link.no-border-radius,
.af-submit button,
ul.slides li a {
    transition: all .2s ease-in-out!important;
}
a.wp-block-button__link:hover,
.af-submit button:hover,
ul.slides li a:hover {
    transform: scale(1.03)!important;
}

/* Custom Button Sizes */

.wp-block-buttons.largeBT .wp-block-button {
	display: flex;
	flex-shrink: 0;
}
.wp-block-buttons.largeBT .wp-block-button a {
	padding: 16px 35px!important;
    font-size: 20px!important;
}
.wp-block-buttons.smallBT .wp-block-button {
	display: flex;
	flex-shrink: 0;
}
.wp-block-buttons.smallBT .wp-block-button a {
	padding: 11px 20px!important;
    font-size: 10px!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.headerContainer {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 15px rgb(51 58 61 / 15%);
}
.notificationBar {
    background-color: #4FBA7D;
    text-align: center;
    padding: 0 7.5%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
a .notificationBar:hover {
    background-color: #741968;
}
.notificationBar p,
.notificationBar p a {
    color: #fff;
    font-weight: 500;
    margin: 0;
}
header {
	padding-right: 43px;
    background-color: #fff;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo {
	background-color: #741968;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
header .logo img {
	width:274px;
	height:auto;
}
.headerRight {
	display: flex;
	align-items: center;
	gap:28px;
}
.headerRight i {
	font-size: 22px;
	color: #4FBA7D;
}
.backToTop {
	background-color: rgba(51,58,61,0.15);
	box-shadow: 0 0 15px rgba(51,58,61,0.15);
	position: fixed;
	z-index: 20;
	bottom: 40px;
	right: 40px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 6px;
	opacity: 0;
    transition: all 0.2s ease-in-out;
}
.backToTop.showMe {
	opacity: 1;
}
.backToTop i {
	color: #fff;
	font-size: 30px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		MAIN NAV STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.mMenuBT {
    display: none;
}

@media (max-width:10000px) and (min-width:1201px) {
    
#mobMenu {
}
#mobMenu ul#menu-main-menu {
    list-style-type:none;
    margin:0;
    padding:0;
	display: flex;
	gap:28px;
}
/*Create a horizontal list with spacing*/
#mobMenu ul#menu-main-menu li {
	list-style: none;
	margin:0;
}
#mobMenu ul#menu-main-menu li:hover {
}
/*Style for menu links*/
#mobMenu ul#menu-main-menu li a {
	height: 56px;
    display: flex;
	align-items: center;
    font-weight: 500;
    text-decoration: none;
	font-size: 18px;
}
#mobMenu ul#menu-main-menu li a i {
	font-size: 16px;
	margin-right: 8px;
	color: #741968;
}
#mobMenu ul#menu-main-menu li.menu-item-has-children > a::after {
	content: "\f107";
	margin-left: 10px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 16px;
	color: #4FBA7D;
}
/*Style for dropdown links*/
#mobMenu ul#menu-main-menu li ul {
	z-index:5000;
	display:none;
	position:absolute;
	clear:both;
	overflow: hidden;
	margin: 0;
	padding: 8px 0;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 15px rgb(51 58 61 / 15%);
}
/*Hover state for dropdown links*/
#mobMenu ul#menu-main-menu li:hover ul li {
	float:none;
	margin:0;
	padding:0;
	text-align:left;
}
/*Make dropdown links vertical*/
#mobMenu ul#menu-main-menu li ul li {
    display: block;
    float: none;
	background-color: #fff;
}
#mobMenu ul#menu-main-menu li ul li a {
	font-size:16px;
	margin:0;
	padding:12px;
	display:block;
	height: auto;
}
#mobMenu ul#menu-main-menu li ul li a:hover {
	color: #4FBA7D;
}
/*Display the dropdown on hover*/
#mobMenu ul#menu-main-menu li:hover ul {
    display: block;
}

}

/* ------------------------------------------------------
---------------------------------------------------------
		OVERLAY STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.85);
    transition: 0.5s;
    overflow: hidden;
}
.overlay-content {
	padding: 0;
	color: #fff;
	max-height:100vh;
	overflow: scroll;
    position: relative;
}
.overlay-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.overlay-content p a:hover {
	color: #fff;
}
.overlay .closebtn i {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 40px;
    z-index: 10;
	color: #741968;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER BANNER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tintOverlay {
	background: linear-gradient(180deg, rgba(23,23,23,0.40) 0%, rgba(23,23,23,0.80) 100%);	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.headerBanner {
	padding: 29px 0;
	position: relative;
	text-align: center;
}
.headerBanner img,
.headerBanner video {
	position: absolute;
	object-fit:cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.headerBanner h1 {
	font-weight: 500;
	color: #fff;
	position: relative;
	z-index: 2;
	text-shadow: 0 0 20px rgba(0,0,0,0.35);
	font-size: 50px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SEARCH BAR STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* SEARCH STYLES */

.searchBox {
	width: 660px;
	padding: 40px 0;
	margin: 40px auto 0;
}
.searchBox form {
	position: relative;
	z-index: 10;
}
.searchBox button#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 70px;
	width: 70px;
	background-color: #4FBA7D;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}
.searchBox button#searchsubmit .searchsubmitText {
	display: none;
}
.searchBox input#s {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
    width: 100%;
    height: 70px;
    font-size: 22px;
    border: none;
    background-color: #fff;
    outline: none;
    padding: 0;
    padding-left: 60px;
	color: #fff;
	border-radius: 35px;
}
.searchBox input#s::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.searchBox input:-ms-input-placeholder {
	color: #fff;
}
.searchBox input:-moz-placeholder {
	color: #fff;
}
.searchBox input::-moz-placeholder {
	color: #fff;
}
.searchBox input::-webkit-input-placeholder {
	color: #fff;
}

/* POP UP SEARCH */

#wrapperContainerSearch .searchBox {
	margin: 20vh auto 0;
}
#wrapperContainerSearch .searchBox input#s {
	color: #000;
    background-image: url(images/icon-search-blue.svg);
}
#wrapperContainerSearch .searchBox input:-ms-input-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input:-moz-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input::-moz-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input::-webkit-input-placeholder {
	color: #000;
}


/* ------------------------------------------------------
---------------------------------------------------------
		SOCIAL STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.socialShareIcons {
    margin-top: 40px;
    margin-bottom: 40px;
	border-top: 1px dotted #F3F8FC;
	border-bottom: 1px dotted #F3F8FC;
}
.socialShareIcons a i {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers {
	margin: 0 0 50px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}
ul.page-numbers li {
	margin:0;
	list-style-type:none;
	display: inline-block;
}
ul.page-numbers a, span.page-numbers.current {
    display: flex;
    margin: 2px 5px 2px 0;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    justify-content: center;
    width: 30px;
    align-items: center;
}
ul.page-numbers a {
	background-color: #4FBA7D;
}
ul.page-numbers a:hover,
span.page-numbers.current {	
	color:#fff;
	background-color: #741968;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SLIDER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* SCROLL PROMPT */
.icon-scroll:before {
	position: absolute;
	left: 50%;
}
.icon-scroll {
	position: absolute;
	bottom: 30px;
	width: 34px;
	height: 60px;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
	z-index: 9;
	right: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.icon-scroll:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
		  animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
		  animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(46px);
				transform: translateY(46px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(46px);
				transform: translateY(46px);
	}
}
/* SCROLL PROMPT END */

section.slider {
	overflow:hidden;
    width: 100vw!important;
    margin-left: calc(50% - 50vw)!important;
}
.homeSlider ul.slides li {
	width:100%;
	position: relative;
}
.homeSlider ul.slides li .wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	gap: 30px;
	z-index: 5;
}
.homeSlider p.slide-caption-1 {
	max-width: 883px;
	font-size: 66px;
	line-height: 80px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}
.homeSlider p.slide-caption-2 {
	max-width: 714px;
	font-size: 34px;
	font-weight: 300;
	color: #fff;
	margin: 0;
}
.homeSlider ul.slides li .wrapper .wp-block-buttons .wp-block-button:nth-child(even) a.wp-block-button__link {
	background-color: #4FBA7D!important;
}
.homeSlider ul.slides li img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		TESTIMONIAL SLIDER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

section.testimonialSlider ul.slides {
	width:100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
section.testimonialSlider ul.slides {
    display: flex;
    justify-content: center;
	align-items: center;

}
section.testimonialSlider ul.slides li .wrapper {
	height: 100%;
    position: relative;
    max-width: 745px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	text-align: center;
}
section.testimonialSlider ul.slides li .wrapper i {
	font-size: 60px;
	line-height: 60px;
	color: #4FBA7D;
}
section.testimonialSlider ul.slides li .wrapper p.testimonialSliderText {
	font-size: 29px;
}
section.testimonialSlider ul.slides li .wrapper p.testimonialSliderAuthor {
	font-size: 18px;
	color: #741968;
}

/* ------------------------------------------------------
---------------------------------------------------------
		UNSLIDER ARROWS/DOTS STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* ARROWS */

.unslider {
    position: relative;
}
.unslider-arrow.prev {
    left: 0!important;
}
.unslider-arrow.next {
    right: 0!important;
}
a.unslider-arrow {
    top: 41%!important;
	color: #fff!important;
	padding: 12px 10px 10px 10px!important;
	font-size: 30px!important;
	background-color: #741968!important;
	opacity: 0.25!important;
}
a.unslider-arrow:hover {
	opacity: 1!important;
}

/* DOTS */

.unslider-nav {
    position: absolute!important;
    bottom: 15px!important;
	left: 0;
	right: 0;
	z-index: 5;
}
.unslider-nav ol li {
    width: 10px!important;
    height: 10px!important;
    border: 2px solid #fff !important;
}
.unslider-nav ol li.unslider-active {
    background: #fff !important;
    cursor: pointer;
}

/* ------------------------------------------------------
---------------------------------------------------------
		VIDEO HERO STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.colabVideoHeroBlock {
	height: 100vh;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	overflow: hidden;
}
.colabVideoHeroBlock video {
	position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.colabVideoHeroBlock .wrapper {
	position: absolute;
    z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
    width: 100%;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
	max-width: 883px;
	font-size: 66px;
	line-height: 80px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
	max-width: 714px;
	font-size: 34px;
	font-weight: 300;
	color: #fff;
	margin: 0;
}
.colabVideoHeroBlock .wrapper .wp-block-buttons .wp-block-button:nth-child(even) a.wp-block-button__link {
	background-color: #4FBA7D!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		TABS BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tab {
	display:flex;
	gap:20px;
	justify-content:flex-start;
}
.tab button {
	color: #fff;
	background:#741968;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	text-transform:uppercase;
	border: 1px solid;
	border-radius:6px;
	outline: none;
	cursor: pointer;
	padding: 12px 16px;
	transition: 0.3s;
}
.tab button:hover {
	background-color: #4FBA7D;
	color:#fff;
}
.tab button.active {
	background-color: #4FBA7D;
	color:#fff;
}
.tab button.active:after {
  content:none;
}
.tabcontent {
  display: none;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FA ICON BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.faIconBlock {
	display: block;
}
.faIconBlock.small-fa-icon {
	font-size: 24px
}
.faIconBlock.medium-fa-icon {
	font-size: 50px
}
.faIconBlock.large-fa-icon {
	font-size: 90px
}

/* ------------------------------------------------------
---------------------------------------------------------
		GALLERY STYLES
---------------------------------------------------------
--------------------------------------------------------- */

* {
  box-sizing: border-box;
}
.galleryStage {
	position: relative;
    border-radius: 8px;
    overflow: hidden;
}
/* Position the image container (needed to position the left and right arrows) */
.galleryStage .container {
    position: relative;
    margin: 0;
	align-items: center;
	aspect-ratio:5/3;
}
/* Hide the images by default */
.galleryStage .mySlides {
	opacity: 0;
	overflow: hidden;
	font-size: 0;
	width: 100%;
	position: absolute;
	transition: all .2s ease-in-out;
}
/* Add a pointer when hovering over the thumbnail images */
.galleryStage .cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.galleryStage .galleryTools {
	position: absolute;
	right: 30px;
	top: 0;
	display: flex;
	transition: opacity 0.3s ease-in-out;
}
.galleryStage .galleryTools .prev,
.galleryStage .galleryTools .next {
	background: #333A3D;
	cursor: pointer;
	height: 53px;
	width: 42px;
	color: rgba(255,255,255,0.25);
	font-size: 20px;
	user-select: none;
	-webkit-user-select: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
/* On hover, add a black background color with a little bit see-through */
.galleryStage .galleryTools .prev:hover,
.galleryStage .galleryTools .next:hover {
	background: #741968;
	color: #fff;
}
.galleryStage .row {
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	bottom: 0;
	left: 0;
	width: 100%;
}
.galleryStage:hover .row {
	opacity: 1!important;
}
.galleryStage .row:after {
	content: "";
	display: table;
	clear: both;
}
/* Columns side by side */
.galleryStage .column {
	float: left;
	width: calc(100% / 16);
	overflow: hidden;
	font-size: 0;
}
.galleryStage .column:nth-child(10n+10) {
    margin-right: 0;
}
/* Add a transparency effect for thumnbail images */
.galleryStage .demo {
	opacity: 0.35!important;
}
.galleryStage .active,
.galleryStage .demo:hover {
	opacity: 1!important;
	transition: all .2s ease-in-out!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COLLAPSIBLE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.collapsibleContainer {
    margin: 30px 0;
}
.collapsibleGroup {
	margin-bottom: 10px;
	border: 1px solid #4FBA7D;
	border-radius: 10px;
	overflow: hidden;
}
.collapsible {
    background-color: transparent;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
    font-size: 18px;
    text-align: left;
    position: relative;
	color: #4FBA7D;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    padding: 25px 70px 25px 5%;
}
.collapsible:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: '\f078';
    font-size: 18px;
    margin-left: 5px;
    margin-top: 3px;
    position: absolute;
    right: 5%;
    top: 25px;
}
.active:after {
    content: "\f077";
}
.collapsible.active {
    background-color: #4FBA7D;
	color: #fff;
}
.collcontent {
    padding: 0 5%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
	background-color: #fff;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CONTENT STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.contentNarrow {
	width:70%;
	margin: 0 auto;
    padding: 40px 0;
}
.contentFullWidth {
	width:100%;
    display: inline-block;
}
.postImage img {
	width: 100%;
	height: auto;
}
.wysiwyg {
    position: relative;
}
.wysiwyg ul,
.wysiwyg ol {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
.wysiwyg ul li,
.wysiwyg ol li {
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
    font-weight: 500;
    font-size: 18px;
	line-height: 1.6;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 0em;
}
.wysiwyg ul li:before {
    content: "\f054";
	color: #741968;
}
.wysiwyg ol li:before {
    content: "\f00c";
	color: #4FBA7D;
}
.wysiwyg ul li ul.children {
    margin-top: 15px;
}
/* YouTube iFrames */

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.featuredPostArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:140px;
	margin: 100px 0 40px;
}
.featuredPostAreaImg {
	width: 575px;
	flex: none;
}
.featuredPostAreaImg img {
	border-radius: 5px;
	width: 100%;
	height: auto;
}
.featuredTab {
	background-color: #741968;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 7px 9px;
	border-radius: 2px;
	display: inline-block;
}
li.flexBox.project .featuredTab {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
}


/* ------------------------------------------------------
---------------------------------------------------------
		TAX TERM FILTER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.termFilterArea {
	background-color: #F3F8FC;
	padding: 30px 0 50px;
}
.termFilterArea h3 {
	text-align: center;
}
.termFilterArea ul.termFilterList {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 20px; 
}
.termFilterArea ul.termFilterList li a {
	background-color: #4FBA7D;
	color: #fff;
	padding: 8px 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	font-size: 10px;
	border: 1px solid #4FBA7D;
	border-radius: 20px;
}
.termFilterArea ul.termFilterList li a:hover,
.termFilterArea ul.termFilterList li.current-cat a {
	background-color: #fff;
	color: #4FBA7D;
}


/* ------------------------------------------------------
---------------------------------------------------------
		FLEX COLUMN STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.flexContainer {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap:35px;
	padding: 35px 0;
}
ul.flexContainer.related {
	padding: 0 0 70px 0;
}
ul.flexContainer li.flexBox {
    display: flex;
    position: relative;
    flex-direction: column;
	transition: all 0.2s;
	border-radius: 5px;
	overflow: hidden;
}
ul.flexContainer li.flexBox:hover {
	transform: scale(1.025);
}
ul.flexContainer li.flexBox a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
ul.flexContainer li.flexBox .postContent {
    padding: 5px 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-grow: 1;
}
ul.flexContainer li.flexBox .archiveImage {
	box-shadow: 0 0 10px rgb(51 58 61 / 10%);
	aspect-ratio:5/3;
}
ul.flexContainer li.flexBox .archiveImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*NEWS CARDS*/

ul.flexContainer li.flexBox.project .postContent h4 {
	margin-bottom: 10px;
}

/*PROJECT CARDS*/

ul.flexContainer li.flexBox.project {
	box-shadow: none;
}
ul.flexContainer li.flexBox.project .archiveImage {
	aspect-ratio:5/4;
}
ul.flexContainer li.flexBox.project .postContent {
    padding: 5px 30px 15px;
	text-align: center;
    display: flex;
    flex-direction: column;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
ul.flexContainer li.flexBox.project .postContent h3 {
	color: #fff;
	margin-bottom: 0;
}
ul.flexContainer li.flexBox.project .postContent p {
	color: #fff;
	font-size: 15px;
}
ul.flexContainer li.flexBox.project a {
	z-index: 4;
}

/* COLUMNS START */
ul.col2 li,
ul.col3 li,
ul.col4 li {
    box-shadow: 0 0px 10px rgb(51 58 61 / 20%);
}
ul.col2 li {
    width: calc(calc(100% / 2) - calc(35px / 2));
}
ul.col3 li {
    width: calc(calc(100% / 3) - calc(35px * 2 / 3));
}
ul.col4 li {
    width: calc(calc(100% / 4) - calc(35px * 3 / 4));
}
/* COLUMNS END */

/* ------------------------------------------------------
---------------------------------------------------------
	FORM STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.acf-fields>.acf-field {
    margin-bottom: 20px!important;
    padding: 0!important;
    border-top: none!important;
}
.acf-form-fields ul,
.acf-form-fields ol {
	margin-top: inherit;
	margin-bottom: inherit;
}
.acf-form-fields ul li,
.acf-form-fields ol li {
	padding-left: 0;
	margin-bottom: inherit;
	position: static;
    font-weight: inherit;
    font-size: 14;
}
.acf-form-fields ul li:before,
.acf-form-fields ol li:before {
    font-weight: 900;
    position: absolute;
    left: 0em;
    color: #007eb4;
}
.acf-form-fields ul li:before {
    content: none;
}
.acf-form-fields ol li:before {
    content: none;
}

label {
	font-size: 12px!important;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
	font-size:14px!important;
	padding-left:3%!important;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	outline: none!important;
	border-radius: 3px!important;
    border: none!important;
    background-color: #fff!important;
    box-shadow: inset 0 0 0 1px rgba(51,58,61,0.3)!important;
	width:100%;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
	height:35px!important;
}
textarea {
	height:150px;
	padding-top:10px;
    -webkit-appearance: none;
}
select {
    -webkit-appearance:none!important;
    background-image: url("images/icon-arrow.svg")!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 10px!important;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    margin: 0 10px 0 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0 10px 0 0;
}
.af-submit {
    padding: 0!important;
}
.af-submit button {
	background-color: #4FBA7D!important;
	color: #fff!important;
    padding: 0!important;
    padding: 10px 60px!important;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase!important;
    cursor: pointer!important;
	border: none!important;
	border-radius: 30px!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FOOTER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

footer {
	padding:60px 0;
	clear:both;
	color: #FFF;
}
footer a {
	color: #4FBA7D;
}
footer .footerCols {
	display: flex;
	flex-direction: row;
	gap: 60px;
}
footer .footerCols .footerCol {
	width: 100%;
}
footer .logo {
    width: 260px;
	margin: 20px 0 35px;
}
.footerMenu ul {
	padding:14px 0;
	display: flex;
	flex-wrap: wrap;
	gap:0 15px;
}
.footerMenu ul li {
	list-style: none;
	font-size:16px;
	line-height: 1.6;
}
.footerMenu ul li a {
	display: block;
	font-weight:500;
	text-decoration:none;
}
footer .wp-block-social-links {
	margin: 30px 0 20px;
}
.footerCredLogos {
	display: flex;
	flex-wrap: wrap;
	gap:50px;
	margin: 20px 0 50px;
}
.footerCredLogos img {
	max-height: 50px;
	width: auto;
}

@media only screen and (max-width : 1200px) {

.alignwide {
	padding-left: 7.5vw!important;
	padding-right: 7.5vw!important;
}
.notificationBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
}
header {
    padding-right: 15px;
	height: 60px;
}
header .logo {
	padding: 12px;
}
header .logo img {
    width: 164px;
}
header .wp-block-buttons {
	order: -1;
}
.headerRight {
    gap: 16px;
}
/* MOBILE MENU START*/
a.mMenuBT {
    display: block!important;
    font-size: 22px!important;
    background-color: transparent!important;
}
a.mMenuBT i {
    color: #741968!important;
}
a.mMenuBT:hover {
    color: #fff;
}
.mm {
    background: #741968!important;
}
.mm:before {
    border-top: 2px solid rgba(255,255,255,0.5)!important;
    border-left: 2px solid rgba(255,255,255,0.5)!important;
    opacity: 1!important;
}
.mm:after {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid rgba(255,255,255,0.25)!important;
    opacity: 1!important;
    color: rgba(255,255,255,0.5)!important;
}
.mm li:after {
    border-top: 1px solid rgba(255,255,255,0.25)!important;
    opacity: 1!important;
}
.mm li:before {
    content: "\f105"!important;
    font-family: "Font Awesome 6 Pro"!important;
    color: rgba(255,255,255,0.5)!important;
    top: 15px!important;
    right: 22px!important;
    width:  auto!important;
    height: auto!important;
    border-top: none!important;
    border-right: none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    opacity: 1!important;
}    
.mm li a {
    text-transform: uppercase!important;
    padding: 15px 5% 12px!important;
    color: #fff!important;
	font-weight: 500!important;
}    
.mm li a i {
	margin-right: 6px;
}    
.mm a:not(:last-child) {
    width: calc(100% - 48px)!important;
}
.mm-blocker {
    background: rgba(0,0,0,.5)!important;
}
/* MOBILE MENU END*/

.colabVideoHeroBlock .wrapper,
.homeSlider ul.slides li .wrapper {
	padding: 0 7.5%;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge,
.homeSlider p.slide-caption-1 {
    max-width: 100%;
    font-size: 46px;
    line-height: 60px;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall,
.homeSlider p.slide-caption-2 {
    font-size: 26px;
}

/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left: -7.5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column {
	min-width: 550px!important;
}
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 300px!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: 7.5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: 7.5vw!important;
}

/* ///// TRACK SCROLLER ///// */

.termFilterArea {
    padding: 5px 7.5% 25px;
}
.contentFullWidth ::-webkit-scrollbar-track {
    margin-left: 7.5vw;
    margin-right: 7.5vw;
}
.contentFullWidth {
	width:85%;
	margin-left:7.5%;
}
ul.col3 li,
ul.col4 li {
    width: calc(calc(100% / 2) - calc(35px / 2));
}
.featuredPostArea {
	border-radius: 5px;
	background-color: #F3F8FC;
	flex-direction: column-reverse;
	gap:0;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 35px;
}
.featuredPostAreaText {
	padding: 30px;
}
.featuredPostAreaText h6 {
	font-size: 11px!important;
}
.featuredPostAreaImg {
	aspect-ratio: 4/2;
	height: 100%;
	width: auto;
	overflow: hidden;
}
.featuredPostAreaImg img {
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	width: 100%;
	height: 100%;
}

	
footer {
	padding:50px 5%;
}

}

@media only screen and (max-width : 1000px) {
    
a.unslider-arrow {
	display: none;
}
.galleryStage .row {
	display: none;
}
.galleryStage .galleryTools .prev,
.galleryStage .galleryTools .next {
	height: 43px;
	width: 32px;
	font-size: 16px;
	opacity: 1;
}
    
}

@media only screen and (max-width : 768px) {

.searchBox {
    width: 80%;
}
.searchBox input#s {
    height: 40px;
    font-size: 16px;
    padding-left: 30px;
    color: #fff;
    border-radius: 35px;
}
.searchBox button#searchsubmit {
	position: static;
    font-size: 14px;
    height: 40px;
	margin-top: 15px;
	width: 100%;
	border-radius: 20px;
}
.searchBox button#searchsubmit .searchsubmitText {
	display: block;
	margin-right: 10px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.wp-block-columns.colabOverflowHalf .wp-block-column,
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 250px!important;
}


}

@media only screen and (max-width : 615px) {


.notificationBar p {
    font-size: 11px;
}
.mobileShow {
	display: inline-block;
}
h1 {
	font-size: 28px!important;
}
h2 {
	font-size: 24px!important;
}
h3 {
	font-size: 20px!important;
}
h4, h5 {
	font-size: 18px!important;
}
h6 {
	font-size: 16px!important;
}
p {
	font-size: 16px;
}
blockquote p {
    font-size: 22px;
}
header .wp-block-buttons {
	display: none!important;
}
.backToTop {
	display: none!important;
}
.colabVideoHeroBlock,
.homeSlider ul.slides li .wrapper {
    height: 590px;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge,
.homeSlider p.slide-caption-1 {
    max-width: 100%;
    font-size: 26px;
    line-height: 32px;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall,
.homeSlider p.slide-caption-2 {
    font-size: 20px;
}
.icon-scroll {
	display: none;
}
.termFilterArea ul.termFilterList {
    gap: 8px;
}
.termFilterArea ul.termFilterList li a {
    padding: 5px 10px;
    font-size: 9px;
}
.featuredPostArea {
	margin-top: 0;
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
	border-radius: 0;
}

section.testimonialSlider ul.slides li .wrapper p.testimonialSliderText {
    font-size: 22px;
}
.tab {
    gap: 8px;
}
.tab button {
    font-size: 10px;
    padding: 8px 12px;
}
.collapsible {
    padding: 15px 70px 15px 5%;
}
.collapsible:after {
	top: 15px;
}
ul.col2 li,
ul.col3 li,
ul.col4 li {
    width: 100%;
}
.contentNarrow {
	width:85%;
	margin-left:7.5%;
}
.contentFullWidth {
	width:85%;
	margin:0 7.5%;
}
footer {
    padding: 50px 7.5% 70px;
	text-align:center;
}
footer .footerCols {
	flex-direction: column;
	gap:30px;
}
footer .footerCols .footerCol {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
footer .logo {
	width: 164px;
}
.footerCredLogos {
    justify-content: center;
	gap:30px;
}
.footerCredLogos img {
    max-height: 30px;
}
nav.footerMenu {
    width: 100%;
}
.footerMenu ul {
	flex-direction: column;
	gap:3px;
}
.footerMenu ul li {
    background-color: #4FBA7D;
}
.footerMenu ul li a {
	padding-top:10px;
	padding-bottom:10px;
	font-size: 11px;
	color: #fff;
}
.wp-block-social-links {
	justify-content: center;
}

}