a, body {
	color: var(--colors-deep-blue)
}

h2, h3 {
	letter-spacing: -2px;
	font-weight: 700;
	line-height: 1em
}

h5, h6, .is-style-heading-five {
	letter-spacing: 3px;
	text-transform: uppercase
}

.has-inline-color.has-florida-orange-color, .has-text-color.has-florida-orange-color, .iconLink.iconLink--florida-orange, .quotes-slider p em, h2 em {
	color: var(--colors-florida-orange)
}

.home-banner, .iconLink span, h5, .is-style-heading-five {
	position: relative
}

.colored-background .logos, .logos-box .logos {
	grid-template-columns:1fr 1fr;
	grid-auto-rows: 1fr
}

.quote_block .author, .team-member .text span, .video-block__content .subTitle, h5, .is-style-heading-five, h6 {
	text-transform: uppercase
}

:root {
	font-size: 16px
}

body {
	--colors-deep-blue: #031C4A;
	--colors-florida-orange: #ff8800;
	--colors-emerald-green: #00c980;
	--colors-maya-blue: #3fa0ed;
	--colors-shadow-grey: #343333;
	--colors-chalk-white: #f1f1f1;
	--colors-whisper-white: #fbfbfb;
	--colors-container-background: #F9F8F8;
	--header-height-small: 94px;
	--header-height-large: 138px;
	--padding-h: 20px;
	--padding-v: 34px;
	--padding-small-v: 38px;
	--padding-small-h: 21px;
	--padding-large-v: 52px;
	--padding-large-h: 90px;
	--padding-large-h-deep: 120px;
	--curve-border-radius: 30px 30px 65px 5px;
	--wp--preset--font-size--small: 16px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 24px;
	--wp--preset--font-size--xl: 32px;
	font-family: sofia-pro, sans-serif;
	font-size: 1rem
}

.iconLink__inner, h5, h6 {
	color: inherit
}

.wp-block {
	max-width: 1920px
}

.home-banner .slick-track, .wp-block-acf-staggered-box {
	height: 100%
}

.is-root-container {
	background: #f1f1f1;
	padding: 4% 0;
	max-width: 1920px;
	margin: 0 auto
}

h1:not(.wp-block-post-title):not(.is-style-heading-five),
.false-heading {
	font-size: 2.25em;
	letter-spacing: -.06em;
	font-weight: 800;
	line-height: 1em;
	margin: 0
}

h1:not(.wp-block-post-title):not(.is-style-heading-five).is-style-long-words {
	hyphens: auto
}

.home-banner h1:not(.wp-block-post-title):not(.is-style-heading-five),
.false-heading  {
	font-size: 3.875em
}

h2{
	font-size: 2.125em
}

h1.wp-block-post-title {
	font-size: 2.125em;
	line-height: 1em;
	letter-spacing: -2px;
	font-weight: 700 !important;
}

@media (min-width: 400px) {
	h1.wp-block-post-title {
		font-size: 2.375em;
	}
}

.quotes-slider p em, h2 em {
	font-style: normal
}

h3 {
	font-size: 1.75em;
	margin: 4rem 0
}

.has-large-font-size, .page-banner-text h1, .quote_block blockquote p, h4, h5, h6 {
	font-weight: 600
}

h4 {
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1.0666666666666667em
}

h5, .is-style-heading-five {
	font-size: .6875em;
	padding: 1.5em 0 0;
	text-decoration: underline currentColor;
	text-underline-offset: -2em;
	text-decoration-thickness: 3px;
	margin: 1.75em 0;
}

.container > h5:first-of-type,
.container > .is-style-heading-five:first-of-type {
	margin-top: 2rem
}

h6 {
	font-size: .8125em
}

.posts-container ol, .posts-container ul, p {
	font-size: 1.125em
}

p {
	line-height: 1.25em;
	margin: 1em 0
}

.has-large-font-size {
	letter-spacing: -1px;
	line-height: 1em
}

.iconLink {
	display: inline-block;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1578947368421053em
}

.iconLink__inner {
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: flex-start;
	gap: 1em
}

.iconLink span {
	display: flex;
	background: var(--colors-chalk-white);
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex-shrink: 0
}

.iconLink span svg {
	font-size: 2em;
	color: var(--colors-shadow-grey)
}

@media all and (min-width: 400px) {
	body {
		--header-height-small: 94px;
		--header-height-large: 138px;
		--padding-h: 28px;
		--padding-v: 38px;
		--padding-small-v: 38px;
		--padding-small-h: 28px;
		--padding-large-v: 52px;
		--padding-large-h: 90px;
		--padding-large-h-deep: 120px;
		--wp--preset--font-size--large: 24px
	}

	h1:not(.wp-block-post-title):not(.is-style-heading-five),
	.false-heading  {
		font-size: 2.5em
	}

	.home-banner h1:not(.wp-block-post-title),
	.false-heading  {
		font-size: 4.625em
	}

	h2 {
		font-size: 2.375em
	}

	h3 {
		font-size: 2.125em
	}

	h4 {
		font-size: 1.875em
	}

	h5, .is-style-heading-five {
		font-size: .8125em
	}

	.iconLink {
		font-size: 1.1875em
	}

	.iconLink span {
		width: 36px;
		height: 36px
	}
}

@media all and (min-width: 768px) {
	body {
		--padding-v: 44px;
		--padding-h: 28px;
		--padding-small-h: 28px;
		--padding-deep-h: 72px;
		--wp--preset--font-size--small: 20px;
		--wp--preset--font-size--medium: 26px;
		--wp--preset--font-size--large: 26px;
		--wp--preset--font-size--xl: 35px
	}

	h1:not(.wp-block-post-title):not(.is-style-heading-five),
	.false-heading  {
		font-size: 4em;
		hyphens: manual;
		word-break: unset
	}

	.home-banner h1:not(.wp-block-post-title):not(.is-style-heading-five),
	.false-heading  {
		font-size: 5em
	}

	h6 {
		font-size: 1em
	}

	.posts-container ol, .posts-container ul {
		font-size: 1.3125em
	}

	.iconLink span {
		width: 42px;
		height: 42px
	}

	.iconLink span svg {
		font-size: 2.5em
	}
}

@media all and (min-width: 1024px) {
	body {
		--padding-v: 44px;
		--padding-h: 45px;
		--padding-deep-h: 90px
	}
}

@media all and (min-width: 1280px) {
	body {
		--padding-v: 52px;
		--padding-h: 28px;
		--padding-deep-h: 100px;
		--wp--preset--font-size--small: 18px;
		--wp--preset--font-size--medium: 30px;
		--wp--preset--font-size--xl: 38px
	}

	h1:not(.wp-block-post-title):not(.is-style-heading-five),
	.false-heading  {
		font-size: 5em;
		hyphens: manual;
		word-break: unset
	}

	h4 {
		letter-spacing: -2px
	}

	h5, .is-style-heading-five {
		font-size: 1.1875em
	}

	h2.is-style-small-width, p.is-style-small-width {
		padding-left: 10%;
		padding-right: 10%
	}
}

@media all and (min-width: 1400px) {
	body {
		--padding-v: 52px;
		--padding-h: 38px;
		--padding-deep-h: 70px;
		--wp--preset--font-size--small: 19px;
		--wp--preset--font-size--medium: 30px;
		--wp--preset--font-size--xl: 38px
	}
}

@media all and (min-width: 1650px) {
	body {
		--padding-v: 52px;
		--padding-h: 50px;
		--padding-deep-h: 100px;
		--wp--preset--font-size--small: 19px;
		--wp--preset--font-size--medium: 30px;
		--wp--preset--font-size--xl: 38px
	}

	body.home .home-banner::after {
		background: url('../img/thumbprint-pattern-bottom.png') top center/cover no-repeat
	}
}

.has-florida-orange-background-color, .iconLink.iconLink--florida-orange span {
	background-color: var(--colors-florida-orange)
}

.iconLink.iconLink--florida-orange span svg {
	color: var(--colors-whisper-white)
}

.home-banner .slide.slide--text--light, .iconLink.iconLink--white {
	color: #fff
}

.background-image-block .content .section-title .title::before, .has-white-background-color, .iconLink.iconLink--white span {
	background-color: #fff
}

.has-deep-blue-background-color, .iconLink.iconLink--deep-blue span, .slider__dots li button {
	background-color: var(--colors-deep-blue)
}

.has-inline-color.has-deep-blue-color, .has-text-color.has-deep-blue-color, .iconLink.iconLink--deep-blue, .iconLink.iconLink--white span svg {
	color: var(--colors-deep-blue)
}

