/*!
Theme Name: DentistLink
Theme URI: https://marlowfive-0.com
Author: Scott Marlow
Author URI: https://marlowfive-0.com
Description: A custom, mobile responsive HTML5 WordPress Theme, based on _S, for DentistLink - a free dental referral service provided by the Arcora Foundation
Version: 10.2024
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

DentistLink 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
	- Colors
	- 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 {
	font-size: 62.5%;
	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` 
 *  within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.8rem;
	margin: 0.5em 0 1em 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;
}
.wp-block-group.has-background {
	padding: 30px;
}
/* SWM replaced with more a11y friendly image replacement call-to-action circles
 * https://css-tricks.com/css-image-replacement/
.home .wp-block-column .wp-block-group.has-background {
	border-radius: 50%;
	margin-bottom: 1.5em;
}
 */
.circle-yellow a {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdb813+0,fdb813+50,443205+100 */
background: #fdb813; /* Old browsers */
background: -moz-linear-gradient(top, #fdb813 0%, #fdb813 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fdb813 0%,#fdb813 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fdb813 0%,#fdb813 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}
.circle-blue a {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b5d0+0,00b5d0+50,ffffff+100 */
background: #00b5d0; /* Old browsers */
background: -moz-linear-gradient(top, #00b5d0 0%, #00b5d0 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00b5d0 0%,#00b5d0 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00b5d0 0%,#00b5d0 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}
.circle-green a {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31b44b+0,31b44b+50,ffffff+100 */
background: #31b44b; /* Old browsers */
background: -moz-linear-gradient(top, #31b44b 0%, #31b44b 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #31b44b 0%,#31b44b 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #31b44b 0%,#31b44b 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}
.circle-yellow a:hover, .circle-yellow a:focus, .circle-yellow a:active {
background: #fdb813;
}
.circle-blue a:hover, .circle-blue a:focus, .circle-blue a:active {
background: #00b5d0;
}
.circle-green a:hover, .circle-green a:focus, .circle-green a:active {
background: #31b44b;
}
/* 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: 700;
}

/**
 * 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;
}
.wp-block-image {
	line-height: 1;
}
/* 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], .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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Colors

Blue: 		#00b5d0, rgb(0,181,208)
Drk Blue:	#0080aa, rgb(0,128,170)
Green:		#31b44b, rgb(49,180,75)
Yellow:		#fdb813, rgb(253,184,19)
Grey: 		#3a3a3a, rgb(102,102,102)
Lt Grey:	#999999, rgb(153,153,153)
--------------------------------------------------------------*/
.has-black-background-color {
    background-color: #000000;
}
.has-black-color {
    color: #000000;
}
.has-bluedrk-background-color {
    background-color: #0080aa;
}
.has-bluedrk-color {
    color: #0080aa;
}
.has-blue-background-color {
    background-color: #00b5d0;
}
.has-blue-color {
    color: #00b5d0;
}
.has-green-background-color {
    background-color: #31b44b;
}
.has-green-color {
    color: #31b44b;
}
.has-yellow-background-color {
    background-color: #fdb813;
}
.has-yellow-color {
    color: #fdb813;
}
.has-grey-background-color {
    background-color: #3a3a3a;
}
.has-grey-color {
    color: #3a3a3a;
}
.has-greylt-background-color {
    background-color: #999999;
}
.has-greylt-color {
    color: #999999;
}
.has-silver-background-color {
    background-color: #aaaaaa;
}
.has-silver-color {
    color: #aaaaaa;
}
.has-white-background-color {
    background-color: #ffffff;
}
.has-white-color {
    color: #ffffff;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.5;
}
.site .site-description {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: -.05em;
	line-height: 1.3333333;
	margin: 0 auto;
	position: relative;
}
h2,
h3,
h4,
h5,
.page-title {
	color: #00b5d0;
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 1.2;
	margin: 0 0 .5em 0;
}
h1 {
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 1.2;
}
.entry-title {
	margin-bottom: .5em;
}
.archive .entry-title {
	font-size: 3rem;
	margin-bottom: 0;
}
.page-title {
	font-size: 2.1rem;
	padding: .75em 0;
	text-transform: uppercase;
}
.archive .page-title {
	color: #00b5d0;
	font-size: 3.6rem;
	padding: .75em 0 0 0;
	text-transform: none;
}
.page-header .widgettitle {
	display: none;
}
.posted-on, .tags-links   {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: inherit;
	margin: 0 0 .75em 0;
}
h4 {
	font-size:21px;
	color: inherit;
	font-weight: 500;
	letter-spacing: -.05em;
	line-height: 1.2;
}
.archive .posted-on, .archive .tags-links {
	font-weight: normal;
}
.posted-on a, .tags-links a {
	font-weight: normal;
	text-transform: none;
}
@media screen and (max-width: 60em) {
	.hidden-mobile {
		display: none;
	}
}
@media screen and (min-width: 60em) {
	.site .site-description {
		font-size: 5rem;
	}
		h1 {
		font-size: 4.2rem;
	}
	h2 {
		font-size: 3.6rem;
	}
	h3 {
		font-size: 3rem;
	}
}
p {
	margin: 0 0 1.5em 0;
}
#alert p, #utility p {
	margin: 0;
}
#utility p {
	margin: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote, .wp-block-quote, .wp-block-pullquote blockquote  {
	border-left: none;
	font-size: 1.8rem;
	font-style: normal;
	margin: 0 0 1.5em 0;
	padding: 1em;
	quotes: "" ""
}
.wp-block-pullquote {
	border: none;
}
.wp-block-pullquote blockquote  {
	background: #00b5d0;
	border-radius: .5em;
	color: #fff;
	font-style: normal;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	padding: 1em;
	text-align: left;
	quotes: "" ""
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 35rem;
}
.wp-block-pullquote blockquote, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
		font-size: 1.8rem;
}
blockquote p:last-of-type, .wp-block-quote p:last-of-type, .wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	color: inherit;
	font-size: 1.8rem;
	margin-top: 0;
}
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%;
}
.has-huge-font-size {
	font-size: 3.4rem !important;
	font-weight: 300;
	letter-spacing: -.05em;
	line-height: 1.3333333;
	margin-bottom: .5em;
}
.has-large-font-size {
	font-size: 2.8rem !important;
	letter-spacing: -.05em;
	line-height: 1.25;
	margin-bottom: .5em;
}
.has-medium-font-size {
	font-size: 2.2rem !important;
	line-height: 1.25;
	margin-bottom: 1em;
}
.has-small-font-size {
	font-size: 1.6rem !important;
	margin-bottom: 1em;
}
@media screen and (min-width: 60em) {
	.has-huge-font-size {
		font-size: 4.8rem !important;
		line-height: 1.2;
	}
	.has-large-font-size {
	font-size: 4rem !important;
	line-height: 1.2;
	}
}


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

hr, .wp-block-separator, .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	background-color: #666;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}
.entry-content li {
	margin-bottom: .2em;
}
@media screen and (min-width: 60em) {
ul,
ol {
	margin: 0 1.5em 1.5em 1.5em;
}
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.entry-content .sd-content ul li, .entry-meta .sd-content ul li {
	margin: 0 .75em 0 0;
}
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 {
	display: inline-block;
	margin: 0 0 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.wp-block-table th, .wp-block-table tr:first-child td {
	font-weight: 700;
}
/* Links
--------------------------------------------- */
a {
	color: #0080aa;
	text-decoration: underline;
}
.entry-title a, .entry-meta a, .entry-footer a {
	color: inherit;
}
#secondary a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.edit-link a {
	float: right;
	text-transform: uppercase;
}
a:hover,
a:focus,
a:active {
	color: #191970;
	text-decoration: none;
}
#secondary a:hover,
#secondary a:focus,
#secondary a:active {
	color: #fdb813;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Forms
--------------------------------------------- */
button, input[type=button], input[type=reset], input[type=submit], .wp-block-button__link, .wp-block-button__link:visited {
	background: rgba(0,128,170,1);
	border: 2px solid;
	border-color: rgba(0,128,170,1);
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: .75em;
	padding: 0.5em 1.5em;
	text-transform: none;
}
#utility input[type=submit] {
	display: none;
}
.wp-block-button__link:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #fff;
	color: rgba(0,128,170,1);
	text-decoration: none;
}
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: rgba(255,255,255,1);
	color: #fff;
	opacity: .8;
	text-decoration: none;
}

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 {
	background: inherit;
	border: 2px solid #00b5d0;
	border-radius: 4px;
	color: #00b5d0;
	padding: 3px;
	text-transform: uppercase;
}
#utility input[type=search] {
	border-color: #fff;
	color: #fff;
}
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: #000;
}

