﻿/*!
Theme Name: pollyfaith
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pollyfaith
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pollyfaith is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button, input[type=button], input[type=reset], input[type=submit] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
	margin:0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	
	margin: 0em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*================= custom ===================+*/

:root{
	/* colors */
	--color-red:#FF4139;
	--color-light-grey:#E6E2E1;
	--color-med-grey:#D4D4D4;
	--color-black:#1A231F;
	
	--color-lime-green:#D8DC40;
	--color-mustard-yellow: #e9eb96; /*#E9EB97*/
	
	--color-blue:#9FEAF6; /* for circle needs to be applied with pass-through filter */
	--color-dark-blue:#456B8F;
	--color-person-blue:#85C2D0;
	
	
	/* fonts */
	--body-font:open-sans, sans-serif; /* weight 400*/
	--body-font-weight:300; /* 400 is regular */
	--heading-font: proxima-nova, sans-serif;
	--heading-font-weight:800;
	--cover-font-bg-weight:600;
	
	--afterwidth:6em;
	
	--easing-authentic-motion: cubic-bezier(0.4,0,0.2,1);
	
	--font-italic: questa, serif;
	--font-italic-weight:400;;
}

.has-pf-mustard-yellow-background-color{
	background-color:var(--color-mustard-yellow);
	opacity:1 !important;
}

.has-pf-light-yellow-background-color{
	background-color:var(--color-mustard-yellow);
	opacity:1 !important;
}

.has-pf-light-blue-background-color{
	background-color:var(--color-light-blue);
	opacity:1 !important;
}


.has-pf-light-yellow-background-color{
	background-color:var(--color-mustard-yellow);
}

.has-pf-light-blue-background-color{
	background-color:var(--color-person-blue);
}

.wp-block-cover .wp-block-cover__background{
	opacity:1;
}

.has-pf-white-color{
	color:#FFF;
}

.text-color--black{
	color:var(--color-black);
}

.text-color--white{
	color:#fff;
}

svg {
    width: 100%;
    height: auto;
}


.site-main {
    width: 100%;
    overflow-x: hidden;
}




body{
	font-family:var(--body-font);
	font-weight:400;
	color:var(--color-black);
	font-size:15px;
	line-height:1.5;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	
	
	overflow-x:hidden;
		
	
}

p{
	margin-top:0;
}

h1, h2, h3{
	font-family:var(--heading-font);
	font-weight:var(--heading-font-weight);
	
	text-transform:uppercase;
	position: relative;
	z-index: 2;
	
	line-height:1.1;
}

h2.side-title{
	font-size: 1.6rem
}

h3{
	/* padding-top:1.5em; */
}

h1.person-title{
	font-size:1.2rem;
}

.underline--block {
	margin-top:0;
	margin-left: 0.4em;
	position:relative;
}

.has-text-align-center.underline--block{
	width: fit-content;
	margin: auto;
	margin-bottom:1.2rem;
}

.underline--block:after{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	width: var(--afterwidth);

	/* top: 0.55em; */
	bottom: 1em;
	height: 16px;
	z-index: -1;
	margin-left: -7px;
}

.underline--block.background-color--red:after{
	top: .55em;
}

h1.underline--block:after{

	bottom: -.2em;

}

.background-color--red:after{
	background-color:var(--color-red);
}

.background-color--lime-green:after{
	background-color: var(--color-lime-green);
}

a, a:visited{
	color:var(--color-black);
	text-decoration:none;
}

.site-header{
	background-color:#fff;
	position:sticky;

	width:100%;
	top:0;
	left:0;
	z-index:1000;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
}
.home .site-header{
	position:fixed;
	
	transform:translateY(-10em);
}

.site-branding{
	width:75%;
	margin-right:1em;
	padding-top: 1em;
	max-width:190px;
}

.background-color--lightgrey{
	background-color:var(--color-light-grey);
}


.pronunciation{
	margin-bottom:1em;
}




/*================ mobile menu ==================*/

.main-navigation a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -1.2em;
	width: 0;
	height: 2px;
	background-color: var(--color-lime-green);
	transition: width .3s,opacity 0s linear .4s;
	transform: translateZ(0);
	opacity: 0;
}







.main-navigation ul{
	text-transform:uppercase;
	font-size:1.6em;
	margin:1em;
	font-family:var(--heading-font);
	font-weight:800;
	margin-top: 3em;
}