.iconLink.iconLink--deep-blue span svg {
	color: var(--colors-whisper-white)
}

.has-shadow-grey-background-color {
	background-color: var(--colors-shadow-grey)
}

.has-maya-blue-background-color {
	background-color: var(--colors-maya-blue);
	color: #fff
}

.has-emerald-green-background-color {
	background-color: var(--colors-emerald-green);
	color: #fff
}

.has-whisper-white-background-color, .home-banner .home__dots li button {
	background-color: var(--colors-whisper-white)
}

.has-shadow-grey-border-color {
	border-color: var(--colors-shadow-grey)
}

.has-deep-blue-border-color {
	border-color: var(--colors-deep-blue)
}

.has-florida-orange-border-color {
	border-color: var(--colors-florida-orange)
}

.has-maya-blue-border-color {
	border-color: var(--colors-maya-blue);
	color: #fff
}

.has-emerald-green-border-color {
	border-color: var(--colors-emerald-green);
	color: #fff
}

.home-banner .slide.slide--text--dark, .slick-next, .slick-prev {
	color: var(--colors-deep-blue)
}

.has-whisper-white-border-color {
	border-color: var(--colors-whisper-white)
}

.has-white-border-color {
	border-color: #fff
}

.has-inline-color.has-maya-blue-color, .has-text-color.has-maya-blue-color {
	color: var(--colors-maya-blue)
}

.has-text-align-center {
	text-align: center
}

.is-vertically-aligned-top {
	align-self: flex-start
}

.main-container .button, a.wp-block-button__link {
	background: var(--colors-florida-orange);
	border: 0;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	text-decoration: none;
	padding: 1em 1.2888em;
	text-align: center
}

.home-banner .slide.slide--text--light h4, .pie--floridaOrange span, .pie--floridaOrange::after, .quote_block blockquote p em, .quotes-slider span.author {
	color: var(--colors-florida-orange)
}

.wp-block-button__link {
	font-size: 1em;
	flex-shrink: 0
}

@media all and (min-width: 400px) {
	.main-container .button, a.wp-block-button__link {
		font-size: 1.125em
	}
}

.home-banner .home__dots, .slider__dots {
	gap: 12px;
	padding: 0;
	list-style-type: none
}

.slick-slider {
	visibility: hidden
}

.slick-slider.slick-initialized {
	visibility: visible
}

.home-banner {
	z-index: 3;
	min-height: calc(60dvh - 44px);
	display: flex;
	margin: 0 0 22px
}

.home-banner-info {
	margin-bottom: 6rem;
}

.home-banner .extra_image {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate3d(0, -40%, 0);
	display: none
}

.home-banner .slider {
	position: relative;
	width: 100%;
	z-index: 2;
	margin: 0;
	overflow: hidden;
	border-radius: 0 0 35px 35px
}

.home-banner .slick-list {
	width: 100%;
	height: 100%
}

.home-banner .slide, .rc_boxes-wrapper:not(.is-style-staggered-3) .rc_boxes-slider .rc_boxes-slider_slide {
	height: inherit !important
}

.home-banner .slide {
	border-radius: 35px;
	background: var(--colors-deep-blue);
	display: flex;
	flex-direction: column;
	justify-content: center
}

.home-banner .slide .slide_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: none
}

.home-banner .slide .slide_bg--desktop-bg {
	display: none
}

.card-shuffle .slick-snext, .card-shuffle .slick-sprev, .home-banner .slick-slider.slick-initialized .slide .slide_bg, .teams-quote span {
	display: block
}

.home-banner .slide .slide-content {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
	padding: var(--header-height-small) var(--padding-small-h) var(--padding-small-v)
}

.home-banner .slide .slide-content h1 {
	margin-bottom: .25em
}

.article-featured .text h2, .article-related .text h4, .bookConsultation h2, .home-banner .slide .slide-content h4, .quote_block blockquote {
	margin: 0
}

.home-banner .slide .slide-content .iconLink {
	color: inherit;
	margin: 1em 0
}

.home-banner .slide.slide--text--dark h4, .important_slider .slick-arrow:before, .job-vacancy .role .iconLink span svg, .page-banner-text__container.has-bg-color.has-florida-orange-background-color h1 {
	color: #fff
}

.home-banner .home__dots {
	display: flex;
	position: absolute;
	bottom: 2em;
	margin: 0;
	right: var(--padding-h);
	left: var(--padding-h)
}

.home-banner .home__dots li {
	flex: 1
}

.home-banner .home__dots li::marker {
	display: none
}

.home-banner .home__dots li button {
	height: 4px;
	border: 0;
	border-radius: 8px;
	font-size: 0;
	width: 100%;
	cursor: pointer;
	text-indent: -9999px
}

.home-banner .home__dots li.slick-active button, .slider__dots li.slick-active button {
	background-color: var(--colors-florida-orange)
}

.home-banner .home__dots li button:before {
	display: none;
	font-size: 0;
	text-indent: -999px
}

.home-banner__information {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
	font-weight: 600;
	font-size: 1em;
	padding: 3em 1em 1em;
	background: var(--colors-florida-orange);
	color: var(--colors-deep-blue);
	transform: translate3d(0,calc(100% - 2.5em),0);
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.home-banner__information p {
	margin: 0;
	padding: 0;
}

.home-banner__information strong {
	font-weight: 600;
	color: white;
}

.home-banner__information a { text-decoration: none; }
.home-banner__information strong a {
	color: inherit;
}

@media all and (min-width: 1024px) {
	.home-banner .slide .slide-content {
		padding: var(--header-height-small) var(--padding-h) var(--padding-small-v)
	}

	.home-banner .slick-slider.slick-initialized .slide .slide_bg--mobile-bg, .home-banner .slide .slide_bg--desktop-bg, .home-banner .slide .slide_bg--mobile-bg {
		display: none
	}

	.home-banner .slick-slider.slick-initialized .slide .slide_bg--desktop-bg {
		display: block
	}
}

@media all and (min-width: 1280px) {
	.main-container .button, a.wp-block-button__link {
		font-size: 1.45em;
		padding: .725em 2em
	}

	.home-banner {
		min-height: calc(90dvh - 44px);
		margin: 0 0 22px;
		position: relative
	}

	.home-banner .extra_image {
		display: block;
		max-width: 30%;
		right: 2em
	}

	body.home .home-banner::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -100%;
		left: 0;
		right: 0;
		height: 100%;
		z-index: 0;
	}

	.home-banner .slide .slide-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		z-index: 5;
		height: 100%;
		padding: var(--header-height-large) calc(var(--padding-h) * 2) var(--padding-large-v)
	}

	.home-banner .slide .slide-content h1,
	.home-banner .slide .slide-content .false-heading,
	.home-banner .slide .slide-content h4 {
		padding-right: 40%
	}

	.home-banner .home__dots {
		gap: 12px;
		bottom: 4em;
		right: calc(var(--padding-h) * 2);
		left: calc(var(--padding-h) * 2);
		list-style-type: none
	}

	.home-banner .home__dots li {
		max-width: 87px
	}
}

.page-banner-text {
	z-index: 3;
	position: relative;
	display: flex;
	margin: var(--padding-v) var(--padding-small-h);
	min-height: calc(50dvh - (var(--header-height-small) + (var(--padding-v) * 2) + 22px));
	max-height: 1058px;
	border-radius: 35px 35px 60px 5px;
	overflow: hidden
}

.page-banner-text--overlay::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	z-index: 2
}

.page-banner-text .page-banner-text__container, .page-banner-text__container.has-bg-color.has-florida-orange-background-color {
	background-image: url('../img/page-banner-text-pattern.png')
}

.page-banner-text .page-banner-text__container {
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 1em var(--padding-small-h) 2em;
	flex: 1;
	width: 100%
}

.page-banner-text .page-banner-text__bgImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 1
}

.page-banner-text .page-banner-text__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
	z-index: 3;
	padding: 1em 0
}

.page-banner-text h5,
.page-banner-text .is-style-heading-five
{
	margin: 1rem 0 2rem
}

.block_cta .wp-block-columns, .page-banner-text .text {
	display: flex;
	flex-direction: column
}

.page-banner-text h1 {
	color: inherit;
	margin: 1rem 0
}

.page-banner-text p.author-box {
	margin-top: 2rem !important;
}

.page-banner-text h4, .page-banner-text p:first-of-type {
	margin: 1rem 0
}

.page-banner-text .iconLink {
	align-self: flex-start;
	margin: 1rem 0
}

