/*
Theme Name: Live Group 2023 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: 23.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
---------------------------------------------------------
--------------------------------------------------------- */

body {
	color:#381E38;
	font-size:14px;
	background-color:#fff;
	font-family: "greycliff-cf", sans-serif;
	font-weight: 300;
	padding-top: 140px!important;
}
#mainStage {
	overflow-x: hidden;
}
.clearFix:after {
  content: "";
  display: table;
  clear: both;
}
input {
-webkit-appearance: none;
}
.wrapper {
	max-width:1296px;
	margin:0 auto;
}
.wrapperNarrow {
	max-width:700px;
	margin:0 auto;
}
.wrapperContainerWhite {
	background-color:#FFFFFF;
}
.wrapperContainerVermilion {
	background-color:#D7414F;
}
h1, h2, h3, h4, h5, h6, p, li {
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
}
p {
	font-size:18px;
}
p a {
	font-weight:700;
}
p a:hover {
	text-decoration: underline!important;
}
strong {
	font-weight: 700!important;
}
a {
	text-decoration:none!important;
	color:#D7414F;
}
a:hover {
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
em {
	font-style: italic;
}
mark {
	background-color: transparent!important;
}
h1 {
	font-size:86px;
	font-weight: 300;
	letter-spacing: -2.97px;
	line-height: 80px;
}
h2 {
	font-size:56px;
	font-weight: 300;
	line-height: 54px;
}
h3 {
	font-size:34px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1;
}
h4 {
	font-size:24px;
	font-weight: 700;
	line-height: 30px;
}
h5 {
	font-size:20px;
	font-weight: 700;
}
h6 {
	font-size:18px;
	font-weight: 700;
}
.gap0 {
	gap:0!important;
}
.gap20 {
	gap:20px!important;
}
.gap30 {
	gap:30px!important;
}
.gap40 {
	gap:50px!important;
}
.gap50 {
	gap:50px!important;
}
.gap60 {
	gap:60px!important;
}
.gap70 {
	gap:70px!important;
}
.gap80 {
	gap:80px!important;
}
blockquote {
	margin:40px 0;
	padding:0 0 0 30px;
	border-left: 3px dotted #D7414F;
}
blockquote p {
	font-size: 28px;
	color: #381E38;
	font-style: italic;
	padding-left: 50px;
	position: relative;
}
blockquote p:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	color: #D7414F;
	font-style: normal;
	position: absolute;
	left: 0;
}
hr {
	height: 3px;
	border:none!important;
    margin-top: 0;
    margin-bottom: 0;
}
a img {
    transition: all .2s ease-in-out!important;
}
a img:hover {
    transform: scale(1.025)!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 - 1296px)/2)!important;
	padding-right: calc(calc(100vw - 1296px)/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: 11px;
}
.roundCorner {
    border-radius: 6px;
    overflow: hidden;
}
.zeroMarginBottom {
	margin-bottom: 0;
}
.zeroMarginTop {
	margin-top: 0;
}

/* WP IMAGE BLOCK */

.wp-block-image {
	overflow: hidden;
	border-radius: 20px 10px 5px 20px;
}
.wp-block-image img {
	border-radius: 20px 10px 5px 20px;
}
.wp-block-image.noRadius {
	border-radius: 0!important;
}
.wp-block-image.noRadius img {
	border-radius: 0!important;
}

/* WP GALLERY BLOCK */

.wp-block-gallery {
    margin: 20px 0!important;
}
.wp-block-gallery .wp-block-image {
    padding: 0 25px!important;
    align-items: center!important;
	margin: 0 0 20px!important;
	height: 100px!important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.size-large img,
.wp-block-gallery.has-nested-images figure.wp-block-image.size-full img {
	max-width: 80%!important;
	max-height: 60%!important;
	border-radius: 0!important;
}

/* WP COVER BLOCK */

.wp-block-separator.is-style-dots:before {
    content: "························································································································································································································"!important;
    font-size: 2em!important;
    letter-spacing: 0em!important;
    padding-left: 0!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-block-column .wp-block-media-text.alignwide {
	/* FIXES M+T INSIDE COLUMN BLOCK */
    width: 100%!important;
    margin-left: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

/* WP COLUMNS BLOCK */

.wp-block-columns {
	margin-bottom: 0!important;
	gap: 40px; 
}
.wp-block-columns.noColMargin .wp-block-column {
	margin-left: 0!important;
}
.wp-block-columns .wp-block-column {
	margin-bottom: 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 - 1296px)/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 - 1296px) /2)!important;
}

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