.site-footer{
	text-transform: uppercase;
	font-size: 1em;
	padding: 2em;
	padding-top: .8em;
	font-family: var(--heading-font);
	font-weight: 800;
	z-index: 11;
	position: relative;
	background-color: #fff;
}

.site-footer li{
	margin-right:2em;
}


.primary-menu-wrapper {
	position: fixed;
	top:0;
	width: 100%;
	min-height: 100vh;
	z-index: -1;
	background-color: var(--color-light-grey);;
	transform:translateX(-100vw);
	transition: all .4s var(--easing-authentic-motion)
	padding-top:3em;
}

.toggled .primary-menu-wrapper{
	transform:translate(0);
	transition: all .4s var(--easing-authentic-motion)
}


.menu-toggle{
	letter-spacing:.13em;
	z-index: 900;
	font-size:.85em;
	font-weight: 700;
	
	cursor:pointer;
}

button.menu-toggle{
	background-color:transparent;
	text-transform:uppercase;
	border:0;
	align-items:center;
}

.menu-toggle > span{
	margin-left:.5em;
	padding-top: 4px;
}

.menu-toggle span {
	display: block;
	width: 24px;
}

.bar1, .bar2, .bar3{
	border-bottom: 3px solid var(--color-black);
	margin-bottom: 5px;
	margin-top:5px;
	transition: all .4s var(--easing-authentic-motion);
}
.bar2{
	width: 20px !important;
}

.toggled .bar1{
	transform:rotate(45deg);
	transition-delay:.3s;
	transition: all .4s var(--easing-authentic-motion);
	transform-origin: top left;
	
	margin-top:2px;

}

.toggled .bar2{
	width: 0px !important;
	margin-left: 30px;
	transition: all .4s var(--easing-authentic-motion);
	margin-top: 6px;
	/* border-bottom:2px solid #7f65af; */
}

.toggled .bar3{
	transform: rotate(-45deg);
	margin-top: 0px;
	transition-delay: .3s;
	transition: all .4s var(--easing-authentic-motion);
	transform-origin: bottom left;
}

/*========= flex ==============+*/
.flex{
	display:flex;
}

.flex-wrap{
	flex-wrap:wrap;
}

.space-between{
	justify-content:space-between;
}

.space-around{
	justify-content:space-around;
}


.menu-footer-menu-container ul{
	display:flex;
	margin:0;
	padding:0;
}

.menu-footer-menu-container li{
	list-style:none;
	margin-right:4em;
	padding:0;
}

.menu-footer-menu-container a{
	text-decoration:none;
}


/*========= people sections ==============++*/

.people-container{
	/* width:90%; */
	
	margin:auto;
    padding-bottom: 4em;
}

.people-container.space-evenly{
	justify-content:space-around;
}

.person--picture{
	width:100%;
	transition:.4s;
}
.person--content{
	width:100%;
	transition:.4s;
}




.person-circle{
	display:flex;
	align-items:center;
	width:42vw;
	height:42vw;
	/* background-color:var(--color-person-blue); */

	text-align:center;
	
	position: relative;
	overflow: hidden;
	
	transition: all .4s var(--easing-authentic-motion);
	/* transform: scaleX(1); */
	
	margin-bottom:2%;
}

/*============= flip ===================*/
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.4s;
  transform-style: preserve-3d;
  
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  	border-radius:50%;
	overflow:hidden;
  -webkit-backface-visibility: hidden !important; /* Safari */
  backface-visibility: hidden;
  
   
   
  -webkit-perspective: 0;
  
  	display: flex;
	align-items: center;
	justify-content:center;
	
	
}

.flip-box-back img{
	margin-bottom:-15px;
}

/* Style the front side */
.flip-box-front {
  background-color:var(--color-person-blue);
  color: black;
}

.flip-box-front h3{
	margin-bottom:0;
	max-width: 70%;
	font-size:1.1em;
}

/* Style the back side */
.flip-box-back {
  background-color: var(--color-person-blue);
  transform: rotateY(180deg);
}

.mobile-spacing-bottom {
    margin-bottom: 2em;
}

/*
.person-circle:hover .person-circle--image {
	opacity:1;
	transition:.5s;
	
	transform: translateY(0px);
	
}

.person-circle:hover .entry-title{
	opacity:0;
	transition:.5s;
}

.person-circle--image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:.5s;
	opacity:0;
	transform: translateY(300px);
}

.person-circle h2{
	text-align:center;
	width:80%;
	margin:auto;
	position: relative;
	line-height: 1.3;
}
*/