@media all and (min-width: 1024px) {
	.page-banner-text {
		min-height: calc(90dvh - (var(--header-height-small) + (var(--padding-v) * 2) + 22px))
	}

	.page-banner-text.is-style-small-height {
		min-height: 0
	}
}

@media all and (min-width: 1280px) {
	.page-banner-text .page-banner-text__container {
		padding: 5em var(--padding-large-h) 0;
		background-image: url('../img/page-banner-text-pattern.png');
		background-size: cover;
		padding: 3em 80px
	}

	.page-banner-text {
		min-height: calc(90dvh - (var(--header-height-large) + (var(--padding-v) * 2) + 23px))
	}

	body.page-id-290 .page-banner-text .page-banner-text__container, body.page-id-333 .page-banner-text .page-banner-text__container, body.page-id-353 .page-banner-text .page-banner-text__container {
		background-image: url('../img/page-banner-text-pattern-opacity.png')
	}

	.page-banner-text .page-banner-text__inner {
		padding: 0 var(--padding-small-h);
		flex-direction: row;
		align-items: center;
		gap: 5%;
		justify-content: space-between
	}

	.page-banner-text .page-banner-text__inner .heading {
		flex: 0 0 55%
	}

	.page-banner-text.page-banner-text--post .page-banner-text__inner .heading {
		flex: 0 0 65%
	}

	.page-banner-text .page-banner-text__inner .text {
		flex: 0 0 40%;
		padding-top: 1em
	}

	.page-banner-text .page-banner-text__inner h1,
	.page-banner-text .page-banner-text__inner .false-heading {
		transform: translate3d(-4px, 0, 0)
	}
}

.slider__dots {
	display: flex;
	margin: 1em 0;
	width: 100%
}

.slider__dots li, .team-member .text {
	flex: 1
}

.slider__dots li button {
	height: 4px;
	border: 0;
	border-radius: 8px;
	font-size: 0;
	width: 100%;
	cursor: pointer
}

.slider__circles {
	display: flex;
	gap: 6px;
	justify-content: flex-end;
	list-style-type: none
}

.slider__circles li button {
	background: 0 0;
	border: 2px solid #e2e1e1;
	border-radius: 50%;
	height: .875em;
	width: .875em;
	overflow: hidden;
	text-indent: -999px
}

.job-vacancy .role .iconLink span, .slider__circles li.slick-active button {
	background-color: var(--colors-deep-blue)
}

.slick-next, .slick-prev {
	background: var(--colors-chalk-white);
	border-radius: 50%;
	z-index: 20;
	top: auto;
	bottom: 0;
	width: 45px;
	height: 45px
}

.slick-prev {
	left: auto;
	right: 100px
}

.slick-next {
	right: 32px
}

.slick-next::before, .slick-prev::before {
	font-size: 24px;
	color: var(--colors-shadow-grey)
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	background: var(--colors-chalk-white);
	border-radius: 50%;
	color: var(--colors-deep-blue)
}

.logos-box .logos {
	display: grid;
	margin: 2em auto;
	gap: 2em 0
}

.colored-background .logos div, .logos-box .logos div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-width: 233px;
	text-align: center
}

.colored-background .logos img, .logos-box .logos img {
	object-fit: contain;
	width: 70%
}

@media all and (min-width: 540px) {
	.logos-box .logos {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 1em;
		padding-right: 2rem;
		width: 100%
	}
}

.whyItsImportant {
	overflow: hidden;
	position: relative;
	padding: 0 var(--padding-h)
}

.whyItsImportant_inner {
	background: var(--colors-chalk-white);
	border-radius: 25px;
	padding: 4em var(--padding-h);
	position: relative;
	overflow: hidden
}

.colored-background .content h2:first-of-type, .image-text h5, .image-text .is-style-heading-five, .pieCharts_slide p, .product-features .wp-block-columns .wp-block-column h2, .product-features .wp-block-columns .wp-block-column p:first-of-type, .whyItsImportant h5, .whyItsImportant .is-style-heading-five, .wp-block-columns .wp-block-column .section-title, .wp-block-columns .wp-block-column h2 {
	margin-top: 0
}

.colored-background .logos-box, .whyItsImportant p:last-of-type {
	margin-bottom: 0
}

.whyItsImportant .iconLink {
	margin-top: 1em
}

.image-text .wp-block-columns .wp-block-column:first-of-type, .important_slider_container .card-shuffle-container, .is-root-container .challenges__slide:not(:first-of-type), .quotes-slider .image, .whyItsImportant .image, .wp-block-group.desktop-only {
	display: none
}

@media all and (min-width: 768px) {
	.home-banner .slide .slide-content .iconLink {
		margin-bottom: 2em
	}

	.slider__circles li button {
		height: 1.25em;
		width: 1.25em
	}

	.whyItsImportant_inner {
		padding: 4em calc(var(--padding-deep-h) - var(--padding-h))
	}
}

@media all and (min-width: 1280px) {
	.slick-next, .slick-prev {
		bottom: 32px
	}

	.slick-prev {
		left: auto;
		right: 132px
	}

	.slick-next {
		right: 64px
	}

	.logos-box {
		margin: 2em 0
	}

	.whyItsImportant {
		border-radius: 25px;
		position: relative
	}

	.whyItsImportant_inner {
		display: flex;
		justify-content: space-between;
		padding: 8em calc(var(--padding-deep-h) - var(--padding-h))
	}

	.whyItsImportant .content {
		flex: 0 0 54%
	}

	.whyItsImportant .image {
		display: block;
		position: absolute;
		top: 0;
		right: -52px;
		bottom: 0;
		text-align: right;
		width: 43%
	}

	.whyItsImportant .image img {
		height: 100%;
		width: auto
	}

	.whyItsImportant .iconLink {
		margin-top: 2em
	}
}

@media all and (min-width: 1650px) {
	.page-banner-text {
		min-height: calc(70dvh - (var(--header-height-large) + (var(--padding-v) * 2) + 23px))
	}

	.whyItsImportant .content {
		flex: 0 0 43%
	}

	.whyItsImportant .image {
		width: 46%
	}
}

.pieCharts {
	margin: 0;
	padding-bottom: 1em;
	position: relative
}

.pieCharts .slick-list {
	margin: 0 -1.5em;
	padding-bottom: 1em
}

.pieCharts .pieCharts_slide {
	margin: 0 1.5em;
	display: flex;
	flex-direction: column;
	gap: 2em;
	padding: 0 1em;
	text-align: center
}

.pieCharts .slider__dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.pie div.inner, .pie::before {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	display: block
}

.pieChart {
	margin: -3em 0
}

@media all and (min-width: 768px) {
	.pieCharts {
		margin: 2em 0
	}
}

.pie {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.pie::before {
	content: "";
	background: #fff;
	border-radius: 50%
}

.pie div.inner .text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%
}

.pie div.inner .text span {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	transform: translate3d(0, -10%, 0)
}

.pie div.inner .text span small {
	font-size: 40px;
	font-weight: 400
}

.pie canvas {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%
}

.pie--deepBlue span, .pie--deepBlue::after {
	color: var(--colors-deep-blue)
}

.pie--mayaBlue span, .pie--mayaBlue::after {
	color: var(--colors-maya-blue)
}

.colored-background {
	margin: 4em 0;
	overflow: hidden;
	position: relative
}

.colored-background.has-align-full {
	padding: 0 var(--padding-h)
}

.colored-background__inner {
	border-radius: 35px 35px 65px 5px;
	padding: 2em var(--padding-h);
	position: relative;
	overflow: hidden
}

.article-featured .image, .article-related .image, .case-studies, .colored-background .content {
	position: relative
}

.quotes-slider p {
	font-size: 1.875em;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 2em
}

.quotes-slider span.author {
	font-size: 1.3125em;
	font-weight: 700
}

.quotes-slider .slide {
	padding: .25em 0
}

.quotes-slider .slider__circles {
	width: 80px;
	position: absolute;
	bottom: 0;
	right: 0
}

@media all and (min-width: 768px) {
	.colored-background__inner {
		padding: 4em var(--padding-h)
	}

	.colored-background.has-align-full .colored-background__inner {
		padding: 3em calc(var(--padding-deep-h))
	}
}

@media all and (min-width: 960px) {
	.logos-box_flex {
		display: flex;
		justify-content: space-between
	}

	.logos-box.logos-box--reversed .logos-box_flex {
		flex-direction: row-reverse
	}

	.logos-box_flex h5 {
		margin-right: 2em;
		flex-shrink: 0;
		min-width: 190px
	}

	.logos-box .logos {
		margin-top: 2em;
		display: flex;
		align-items: center;
		max-width: 65dvw;
		padding-right: 3rem
	}

	.colored-background__flex {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse
	}

	.colored-background__flex .section-title {
		margin-left: 2em;
		min-width: 135px
	}

	.colored-background .logos {
		margin-top: 2em;
		display: flex;
		align-items: center;
		max-width: 65dvw
	}

	.colored-background .section-title {
		min-width: 190px
	}

	.colored-background .content .quotes-slider .slide {
		text-align: left
	}
}

