/*
	Theme Name: Anthony James
	Theme URI: https://ajibl.com
	Description: Custom WordPress theme for Anthony James
	Version: 0.1
	Author: Creative Direction
	Author URI: https://creativedirection.info
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
:root {
  accent-color: #3F6BF6;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Inter', sans-serif;
	color:#11262D;
	font-size:18px;
	line-height:1.42em;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
figure, img, svg:not(.button-icon svg) {
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}
a {
	color:#8CA6FA;
	text-decoration:underline;
/*	text-decoration: none;*/
}
a:hover {
	color:#3E6BF6;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Sans', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-size:5.8em;
/*	letter-spacing: -0.02em;*/
	line-height: 0.9;
	font-weight: 500;
}
.home h1 {
	font-size:5.25em;
	letter-spacing: -0.02em;
	line-height: 0.9;
	text-transform: uppercase;
	font-weight: 900;
}

h2 {
	font-size:3.15em;
	letter-spacing: 0.01em;
	font-weight:500;
	line-height: 0.9;
}

h3 {
	font-size:1.57em;
	font-weight:500;
	letter-spacing: -0.01em;
	line-height:1.1;
}


h6 {
	font-size:1em;
	font-weight:500;
}

.dm-sans {
	font-family: 'DM Sans', sans-serif;
}
.contain {
	background-size: contain !important;
}
.no-repeat {
	background-repeat: no-repeat;
}
.bg-center {
	background-position: center center;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

}
/* header */
.header {
	height:100px;
	display: none;
	top:0;
	width: 100%;
	z-index:20;
	transition:0.6s all;
	position: sticky;
}

.home .header {
	position: fixed;
}