.person--content{
	 padding-bottom:7em; 
	 
     width: 85%;
     margin: auto;
}


/*===== expertise ========*/
.expertise-titles ul, .expertise-bodies ul, .cases-content-container ul{
	list-style:none;
	padding:0;
	margin:0;
}

.expertise-titles li, {
	padding:0;
	margin:0;
	margin-bottom: 0.3em;
}

.expertise-title, a.case-link{
	cursor:pointer;
	
	text-transform:uppercase;
	font-family:var(--heading-font);
	font-weight:800;
	font-size:1.4em;
	line-height: 1;
	    color: #fff;
	    transition: all .4s var(--easing-authentic-motion);
	   /*  margin-bottom: 0.3em; */
		margin-bottom:.6em;
}

.expertise-title.active{
	/* color:#D8DC40; */
	color:var(--color-lime-green);
	
	transition: all .4s var(--easing-authentic-motion);
	outline:0;
}

.active .panel-inner a{
	color:var(--color-dark-blue);
}

.expertise-bodies{
	color: #fff;
	    padding: 1em;
	    position: fixed;
	    top: 3em;
	    left: 0;
	    z-index: 13;
	    width: 100vw;
	
}

.expertise-body{
	background-color:var(--color-red);
	position: absolute;
	top: 0em;
	right:0;
	left: 0;
	padding:1em;
	padding-top:5em;
	
	transition: all .4s var(--easing-authentic-motion);
	
	min-height: 100vh;
}

.expertise-body.hide-me {
    transform: translateX(0vw);
	transition: all .4s var(--easing-authentic-motion);
	
}

.expertise-body.hide-me {
	 transform: translateX(-140vw);
}

.expertise-contacts{
	margin-top:1em;
}

.expertise-contacts a{
	color:#fff;
	margin-right:1em;
	font-family:var(--font-italic) !important;
	font-weight:400;
	transition:.4s;
	display:block;
	font-style:italic;
}

.expertise-contacts a:hover{
	opacity:.8;
	transition:.4s;
}

.add-padding{
	padding-top:3em;
	padding-bottom:3em;
}


/*======== circles ============*/

#pin-container{
	position:relative;
}

.circle-overlay {
	/* position: fixed; */
	position:absolute;
	width:95em; 
	transform-origin:center center;
	
	pointer-events: none;
	z-index: 10;
}

.circle-overlay.circle-landing-top{
	left: 35%;
	top: -30%;
	width:95em; 
	opacity:.7;
}

.circle-overlay.circle-joinus-top{
	left: 30%;
	top: -30%;
	width: 122em;
	opacity:.7;
	
}

/*
this 
.circle-overlay {

    position: absolute;
    z-index: 10;
    left: 24%;
    top: -10em;

    width: 73em;
    transform-origin: center center;
    pointer-events: none;
}
*/




.expertise-section{
	position:relative;
}

.expertise-circle-container .circle-overlay{
    width: 68em;
    left: 56%;
    top: -23%;
}

.cases-circle-container .circle-overlay{
    width: 80em;
    left: 56%;
    top: -13%;
}


.gb-container-content .circle-overlay{
	/* position:absolute; */
}

.circle-left-side{
	top: -9em;
	width: 83em;
	left: -49vw;
}

.blend-mode-multiply{
	mix-blend-mode: multiply;
}

.opacity-90{
	opacity:.9;
}

.circle-overlay svg{
	width:100%;
	height:auto;
}

.circle-color--blue{
	fill:var(--color-person-blue);
}

.circle-color--red{
	fill:var(--color-red);
}

/* z-index fix for the circle --*/
.wp-block-genesis-blocks-gb-columns {
	z-index: 11;
}

/* z-index fix for the circle --*/
.wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	z-index: 11;
}



/*========= containers ==============*/
.gb-container-inside {
    width: 90%;
	
    /* max-width: 1500px; */
    margin: auto;
}

.wp-block-cover{
	font-family:var(--heading-font);
	font-weight:800;
	text-transform:uppercase;
	font-size:1.6rem;
	line-height: 1.3;
	
	overflow: hidden;
	
	padding-top:3em;
	padding-bottom:3em;
}

.wp-block-cover p:first-child{
	margin-top:0;
}