.colored-background .logos {
	display: grid;
	margin: 2em 0;
	gap: 2em 0
}

.colored-background .logos h5 {
	flex-shrink: 0
}

@media all and (min-width: 540px) {
	.colored-background .logos {
		display: flex;
		align-items: center;
		margin-top: 1em;
		width: 100%
	}
}

.bookConsultation {
	margin: 4em var(--padding-h) 4em
}

.bookConsultation__inner {
	border-radius: 30px;
	background: url('../img/our-clients-bottom.png') bottom center/cover no-repeat #fff;
	padding: 2em var(--padding-h)
}

.bookConsultation__inner .wp-block-columns {
	margin-bottom: 0
}

.bookConsultation a.button, .rc_boxes-slider .slider__dots {
	margin-top: 2em
}

@media all and (min-width: 1280px) {
	.pieCharts {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 3em 0
	}

	.pieCharts .pieCharts_slide {
		flex: 0 0 30%;
		max-width: 350px
	}

	.colored-background__inner {
		background-image: url('../img/our-clients-bottom.png');
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: contain;
		display: flex;
		justify-content: space-between;
		width: 100%;
		overflow: hidden
	}

	.colored-background.has-align-full .colored-background__inner {
		padding: 4em calc(var(--padding-deep-h) - var(--padding-h))
	}

	.colored-background .content {
		width: 100%
	}

	.quotes-slider {
		width: 100%;
		display: block
	}

	.quotes-slider .slide {
		padding-left: 20dvw
	}

	.quotes-slider p {
		font-size: 2em
	}

	.bookConsultation__inner {
		background-size: cover;
		display: flex;
		align-items: center;
		gap: 6em;
		padding: 4em calc(var(--padding-deep-h) - var(--padding-h))
	}

	.bookConsultation .wp-block-buttons {
		flex-shrink: 0;
		margin-top: 0
	}

	.bookConsultation h2 {
		font-size: 3.15em
	}
}

.quote_block.quote_block--noBorder {
	background: var(--colors-chalk-white)
}

.quote_block blockquote p {
	font-size: 2em;
	line-height: 1.1em;
	margin: 0 0 .5em
}

.quote_block > p {
	margin-top: .5em
}

.quote_block .author {
	display: inline-block;
	margin-top: 1.25em;
	font-weight: 700
}

.challenges-slider-quote {
	display: flex;
	flex-direction: column;
	gap: 2em;
	margin: 4em 0
}

.challenges__slider {
	width: 100%;
	position: relative
}

.challenges__slider .slick-slide {
	margin: 0 .5em
}

.challenges__slider .slick-list {
	margin: 0 -.5em
}

.challenges__slider .challenges__slide {
	position: relative;
	border-radius: var(--curve-border-radius);
	overflow: hidden;
	width: 100%
}

.challenges__slider .challenges__slide .challenges__slide_text {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	overflow: hidden;
	padding: 2.4375em 1.75em;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff
}

.challenges__slide_text h6 {
	margin-top: auto;
	margin-bottom: 0
}

.challenges__slider .challenges__slide_background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%
}

.address-map-block .map, .challenges__slider .challenges__slide__inner {
	position: relative;
	width: 100%
}

.challenges__slider .challenges__slide__inner:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 149%
}

.challenges__slider .challenges__slide .number {
	font-size: 5em;
	line-height: 1;
	letter-spacing: -.0825em;
	vertical-align: text-top;
	font-weight: 700
}

.challenges__slider .challenges__slide .number small {
	font-size: 70%
}

.challenges__slider .challenges__slide p {
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: 700;
	margin: 0
}

@media all and (min-width: 375px) {
	.challenges__slider .challenges__slide .number {
		font-size: 7.125em
	}

	.challenges__slider .challenges__slide p {
		font-size: 2.125em
	}
}

.challenges__slider .challenges__slide .title {
	color: inherit;
	font-size: 1.125em;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 1.5em
}

@media all and (min-width: 600px) {
	.quote_block {
		border: 2px solid var(--colors-florida-orange);
		border-radius: var(--curve-border-radius);
		padding: 2em 2.25em 3.5em
	}

	.quote_block.quote_block--noBorder {
		border: 0
	}

	.challenges__slider {
		margin-bottom: 2em
	}

	.challenges__slider .challenges__slide__inner:before {
		padding-top: 90%
	}

	.challenges__slider .challenges__slide .challenges__slide_text {
		justify-content: flex-start
	}

	.challenges__slider .challenges__slide .title {
		margin-top: auto
	}

	.challenges__slider .challenges__slide p {
		padding-right: 25%
	}
}

@media all and (min-width: 700px) {
	.challenges__slider .challenges__slide__inner:before {
		padding-top: 68.768%
	}

	.challenges__slider .challenges__slide p {
		font-size: 2.5em
	}
}

@media all and (min-width: 800px) {
	.challenges__slider .challenges__slide .number {
		font-size: 11.25em
	}

	.challenges__slider .challenges__slide p {
		font-size: 2.75em;
		padding-right: 35%
	}
}

@media all and (min-width: 900px) {
	.challenges__slider .challenges__slide .number {
		font-size: 11.25em
	}

	.challenges__slider .challenges__slide p {
		font-size: 2.875em;
		padding-right: 35%
	}
}

@media all and (min-width: 1280px) {
	.quote_block > p {
		font-size: 1.25em;
		margin-top: 1.5em
	}

	.quote_block .author {
		font-size: 1.175em
	}

	.challenges__slider .challenges__slide__inner:before {
		padding-top: 68.768%
	}

	.wp-block-group.desktop-only {
		display: block
	}

	.bottom-nav-box li.mobile-only {
		display: none
	}

	.bottom-boxes {
		display: grid;
		grid-template-columns:1.25fr repeat(2, 1fr);
		grid-template-rows:repeat(2, 1fr);
		grid-gap: 1.5em;
		margin: 0 0 4em
	}

	.bottom-nav-box {
		grid-area: 1/1/3/2;
		background: var(--colors-container-background);
		border: 1px solid #000;
		border-radius: 35px 35px 35px 0;
		padding: 4em 2.75em
	}

	.bottom-nav-box ul {
		list-style-type: none
	}

	.bottom-nav-box ul li ul {
		max-height: 0;
		overflow: hidden
	}

	.bottom-nav-box ul > li.menu-item-has-children > a {
		display: block;
		margin-bottom: .5em
	}

	.bottom-nav-box ul li a:hover, .bottom-nav-box ul li.current-menu-item > a {
		color: var(--colors-maya-blue)
	}

	.bottom-nav-box ul li:hover ul {
		max-height: 999px;
		padding: 0 0 1em
	}

	.bottom-nav-box h2 {
		margin: 0
	}

	.bottom-nav-box > div > ul > li > a {
		color: var(--colors-deep-blue);
		font-size: 2em;
		line-height: 1em;
		font-weight: 700;
		text-decoration: none
	}

	.bottom-nav-box ul li ul li {
		margin-bottom: .25em
	}

	.bottom-nav-box ul li ul li a {
		font-size: 1.25em;
		font-weight: 400;
		text-decoration: none
	}

	.bottom-nav-box ul li ul li ul {
		margin-left: 1em;
		list-style-type: disc;
		list-style-position: inside
	}

	.bottom-quote-box {
		grid-area: 1/2/3/3;
		display: flex
	}

	.bottom-quote-box .quote_block {
		height: 100%
	}

	.bottom-boxes_image {
		border-radius: 35px 35px 35px 0;
		overflow: hidden
	}

	.bottom-boxes_image img {
		height: 100%;
		width: 100%;
		object-fit: cover
	}
}

.product-features .wp-block-columns {
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 2em
}

.product-features .wp-block-columns .wp-block-column {
	flex: 0 0 45%
}

@media all and (min-width: 1280px) {
	.product-features .wp-block-columns {
		flex-direction: row;
		gap: 5%
	}

	.product-features .wp-block-columns .wp-block-column {
		flex: 0 0 47.5%
	}
}

.important_slider_container {
	padding-bottom: 2em
}

.important_slider .slick-slide, .rc_boxes-wrapper .rc_boxes-slider .rc_boxes-slider_slide, .team-quotes-slider .slick-slide {
	margin: 0 1em
}