/* width */
.contentFullWidth ::-webkit-scrollbar {
    height: 10px;
}
/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
    background: rgba(56,30,56,0.15);
    border-radius: 5px;
    margin-left: calc(calc(100vw - 1296px) /2);
    margin-right: calc(calc(100vw - 1296px) /2);
}
/* Handle */
.contentFullWidth ::-webkit-scrollbar-thumb {
    background: rgba(56,30,56,0.55);
    border-radius: 5px;
}
/* Handle on hover */
.contentFullWidth ::-webkit-scrollbar-thumb:hover {
    background: #381E38;
}

/* WP CODE BLOCK */

.wp-block-code {
	background-color: #333A3D;
	color: #fff;
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px;
}

/* WP DETAILS BLOCK */

details.wp-block-details summary {
	font-weight: 600!important;
	padding: 5px 0!important;
	font-size: 18px;
	color: #007d8a;	
}
details.wp-block-details summary::marker {
	font-size: 0px!important;
}
details.wp-block-details.adna summary::before {
	content: "Audience DNA : ";
	color: #381e38;
}
details.wp-block-details summary::after {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	padding-left: 10px;
	color: #381e38;
}
details.wp-block-details[open] summary::after {
	content: "\f106";
}

/* WP COLOUR SCHEME */

.af-submit button,
ul.slides li a,
.gf__submit {
	color: #fff!important;
}
ul.slides li a,
.af-submit button,
.gf__submit {
	background-color: #D7414F;
}

/* WP BUTTONS */

.wp-block-button__link,
.wp-block-button__link.no-border-radius,
.af-submit button,
ul.slides li a,
.gf__submit {
    border:1px solid!important;
    transition: all .2s ease-in-out!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
	padding: 11px 30px!important;
}
.wp-block-button__link:hover,
.af-submit button:hover,
ul.slides li a:hover,
.gf__submit:hover {
    transform: scale(1.04)!important;
}
.wp-block-button .has-background {
	border: none!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
---------------------------------------------------------
--------------------------------------------------------- */

.notificationBar {
    background-color: #381E38;
    text-align: center;
    padding: 10px 5% 0;
	position: fixed;
	width: 100%;
	height: 42px;
	z-index: 10;
	top: 0;
}
a .notificationBar:hover {
    background-color: #D7414F;
}
.notificationBar p,
.notificationBar p a {
    color: #fff;
    font-weight: bold;
    margin: 0;
}
header {
    background-color: #fff;
	position: fixed;
	height: 140px;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	top: 0;
}
header .logo {
    width: 162px;
    margin: 11px 0 0;
	flex: none;
}
.logo img {
	width:100%;
	height:auto;
}
.headerLeft,
.headerRight {
	display: flex;
	align-items: center;
	height: 100px;
	width: 100%;
	flex: 1;
}
.headerLeft {
	padding-left: 60px;
}
.headerRight {
	justify-content: flex-end;
	padding-right: 60px;
}
.mobileNavTel,
.mobileNavEmail {
	display:none;
}

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

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

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

.headerBanner {
	padding: 120px 0;
	position: relative;
}
.headerBanner img,
.headerBanner video {
	position: absolute;
	object-fit:cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.headerBanner p.titleTab {
	position: relative;
	background-color: #D7414F;
	z-index: 2;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 2px 8px;
    display: inline-block;
}
.headerBanner p.titleTab::after {
	content: ".";
	color: #381E38;
}
.headerBanner h1 {
	line-height: 0.85;
	margin: 0;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	max-width: 60%;
	text-shadow: 0 0 20px rgba(0,0,0,0.35);
}
.headerBanner h1::after {
	content: ".";
	color: #D7414F;
}
.headerBanner p.titleSub {
	position: relative;
	z-index: 2;
	color: #fff;
}
.headerBanner p.titleSub i {
	margin-right: 10px;
}

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

/* SEARCH STYLES */

.search-button {
}
.search-button i {
	background-color: rgba(56,30,56,0.08);
	height: 50px;
	width: 50px;
	font-size: 18px;
	color: #D7414F;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	margin-left: 20px!important;
}
.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: #D7414F;
	border-radius: 0 3px 10px 0;
	border: none;
	cursor: pointer;
}
.searchBox button#searchsubmit .searchsubmitText {
	display: none;
}
.searchBox input#s {
	font-family: "greycliff-cf", sans-serif;
    width: 100%;
    height: 70px;
    font-size: 22px;
    border: none;
    background-color: #fff;
    outline: none;
    padding: 0;
    padding-left: 30px;
	color: #fff;
	border-radius: 10px 3px;
}
.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;
}

/* SEARCH RESULTS PAGE */