.wp-block-cover p:last-child{
	margin-bottom:0;
}

/*============== temp ==========*/
.how-to-apply{
	padding-top: 4em;
    padding-bottom: 4em;
}

.wp-block-cover a{
	color:#fff;
}

.wp-block-cover h2{
	font-size:1.6rem;
}

.wp-block-cover__inner-container{
	max-width:470px;
	margin:auto;
}

.case-study-nav ul{
	margin:0;
	padding:0;
}

.case-study-nav li{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom: 0.6em;
}


#red-track{

    position: fixed;
    top: 0;
    left: 0;
    width: 7px;
    z-index: 100;
    background-color: var(--color-red);
	

}

.post-type-archive-pollyfaith_people #red-track{
	mix-blend-mode: multiply;
}


.wp-block-quote{
	padding-bottom:3em;
	padding-top:0em;
	font-family:var(--heading-font);
	font-weight:800;
	text-transform:uppercase;
	line-height: 1.3;
	
	display: none;
}

cite{
	font-style: normal !important;
	font-size: 1.17em;
}


.site-main{
	-webkit-animation: fadein 1s;
	    -moz-animation: fadein 1s;
	    -ms-animation: fadein 1s;
	    -o-animation: fadein 1s;
	    animation: fadein 1s;
}

.z-index-top{
	position:realative;
	z-index:90;
}

.expertise-section {
    padding-top: 5em;
	padding-bottom: 5em;
}

.case-study-nav{
	padding:2em;
	background-color: var(--color-black);
	
	padding-top:3em;
	padding-bottom:3em;
}

.circle-overlay.opacity-90{
	display:none;
}

.case-study {
    background-color: var(--color-red);
	
	position: fixed;
	top: 0;
	z-index: 10000;
	/* min-height: 100vh; */
	
	transform:translateX(-100vw);
	transition:.4s;
}

.case-study.active{
	transform:translateX(0vw);
	transition:.4s;
}

.case-body{
	padding:2em;
	padding-top:3em;
}

.case-study-inner {
    overflow: scroll;
    height: 100vh;
	padding-bottom:3em;
}

.back-arrow, .back-arrow-case{
	transform:rotate(90deg);
	margin-top:3em;
	margin-left:.3em;
	width:40px;
}

.back-arrow-case{
	margin-top:0;
	margin-left:2em;
}



/*---- accordian ---------*/
/* Style the buttons that are used to open and close the accordion panel */

.accordion h3{
	padding:0;
	margin:0;
	font-size:1rem;
	letter-spacing: .05em;
}

.accordion {
	background-color:var(--color-lightgrey);
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom:solid 1px var(--color-red);
  border-top:solid 1px var(--color-red);
  margin-bottom:.3em;
  border-radius:0;
  padding:0;
  padding-bottom:.7em;
  padding-top:.7em;
}

.additional-content:first-child .accordion{
/* 	border-top:0 !important; */
}

.additional-content:last-child .accordion{
/*	border-bottom:0 !important; */
}