.important_slider .slick-list, .team-quotes-slider .slick-list {
	margin: 0 -1em
}

.card-shuffle-container {
	width: 100%;
	padding: 3em
}

.card-shuffle {
	overflow: visible
}

.card-shuffle .card {
	background-color: #fff;
	background-image: url('../img/number-mask-deepBlue.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid var(--colors-deep-blue);
	padding: 2em 1.5em;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 10% 10% 25% 0;
	margin: 0 auto;
	width: 70%
}

.card-shuffle .card--floridaOrange {
	background-image: url('../img/number-mask-floridaOrange.png');
	border: 2px solid var(--colors-florida-orange)
}

.card-shuffle .card--mayaBlue {
	background-image: url('../img/number-mask-mayaBlue.png');
	border: 2px solid var(--colors-maya-blue)
}

.background-image-block, .team-member .flip-card, .team-member .image, .video-block {
	border-radius: 25px 25px 65px 5px
}

.card-shuffle .card img {
	width: 75%;
	margin: 0 auto
}

.important_slider .important_slide .large-text {
	font-size: 6em;
	font-weight: 800;
	letter-spacing: -.05em;
	margin-bottom: 0
}

.important_slider .important_slide h4 {
	margin: .25em 0 0
}

.important_slider .slick-arrow {
	background: var(--colors-deep-blue)
}

.important_slider .slick-next, .important_slider .slick-prev {
	bottom: -74px
}

.important_slider .slick-prev {
	right: auto
}

.important_slider .slick-next {
	right: auto;
	left: 60px
}

.card-shuffle .slick-slider {
	margin-left: -12%;
	margin-right: -12%
}

.card-shuffle .slick-list {
	overflow: visible;
	padding-left: 5% !important
}

.card-shuffle .slick-dots {
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.card-shuffle .slick-track {
	max-width: 70% !important;
	transform: translate3d(0, 0, 0) !important;
	perspective: 100px
}

.card-shuffle .slick-slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	width: 80% !important;
	transform: translate3d(0, 0, 0);
	transition: transform 1s, opacity 1s
}

.card-shuffle .slick-current {
	opacity: 1;
	position: relative;
	display: block;
	transform: translate3d(0, 0, 20px);
	z-index: 2
}

.card-shuffle .slick-snext {
	opacity: 1;
	transform: translate3d(50%, 0, 0);
	z-index: 1
}

.card-shuffle .slick-sprev {
	opacity: 1;
	transform: translate3d(-80%, 0, 0)
}

.team-member .bio, .team-member .flip-card.active .flip-card-inner, .team-member .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg)
}

.video-block {
	position: relative;
	overflow: hidden
}

.video-block__background-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.video-block__content {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 2em 1.5em;
	z-index: 2;
	color: #fff
}

.video-block__content_top-image {
	width: 80%;
	max-width: 240px;
	margin-bottom: 3em
}

.video-block__content .subTitle {
	letter-spacing: 2px
}

.video-block__content h2 {
	margin-top: 10px
}

.video-block__content .iconLink {
	color: inherit
}

@media all and (min-width: 600px) {
	.video-block__content {
		padding: 3.5em 2.2em
	}
}

@media all and (min-width: 768px) {
	.colored-background .logos {
		margin-top: 2em;
		display: flex;
		align-items: center;
		max-width: 65dvw
	}

	.product-features .wp-block-columns {
		margin: 0 0 2em
	}

	.video-block__content {
		max-width: 55%
	}
}

@media all and (min-width: 1024px) {
	.challenges__slider {
		flex: 0 0 50%;
		margin-bottom: 0
	}

	.challenges-slider-quote {
		flex-direction: row
	}

	.challenges__slider {
		flex: 0 0 56%;
		overflow: hidden
	}

	.challenges__slider .slick-list {
		height: 100%;
		margin: 0 -1em
	}

	.challenges__slider .slick-track {
		display: flex !important;
		height: 100%
	}

	.challenges__slider .challenges__slide {
		height: inherit;
		margin: 0 1em
	}

	.challenges__slider .challenges__slide__inner {
		height: 100%
	}

	.challenges__slider .challenges__slide__inner .challenges__slide_text {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 2em
	}

	.challenges__slider .challenges__slide .challenges__slide_text {
		padding: 3.75em
	}

	.challenges__slider .challenges__slide .number {
		font-size: 8em;
		transform: translate3d(0, -30%, 0);
		margin-bottom: -.35em
	}

	.challenges__slider .challenges__slide p {
		font-size: 2em;
		padding-right: 10%
	}

	.challenges__slider .challenges__slide .title {
		font-size: 1.4375em
	}

	.important_slider_container {
		margin-bottom: 6em;
		display: flex;
		gap: 2em
	}

	.important_slider_container .card-shuffle-container {
		display: block
	}

	.important_slider_container--reverse {
		flex-direction: row-reverse
	}

	.card-shuffle-container, .important_slider {
		display: block;
		width: 48%
	}

	.card-shuffle .slick-list {
		padding-left: 6% !important
	}

	.video-block__content_top-image {
		margin-bottom: 5em
	}

	.video-block__content {
		padding: 4em 3.5em 10em;
		max-width: 60%
	}
}

.background-image-block {
	color: #fff;
	overflow: hidden;
	margin: 2em var(--padding-h);
	padding: 2em var(--padding-h) 4em;
	position: relative
}

.job-vacancy, .teams-quote {
	background-color: #fff;
	border-radius: 35px 35px 65px 5px;
	overflow: hidden
}

.background-image-block .background-image-block__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1
}

.background-image-block .content {
	position: relative;
	z-index: 2
}

@media all and (min-width: 1280px) {
	.important_slider .important_slide .large-text {
		font-size: 8em
	}

	.card-shuffle .slick-list {
		padding-left: 15% !important;
		padding-right: 15% !important
	}

	.card-shuffle .slick-snext {
		opacity: 1;
		transform: translate3d(80%, 0, 0);
		z-index: 1
	}

	.card-shuffle .slick-sprev {
		opacity: 1;
		transform: translate3d(-100%, 0, 0)
	}

	.background-image-block .content {
		max-width: 60%
	}
}

.team-members {
	display: grid;
	gap: 2em;
	margin: 0 0 4em
}

.team-member {
	display: flex;
	flex-direction: column;
	gap: .5em;
	width: 100%
}

.team-member .flip-card {
	overflow: hidden;
	position: relative;
	perspective: 1000px
}

.team-member .flip-card a.team-info-click {
	background: var(--colors-maya-blue);
	border-radius: 50%;
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 1em;
	left: 1em;
	cursor: pointer
}

.team-member .flip-card a.team-info-click svg {
	height: 46px;
	width: 46px;
	fill: white
}

.team-member .flip-card::before {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%
}

.team-member .flip-card .flip-card-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	transition: transform .8s;
	transform-style: preserve-3d
}

