pre {
	font-family: 'Fira Code', 'Courier New', Courier, monospace;
	font-size: 12px;
}
.lower {
	text-transform: none;
}
.component__hero-start-page {
	height: 50vh;
}

.availableTable,
.box {
	background-color: #fff;
	border-radius: 16px;
	padding: 40px;
	margin-bottom: 32px;
}

.box {
	padding: 24px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 0;
}

.box a {
	color: inherit;
}
.contactBubble {
	width: 32px;
	height: 32px;
	display: flex;
	background-image: url('../img/contactBubble.png');
	background-repeat: no-repeat;
	background-size: 100%;
	color: #f6f6f1;
	margin: 0 auto 8px auto;
	justify-content: center;
    align-items: center;
	font-size: 10px;
}

.contactBubble svg {
	fill: currentColor;
	width: 16px;
	height: 16px;
}

.contactBubble .icon-envelope:before {
	margin: 0 0 0 -4px;
    font-size: 12px;
}
.contactBubble .icon-phone:before {
	margin: 0;
    font-size: 15px;
}

.availableTable h5 {
	text-transform: none;
}

.availableTable ul {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.availableTable ul li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.availableTable ul li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.availableTable time,
.availabilityBox time {
	font-family: 'Oswald', sans-serif;
}

.tax-list,
.availabilityBox {
	font-size: 14px;
	line-height: 20px;
}

.availabilityBox a {
	color: #000000;
}

.tax-list h6,
.availabilityBox h6 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	line-height: 16px;
}

.tax-list a {
	color: #000000;
}

.availabilityBox {
	background: rgba(65, 152, 233, 0.1);
	border-radius: 8px;
}

.content-section {
	margin-bottom: 24px;
}
.content-section h3,
.content-section h4 {
	text-transform: none;
}

.person-header {
	position: relative;
	margin-top: -100px;
}
.person-header h1 {
	text-transform: none;
	margin-bottom: 0;
}

.person-header figure {

	margin: 0 auto;
	overflow: hidden;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	position: relative;
}


.person-header figure.loading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(251,251,244,0.5);
}

.person-header figure.loading:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 2em;
	height: 2em;
	margin-left: -1em;
	margin-top: -1em;
	border-radius: 50%;
	border: 4px solid #000;
	border-right-color: transparent;
	border-top-color: transparent;
	animation: rotate .5s infinite linear;
}


.person-card {
	background: #f6f6f1;
	border-radius: 16px;
	height: 100%
}

.person-card.inactive {
	background: #f4f4f4;
}

.person-card.inactive .availabilityBox {
	background-color: #ffffff;
}

article .person-header,
.person-header.my-page {
	margin-top: 0;
}

article .person-header figure {
	width: 112px;
	height: 112px;
	border: 4px solid #4198E9;
}

article .person-header.inactive figure {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border:none;
}

article .person-header .h2 {
	font-size: 30px;
	line-height: 36px;
}

.tag {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #f6f6f1;
	background-color: #4198E9;
	border-radius: 100px;
	display: inline-block;
	padding: 0 12px;
	text-transform: uppercase;
	transform: translateY(-13px);
}
.person-header.inactive .tag {
	background-color: #b5b5b5;
}

.component__content-with-background .entry-content {
	color: #fff;
}

.textlabel {
	flex-grow: 1;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #000000;
	margin-left: 8px;
}
.archive .js-post-feed__filter {
	text-align: left;
	margin-bottom: 0;
}
.filter-button {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000000;
	padding: 8px 16px;
	border: 1px solid #000000;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-transform: uppercase;
	transition: background-color 300ms ease-out;
}

.filter-button:hover {
	background-color: rgba(0, 0, 0, 0.12);
}

.filter-button:focus-visible {
	box-shadow: inset 0 0 0 1px #000000;
}

.filter-button.active {
	background-color: #000000;
	color: #ffffff;
}

.editProfileLink {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

.mobile-filter {
	background-color: #6191b1;
	border-radius: 4px;
	color: #f6f6f1;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	padding: 8px 16px;
}
.mobile-filter p {
	margin-bottom: 16px;
}

.mobile-filter button {
	border: none;
	padding: none;
	appearance: none;
	color: #f6f6f1;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-decoration: underline;
}

.mobile-filter button.active {
	font-weight: 700;
	text-decoration: none;
}

.mobile-filter .header {
	cursor: pointer;
}

.mobile-filter .open .chevron {
	transform: rotate(-180deg);
}

.off-canvas-my-page-link {
	color: #fff;
	text-decoration: none;
	padding: 20px 25px 0;
	display: inline-block;
	width: 100%;
	font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
	font-size: .75rem;

}
.off-canvas-my-page-link:hover {
	color: rgba(255,255,255, 0.7)
}

.h4-midsize {
	font-size: 20px;
	line-height: 28px;
	text-transform: none;
}
.smaller-text {
	font-size: 16px;
	line-height: 26px;
}

.on_off_toggle {
	position: relative;
	width: 80px;
	height: 48px;
	background-color: #6191B1;
	border-radius: 48px;
	cursor: pointer;
}

.on_off_toggle .handle {
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	content: '';
	transition: left 350ms;
}

.on_off_toggle.off {
	background-color: #B5B5B5;
}

.on_off_toggle.off .handle {
	left: 36px;
}

.buttons {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding-top: 16px;
}