select {
	border: 2px solid #00b5d0;
	border-radius: 4px;
}

textarea {
	width: 100%;
}
.single .entry-meta {
	border-top: 1px solid #00b5d0;
	border-bottom: 1px solid #00b5d0;
	padding: .75em 0;
}
@media screen and (min-width: 60em) {
	.single .entry-meta {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr
	}
	.single .posted-on, .single .tags-links {
		display: flex;
		flex-direction: column;
	}
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	/*box-shadow: 0 140px 56px 28px #31b44b;*/
	box-shadow: 0 140px 56px 28px rgba(0,0,0,.25);
	margin: 0 auto;
	max-width: 144rem;
}
.site {
	background: #fff;
}
.site-header, .site-main, .widget-area, .site-info {
		padding: 0 1.5rem;
}
.site-header {
		align-items: center;
		display: flex;
		justify-content: space-between;
}
.head-img {
	position: relative;
}
.head-img .has-huge-font-size {
	color: #fff;
	font-weight: 700;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	text-shadow: 1px 1px 1px #000;
}
.widget-area {
	padding: .25em 1.5rem;
}
	#alert.widget-area {
	background: #fdb813;
	}
#secondary.widget-area {
	background: #3a3a3a;
	border-top: 1rem solid #31b44b;
	clear: both;
	color: #fff;
	font-size: 1.6rem;
	margin-top: 1.5em;
	padding-top: 1.5em;
}
.site-footer {
	background: #000;
	color: #999;
	font-size: 1.6rem;
	padding: 1.5em;
	text-align: center;
}
.page-header {
	grid-area: header;
}
.has-background .has-text-color, .has-blue-background-color.has-white-color, .has-yellow-background-color.has-white-color, .has-green-background-color.has-white-color {
	text-shadow: 4px 4px 8px rgba(0,0,0,.4)
}
.has-background:not(.alignfull) {
	border-radius: .5em;
}
.wp-block-column.border-fancy, .border-fancy .wp-block-cover__image-background {
	border-top-right-radius: 3em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 3em;
	border-bottom-right-radius: 0;
}
.wp-block-column.border-fancy {
	padding: 0;
}
/* Atlassian Jira 
 * implemented Jan 29, 2021, per Olivier
 * temporary fix to change position and styling of sitewide jira bug collector
 * https://confluence.atlassian.com/adminjiraserver073/using-the-issue-collector-861253486.html
 */