.team-member .bio, .team-member .image {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.team-member .image {
	background: #f1f1f1;
	overflow: hidden
}

.team-member .image img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.team-member .bio {
	background: #f1f1f1;
	padding: 1em 2em
}

.team-member .bio h4 {
	font-size: 1.55em;
	margin: .25em 0
}

.team-member .bio p {
	font-size: .875em;
	margin-top: .25em
}

.team-member .text .name {
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 .5em;
	letter-spacing: -1px
}

.team-member .text span {
	font-size: .6875em
}

@media all and (min-width: 400px) {
	.home-banner .slide .slide-content .iconLink {
		margin-bottom: 2em
	}

	.team-member .bio h4 {
		font-size: 1.865em;
		margin-bottom: .5em
	}

	.team-member .bio p {
		font-size: 1em;
		margin-top: .25em
	}
}

@media all and (min-width: 600px) {
	.team-members {
		grid-template-columns:repeat(2, 1fr)
	}

	.team-member .bio h4 {
		font-size: 2.25em;
		margin-bottom: .5em
	}

	.team-member .bio p {
		font-size: 1.25em;
		margin-top: .25em
	}

	.team-member .text .name {
		font-size: 1.25em
	}

	.team-member .text span {
		letter-spacing: 1px
	}
}

@media all and (min-width: 900px) {
	.team-members {
		grid-template-columns:repeat(3, 1fr)
	}
}

@media all and (min-width: 1024px) {
	.team-member .bio h4 {
		font-size: 2em;
		margin-bottom: .5em
	}

	.team-member .bio p {
		font-size: 1em;
		margin-top: .25em
	}

	.image-text .wp-block-columns {
		flex-direction: row;
		flex-wrap: nowrap !important;
		align-items: flex-start
	}

	.image-text .wp-block-columns .wp-block-column:first-of-type {
		display: block
	}
}

@media (hover: hover) and (min-width: 1280px) {
	.team-member .flip-card a.team-info-click {
		display: none
	}
}

@media all and (min-width: 1280px) {
	.team-member .text .name {
		font-size: 1.75em
	}

	.team-member .text span {
		font-size: .875em
	}
}

@media all and (min-width: 1650px) {
	.pieCharts {
		margin: 5em 0;
		gap: 5em
	}

	.challenges__slider {
		flex: 0 0 60%;
		overflow: hidden
	}

	.challenges__slider .challenges__slide p {
		padding-right: 25%
	}

	.team-member .text .name {
		font-size: 2.25em;
		letter-spacing: -3px
	}

	.team-member .text span {
		font-size: 1em
	}

	.team-member .bio h4 {
		font-size: 2.3625em;
		margin-bottom: .5em
	}

	.team-member .bio p {
		font-size: 1.5em;
		margin-top: .25em
	}
}

.link-wrap a {
	color: #000 !important
}

.image-text {
	margin: 2em 0
}

@media all and (min-width: 1280px) {
	.image-text {
		margin: 4em 0
	}

	.image-text .wp-block-columns {
		gap: 6em
	}

	.image-text .wp-block-columns .wp-block-column:first-of-type {
		flex: 0 0 30%
	}

	.image-text .wp-block-columns .wp-block-column:last-of-type {
		flex-grow: 1
	}

	.job-vacancy .role {
		display: flex;
		justify-content: space-around;
		gap: 3em;
		align-items: flex-start
	}

	.job-vacancy .role .text {
		flex: 0 0 50%
	}

	.job-vacancy .role p:first-of-type {
		margin-top: 0
	}
}

.job-vacancy {
	background-image: url('../img/blueprint.png');
	background-position: bottom center;
	background-size: 400% auto;
	background-repeat: no-repeat;
	padding: 3em 1.5em 6em;
	margin: 0 0 4em
}

.job-vacancy .role h3 {
	margin: 0 0 2rem
}

.job-vacancy .role p {
	margin: 2rem 0
}

@media all and (min-width: 768px) {
	.job-vacancy {
		background-size: contain;
		padding: 3.5em 2.5em 6em
	}

	.team-quotes-slider {
		display: flex
	}
}

.team-quotes {
	margin: 0 0 6rem
}

.team-quotes-slider .slider__dots {
	position: absolute;
	bottom: -4rem
}

.teams-quote {
	position: relative
}

.form-row .iconLink, .teams-quote .image img, .wpcf7-form-control-wrap {
	width: 100%;
	display: block
}

.article-featured .text, .article-related .text, .article-thumbnail .text, .teams-quote .text {
	padding: 2em 1.5em
}

.teams-quote h2 {
	margin-top: 0;
	color: var(--colors-florida-orange)
}

.teams-quote span.author {
	font-size: 1.5em;
	margin: 0 0 .25em;
	font-weight: 600
}

.teams-quote span.role {
	letter-spacing: 1px;
	margin: 0 0 2em
}

.teams-quote .slider__dots {
	bottom: -2rem
}

@media all and (min-width: 1024px) {
	.team-quotes-slider, .teams-quote {
		display: flex;
		background-color: #fff;
		overflow: hidden
	}

	.team-quotes {
		margin: 0 0 8em
	}

	.team-quotes-slider {
		border-radius: 35px 35px 65px 5px
	}

	.teams-quote {
		flex-direction: row-reverse;
		border-radius: 0;
		position: relative
	}

	.teams-quote span.author {
		font-size: 2em;
		margin: 0 0 .25em;
		font-weight: 600
	}

	.teams-quote .image {
		flex: 0 0 40%
	}

	.teams-quote .image img {
		object-fit: cover;
		height: 100%;
		width: 100%
	}

	.teams-quote .text {
		padding: 6em 6em 4em
	}
}

@media all and (min-width: 1600px) {
	.team-quotes {
		margin: 0 0 10em
	}
}

form .form-row {
	position: relative;
	margin: 0 0 2em
}

.form-row.form-row--border, .search-wrapper {
	border-bottom: 1px solid var(--colors-deep-blue);
	padding-bottom: .5em
}

.search-wrapper {
	background: url('../img/magnifier.png') top left/auto 60% no-repeat;
	padding-left: 2em;
	margin: 0 0 2em
}

.form-row input, .form-row textarea {
	background: 0 0;
	border: 0;
	font-size: 1.125em;
	width: 100%;
	padding: 0
}

@media all and (min-width: 768px) {
	.form-row input, .form-row textarea {
		font-size: 1.5em
	}
}

.form-row textarea {
	padding-top: 5px
}

::placeholder {
	color: var(--colors-deep-blue);
	opacity: .75
}

::-ms-input-placeholder {
	color: var(--colors-deep-blue)
}

input:focus {
	outline: 0 !important
}

.form-row--checkbox .wpcf7-list-item-label {
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.6em;
	flex-grow: 1
}

.form-row--checkbox .wpcf7-list-item {
	margin: 0;
	padding: 0
}

.form-row--checkbox .wpcf7-list-item label {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 1em
}

.form-row--checkbox .wpcf7-list-item label input {
	align-self: flex-start;
	transform: translate3d(0, .5em, 0);
	flex: 0 0 1.5em;
	width: 20px
}

.form-row .wpcf7-submit {
	color: var(--colors-deep-blue);
	display: inline-block;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1578947368421053em;
	position: relative;
	text-align: left
}

.form-row .iconLink span {
	flex: 0 0 32px;
	flex-shrink: 0
}

.form-row .iconLink .wpcf7-spinner {
	position: absolute;
	bottom: -2em
}

@media all and (min-width: 960px) {
	.form-row .iconLink span {
		flex: 0 0 42px;
		flex-shrink: 0
	}
}

@media (min-width: 1920px) {
	.form-row .iconLink span {
		flex: 0 0 52px
	}
}

body.single .case-studies {
	padding-top: 3em
}

aside.sidebar {
	background: var(--colors-container-background);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 2em 0;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	transform: translate3d(110%, 0, 0);
	transition: .2s .4s
}

aside.sidebar .sidebar-grid {
	position: relative;
	z-index: 11;
	opacity: 0;
	transition: .2s .2s
}

aside.sidebar.open {
	transform: translate3d(0, 0, 0);
	transition: .2s
}

aside.sidebar.open .sidebar-grid {
	opacity: 1;
	transition: .2s .4s
}

aside.sidebar .sidebar-grid_inner {
	overflow: hidden
}

aside.sidebar h5 {
	margin-top: 0;
	margin-bottom: 1.5em
}

aside.sidebar #searchform {
	max-width: 350px
}

aside.sidebar ul {
	margin: 0 0 3em
}

aside.sidebar ul li a {
	display: block;
	text-decoration: none;
	padding: .5em 0
}

.case-studies .links {
	display: flex;
	flex-direction: column;
	margin: 0 0 3em;
	gap: 1em
}

.case-studies a.filter-icon {
	display: block;
	position: absolute;
	top: -3em;
	right: 0;
	background: url('../img/filter.png') center center/cover no-repeat;
	height: 17px;
	width: 30px;
	z-index: 20
}

body.single .case-studies a.filter-icon {
	top: 0
}

.article-thumbnail {
	border-radius: 35px 35px 0 0;
	overflow: hidden;
	margin-bottom: 2em;
	border-bottom: 1px solid #c4c4c4
}

.address-map-block, .article-featured, .article-related {
	border-radius: 35px 35px 65px 5px;
	background: #fff;
	overflow: hidden
}

.article-thumbnail .image img {
	width: 100%;
	object-fit: cover;
	max-height: 123px
}

.article-thumbnail .text h3 {
	margin-top: 0;
	margin-bottom: 2rem
}

.article-thumbnail .text a {
	text-decoration: none;
	font-weight: 600
}

.article-featured .text a.read-more, .article-thumbnail .text a.read-more {
	font-size: 1.75em
}

.article-thumbnail .text p {
	margin-bottom: 1.5em
}

.article-featured, .article-related {
	margin: 0 0 2em
}

.article-featured .image::before, .article-related .image::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 65%
}

.article-featured .image > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.article-featured .image > a img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.article-featured .text a, .article-related .text a {
	font-weight: 600;
	text-decoration: none
}

.article-related .image > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media all and (min-width: 650px) {
	.article-thumbnail .text {
		padding: 2em 2.5em
	}

	.article-featured .text, .article-related .text {
		padding: 3em 2.5em
	}
}