.search-results article {
	padding: 20px 0;
	border-top: dotted 2px #D7414F;
}
.search-results article h3 {
	margin: 0 0 20px;
}

.search-results article .wp-block-button__link {
	margin: 0!important;
}
.search-results .content p {
    margin-top: 0;
    margin-bottom: 30px;
}

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

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

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

a.mMenuBT,
#mobMenu {
    display: none!important;
}

/* DESKTOP NAV */

#desktopMenu {
	background-color: #D7414F;
    width: 100%;
    padding: 0 5%;
}
#desktopMenu ul#menu-main-menu {
	height: 40px;
    list-style-type:none;
    margin:0;
    padding:0;
	display: flex;
	justify-content: center;
}
/*Create a horizontal list with spacing*/
#desktopMenu ul#menu-main-menu li {
	list-style: none;
	margin:0;
	background-color: #D7414F;
}
#desktopMenu ul#menu-main-menu li.navHighlight {
	background-color: #381E38;
}

#desktopMenu ul#menu-main-menu li:hover {
	background-color: #381E38;
}
/*Style for menu links*/
#desktopMenu ul#menu-main-menu li a {
	height: 40px;
	font-size:14px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
    padding: 10px 20px 0;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
#desktopMenu 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: 14px;
}
/*Style for dropdown links*/
#desktopMenu ul#menu-main-menu li ul {
	z-index:5000;
	display:none;
	position:absolute;
	clear:both;
	overflow: hidden;
}
#desktopMenu ul#menu-main-menu li:hover ul {
	margin: 0;
}
/*Hover state for dropdown links*/
#desktopMenu ul#menu-main-menu li:hover ul li {
	margin:0;
	padding:0;
	text-align:left;
}
/*Hide dropdown links until they are needed*/
#desktopMenu ul#menu-main-menu li ul {
    display: none;
}
/*Make dropdown links vertical*/
#desktopMenu ul#menu-main-menu li ul li {
    display: block;
    float: none;
}
#desktopMenu ul#menu-main-menu li ul li a {
	height: auto;
	font-size:11px;
	font-weight: 400;
	letter-spacing: normal;
	margin:0;
	padding:8px 20px;
	display:block;
	background-color: #381E38;
}
#desktopMenu ul#menu-main-menu li ul li a:hover {
	background-color: #D7414F;
	color: #fff;
}
/*Display the dropdown on hover*/
#desktopMenu ul#menu-main-menu li:hover ul {
    display: block;
}

/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers {
	margin: 20px 0;
	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: #381E38;
}
ul.page-numbers a:hover,
span.page-numbers.current {	
	color:#fff;
	background-color: #D7414F;
}

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