.additional-content.active:last-child .accordion{
	border-bottom:solid 1px var(--color-red) !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover, .accordion:focus {
 	border-bottom:solid 1px var(--color-red);
	border-top:solid 1px var(--color-red);
	margin-bottom:.3em;
	padding:0;
	padding-bottom:.7em;
	padding-top:.7em;
}

.additional-content:last-child.active{
	border-bottom:solid 1px var(--color-red);
}

span.read-more {
    width: 35%;
    text-align: right;
	font-weight: 400;
}

.panel-inner li {
   /* list-style: circle; */
	/* list-style-image: url('images/li-dot.svg'); */
	list-style:none;
	position:relative;
	
}

.panel-inner li::before {
	content: url(li-dot.svg);

	position: absolute;
	margin-left: -10px;
	margin-top: -0.13em;
}

/* Style the accordion panel. Note: hidden by default */
.panel {

	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.panel ul{
	margin:0;
	padding:0;
	margin-left:1.5em;
}

.panel-inner{
	padding-top:1em;
	padding-bottom:1em;
}

.add-padding-top-equal{
	margin-top:1.5em;
}

.font-italic, .is-style-pk-italic-style{
	font-family:var(--font-italic);
	font-weight:800;
	font-style:italic !important;
    font-size: .95rem;
	letter-spacing: 0.025em;
    line-height: 1.3;
}

.is-style-pk-italic-style{
	margin-bottom:.5em;
}

p.is-style-pk-italic-style {
	margin-bottom:1.5em;
}

.front-page-cover{
	background-color:var(--color-dark-blue);
}



/*--------- facet search ------------*/

.container-people-search {
    flex-wrap: wrap;
	padding-bottom:14em;
	
	min-height: 90vh;
	
	margin-top:-3em;
}


.people-container{
	justify-content:space-around;
}

.person-circle h2{

	width:80%;
	margin:auto;
	
}

.facetwp-counter{
	display:none;
}

.facetwp-radio{
	background-image:none !important;
	padding-left:0 !important;
	
	text-transform:uppercase;
	font-family: var(--heading-font);
	font-weight:800;
	color:#fff;
}


.people-facet-search {
    width: 100vw;
	margin-left:0em;
	
	display:none;
}

.people-facet-search .circle-search{
	display:none;
}



.checked{
	color:#000;
}

.circle-search {
	position: absolute;
	transform: translate(-758px, -112px);
	width: 900px;
	z-index: 1;
}

.people-facet-search-inner{
	position:relative;
	z-index:2;
	text-align: center;
}

.case-container{
	background-color:var(--color-dark-blue);
	background-color:#000;
}

.case-image {
	line-height:0;
	background-color:#000;
}

.case-image img{
	/*
	opacity:.6;
	*/
}

.case-study-title{
	margin-bottom:3em;
	font-size: 1.8em;
	max-width:19em;
}


button.audio-button {
    
	width:30px;
	height:30px;
    border: 0;
	margin:0;
	padding:0;
	background-size:cover;
	text-indent:-99999px;
	margin-bottom:.7em;
}

.js-audio-play{
	background: url(play-icon.svg);
}

.js-audio-pause{
	background: url(pause-icon.svg);
}


.colour-banner img{
	display:none;
}
	
.banner-mobile-header{
	font-weight:100;
	font-size: 56px;
	margin:0;
	padding:0;
	margin-bottom: 3rem;
}
	


h3 {
    /* padding-top: 1.5em; */
    padding-bottom: 1.25em;
	font-size: 1.4em;
}

.green-line {
    height: 2px;
    width: 65px;
    background-color: var(--color-lime-green);
    margin-bottom: 2em;
}


.page-id-41 p {
    font-size: .75em;
}

.filter-by-label{
	margin-bottom:1em;
	display:block;
}

.post-type-archive-pollyfaith_people .site-main{
	min-height:110vh;
}

button.read-more-bio{
	border:0;
	background-color:transparent;
	padding:0;
	margin-bottom: 3em;
	font-weight:400;
	cursor:pointer;
}

.person-container {
    min-height: 90vh;
}

.desktop-only{
	display:none;
}

.page-id-31 h3{
	padding-bottom: 0em;
	margin-bottom:.5em;
}

.page-id-31 h3 p{
	margin-bottom:1.8em;
}

.person--content-inner {
    overflow: hidden;
    height: 24.2em;
    margin-bottom: 1em;
}

.landing-call-to-action{
	text-align: center;
	    text-transform: initial;
	    margin-top: 2em;
	    display: block;
		font-size:.75em !important;
}

.swiper {
  width: 100vw;
  height:100vh;
}

a.case-link:hover{
	/* color:#D8DC40; */
	color:var(--color-lime-green);

	transition: all .4s var(--easing-authentic-motion);
}


@media screen and (min-width: 550px){
	body{
		font-size:13px;
		line-height:1.6;
	}
	
	
	.person-circle {
	    width: 29vw;
	    height: 29vw;
	    margin-right: 1em;
	}
}


@media screen and (min-width: 768px){
	
	
	
	
	.page-id-41 p {
	    font-size: unset;
	}
	
	.circle-left-side{
		top: -9em;
		width: 83em;
		left: -67vw;
	}
	
	.site-header{
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
	
	.site-branding{
		display: flex;
		align-items: self-end;
		width:200px;
		margin-right:2em;
	}
	
	.site-branding a{
		line-height:0;
	}
	
	.main-navigation ul{
		font-size:.9rem;
		margin: 2em;
		margin-bottom: 0em;
	}
	
	.main-navigation li{
		margin-right:4em;
	}
	
	.primary-menu-wrapper {
		position: relative;
		top:0;
		width: 100%;
		min-height: unset;
		z-index: unset;
		background-color: #fff;
		transform:translateX(0);
		transition:unset;
		padding-top:0em;
	}
	
	.expertise-title, a.case-link{

		font-size:1.8em;

	}
	
	.expertise-title:hover{
		color:var(--color-lime-green);
	}
	
	.colour-banner img{
		display:block;
	}
	
	/* ------------- facet search */
	
	.people-facet-search-inner {
	    position: relative;
	    z-index: 2;
	    text-align: left;
	    margin-top: 15em;
	}
	
	.people-facet-search .circle-search {
	    display: block;
	}
	
	.people-facet-search {
	    width: 15em;
	    margin-left: 1em;
		display:block;
	}
	
	.people-container {
	    width: 72%;
	    margin: 0;
	    padding-bottom: 5em;
	    /* min-height: 80vh; */
		justify-content:flex-start;
	}
	
	.person-circle{
		width:150px;
		height:150px;
		margin-right:2em;
	}

}

@media screen and (min-width: 830px){
	
	.container-people-search {
		margin-top:0em;
	}
	
	.person-circle{
		margin-top:-1.3em;
	}
	
	.person-circle:nth-child(4) {transform: translate(55%);}
	.person-circle:nth-child(5) {transform: translate(55%);}
	.person-circle:nth-child(6) {transform: translate(55%);}

	
	.person-circle:nth-child(10) {transform: translate(55%);}
	.person-circle:nth-child(11) {transform: translate(55%);}
	.person-circle:nth-child(12) {transform: translate(55%);}

	
	.person-circle:nth-child(16) {transform: translate(55%);}
	.person-circle:nth-child(17) {transform: translate(55%);}
	.person-circle:nth-child(18) {transform: translate(55%);}
	
	.person-circle:nth-child(22) {transform: translate(55%);}
	.person-circle:nth-child(23) {transform: translate(55%);}
	.person-circle:nth-child(24) {transform: translate(55%);}
	
	.person-circle:nth-child(28) {transform: translate(55%);}
	.person-circle:nth-child(29) {transform: translate(55%);}
	.person-circle:nth-child(30) {transform: translate(55%);}

}


@media screen and (min-width: 934px){
	
	.person-circle{
		margin-top:-1.5em;
	}
	
	/* unset values */
	.person-circle:nth-child(4) {transform: unset}
	.person-circle:nth-child(5) {transform: unset}
	.person-circle:nth-child(6) {transform: unset}

	
	.person-circle:nth-child(10) {transform: unset}
	.person-circle:nth-child(11) {transform: unset}
	.person-circle:nth-child(12) {transform: unset}

	
	.person-circle:nth-child(16) {transform: unset}
	.person-circle:nth-child(17) {transform: unset}
	.person-circle:nth-child(18) {transform: unset}
	
	.person-circle:nth-child(22) {transform: unset}
	.person-circle:nth-child(23) {transform: unset}
	.person-circle:nth-child(24) {transform: unset}
	
	.person-circle:nth-child(28) {transform: unset}
	.person-circle:nth-child(29) {transform: unset}
	.person-circle:nth-child(30) {transform: unset}
	
	
	/* reset values */
	
	
	
	.person-circle:nth-child(5) {transform: translate(55%);}
	.person-circle:nth-child(6) {transform: translate(55%);}
	.person-circle:nth-child(7) {transform: translate(55%);}
	.person-circle:nth-child(8) {transform: translate(55%);}
	
	.person-circle:nth-child(13) {transform: translate(55%);}
	.person-circle:nth-child(14) {transform: translate(55%);}
	.person-circle:nth-child(15) {transform: translate(55%);}
	.person-circle:nth-child(16) {transform: translate(55%);}
	
	.person-circle:nth-child(21) {transform: translate(55%);}
	.person-circle:nth-child(22) {transform: translate(55%);}
	.person-circle:nth-child(23) {transform: translate(55%);}
	.person-circle:nth-child(24) {transform: translate(55%);}
	
	
	/*--- adjust circle ----*/
	
	.circle-overlay.circle-joinus-top {
	    left: 24%;
	    top: -11%;
	    width: 116em;
	}
	
	.flip-box-front h3{
		font-size:1.4em;
	}
	
}

@media screen and (min-width: 1024px){
	
	.case-study-nav{
		padding:0;
	}
	
	.active a{
		/* color:#D8DC40; */
		color:var(--color-lime-green);
	
		transition: all .4s var(--easing-authentic-motion);
		outline:0;
	}
	
	
	.circle-left-side{
		top: -9em;
		width: 83em;
		left: -47%;
	}
	
	.circle-overlay.opacity-90{
		display:block;
	}
	
	
	.case-study {
	    background-color: unset;
	}
	
	.case-study.active{
		transform:unset;
		transition:unset;
	}
	
	.case-body{
		padding:unset;
	}
	
	.desktop-only{
		display:block;
	}
	
	.case-container {
	    background-color: unset
	}
	
	.mobile-spacing-bottom {
	    margin-bottom: 0em;
	}
	
	.people-facet-search {
		display:block;
	}
	
	
	
	.how-to-apply{
		padding-top: 7em;
	    padding-bottom: 7em;
	}
	
	
	.has-pf-mustard-yellow-background-color{
		opacity:0 !important;
	}
	
	
	.has-pf-light-blue-background-color {
	    background-color: unset;
	}
	
	.has-pf-light-yellow-background-color{
		 background-color: unset;
	}
	
	.main-navigation a:hover:before{
		width: 100%;
		transition: width .3s,opacity 0s linear 0s;
		opacity: 1;
	}
	
	.people-facet-search {
	    width: 15em;
	    margin-left: 1em;
	}
	
	.people-facet-search-inner {
	    position: relative;
	    z-index: 2;
	    text-align: left;
		margin-top: 15em;
	}
	
	.people-facet-search .circle-search {
	    display: block;
	}
	
	.people-container {
	    justify-content: flex-start;
	}
	
	.mobile-only{
		display:none;
	}
	
	.image-cover-height{
		
		height:50vh;
		min-height:25em;
	}
	
	.main-navigation a:hover:before, .main-navigation .current-menu-item a:before{
		width: 100%;
		transition: width .3s,opacity 0s linear 0s;
		opacity: 1;
	}
	
	.columns-2 {
	    columns: 2;
		grid-gap: 0 2em;
	}
	
	.gb-container-inside {
		/*
	    padding-top: 10em;
	    padding-bottom: 10em;
		*/
	}
	
	
	/*=========== expertise ==============*/
	.expertise-section{
		padding-top:8em;
		padding-bottom:8em;
		
		
	}
	
	
	.expertise-titles{
		width:33.333%;
	}

	.expertise-bodies{
		width:33.333%;
		position:relative;
		z-index: 11;
		top:unset;
	}
	
	.expertise-body{
		position:absolute;
		top:50%;
		left:0;
		opacity:1;
		transition: all .4s var(--easing-authentic-motion); 
		transform:translateY(-50%);
		background-color:unset;
		min-height:unset;
	}
	
	.expertise-body.hide-me{
		opacity:0;
		transform:translateY(0px);
		transition: all .4s var(--easing-authentic-motion);
		
	    pointer-events: none;
	}
	

	
	.add-padding{
		padding-top:5em;
		padding-bottom:5em;
	}
	
	
	
	
	/*=========== case studies ==============*/
	
	.case-image {
	    height: 700px;
	}
	
	.case-container{
		position:relative;
	}
	
	.case-study-nav {
	    position: absolute;
	    z-index: 10;
	    top: 0em;
		left: 4em;
		background-color:unset;
	}
	
	
	
	.case-study {
	    position: relative;
		transform:unset;
		z-index:unset;
	}
	
	.case-study-inner {
	    overflow: unset;
	    height: unset;
	    padding-bottom: 0;
	}
	
	.case-body {
	    position: absolute;
	    top: 4em;
	    right: 5em;
	    z-index: 10;
	    width: 30%;
		
		/* add spacing because of title on left */
		padding-top: 10em;
	}

	
	.case-backgrounds {
	    height: 85vh;
	    overflow: hidden;
	}
	
	
	
	.case-image img{
		/*
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:center center;
		*/
	}
	
	.cases-title-container{
		width:30%;
	}
	.case-content-container{
		width:40%;
		z-index:11;
		position:relative;
	}
	
	
	
	.grid {
		display: grid;
		grid-template-columns: repeat(10, 1fr);
		grid-column-gap: 2%;
	}
	
	.people-container {
	    width: 75%;
	    margin:0;
	    padding-bottom: 5em;
		/* min-height:80vh; */
	}
	
	.person-container .gb-container-inside {
	  /*   width: 100%; */
	}
	
	.person-circle{
		/* grid-column: span 2; */
		/* width:23%; */
		/* width: calc(23vw - 7.5em);
		height: calc(23vw - 7.5em);
		
		width: calc(21vw - 7.5em);
		height: calc(21vw - 7.5em);
		*/
		
		width: calc(22vw - 9vw);
		height: calc(22vw - 9vw);
	    margin-left: 1%;
	    margin-right: 1%;
		
		margin-top:-2em;
	}
	
	.person-cirlce h3{
		font-size:1.3em;
	}
	
	.person-circle:nth-child(5) {transform: unset}
	.person-circle:nth-child(6) {transform: unset}
	.person-circle:nth-child(7) {transform: unset}
	.person-circle:nth-child(8) {transform: unset}
	
	.person-circle:nth-child(13) {transform: unset}
	.person-circle:nth-child(14) {transform: unset}
	.person-circle:nth-child(15) {transform: unset}
	.person-circle:nth-child(16) {transform: unset}
	
	.person-circle:nth-child(21) {transform: unset}
	.person-circle:nth-child(22) {transform: unset}
	.person-circle:nth-child(23) {transform: unset}
	.person-circle:nth-child(24) {transform: unset}
	
	
	
	.person-circle:nth-child(6) {transform: translate(55%);}
	.person-circle:nth-child(7) {transform: translate(55%);}
	.person-circle:nth-child(8) {transform: translate(55%);}
	.person-circle:nth-child(9) {transform: translate(55%);}
	.person-circle:nth-child(10) {transform: translate(55%);}
	
	.person-circle:nth-child(16) {transform: translate(55%);}
	.person-circle:nth-child(17) {transform: translate(55%);}
	.person-circle:nth-child(18) {transform: translate(55%);}
	.person-circle:nth-child(19) {transform: translate(55%);}
	.person-circle:nth-child(20) {transform: translate(55%)}
	
	
	
	
	.person--picture{
		width:70%;
		
		position: sticky;
		align-self: flex-start;
		/* top: 120px; */
		top: 90px;
		
		margin-left: -2em;
	}
	.person--content{
		width:28%;
		margin:unset;
		margin-top: 5em;
	}
	
	/* --- need to look at this ---
	.gb-block-layout-column:nth-child(1) {
	    columns: 2;
	}
	*/
	
	.person-circle h2 {
		width: 75%;
		font-size: 1.6em;
	}
	
	.wp-block-cover__inner-container{
		max-width:650px;
		margin:auto;
	}
	
	
	.person--content-inner {
		/*
	    max-height: 40vh;
	    overflow: hidden;
		*/
		overflow: hidden;
		
		height: 24.2em;
		margin-bottom:1em;
		/*
		transition: height 0.5s cubic-bezier(0, 1, 0, 1);
		transition-delay: 1s;
		*/
	}
	
	/*
	
	.open-me .person--content-inner{
		height:auto;
		transition: height 3.5s cubic-bezier(0, 1, 0, 1);
		transition-delay: 1s;
	}
	*/
	
	
	.open-me .person--picture{
		width:40%; 
		/* margin-left:-30%; */
		transition:.4s;
		
	}
		
	.open-me .person--content{
		width:55%;
		transition:.4s;
	}

	
	
	

}


@media screen and (min-width: 1290px){
	.circle-overlay.circle-joinus-top{
		left: 30%;
		top: -24%;
		width: 122em;
		
	}
	
	
}

@media screen and (min-width: 1600px){
	
	.circle-overlay.circle-joinus-top{
		left: 34%;
		    top: -46%;
		    width: 122em;
	}
	
	
	
	.person-circle h2 {

	    font-size: 2em;
	}
	
	.person-circle {
		/*
	    width: calc(23vw - 9em);
	    height: calc(23vw - 9em);
		*/
	}
	
	
	.wp-block-cover {
	    /* font-size: 2rem; */
		/* min-height:26em; */
	}
	
	.wp-block-cover.header-cover p{
		/* font-size: 2em !important; */
	}
	
	.wp-block-cover__inner-container {
	    max-width: 600px;
	    margin: auto;
	}
	
	.wp-block-cover__inner-container{
		max-width:600px;
		margin:auto;
	}
}



@media screen and (min-width: 2100px){
	body{
		font-size:17px;
	}
	
	.circle-search {
	    transform: translate(-724px, -106px);
	}
}






@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}