.address-map-block {
	margin: 0 var(--padding-small-h)
}

.address-map-block .address {
	display: flex;
	flex-direction: column;
	padding: 2em 1.5em
}

.address-map-block .map::before {
	content: "";
	display: block;
	padding-bottom: 100%
}

.address-map-block .map .wpgmza_map {
	position: absolute;
	top: 0
}

.reliance-gallery {
	display: none;
	margin: 0 var(--padding-small-h)
}

.post-content {
	background: #fff;
	border-radius: 35px 35px 65px 5px;
	overflow: hidden;
	padding: 2em 1.5em;
	margin: 0 0 2em
}

.post-content p {
	line-height: 1.8em;
	margin: 1.5em 0
}

.post-content blockquote {
	display: block;
	border-left: 3px solid var(--colors-deep-blue);
	padding-left: 2em;
	margin-left: 0
}

.post-content blockquote p {
	font-size: 1.5625em;
	font-weight: 600;
	line-height: 1em
}

@media all and (min-width: 1024px) {
	.post-content {
		padding: 3em 4em;
		margin: 0 0 4em
	}

	.post-content ol, .post-content p, .post-content ul {
		font-size: 1em;
	}

	.post-content blockquote {
		padding-left: 3em
	}

	.post-content blockquote p {
		margin-right: 40%;
		font-size: 2.375em
	}
}

@media all and (min-width: 1920px) {
	body {
		--padding-h: 70px;
		--padding-deep-h: 199px
	}

	.home-banner .slide .slide-content {
		height: 100%;
		padding: 250px var(--padding-h) var(--padding-large-v)
	}

	.home-banner .home__dots {
		right: var(--padding-h);
		left: var(--padding-h)
	}

	.page-banner-text h5 {
		margin-bottom: 2em
	}

	.page-banner-text .page-banner-text__inner {
		padding: 0 var(--padding-large-h)
	}

	/*.page-banner-text .page-banner-text__inner h1 {
		transform: translate3d(-10px, 0, 0)
	}*/

	.whyItsImportant .content {
		flex: 0 0 54%;
		padding-left: 0
	}

	.whyItsImportant p {
		padding-right: 2em
	}

	.pieCharts .wp-block-columns {
		max-width: 1500px;
		margin: 0 auto
	}

	.colored-background.has-align-full .colored-background__inner {
		padding: 4em calc(var(--padding-deep-h) - var(--padding-h))
	}

	.bookConsultation__inner {
		padding: 4em calc(var(--padding-deep-h) - var(--padding-h));
		gap: 18em
	}

	.bottom-boxes {
		grid-gap: 2.5em;
		margin-bottom: 4em
	}

	.bottom-nav-box {
		padding: 3.5em 2.25em
	}

	.bottom-nav-box ul li a {
		color: var(--colors-deep-blue);
		font-size: 2.65em;
		font-weight: 700;
		text-decoration: none
	}

	.bottom-nav-box ul li ul li a {
		font-size: 1.25em;
		line-height: 1.2em;
		font-weight: 400
	}

	.product-features .colored-background__inner .wp-block-columns {
		justify-content: space-between;
		gap: 10%
	}

	.product-features .wp-block-columns .wp-block-column {
		flex: 0 0 45%
	}

	.background-image-block {
		padding: 2em calc(var(--padding-deep-h) - var(--padding-h)) 8em
	}

	.background-image-block .content {
		max-width: 52%
	}

	.team-members {
		gap: 3em 4em
	}

	.team-member .text .name {
		font-size: 2.5em;
		letter-spacing: -3px
	}

	.team-member .text span {
		font-size: 1em
	}

	.image-text {
		margin: 4em 0 6em
	}

	.job-vacancy {
		margin: 0 0 6em;
		padding: 6em 6em 8em
	}

	.job-vacancy .role {
		display: flex;
		justify-content: space-around;
		gap: 3em;
		align-items: flex-start
	}

	.job-vacancy .role .text {
		flex: 0 0 50%
	}

	.post-content {
		margin: 0 0 6em;
		padding: 3.5em 4em
	}
}

hr.wp-block-separator {
	margin-bottom: 2em
}

.responsive-block-swap-hide-mobile, .responsive-block-swap-hide-tablet, .wp-block-group.mobile-only {
	display: none !important
}

.block_cta .wp-block-columns .wp-block-column {
	flex-basis: 100%
}

.rc_box--padding, .rc_box.is-style-top-image {
	gap: 1em;
	flex-direction: column;
	display: flex
}

.rc_boxes-wrapper {
	margin: 2em 0;
	position: relative;
	z-index: 6
}

.rc_boxes-slider .slick-track {
	display: flex !important
}

.rc_boxes-slider .slick-list {
	display: flex !important;
	margin: 0 -1em
}

.rc_box, .wp-block-acf-box {
	border-radius: 25px 25px 55px 5px
}

.rc_box {
	overflow: hidden;
	height: 100%
}

.rc_box--padding {
	height: 100%;
	padding: 2.1875em 1.875em
}

.rc_box h3:first-of-type, .rc_box h6, .rc_box p {
	margin: 0
}

.rc_box .wp-block-button, .rc_box .wp-block-button .wp-block-button__link {
	width: 100%
}

.rc_box a:last-of-type, .rc_box h3 a {
	text-decoration: none
}

.rc_box .iconLink {
	margin-top: auto
}

.rc_box.is-style-bordered {
	background: 0 0 !important;
	border: 2px solid inherit
}

.acf-block-preview .block-editor-block-list__layout > .has-background {
	background: 0 0 !important
}

.rc_box.is-style-top-image figure {
	position: relative
}

.rc_box.is-style-top-image figure::before, .rc_box.is-style-top-image-bg figure::before {
	display: block;
	content: "";
	position: relative;
	padding-top: 100%;
	width: 100%
}

