.col {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -125px;
	margin-top: -62.5px;
	vertical-align: middle;
	height: 125px;
	width: 250px;
	opacity: 0;
	transition: .5s ease;
}

.col:hover .middle {
	opacity: 1;
}

.text {
	color: white;
	font-size: 12px;
	position: relative;
	padding: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align: center;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.page-id-349 .site-content .entry-inner {
	max-width: 1000px;
}

@media only screen and (max-width: 599px) {
	.hidden-column {
		display: none;
	}
}

/* adjust logo size HC-17646673-AM */
.site-logo-link img {
	height: 110px;
	width: auto;
}

/* make nav text normal weight -#17646673-hc - KD */
.site-header .main-header-links {
	font-weight: 500;
	font-size: 13.5px;
	color: #000000;
	vertical-align: bottom;
}

/* remove featured images on pages | 17645905-hc bsan */
.page .entry-thumb {
	display: none;
}

#hero.has-background .overlay, #primary-header .overlay, .page-header.has-featured-image .overlay {
	opacity: .4;
}

@media (min-width: 992px) {
	.site-header .site-branding {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}

@media (min-width: 992px) {
	.site-header .main-header-links {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
	}
}

#site-navigation a {
	color: #000000;
}

/* Add bottom border to menu | NL-17866738-hc */
#header-inner {
	border-bottom: 10px solid #f3dc27;
}

.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	justify-content: middle;
	line-height: 250px;
}

.flex-item {
	display: table-cell;
	margin: 0;
	color: white;
	font-weight: bold;
	font-size: 17px;
	line-height: 225px;
	text-align: center;
	flex: 1 0 0;
	height: auto;
	display: table-cell;
	width: 300px;
	height: 250px;
	padding: 10px;
}

/* Hide Page Title on Regular Pages - Excluding Child Pages and the Home Page #18097939-hc-ks */
body:not(.home) .page-header .entry-title,
body:not(.page-child) .page-header .entry-title {
	display: none;
}

/* Baseline Align Main Menu | ks-18097939-hc */
.site-header .main-header-links {
	align-self: flex-end;
}

/* Reduce the whitespace above the Feature page #1 |#18131637-hc| CM */
.homepage-widgets .widget {
	padding-top: 0;
}

/*align menu with logo "Focus Strategies" */
.main-navigation {
	padding-bottom: 18px;
}

/*

#2656789-zen CM


1. Remove the gaps between the grid cells on the Testing Layout Grid block page.

2. Make the Layout Grid block full-width.

*/
/* --start-- */
.wp-block-jetpack-layout-grid {
	grid-gap: 0 !important;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: auto;
}

/* --end-- */
a.websitelink {
	color: white;
}

a.websitelink:hover {
	color: #7BA7BC;
}

a.websitelink:visited {
	color: #gray;
}

a.websitelink:active {
	color: white;
}

.websitelink2 a {
	color: white;
}

.websitelink2 a:hover {
	color: #00558c;
}

.websitelink2 a:visited {
	color: #gray;
}

.websitelink2 a:active {
	color: white;
}

/* remove bottom border of links | #XXXXX-hc eD */
.page-id-379 .hentry .entry-content .wp-block-columns a {
	border-bottom: none;
}

.center {
	text-align: center;
}

.card-container {
	display: inline-block;
	margin: auto;
	padding: 0;
	text-align: center;
}

.card {
	position: relative;
	width: 250px;
	height: 250px;
	padding: 0;
	transition: transform .6s ease;
	transform-style: preserve-3d;
}

.front, .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	color: white;
	backface-visibility: hidden;
}

.front {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	backface-visibility: hidden;
}

.back {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-size: 12px;
	backface-visibility: hidden;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}

.card-container:hover .card {
	transform: rotateY(180deg);
}

iframe {
	width: 800px;
	height: 800px:;
	margin-left: auto;
	margin-right: auto;
}

/* fix column spacing on partners page #18930641-hc */
@media only screen and (max-width:599px) {
	.post-379 .wp-block-columns.are-vertically-aligned-center {
		margin-bottom: 0;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

/* Submenu styling | 18979094-hc (KK) */
#site-navigation ul ul a {
	width: auto;
}

.menu-navigation ul li:hover>ul,
.menu-navigation ul li.focus>ul {
	float: unset;
	left: unset;
	right: 0;
}