.scrolled .header {
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.header .inner {
	display: flex;
	justify-content: space-between;
}
.header-right {
	display: flex;
	align-items: center;
	height:100px;
}
.header-contact {
	background-color: #3E6BF6;
	color:#fff;
	margin-left: 2em;
}
.contact-address {
	gap:1em;
}
/* logo */
.logo {
	display: flex;
	align-items: center;
}
.logo svg {
	width:185px;
	transition:1s all;
/*	padding:1em;*/
	transform-origin:center left;
}
.logo svg .logo-text {
	transition:0.6s opacity;
}
.scrolled .logo svg .logo-text {
	opacity:0;
}
.scrolled .logo svg {
	transform: scale(0.75);
}

.page-template-template-aura.scrolled .logo svg,
.page-template-template-impaqt.scrolled .logo svg
 {
/*	padding-bottom:0 !important;*/
}
/* nav */
.nav {
	height:100px;
	display:flex;
	align-items: center;
	font-family: 'DM Sans', sans-serif;
	letter-spacing: 0.01em;
}
.nav::hover {
	background-color: #fff;
}
.nav a {
	text-decoration: none;
}
.nav > ul {
	list-style: none;
	display: flex;
	gap:2em;
	height:100%;
	margin:0;
}
.nav ul li, .nav ul li a {
	display:flex;
	flex-shrink:2;
}

.nav > ul > li > a {
	transition: 0.3s all;
}
.nav > ul > li:hover > a {
	color:#F795A4;
}
.nav > ul > li:has(.sub-menu-wrap) > a::after {
	content:'';
	height:15px;
	width:15px;
	margin-left: 5px;
	background: url(img/arrow-down-grey.svg) center no-repeat;
	transition:0.3s all;
}

.nav > ul > li:has(.sub-menu-wrap):hover > a::after {
	background: url(img/arrow-down-pink.svg) center no-repeat;
}

.nav > ul > li, .nav > ul > li > a {
	align-items: center;
	height:100%;
	color:#11262D;
}

.sub-nav-open header {
	background-color: #fff;
}
.sub-menu-wrap {
	position: fixed;
	top:100px;
	left:0;
	width:100%;
	background-color: #fff;
	display: none;
	z-index:99;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.nav >ul > li .sub-menu-wrap {
  -webkit-transition-delay: 250ms; 
  transition-delay: 250ms; 
}
.nav >ul > li:hover .sub-menu-wrap {
	display: block;
	padding-bottom:2em;
	padding-top:2em;
}
.sub-menu {
	padding-left: 0;
}
.sub-menu-inner ul {
	width:100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:3em;
	align-items:flex-start;
}
.sub-menu-inner ul li {

}
.sub-menu-inner ul li a {
	background-color: #EBF0FF;
	color:#11262D;
	border-radius:10px;
	padding:1em;
	display: table;
	margin-bottom: 1em;
	position: relative;
	padding-right:70px;
	font-weight:500;
	letter-spacing: 0.01em;
	font-family: 'DM Sans', sans-serif;
}

.sub-menu-inner ul li a:after {
	content:'';
	display: block;
	position: absolute;
	right:17px;
	top:50%;
	transform: translateY(-50%);
	background-image: url(img/sub-nav-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	height:40px;
	width:40px;
	transition:0.3s all;
}
.sub-menu-inner ul li a:hover:after {
	margin-right:-10px;
}
.sub-menu-description {
	font-size:0.85em;
	color:#49575E;
	line-height:1.3em;
	letter-spacing: -0.01em;
}

/* forms */
.gform_wrapper.gravity-theme .gfield input, 
.gform_wrapper.gravity-theme .gfield input[type="text"],
.gform_wrapper.gravity-theme .gfield input[type="email"], 
.gform_wrapper.gravity-theme .gfield input[type="tel"], 
.gform_wrapper.gravity-theme .gfield select, 
.gform_wrapper.gravity-theme .gfield textarea, 
.gform_wrapper.gravity-theme .gfield number {
	padding:1.3em !important;
	border-radius:10px;
	resize: none;
	border:none;
	background-color: #EBF0FF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
	margin-bottom: 1em;
	position: relative;
}


.gform_wrapper.gravity-theme .gfield select {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.ginput_container_select {
	position: relative;
}

.gform_wrapper.gravity-theme .ginput_container_select::after {
	display: block;
	content:'';
	height:20px;
	width: 10px;
	background-image: url(img/select.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right:1.3em;
	top:50%;
	transform: translateY(-80%);	
	z-index:1;
	pointer-events: none;
}

.gform_wrapper.gravity-theme .gfield input[required] {
  background-image: radial-gradient(red 15%, transparent 16%);
  background-size: 1em 1em;
  background-position: top right;
  background-repeat: no-repeat
}

/* footer */
.footer {
	background-color: #11262D;
}

.footer a {
	color:#8CA6FA;
	text-decoration: none;
}
.footer-top {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:2em;
	color:#B2C3FA;
	padding-top:4em;
}

.footer-logo svg {
	width:185px;
}
.footer-logo svg .logo-text {
	fill:#fff;
}

.footer-mailinglist-intro {
	margin-top: 15px;
}
.footer-mailinglist {
	position: relative;
}
.footer-mailinglist .gform_wrapper.gravity-theme .gform_fields {
	grid-template-columns: unset;
}
.footer-mailinglist input[type="text"], .footer-mailinglist input[type="email"] {
	width: 100%;
	border: 0;
    border-radius: 999px !important;
    line-height: 2em;
    height: 3.5em;
	background-color: #8CA6FA !important;
	padding:0 65px 0 2em !important !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;

}
.footer-mailinglist input[type="text"]::placeholder, .footer-mailinglist input[type="email"]::placeholder {
	color:#11262d
}
.footer-mailinglist .gform_wrapper.gravity-theme #field_submit .gform_image_button {
	position: absolute;
	right:0;
	margin-top: 5px;
	margin-right: 5px;
	transform: translateY(-50%);
	padding:0 !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
}
.footer-main {
	display: grid;
	grid-template-columns: repeat(4,1fr) 2fr;
	color:#fff;
	width: 100%;
	gap:2em;
	padding-top:4em;
}
.footer-nav ul {
	list-style:none;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
.footer-nav ul li {
	margin-top: 0.8em;
}
.footer-nav ul li a {
	transition: 0.6s color;
}
.footer-nav ul li a:hover {
	color:#fff;
}

.footer-phone {
	margin-top: 1em;
}
.footer-phone a, .footer-email a {
	color: #fff;
	margin-bottom: 0.8em;
	display: block;
}
.footer-address {
	margin-top: 0.8em;
}
.footer-bottom {
	border-top:1px solid #49575E;
	margin-top:4em;
	padding-top:3em;
	padding-bottom:4em;
	color:#758287;
}

.footer-bottom-main {
	display: grid;
	gap:2em;
	grid-template-columns: 1fr 2fr;
	margin-bottom: 2em !important;
	color:#a2abb0;
	font-size:0.9em;
}
.footer-bottom-main a {
	color:#a2abb0;
}
.design-credit {
	margin-top: 2em !important;
	display: block;
	position: relative;
	font-size:0.8em;
}
.design-credit-link {
	color:#8CA6FA !important;
}

#menu-policies {
	list-style:none;
	display: flex;
	justify-content: space-around;
	gap:2em;
	margin: 0;
	margin-right:2em;
}
#menu-policies li {
	margin:0;
}

.footer-fca {
	margin-top: 4em;
	font-size:0.8em;
}

.inner {
	margin:0 auto;
	max-width:1442px !important;
	width: 95%;
	position: relative;
}

.inner-narrow {
	margin:0 auto;
	max-width:1280px;
	width: 80%;
	position: relative;
}
.narrow {
	margin:0 auto;
	max-width:900px;
	width: 60%;
	position: relative;
}
.narrower {
	margin:0 auto;
	max-width:800px !important;
	width: 50%;
	position: relative;
}

.has-border-radius, .has-border-radius > img, .has-border-radius video {
	border-radius: 30px;
}

.cta-text {
	line-height:1.1em;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.homepage-intro {
	line-height:1.4em;
}

.dedicated-insurance-figures {
	border-radius: 10px;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
	padding:1em;
}

.dedicated-insurance-figures strong {
	font-size:2.68em;
	letter-spacing: -0.035em;
	font-weight:500;
}

.pad-generic {
	padding:2em;
}
/*------------------------------------*\
    RE-USE GUTENBERG BLOCKS
\*------------------------------------*/
.wp-block-button a, .submit-container:not(.footer-mailinglist .submit-container) {
	position: relative;
	overflow:hidden;
	z-index:1;
	transition:0.6s all;
	padding: calc(0.8em + 2px) calc(1.5em + 2px);
	font-weight:500;
	letter-spacing: -0.01em;
	font-size:1em;
	line-height:1;
}
.wp-block-button a::before, .submit-container:not(.footer-mailinglist .submit-container)::before {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	content:'';
	background-color: #D9E0FE;
	transform:translateX(-100%);
	border-radius: 999px;
	transition:0.6s all;
	z-index: -1;
	box-sizing: border-box;
}
.wp-block-button a:hover::before, .submit-container:not(.footer-mailinglist .submit-container):hover::before {
	transform:translateX(0);
}
.wp-block-button a:hover {
	color:#3E6BF6 !important;
}
.wp-block-button a::after, .submit-container:not(.footer-mailinglist .submit-container)::after {
	border-radius: 9999px;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	content:'';
	background-color: inherit;
	transform:translateX(0);
	transition:0.6s all;
	z-index: -1;
	box-sizing: border-box;
}
.wp-block-button a:hover::after, .submit-container:not(.footer-mailinglist .submit-container):hover::after {
	transform:translateX(100%);
}

.submit-container:not(.footer-mailinglist .submit-container) {
	border-radius:999px;
	background-color: #3F6BF6;
}
.submit-container:not(.footer-mailinglist .submit-container) input {
	background: transparent;
	border:0;
	color:#fff;
	margin-bottom: 0 !important;
	transition: 0.6s color;
}

.submit-container:not(.footer-mailinglist .submit-container):hover input {
	color:#3F6BF6;
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-column {
	min-width:0px !important;
	width:100%;
}


.wp-block-verse {
	text-transform: uppercase;
	font-size:0.8em;
	font-family: 'Inter', sans-serif;
	padding-left:20px;
	position: relative;
	font-weight: 600;
	letter-spacing:0.05em;
}
.wp-block-verse::before {
	content:'';
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 15px;
	position: absolute;
	left:0;
	top:50%;
	background-color: #3E6BF6;
	transform:translateY(-50%);
}
/*------------------------------------*\
	BUTTON
\*------------------------------------*/

.button-container {
	display: inline-flex !important;
	align-items: center;
	padding-left: 50px;
	position: relative;
	text-decoration: none;
	color:#11262D;
	padding-right:15px;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif;
	font-size:0.9em;
	font-weight:600;
	letter-spacing: 0.05em;
}
.button-outer {
	display:table !important;
}
.button-icon {
	background-color: #11262D;
	display:inline-block;
/*	padding:10px;*/
	border-radius:999px;
	position:absolute;
	left:0;
	width:36px;
	height:36px;
	transition:0.6s all;
	z-index:1;
	display: flex;
	align-items: center;
}
.button-container:hover .button-icon {
	width:100%;
}
.button-container .button-icon svg {
	margin-left:8px;
	transition:0.3s all;
}
.button-container:hover svg {
/*	transition:0.6s all;*/
}
.button-container:hover .button-icon svg {
	margin-left:15px;
	
}
.button-text {
	display: flex;
	align-items: center;
	height:100%;
	z-index:2;
	position: relative;
	height:100%;
}
.button-container:hover {
	color:#fff;
}



/* Mobile nav */

.mobile-nav-button {
	display: none;
	height:30px;
	width:40px;
	z-index:10;
	top:50%;
	transform:translateY(calc(-50% + 2px));
	position: absolute;
	right:0;
}

.mobile-nav-button .hamburger-inner,
.mobile-nav-button .hamburger-inner:before,
.mobile-nav-button .hamburger-inner:after  {
	background-color: #3F6BF6;
}
.hamburger {
	padding:0 !important;
}
.hamburger.is-active .hamburger-inner, 
.hamburger.is-active .hamburger-inner::after, 
.hamburger.is-active .hamburger-inner::before {
	background-color: #fff !important;
}

.mobile-contact {
	display: none !important;
}




/*------------------------------------*\
	BLOG LISTING
\*------------------------------------*/
.blog-header {
	padding-bottom:100px;
	padding-top:100px;
	background-image: url(img/generic-hero.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.blog-header .blog-intro {
	width:50%;
	min-width:750px;
}
.blog-intro-text {
	font-size:1.3529411764706em;
}
.blog-listing-image {
	border-radius: 30px;
	aspect-ratio: 7 / 4;
}
.blog-header h1 {
	margin-top: 0;
	font-size:5em;
	line-height:1em;
}
.blog-listing-title {
	margin-top: 50px;
}
.blog-list-title h2 {
	font-size:1.6em;
/*	max-width: 80%;*/
	line-height:1.1em;
	margin-bottom:1em;
	margin-top:0.5em;
}
.blog-main-container {
	margin-top:-100px;
}
.blog-list-container {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 2em;
	grid-row-gap: 4em;
	padding-top:75px;
}
.blog-list-container article a, .blog-list-container article a + a {
	transition: 0.6s all;
}
.blog-list-container article a.blog-image:hover, 
.blog-list-container article a.blog-image:hover + .blog-list-title .blog-list-link,
.blog-list-link:hover {
	color:#3E6BF6 !important;
}
.blog-list-category, .blog-single-category {
	font-size:0.9em;
	letter-spacing:0.01em;
	margin:20px 0 1em;
	display: inline-block;
	border-radius: 999px;
    padding: 0.6em 1em;
    background-color: #D9E0FD;
    font-size: 0.85em;
    transition: 0.6s all;
}

.blog-list-category:hover, .blog-single-category:hover {
	background-color: #3E6BF6;
}
.blog-list-category:hover a, .blog-single-category:hover a {
	color: #D9E0FC;
}
.blog-list-title a {
	letter-spacing: -0.025em;
	text-decoration: none;
	color:#000;
}
.blog-list-date {
	letter-spacing: 0.05em;
	margin-left: 1.6em;
	color:#758287;
	font-size:0.85em;
}
.pagination {
	margin-bottom:50px;
	text-align: center;
}


/*------------------------------------*\
	BLOG SINGLE
\*------------------------------------*/

.generic-header h1 {
	max-width:70%;
}

.single h5 {
	font-size: 1em;
}

.blog-single-category {
	font-size:0.85em;
    letter-spacing: 0.01em;
    font-weight:normal;
}

.blog-list-category a, .blog-single-category {
	color:#3E6BF6;
	text-decoration: none;
	transition:0.6s all;
}
.blog-list-category a:hover, .blog-single-category:hover {
	color:#D9E0FC;
}

.blog-single-category-separator {
/*	color:#FA3D00;*/
}

.single-blog-title {
	margin-top: 50px;
	font-size:3em;
	line-height:1em;
}


.single-article {
	display: flex;
	justify-content: space-between;
	margin-bottom:3em;
}

#single-article-left {
	width:70%;
}

#single-article-left .single-article-featured-image {
	margin:4rem 0;
	display: block;
}


#single-article-right a:last-of-type {
	border:0;
}

.single-article-more-container {
	background-color: #E7EDFF;
	padding:3em 0;
}

.single-article-more {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 2em;
}

.single-article-more article a {
	color:#000;
	text-decoration: none;
}
.single-article-more article img {
	border-radius:30px;
	display: block;
	margin-bottom: 1em;
}


/* pagination */

.pagination {
	margin:10px 0px;
	padding:10px 0px;
	display:flex;
	position:relative;
	justify-content: center;
	margin:3em auto;
	text-align:center;
}

.page-numbers {
	display:flex;
	justify-content: center;
	align-items: center;
	width:50px;
	height:50px;
	border-radius:50%;
/*	border:4px double #fff;*/
	font-size:0.8em;
	color:#3F6BF6;
	line-height:66px;
	text-align:center;
	text-decoration:none;
	background:#D9E0FE;
	font-weight:bold;
	transition:0.6s all;
	margin:0.5em;
}

.page-numbers.current {
	background-color: #11262D;
	color:#fff;
}

.page-numbers:hover{
	color:#fff;
	text-decoration:none;
	background:#3F6BF6;
} 

.tick-bullet-points {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
}

.tick-bullet-points li {
	position: relative;
	padding-left:45px;
	margin-bottom:2em;
}
.tick-bullet-points li:before {
	content:'';
	display: block;
	left:0;
	position: absolute;
	height:29px;
	width: 29px;
	background-image: url(img/tick-green.svg);
}


.blue-arrow-bullet-points {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	font-size:1.58em;
}

.blue-arrow-bullet-points li {
	position: relative;
	padding-left:45px;
	margin-bottom:1.3em;
	display: flex;
	align-items: center;
}
.blue-arrow-bullet-points li:before {
	content:'';
	display: block;
	left:0;
	position: absolute;
	height:35px;
	width: 35px;
	background-image: url(img/blue-arrow-bullet.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


/* Events */
.event-image {
	margin-bottom: 2em;
}
.event-month-tag {
	background-color: #3F6BF6;
	color:#fff;
	font-size:0.8em;
	text-transform: uppercase;
	padding:1em;
	display: inline-block;
	margin-bottom:0.8em;
	border-radius:10px;
	margin-top: 1.6em;
}
.event-panel {
	display: grid;
	grid-template-columns: 85px 1fr 50px;
	width:50%;
	background-color: #f9f9f9;
	padding:0.8em;
	border-radius:10px;
	margin-bottom:0.8em;
}

.event-name, .event-arrow {
	display: flex;
	align-items: center;
}

.event-name a {
	text-decoration: none;
	color:#3F6BF6;
}

.event-date {
	height:60px;
	width: 60px;
	padding-top: 1em;
	align-items: center;
	display: flex;
	justify-content: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/calendar-icon.svg);
	font-weight:600;
}



/* Events Single */
.events-map {
	margin-top:2em;
	height:450px;
	margin-bottom:3em;
}
.event-image {
	margin-top:1em;
}

.more-events-date {
	font-size:0.8em;
	color:#758287;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:1025px) {
	.nav-container {
		display: block !important;
	}
}

@media only screen and (max-width:1280px) {
	.hide-small-desktop {
		display: none;
	}
}
@media only screen and (max-width:1024px) {
	.hide-tablet, .hide-mobile {
		display: none !important;
	}

	.break-early {
		flex-direction: column;
	}

	.break-early.wp-block-columns {
		grid-row-gap:0px !important;
	}

	.break-early > .wp-block-column {
		margin-bottom:30px;
	}

	.break-early .pad-mobile {
		padding:0 5%;
	}

	.header {
		display: flex !important;
	}

	.inner, .inner-narrow, .narrow, .narrower, .narrowest {
		width:90% !important;
		max-width: auto !important;
	}
	.pad-mobile {
		margin:0 5%;
	}
	.footer-main {
		grid-template-columns: repeat(4,1fr);
	}

	.cta .is-content-justification-right {
		justify-content: flex-start !important;
	}

	h1 {
		font-size:3em;
	}
	.home h1 {
		font-size:3em;
	}

	h2 {
		font-size:2.65em;
	}

	h3 {
		font-size:1.57em;
	}


	h6 {
		font-size:1em;
	}


	/* Mobile Nav */
	.header-right {
		display: none !important;
	}
	.mobile-nav-button {
		display: block;
	}
	.nav-container {
		position: fixed;
		top:0;
		left:0;
		min-height:100vh;
		min-height:100svh;
		min-height:100dvh;
		background-color: #3F6BF6;
		z-index:10;
		justify-content: center;
		font-size:1.8em;
		line-height:1.3em;
		display: none;
		width:100%;
		padding:0 1em;
	}
	.nav-container .inner-narrow {
		width: 100% !important;
	}
	.nav {
		min-height:100vh;
	}
	.nav ul {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		width:100%;
	}
	.nav > ul {
		gap:0;
		padding-left: 0;
	}
	.nav ul li {
		margin:0;
		text-align: left;
	}
	.nav > ul > li {
		margin-bottom: 0.6em;
	}
	.nav > ul > li, .nav > ul > li > a {
		height:auto;
	}

	.nav >ul > li:hover .sub-menu-wrap {
		padding:0;
	}
	.nav > ul > li {
		margin-bottom: 0;
	}
	.sub-menu-inner ul li a {
		font-weight:400;
	}
	.sub-menu {
/*		margin-bottom: 1em;*/
	}
	.menu-item-has-children {
/*		margin-top:1em !important;
		border-bottom:1px solid rgba(255, 255, 255, 0.3);*/
	}
	.menu-item-has-children > a {
/*		margin-bottom: 1em;*/
	}
	.sub-menu-inner ul li a {
		background-color: transparent;
		padding: 0;
		margin-bottom: 0;
	}
	.menu-item-has-children {
		padding-right: 0 !important;
	}
	.menu-item-has-children > a {
/*		font-size:0.7em;*/
	}
	.menu-item-has-children::after {
		display: none;
	}
	.sub-menu-wrap {
		display: block;
		background: transparent;
		position: relative;
		top:unset;
		left:unset;
		width:auto;
		margin: 0;
		padding: 0;
		font-size:0.8em;
		line-height:1.6em !important;
		box-shadow:unset;
	}
	.sub-menu-inner ul {
		display: block;
	}

	.nav ul li, .nav ul li a {
		display: block;
		width: 100%;
	}
	.sub-menu-inner ul li a:after {
		display: none;
	}
	.nav ul li ul.sub-menu li {
		margin:0;
	}
	.nav ul li a {
		color:#fff;
	}

	.nav ul li ul.sub-menu li a {
/*		color:#BFFACF;*/
		font-size:1.2em;
	}
	.nav ul li a[href="#"] {
		opacity:0.4;
	}
	.sub-menu-description {
		display: none;
	}
	.mobile-contact {
		display: block !important;
	}
	.header-contact {
		display: none;
	}

	.location-header {
		font-size:2.7em !important;
	}
}
@media only screen and (max-width:900px) {
	.wp-block-columns-is-layout-flex:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important;
		flex-direction: column;
	}
	.mobile-stack {
		display: flex;
		flex-direction:column;
	}
	.reverse-mobile {
		flex-direction:column-reverse !important;
	}
	.wp-block-columns {
		column-gap:0 !important;
		gap:0 !important;
	}
	.generic-header h1, .single-blog-title, #single-article-left, #single-article-right {
		width: 100%;
		max-width:100%;
	}
	#single-article-right {
		padding-left:0;
		margin-top:3em;
	}
	.pad-mobile {
		padding:0 5%;
	}
	.blog-header .blog-intro {
		min-width:100%;
	}
	.blog-list-container {
		grid-template-columns: repeat(2,1fr);
	}
	.single-article-more {
		grid-template-columns: 1fr;
	}
	.footer-top {
		grid-template-columns: 1fr;
	}
	.footer-main {
		grid-template-columns: repeat(2,1fr);
	}

	.footer-bottom-main {
		grid-template-columns: 1fr;
	}

	#menu-policies {
		flex-direction: column;
		align-items: start;
		grid-area: 1em;
		padding: 0;
		gap:0.7em;
	}
	#menu-policies li {
		margin: 0;
	}
	.footer-fca {
		margin-top: 3em;
	}

	.wp-block-cover {
		min-height:auto !important;
		padding:4em 0;
	}
	.cta-text {
		margin-bottom:1em !important;
	}
}

@media only screen and (max-width:768px) {
	.hide-mobile {
		display: none !important;
	}
	.logo svg {
		width:165px;
	}

	.blog-header h1 {
		font-size:3em;
	}
	.blog-list-container {
		grid-template-columns: 1fr;
	}
	.location-header {
		font-size:2.7em !important;
	}
	.footer-main {
		grid-template-columns: 1fr;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