.rc_box.is-style-top-image figure img {
	border-radius: 25px 25px 55px 5px;
	overflow: hidden;
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.rc_box.is-style-top-image .wp-block-image, .wp-block-column.is-vertically-aligned-top h5 {
	margin-top: 0
}

.rc_box.is-style-top-image figure .components-drop-zone, .rc_box.is-style-top-image figure .components-resizable-box__container {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%
}

.rc_box.is-style-top-image-bg {
	background: #fff;
	border: 2px solid var(--colors-deep-blue);
	display: flex;
	flex-direction: column;
	gap: 0
}

.rc_box.is-style-top-image-bg figure {
	position: relative;
	margin-bottom: 0
}

.rc_box.is-style-top-image-bg figure img {
	border-radius: 25px 25px 55px 5px;
	overflow: hidden;
	object-fit: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

@media all and (min-width: 768px) {
	.posts-grid {
		display: grid;
		grid-template-columns:repeat(2, 1fr);
		gap: 2em
	}

	.case-studies .links {
		display: flex;
		flex-direction: row
	}

	.article-thumbnail .text {
		padding-left: 0;
		padding-right: 0
	}

	.article-featured, .article-related {
		display: flex;
		width: 100%
	}

	.article-featured .image, .article-related .image {
		flex: 0 0 40%
	}

	.article-featured .text, .article-related .text {
		flex-grow: 1
	}

	.article-featured .image::before, .article-related .image::before {
		display: none
	}

	.article-featured .image img, .article-related .image img {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.address-map-block .address {
		padding: 3em 2.5em
	}

	.rc_box .wp-block-button, .rc_box .wp-block-button .wp-block-button__link {
		width: auto
	}
}

@media all and (min-width: 1024px) {
	.rc_box.is-style-top-image-bg figure::before {
		padding-top: 75%
	}
}

@media all and (min-width: 1280px) {
	.form-row input, .form-row textarea {
		font-size: 1.625em
	}

	.wp-block-columns.contact-us {
		gap: 8em
	}

	.case-studies a.filter-icon, p.mobile-only {
		display: none
	}

	.case-studies {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 4em
	}

	.case-studies .posts-grid {
		grid-template-columns:repeat(2, 1fr)
	}

	.case-studies .article-featured {
		order: 1
	}

	.case-studies aside.sidebar {
		position: relative;
		top: auto;
		left: auto;
		flex: 0 0 20%;
		order: 2;
		transform: translate3d(0, 0, 0)
	}

	.case-studies aside.sidebar .sidebar-grid {
		opacity: 1
	}

	.case-studies .posts-container {
		order: 3;
		flex: 0 0 73%
	}

	.article-thumbnail .image img {
		max-height: 200px
	}

	.article-featured .image, .article-related .image {
		max-width: 30vw
	}

	.article-featured .image img, .article-related .image img {
		object-position: 25% 75%
	}

	.address-map-block {
		display: flex;
		border-radius: 35px 35px 0 0
	}

	.address-map-block .address {
		flex: 0 0 50%
	}

	.reliance-gallery {
		display: block;
		overflow: hidden;
		border-radius: 0 0 65px 5px
	}

	.reliance-gallery_slide {
		width: 100%;
		position: relative;
		overflow: hidden
	}

	.reliance-gallery_slide::before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 41.81818181818181%
	}

	.reliance-gallery_image {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		object-fit: cover;
		height: 100%;
		width: 100%
	}

	.reliance-gallery_caption {
		position: absolute;
		bottom: 3em;
		right: 10em;
		font-size: 1.375em;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 500;
		z-index: 3;
		text-align: right
	}

	.responsive-block-swap-hide-mobile, .responsive-block-swap-hide-tablet, .wp-block-group.mobile-only {
		display: block !important
	}

	.responsive-block-swap-hide-mobile.bottom-boxes, .responsive-block-swap-hide-tablet.bottom-boxes, .wp-block-group.bottom-boxes.mobile-only {
		display: grid !important
	}

	hr.wp-block-separator {
		margin-top: 4em;
		margin-bottom: 4em
	}

	.rc_boxes-wrapper {
		margin: 6em 0 4em
	}

	.rc_boxes-slider {
		margin: 4em 0
	}

	.rc_boxes-slider, .rc_boxes-slider > .block-editor-inner-blocks > .block-editor-block-list__layout {
		display: flex;
		justify-content: space-between;
		gap: 2em
	}

	.rc_boxes-wrapper.is-style-grid .rc_boxes-slider, .rc_boxes-wrapper.is-style-grid .rc_boxes-slider > .block-editor-inner-blocks > .block-editor-block-list__layout, .rc_boxes-wrapper.is-style-grid-4 .rc_boxes-slider, .rc_boxes-wrapper.is-style-grid-4 .rc_boxes-slider > .block-editor-inner-blocks > .block-editor-block-list__layout {
		display: grid;
		grid-template-columns:repeat(2, 1fr);
		grid-auto-rows: 1fr
	}

	.rc_boxes-slider .slick-list, .rc_boxes-wrapper .rc_boxes-slider .rc_boxes-slider_slide {
		margin: 0
	}

	.rc_boxes-slider .rc_boxes-slider_slide {
		flex: 1;
		max-width: 500px
	}

	.rc_box.is-style-top-image figure::before {
		display: block;
		content: "";
		position: relative;
		padding-top: 150%;
		width: 100%
	}

	.rc_box .wp-block-button, .rc_box .wp-block-button .wp-block-button__link {
		width: 100%
	}

	.rc_box.is-style-top-image-bg figure::before {
		padding-top: 100%
	}

	.rc_boxes-wrapper.is-style-staggered-1 > h2, .rc_boxes-wrapper.is-style-staggered-3 > h2 {
		padding-right: 45%
	}

	.rc_boxes-wrapper.is-style-staggered-1 > p, .rc_boxes-wrapper.is-style-staggered-3 > p {
		padding-right: 70%
	}

	.rc_boxes-wrapper.is-style-staggered-1 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(2), .rc_boxes-wrapper.is-style-staggered-2 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(3), .rc_boxes-wrapper.is-style-staggered-3 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(2) {
		transform: translate3d(0, -15%, 0)
	}

	.rc_boxes-wrapper.is-style-staggered-1 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(3) {
		transform: translate3d(0, -30%, 0)
	}

	.rc_boxes-wrapper.is-style-staggered-2 {
		transform: translate3d(0, 0, 0);
		padding-top: 4em
	}

	.rc_boxes-wrapper.is-style-staggered-2 .rc_boxes-slider .rc_boxes-slider_slide:first-child, .rc_boxes-wrapper.is-style-staggered-3, .rc_boxes-wrapper.is-style-staggered-3 .rc_boxes-slider .rc_boxes-slider_slide:first-child {
		transform: translate3d(0, 0, 0)
	}

	.rc_boxes-wrapper.is-style-staggered-2 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(2) {
		transform: translate3d(0, -20%, 0)
	}

	.rc_boxes-wrapper.is-style-staggered-3 .rc_boxes-slider .rc_boxes-slider_slide {
		align-self: flex-end
	}

	.rc_boxes-wrapper.is-style-staggered-3 .rc_boxes-slider .rc_boxes-slider_slide:first-child .rc_box--padding, .rc_boxes-wrapper.is-style-staggered-3 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(2) .rc_box--padding {
		padding-bottom: 2em
	}

	.rc_boxes-wrapper.is-style-staggered-3 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(3) {
		transform: translate3d(0, -10%, 0);
		margin-top: -25%
	}
}

@media all and (min-width: 1400px) {
	.rc_boxes-wrapper.is-style-grid .rc_boxes-slider, .rc_boxes-wrapper.is-style-grid .rc_boxes-slider > .block-editor-inner-blocks > .block-editor-block-list__layout {
		display: grid;
		grid-template-columns:repeat(3, 1fr)
	}

	.rc_boxes-wrapper.is-style-staggered-3 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(3) {
		transform: translate3d(0, -10%, 0);
		margin-top: -15%
	}
}

.rc_icon .wp-block-image:not(.block-editor-block-list__block) {
	width: 48px;
	height: 48px;
	object-fit: contain;
	margin-left: 0;
	margin-right: 0
}

.rc_icon .wp-block-image:not(.block-editor-block-list__block) img {
	width: 100%;
	object-fit: cover
}

@media all and (min-width: 400px) {
	.rc_icon .wp-block-image:not(.block-editor-block-list__block) {
		width: 56px;
		height: 56px
	}
}

@media all and (min-width: 768px) {
	.rc_icon .wp-block-image:not(.block-editor-block-list__block) {
		width: 68px;
		height: 68px
	}
}

@media all and (min-width: 1650px) {
	.case-studies .posts-grid {
		grid-template-columns:repeat(3, 1fr)
	}

	.case-studies .posts-container {
		flex: 0 0 75%
	}

	.article-thumbnail .text h3 {
		font-size: 2.375em
	}

	.block_cta .wp-block-columns {
		flex-direction: row;
		justify-content: space-between;
		gap: 2%
	}

	.block_cta .wp-block-columns .wp-block-column {
		flex-basis: 48%
	}

	.rc_boxes-slider {
		gap: 3em
	}

	.rc_box--padding {
		display: flex;
		flex-direction: column;
		gap: 2em;
		padding: 2.1875em 2.25em
	}

	.rc_boxes-wrapper.is-style-grid-4 .rc_boxes-slider, .rc_boxes-wrapper.is-style-grid-4 .rc_boxes-slider > .block-editor-inner-blocks > .block-editor-block-list__layout {
		grid-template-columns:repeat(4, 1fr)
	}

	.rc_boxes-slider.is-style-staggered-1 .rc_boxes-slider_slide:nth-child(2) {
		transform: translate3d(0, -25%, 0)
	}

	.rc_boxes-slider.is-style-staggered-1 .rc_boxes-slider_slide:nth-child(3) {
		transform: translate3d(0, -50%, 0)
	}

	.rc_boxes-wrapper.is-style-staggered-2 {
		transform: translate3d(0, 0, 0);
		padding-top: 4em
	}

	.rc_boxes-wrapper.is-style-staggered-2 .rc_boxes-slider .rc_boxes-slider_slide:first-child {
		transform: translate3d(0, 0, 0)
	}

	.rc_boxes-wrapper.is-style-staggered-2 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(2) {
		transform: translate3d(0, -22%, 0)
	}

	.rc_boxes-wrapper.is-style-staggered-2 .rc_boxes-slider .rc_boxes-slider_slide:nth-child(3) {
		transform: translate3d(0, -15%, 0)
	}

	.rc_icon .wp-block-image:not(.block-editor-block-list__block) {
		width: 76px;
		height: 76px
	}
}

.wp-block-acf-icon-link {
	margin-top: 0;
	margin-bottom: 0
}

.terms-top .wp-block-column + .wp-block-column {
	text-align: right
}

.terms-top .wp-block-column + .wp-block-column .iconLink {
	font-size: 1.35em
}

.previous-terms p {
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 3em
}

nav.sideList a {
	font-size: 0.875em;
	font-weight: bold;
	display: block;
	margin: .75em 0;
	text-decoration: none;
}

@media all and (min-width: 1024px) {
	nav.sideList a {
		font-size: 1.75em;
	}
}