.colabVideoHeroBlock {
	height: 775px;
	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;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 35px;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
	font-size: 76px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -3.79px;
    line-height: 76px;
	text-shadow: 0 0 40px rgba(0,0,0,1);
	margin: 0;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge:after {
	color: #D7414F;
	content: ".";
	font-weight: 700;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
	font-size: 34px;
	color: #D7414F;
	letter-spacing: -1.17px;
	font-weight: 700;
	text-shadow: 0 0 25px rgba(0,0,0,1);
	margin: 0;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall span {
	color: #fff;
	margin: 0 10px;
}

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

section.slider {
	overflow:hidden;
    width: 100vw!important;
    margin-left: calc(50% - 50vw)!important;
}
ul.slides li {
	width:100%;
}
ul.slides li .wrapper {
    position: relative;
    height: 590px;
    max-width: 1296px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}
.slide-caption-1 {
	margin:0 auto;
	color: #fff;
    text-align: center;
}
.slide-caption-1 p {
	margin-top:0;
    margin-bottom: 10px;
	font-size:64px;
}
.slide-caption-2 {
	margin:0 auto;
	color: #fff;
    text-align: center;
}
.slide-caption-2 p {
	margin-top:0;
    margin-bottom: 30px;
	font-size:28px;
}
.unslider {
    position: relative;
}
.unslider-arrow.prev {
    left: 0!important;
}
.unslider-arrow.next {
    right: 0!important;
}

/* SLIDER NAV */

a.unslider-arrow {
    top: 41%!important;
	color: #fff;
	padding: 12px 10px 10px 10px!important;
	font-size: 30px!important;
	opacity: 0.25!important;
	background-color: #4CD964!important;
}
a.unslider-arrow:hover {
	opacity: 1!important;
}
.unslider-nav {
    position: absolute!important;
    bottom: 15px!important;
	left: 0;
	right: 0;
}
.unslider-nav ol li {
    width: 10px;
    height: 10px;
    border: 2px solid #fff !important;
}
.unslider-nav ol li.unslider-active {
    background: #fff !important;
    cursor: pointer;
}

/* ------------------------------------------------------
---------------------------------------------------------
		GRAPHIC LINKS STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.colabGraphicLinks {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.colabGraphicLinks .colabGraphicLinksChild {
	position: relative;
	width: 294px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 40px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.colabGraphicLinks .colabGraphicLinksChild:hover {
	transform: scale(1.05);
}
.colabGraphicLinks .colabGraphicLinksChild a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.colabGraphicLinks .colabGraphicLinksChild p {
	text-align: center;
	position: absolute;
	color: #fff!important;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	z-index: 1;
	max-width: 70%;
}
.colabGraphicLinks .colabGraphicLinksChild .cardOverlay {
	background-color: #381E38;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.3s;
}
.colabGraphicLinks .colabGraphicLinksChild:hover .cardOverlay {
	background-color: #D7414F;
	opacity: 1;
}
.colabGraphicLinks .colabGraphicLinksChild img {
	height: 100%;
	width: auto;
	object-fit: cover;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CARD OVERFLOW STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.colabCardOverflow {
	display: flex;
	gap: 40px;
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
    overflow: auto!important;
    overflow-y: hidden!important;
	left: 0;
}
.colabCardOverflow .colabCardOverflowChild {
	position: relative;
	height: 370px;
	min-width: 370px;
	overflow: hidden;
	border-radius: 40px 10px;
	display: flex;
	margin-bottom: 40px;
	justify-content: center;
}
.colabCardOverflow .colabCardOverflowChild:first-child {
    margin-left: calc(calc(100vw - 1296px)/2)!important;
}
.colabCardOverflow .colabCardOverflowChild:last-child {
    margin-right: calc(calc(100vw - 1296px) /2)!important;
}
.colabCardOverflow .colabCardOverflowChild a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent {
	position: absolute;
	bottom: 0;
	left: 10%;
	z-index: 1;
	max-width: 80%;
	transition: all 0.3s;
}
.colabCardOverflow .colabCardOverflowChild:hover .colabCardOverflowChildContent {
	bottom: 120px;
	opacity: 0;
}
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent p.big,
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent p.medium,
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent p.small {
	text-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent p.big,
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent p.medium {
	font-weight: 700;
	line-height: 1;
}
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent p.big {
	color: #fff;
	font-size: 60px;
	letter-spacing: -2px;
	text-transform: lowercase;
	margin: 0 0 20px 0;
}
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent p.medium {
	color: #D7414F;
	font-size: 18px;
	margin: 0 0 40px 0;
}
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent2 {
	position: absolute;
	left: 10%;
	z-index: 1;
	max-width: 80%;
	bottom: 50px;
	opacity: 0;
	transition: all 0.3s;
}
.colabCardOverflow .colabCardOverflowChild:hover .colabCardOverflowChildContent2 {
	opacity: 1;
}
.colabCardOverflow .colabCardOverflowChild .colabCardOverflowChildContent2 p.small {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	margin: 0;
}
.colabCardOverflow .colabCardOverflowChild .cardOverlay {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.3s;
}
.colabCardOverflow .colabCardOverflowChild img {
	height: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CASE STUDY OVERFLOW STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.caseStudyOverflow {
	display: flex;
	gap: 40px;
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
    overflow: auto!important;
    overflow-y: hidden!important;
	left: 0;
}
.caseStudyOverflowChild {
	height: 400px;
	min-width: 960px;
	position: relative;
	border-radius: 50px 80px 15px 50px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 40px;
}
.caseStudyOverflowChild:first-child {
    margin-left: calc(calc(100vw - 1296px)/2)!important;
}
.caseStudyOverflowChild:last-child {
    margin-right: calc(calc(100vw - 1296px) /2)!important;
}

.caseStudyOverflowChildImage {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
.caseStudyOverflowChildImage img {
	position: relative;
	height: 100%;
	width: auto;
	top: 0;
	left: 0;
}
.caseStudyOverflowChildContent {
	background: linear-gradient(to right, rgba(255,255,255,0.0) 0%,rgba(255,255,255,1) 240px);
	position: absolute;
	height: 100%;
	width: 690px;
	top: 0;
	right: 0;
	padding: 0 60px 0 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.caseStudyOverflowChildContent h3 {
	color: #381E38!important;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		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
}

/* ------------------------------------------------------
---------------------------------------------------------
		KEY FACTS DATA STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.keyFactsData {
	display: flex;
	gap: 20px;
}
.keyFactsData .keyFactsDataItem {
	flex: 1;
	border-right: 1px solid rgba(255,255,255,0.20);
	margin: 20px 0;
	display: flex;
	padding-right: 20px;
}
.keyFactsData .keyFactsDataItem span.keyFactsList {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 7px;
}
.keyFactsData .keyFactsDataItem span.keyFactsList .keyFactsListItem {
	color: #fff;
	font-size: 10px;
	padding: 3px;
	border-radius: 2px;
	border: 1px solid;
}
.keyFactsData .keyFactsDataItem:last-child {
	border-right: none;
}
.keyFactsData .keyFactsDataItem p {
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	font-size: 16px;
}
.keyFactsData .keyFactsDataItem p:first-child {
	margin-right: 15px;
}
.keyFactsData .keyFactsDataItem p i {
	font-size: 24px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		POST SELECT STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.postSelect {
	width: 650px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
}
.postSelect .wp-block-button {
    flex: none;
}
.postSelect .wp-block-button .wp-block-button__link {
    flex: none;
	margin: 0 0 0 20px!important;
	border: 1px solid #381E38!important;
}

ul.termFilterList {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	padding: 40px;
}
ul.termFilterList li a {
	background-color: #381e38;
	color: #fff;
	padding: 9px 16px;
	font-weight: 700;
	display: block;
	font-size: 16px;
	border-radius: 10px 3px;
    transition: all .2s ease-in-out!important;
}
ul.termFilterList li a:hover {
	background-color: #fff;
	color: #381e38;
}

ul.termFilterList li.current-cat a {
	background-color: #fff;
	color: #381e38;
}

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

* {
  box-sizing: border-box;
}
.galleryStage {
	position: relative;
	overflow: hidden;
}
/* Position the image container (needed to position the left and right arrows) */
.galleryStage .container {
    position: relative;
    margin: 0;
	display: flex;
	align-items: center;
}
/* Hide the images by default */
.galleryStage .mySlides {
	display: none;
	overflow: hidden;
	font-size: 0;
	width: 100%;
}
/* Add a pointer when hovering over the thumbnail images */
.galleryStage .cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.galleryStage .prev,
.galleryStage .next {
	cursor: pointer;
	position: absolute;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	user-select: none;
	-webkit-user-select: none;
	opacity: 0.25;
}
/* Position the "next button" to the right */
.galleryStage .next {
  right: 0;
}
/* On hover, add a black background color with a little bit see-through */
.galleryStage .prev:hover,
.galleryStage .next:hover {
	opacity: 1;
}
.galleryStage .row {
	position: absolute;
	opacity: 0!important;
	transition: opacity 0.3s ease-in-out;
	bottom: 5px;
	left: 5px;
	width: 99%;
}
.galleryStage:hover .row {
	opacity: 1!important;
}
.galleryStage .row:after {
  content: "";
  display: table;
  clear: both;
}
/* Columns side by side */
.galleryStage .column {
	float: left;
	width: 9.55%;
	margin: 5px 0.5% 0 0;
	overflow: hidden;
	font-size: 0;
}
.galleryStage .column img {
	border: 1px solid rgba(255,255,255,0);
}
.galleryStage .column:nth-child(10n+10) {
    margin-right: 0;
}
/* Add a transparency effect for thumnbail images */
.galleryStage .demo {
  opacity: 0.6!important;
}
.galleryStage .active,
.galleryStage .demo:hover {
	opacity: 1!important;
	border: 1px solid #fff!important;
}

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

.collapsibleContainer {
    margin: 30px 0;
}
.collapsibleGroup {
	margin-bottom: 10px;
	box-shadow: inset 0 0 0 1px #D7414F;
	border-radius: 10px;
	overflow: hidden;
}
.collapsible {
    background-color: transparent;
	font-family: "greycliff-cf", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: left;
    position: relative;
	color: #D7414F;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    padding: 17px 70px 17px 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";
}
.collcontent {
    padding: 0 5%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}
.collapsibleContainer.lightMode .collapsibleGroup {
	color: #fff!important;
}
.collapsibleContainer.lightMode .collapsibleGroup .collapsible {
	color: #fff;
}


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

.vidOverlay {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.content {
	width:60%;
	float:left;
    padding: 40px 0;
}
.contentNarrow {
	width:70%;
	margin: 0 auto;
	padding: 40px 0;
}
.contentFullWidth {
	width:100%;
    display: inline-block;
}
.blog .contentFullWidth,
.category .contentFullWidth {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wysiwyg {
    position: relative;
}
.wysiwyg ul,
.wysiwyg ol {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
.wysiwyg ol.defaultList {
	list-style-type: decimal;
}
.wysiwyg ul li,
.wysiwyg ol li {
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
    font-size: 18px;
}
.wysiwyg ol.defaultList li {
	padding-left: 0;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0em;
}
.wysiwyg ul li:before {
    content: "\f105";
	color: #D7414F;
}
.wysiwyg ol li:before {
    content: "\f00c";
	color: #D7414F;
}
.wysiwyg ol.defaultList li:before {
	content: none;
}
.wysiwyg ul.darkList li:before,
.wysiwyg ol.darkList li:before {
	color: #381E38;
}
.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%;
}

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

p.catTag {
	background-color: #D7414F!important;
	font-size: 10px!important;
	font-weight: 700!important;
	padding: 2px 10px!important;
    margin: 0!important;
	color: #381E38!important;
	display: inline-block!important;
}
ul.flexContainer {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.flexContainer li.flexBox {
    display: flex;
    margin-bottom: 50px;
    border-radius: 30px 50px 10px 30px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
	transition: all 0.2s;
}
ul.flexContainer li.flexBox:hover {
	transform: scale(1.05);
}
ul.flexContainer li.flexBox > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
ul.flexContainer li.flexBox .archiveImage {
	position: relative;
}
ul.flexContainer li.flexBox .archiveImage img {
	width: 100%;
	height: auto;
}
ul.flexContainer li.flexBox .archiveImage p.catTag {
	position: absolute;
	bottom: 0;
	left: 0;
}
ul.flexContainer li.flexBox .postContent {
    padding: 0px 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-grow: 1;
	background-color: #381E38;
}
ul.flexContainer li.flexBox .postContent h5 {
	line-height: 1.2;
	margin: 18px 0 6px;
}
ul.flexContainer li.flexBox .postContent h5,
ul.flexContainer li.flexBox .postContent p {
	color: #fff;
}
ul.flexContainer li.flexBox .postContent p i {
	margin-right: 5px;
}
ul.col3 li {
    width: 31%;
    margin-right: 3.5%;
}
ul.col3 li:nth-child(3n+3) {
    margin-right: 0;
}
ul.col4 li {
    width: 23%;
    margin-right: 2.666%;
}
ul.col4 li:nth-child(4n+4) {
    margin-right: 0;
}

/* FEATURED POST */

.featuredPost {
	display: flex;
	border-radius: 30px 50px 10px 30px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
	transition: all 0.2s;
}
.featuredPost:hover {
	transform: scale(1.015);
}
.featuredPost a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.featuredPost .featuredPostImage {
	flex: 1;
	overflow: hidden;
	display: flex;
}
.featuredPost .featuredPostImage img {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	vertical-align: bottom;
}
.featuredPost .featuredPostContent {
	flex: 1;
	background-color: #381E38;
}
.featuredPost .featuredPostContent .featuredPostContentText {
	margin: 75px 50px;
}
.featuredPost .featuredPostContent .featuredPostContentText h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 40px;
}
.featuredPost .featuredPostContent .featuredPostContentText p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CASE STUDY CARD STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.caseStudyCards {
	margin: 40px 0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		JOBS CARD STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.jobsCards {
	margin: 40px 0 0;
}
.jobsCards h5 {
	margin: 0!important;
}
.jobsCards .postContent {
	justify-content: center!important;
	padding-top: 20px!important;
}
.jobsCards p.cardMeta {
	font-size: 12px;
	line-height: 1.6;
}
.jobsCards p.cardMeta i {
	width: 20px;
	color:#d7414f; 
}
p.cardFlash {
	background-color:#d7414f;
	color: #fff!important;
	border-radius: 15px;
	margin: 0;
	font-size: 8px;
	padding: 2px 8px;
	text-transform: uppercase;
	align-self: flex-start;
}

/* ------------------------------------------------------
---------------------------------------------------------
	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: 16px!important;
	font-weight: 700!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: "greycliff-cf", sans-serif;
	outline: none!important;
	border-radius: 10px 3px!important;
    border: none!important;
    background-color: #fff!important;
    box-shadow: inset 0 0 0 1px #381E38!important;
	width:100%;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
	height:40px!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,
.gf__submit {
    padding: 11px 30px!important;
	font-family: "greycliff-cf", sans-serif!important;
	font-weight: 700!important;
	font-size: 16px!important;
	line-height: 16px!important;
    cursor: pointer!important;
	border-radius: 10px 3px!important;
}

/* GATOR FORMS */

.gf__control {
	margin: 15px 0;
}
.gf__control__label {
	margin: 10px 0!important;
	display: block!important;
}

/* HUBSPOT FORMS */

.lightBG .field .hs-form-field label {
	color: #381e38!important;
}

/* HUBSPOT CAMPAIGN PAGE FORMS */

.wp-block-cover.campaignForm-hbspt {
	padding: 20px!important;
}
.wp-block-cover.campaignForm-hbspt .hs-form-field label {
	color: #fff!important;
}

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

footer {
	padding:70px 0;
	clear:both;
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 100%), url("images/particlewave-1-purple.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 130px;
}
.footerMenu ul {
	padding:10px 0;
	margin:0;
	display: flex;
}
.footerMenu ul li {
	list-style: none;
	font-size:12px;
	margin:0;
	margin-right:20px;
}
.footerMenu ul li a {
	display: block;
	font-weight:600;
	text-decoration:none;
}

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

body {
	padding-top: 60px!important;
}
.notificationBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
}
header {
    margin: 0 auto;
    background-color: #fff;
    padding: 0 40px;
	height: 60px;
	align-items: center;
}
header .logo {
    width: 100px;
    margin: 0;
	position: static;
}
.headerLeft,
.headerRight {
	height: auto;
}
.headerLeft {
	display: none;
}
.headerRight {
	padding-right: 0;
}
#desktopMenu {
    display: none!important;
}

/* MOBILE NAV */

#mobMenu {
    display: block!important;
}
a.mMenuBT {
    display: flex!important;
	justify-content: center!important;
	align-items: center!important;
    background-color: rgba(56,30,56,0.08)!important;
    color: #D7414F!important;
    border-radius: 4px!important;
}
a.mMenuBT i {
    line-height: 42px!important;
}
a.mMenuBT:hover {
    color: #fff;
}
.mm {
    background: #381E38!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: 600!important;
}    
.mm a:not(:last-child) {
    width: calc(100% - 48px)!important;
}
.mm-blocker {
    background: rgba(0,0,0,.5)!important;
}

/* MOBILE NAV END */
	
a.mMenuBT,
.search-button i,
.mobileNavEmail,
.mobileNavTel {
    height: 40px!important;
    width: 40px!important;
    font-size: 16px!important;
	margin-left: 10px!important;
}
.mobileNavEmail,
.mobileNavTel {
	background-color: rgba(56,30,56,0.08);
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.mobileNavEmail i,
.mobileNavTel i {
	line-height:60px;
}
.mobileNavEmail a,
.mobileNavTel a {
    color: #D7414F;
}
.mobileNavEmail a:hover,
.mobileNavTel a:hover {
    color: #D7414F;
}
.mobileNavEmail {
    display: flex;
}
.colabVideoHeroBlock .wrapper {
	max-width: 880px; 
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
    font-size: 80px;
	line-height: 80px;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
    font-size: 24px;
}
.alignwide {
    padding-left: 7.5%!important;
    padding-right: 7.5%!important;
}
.colabGraphicLinks .colabGraphicLinksChild {
    width: calc(100% / 4 - 30px);
}
.colabGraphicLinks .colabGraphicLinksChild p {
    font-size: 20px;
}
.colabCardOverflow .colabCardOverflowChild:first-child {
    margin-left: 7.5vw!important;
}
.colabCardOverflow .colabCardOverflowChild:last-child {
    margin-right: 7.5vw!important;
}
.caseStudyOverflowChild:first-child {
    margin-left: 7.5vw!important;
}
.caseStudyOverflowChild:last-child {
    margin-right: 7.5vw!important;
}
.caseStudyCards .caseStudyCard {
	width: calc(100% / 2 - 20px);
}


/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left: -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 ///// */

/* width */
.contentFullWidth ::-webkit-scrollbar {
    height: 10px;
}
/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
	opacity: 0.15;
    border-radius: 5px;
    margin-left: 7.5vw;
    margin-right: 7.5vw;
}
/* Handle */
.contentFullWidth ::-webkit-scrollbar-thumb {
    border-radius: 5px;
}
/* Handle on hover */
	
.content {
	width:55%;
	margin-left:5%;
}
.contentFullWidth {
	width:85%;
	margin-left:7.5%;
}
footer {
	padding:50px 7.5%;
}

}

@media only screen and (max-width : 1000px) {
    
a.unslider-arrow {
	display: none;
}
.galleryStage .row {
	display: none;
}
ul.col4 li {
    width: 47.5%;
	margin-right: 5%;
}
ul.col4 li:nth-child(2n+2) {
    margin-right: 0;
}
    
}

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

h1 {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 60px;
}
h2 {
    font-size: 48px;
    line-height: 48px;
}
.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;
    width: 40px;
	margin-top: 15px;
	width: 100%;
	border-radius: 20px;
}
.searchBox button#searchsubmit .searchsubmitText {
	display: block;
	margin-right: 10px;
	font-family: "greycliff-cf", sans-serif;
	font-weight: 600;
}
.colabVideoHeroBlock {
    height: 100vw;
}
.colabVideoHeroBlock .wrapper {
	max-width: 80%; 
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
    font-size: 45px;
    line-height: 40px;
	margin: 0;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
	display: none;
}
.headerBanner h1 {
	font-size: 40px;
    line-height: 40px;
	max-width: 100%;
}
.wp-block-columns.colabOverflowHalf .wp-block-column,
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 250px!important;
}
.colabGraphicLinks .colabGraphicLinksChild {
    width: calc(100% / 2 - 20px);
}
.caseStudyCards .caseStudyCard {
	width: 100%;
}
.keyFactsData {
	flex-wrap: wrap;
	gap: 15px;
	padding: 20px 0;
}
.keyFactsData .keyFactsDataItem {
	width: 47.5%;
	flex: none;
	padding-right: 0;
	border-right: none;
	margin: 0;
}
.keyFactsData .keyFactsDataItem p {
    font-size: 12px;
}
.keyFactsData .keyFactsDataItem p i {
    font-size: 18px;
}
.postSelect {
    width: 100%;
    padding: 40px 7.5%;
}
.featuredPost {
	flex-direction: column;
}
.featuredPost .featuredPostContent .featuredPostContentText {
    margin: 35px 40px;
}
.featuredPost .featuredPostContent .featuredPostContentText h2 {
    font-size: 40px;
}

}

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