#atlwdg-trigger {
	display: none !important;
}
.page-template-page-atlas #atlwdg-trigger {
	display: inline-block !important;
}
.page-template-page-atlas .atlwdg-trigger {
	font-size: 18px;
}
#atlwdg-trigger.atlwdg-trigger.atlwdg-TOP {
	right: 0;
	left: inherit;
}
#utility.widget-area {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: .25em 1.5rem;
}
.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container {
	max-width: 40%;
	padding: 0;
}
@media screen and (min-width: 60em) {
	.site-header, .site-main, .site-info, .wp-block-cover__inner-container  {
		padding: 0 10rem;
	}
	.widget-area {
	padding: .25em 3rem;
}
	#alert.widget-area {
		display: flex;
		padding: .25em 10rem;
	}
	#utility.widget-area {
		justify-content: flex-end;
		padding: .25em 10rem;
	}
	#utility.widget-area .alert {
		flex: 1 0 100%;
	}
	.site-branding {
		flex-shrink: 0;
	}
	.archive .site-main {
		display: grid;
		column-gap: 6.5%;
		row-gap: 1.5em;
		grid-template-columns: 29% 29% 29%;
		grid-template-rows: auto;
		grid-template-areas:
	"header header header"
"main main main"
}
	.archive .page-header {
		display: grid;
		grid-template-columns: 65.27419% 28.225806%;
		grid-column-gap: 6.5%;
	}
	.page-header .widget {
	padding-top: 1.5em;
}
	.archive .type-post {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.archive .entry-content {
		display: flex;
		flex-direction: column;
		max-width: 35rem;
	}
	.widget-area {
		display: grid;
		grid-gap: 3em;
		grid-template-columns: 2fr 1fr 1fr 2fr;
	}
}
@media screen and (min-width: 80em) {
	.has-custom-content-position .wp-block-cover__inner-container {
		max-width: 80%;
	}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

.main-navigation ul ul a {
	border-radius: 4px;
	font-weight: 400;
	padding: .5em .5em .5em 1em;
}

.main-navigation li {
	margin: 0 .125em;
	position: relative;
}

.main-navigation a {
	color: #666;
	display: block;
	font-weight: 700;
	line-height: 1.3333333;
	padding: .3333333em 1em;
	text-decoration: none;
}
.main-navigation .menu > li:last-child a {
	border: 1px solid;
	border-radius: 5px;
}
#utility a[href^="tel"]{
	background: #fff;
	border: none;
	color: #000;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
	background: #0080aa;
	border-radius: 4px;
	color: #fff;
}
.main-navigation .current-menu-item > a {
	background: #0080aa;
	border-radius: 4px;
	color: #fff;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:focus, .main-navigation ul ul a:active {
	background: inherit;
	color: #0080aa;
	text-decoration: underline;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
	background: #0080aa;
}
@media screen and (min-width: 60em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
	}
	.main-navigation ul ul {
	background: rgba(255,255,255,1);
	border-radius: 4px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	flex-direction: column;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul a {
	border-radius: 4px;
	font-weight: 400;
	padding: .5em .5em .5em 1em;
	width: 300px;
}

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

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	font-size: 1.6rem;
	margin: 1.5em 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;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-header {
	padding-top: 1.5em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.tags-links {
	margin: 0 .75em;
}
.archive .tags-links {
	display: block;
	margin: 0;
}
@media screen and (min-width: 60em) {
.single .post-thumbnail {
	float: right;
	margin-left: 1.5em;
}
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget-area .widget {
	margin: 0;
/*	min-width: 14rem;
	max-width: 42rem;
	*/
}

.widget select {
	font-size: 1.6rem;
	max-width: 100%;
	padding: .25em;
}
.widget_google_translate_widget {
	line-height: 1;
}
@media screen and (min-width: 60em) {
	.widget-area .widget {
		align-self: center;
		margin: 0;
	}
	.widget select {
		width: 35rem;
	}
}
/* 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;
	margin: .75em auto;
	padding-right: 1.5rem;
}

/* 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, .wp-block-embed figcaption, .wp-block-image figcaption {
	font-size: 1.6rem;
	margin: 0 auto;
	text-align: center;
}

.wp-caption-text {
	text-align: center;
}
.wp-block-image figcaption a {
	background: #00b5d0;
	color: #fff;
	display: block;
	font-size: 2.1rem;
	padding: .5em;
}
.wp-block-image figcaption a:hover, .wp-block-image figcaption a:focus, .wp-block-image figcaption a:focus {
	background: #00b5d0;
	text-decoration: none;
}
/* 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: 4px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 1.8rem;
	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, .alignright, .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wp-block-image .aligncenter {
	text-align: center;
}
.home .cta-boxes .wp-block-column{
	align-self: stretch;
	border-radius: .5em;
	margin-bottom: 1.5em;
	padding: 1.5em;
}
.alignwide, .alignfull, .wp-block-image.alignfull img {
	margin: 0 auto;
	max-width: 144rem;
  width: 100%;
}
.border-fancy .wp-block-jetpack-phone {
	margin: 0 auto; 
	font-weight: bold;
	text-align: center;
}
.alignnarrow {
	margin: 0 auto;
	max-width: 800px;
}
@media screen and (min-width: 60em) {
.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;
}
.alignwide, .alignfull, .wp-block-image.alignfull img {
	margin: 0 auto;
	position: relative;
  width: calc(100% + 200px);
	left: -100px;
}
}