.mobileShow {
	display: inline-block;
}
.notificationBar p {
    font-size: 11px;
}
header {
    padding: 0 10px;
}
	
	
h1 {
    font-size: 38px;
    line-height: 38px;
}
h2 {
    font-size: 30px;
    line-height: 30px;
}
	
h3 {
	font-size: 24px;
	line-height: 24px;
}
h4, h5, h6 {
	font-size: 16px;
	line-height: 20px;
}
p {
	font-size: 14px;
}
blockquote p {
    font-size: 20px;
}
.mobileNavTel {
    display: flex;
}
ul.slides li .wrapper {
	max-width: 85%;
}
.slide-caption-1 p {
	font-size: 42px;
	font-weight: 600;
}
.slide-caption-2 p {
	font-size: 24px;
}
ul.col4 li {
    width: 100%;
    margin-right: 0;
}
.contentNarrow {
    width: 85%;
}
.wysiwyg ul li,
.wysiwyg ol li {
    font-size: 14px;
}
.colabGraphicLinks {
	gap:20px;
}
.colabGraphicLinks .colabGraphicLinksChild {
    width: calc(100% / 2 - 10px);
}
.colabGraphicLinks .colabGraphicLinksChild p {
    font-size: 16px;
}
.caseStudyOverflowChild {
	min-width: 300px;
	display: flex;
	flex-direction: column;
	height: auto;
	border-radius: 20px 40px 7px 20px;
}
.caseStudyOverflowChildImage {
	position: static;
	height: 180px;
}
.caseStudyOverflowChildImage img {
	position: static;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.caseStudyOverflowChildContent {
	background: #fff;
	position: static;
	height: auto;
	width: 100%;
	padding: 10px 35px 15px;
}
.caseStudyOverflowChildContent h3 {
	font-size: 20px;
	margin-bottom: 0;
}
.caseStudyOverflowChildContent p {
	font-size: 12px;
	font-weight: 700;
}
.featuredPost .featuredPostContent .featuredPostContentText {
    margin: 25px 40px;
}
.featuredPost .featuredPostContent .featuredPostContentText p {
    margin-bottom:10px;
}
.featuredPost .featuredPostContent .featuredPostContentText h2 {
    font-size: 26px;
	margin-bottom: 20px
}
ul.termFilterList {
    flex-direction: column;
    gap: 10px;
}
footer {
    padding-top: 40px;
    padding-bottom: 40px;
	text-align:center;
	background-position-y: 300px;
}
footer .wrapper {
	justify-content: normal;
	flex-direction: column;
}
footer .footerRight h3 {
	text-align: center!important;
}
footer .footerRight h3 br {
	display: none;
}
footer .footerRight	.wp-block-group {
	align-items: center!important;
}
footer .socialIcons a i {
    margin-right: 5px;
    margin-left: 5px;
}
.footerMenu ul {
	flex-direction: column;
	margin-top: 30px;
}
.footerMenu ul li {
	border-radius: 4px;
    background-color: #eeecef;
	color: #D7414F;
	margin-bottom: 3px;
	margin-right:0;
}
.footerMenu ul li a {
	padding-top:10px;
	padding-bottom:10px;
}

}