/*!
Theme Name: SKD
Theme URI: http://underscores.me/
Author: Boom Visibility
Author URI: https://www.boomvisibility.com/
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: skd
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.

SKD 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: #767676;
	font-family: 'Barlow', -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;
	font-family: 'Libre Baskerville', serif;
	color: #85C2DB;
	line-height: 1.2;
}

p {
	font-size: 18px;
	margin: 1em 0;
}

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

blockquote {
	margin: 0;
	padding: 0 1.5em;
	border-left: 2px solid #85C2DB;
}

blockquote, blockquote p {
  font-style: italic;
}

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%;
}

@media(min-width: 767px) {
	h1 {font-size: 60px;}
	h2 {font-size: 45px;}
	h3 {font-size: 33px;}
	h4 {font-size: 26px;}
	h5 {font-size: 22px;}
	h6 {font-size: 18px;}
}

@media(min-width: 1168px){
	blockquote, blockquote p {font-size: 22px;}
}

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

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

ul,
ol {
	margin: 1em 0;

}

ul {
	list-style: none;
}
#primary ul {padding-left: 25px;}
#primary ul li, #primary ol li  {position: relative;margin-bottom: 1em;font-size: 18px;}
#primary ul li:before {
	content: '';
	width: 11px;
	height: 11px;
	background: #F2CD48;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	left: -25px;
}

ol {
	list-style: decimal;
	padding-left: 15px;
}
ol li {
  padding-left: 10px;
}

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

ol li::marker {
	color: #85c2db;
	border-radius: 100%;
	font-weight: bold;}

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%;
	border: 1px solid #fafafa;
	border-spacing: 0;}
table tr:nth-child(even) {background: #fafafa;}
table tr th {
  background: #85c2db;
  color: #fff;
  padding: 10px;}
table tr td {
	padding: 5px 10px;
}

/* Links
--------------------------------------------- */
a {
	color: rgba(133,194,219,1);
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:visited {
	color: rgba(133,194,219,1);
}

a:hover,
a:focus,
a:active {
	color: rgba(41,166,217,1);
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-size: 18px;
	font-weight: bold;
  border: 3px solid #85C2DB;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
	box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.button.button-white {
	border: 3px solid #fff;
	color: #fff;
}

button:hover,
.button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"].search-submit:hover {
	box-shadow: inset 400px 0 0 0 #85C2DB;
	color: #fff;
	border-color: #85C2DB;
	cursor: pointer;
}
.button.button-white:hover {
	box-shadow: inset 400px 0 0 0 #fff;
	color: #85C2DB;
	border-color: #fff;}

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: #85C2DB;
}

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: 3px solid #85C2DB;
	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
--------------------------------------------------------------*/

.container {max-width: 90%; margin: 0 auto;}
.flex-container {display: flex; flex-wrap: wrap;}
.flex-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-between {
	justify-content: space-between;
}
.flex-mobile-reverse {flex-direction: column-reverse;}
.mobile-hide, .site-branding .location.location-hide {display: none;}
.desktop-hide {display: block;}
@media (min-width: 767px) {
	.flex-container.flex-2 > *, .flex-container.flex-4 > * {flex-basis: 48%;}
	.flex-reverse {flex-direction: row-reverse;}
	.flex-mobile-reverse {flex-direction: row;}
	.mobile-hide {display: block;}
	.desktop-hide {display: none;}
}
@media (min-width: 1025px) {
	.site-branding .location.location-hide {display: inline-block;}
}
@media (min-width: 1200px){
	.container {max-width: 1100px;}
	.flex-container.flex-4 > * {flex-basis: 24%;}
}

/* Header */
.alert {
  background: #F2CD48;
  color: #fff;
	padding: 5px 0 6px;
}
.alert p {
  font-size: 16px;
  margin: 0;
  line-height: 25px;
}
.alert a {color: #fff;}
.alert a:hover {color: rgba(255,255,255,0.7);}
#masthead {background: #85C2DB;color: #fff;position: relative;z-index: 15;}
#masthead .logo {padding: 10px 0;}
#masthead p {margin: 0;}
#masthead a {color: #fff;}
#masthead .logo .custom-logo-link {max-width: 256px;}
.location-icon, .location, .phone-icon, .phone {
	display: inline-block;
}
.location-icon, .phone-icon {
	background-size: cover;
	height: 41px;
	margin-right: 10px;
}
.location-icon {
	background-image: url(images/location.png);
	width: 32px;
}
.phone-icon {
	background-image: url(images/phone-call.png);
	width: 41px;
}
#masthead .location p.phone-1, .location p.address-1 {font-weight: bold;}
.location p {font-size: 20px;line-height: 1.2;}
.location p.phone-1{font-size: 27px;line-height: 1;}

@media (min-width: 767px) {
	.alert p {font-size: 20px;}
}

@media (min-width: 1025px) {
	.site-branding {padding: 15px 0;border-bottom: 1px solid #fff;}
	#masthead .logo {flex-basis: 45%; padding: 0;}
	#masthead .location {flex-basis: 55%}
	#masthead .flex-container {justify-content: space-between;align-items: center;}
}

/* Footer */
footer.site-footer {
	background: #F2CD48;
	color: #fff;
	padding: 75px 0 35px;
}
footer.site-footer a {color: #fff;}
footer.site-footer a:hover {color: rgb(255 248 222 / 80%);}
footer.site-footer a.yelp:hover path {fill: rgb(255 248 222 / 80%);}
footer hr {background-color: #fff;}
footer .footer-menu ul#footer-menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	padding: 0;}
footer .footer-menu ul#footer-menu li {padding: 0 15px;}
footer .footer-menu ul#footer-menu li a {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;}
footer .footer-menu #footer-menu span.plus, footer .footer-menu #footer-menu ul.sub-menu {display: none;}
footer h2.phone-large{
  font-family: 'Barlow', sans-serif;
  font-size: 36px;
	margin: 0;
	position: relative;}
footer .call {
	display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -72px;
	margin-left: -30px;}
footer .call h2 {
	font-family: 'Barlow', sans-serif;
  font-size: 26px;
	font-weight: 400;
	color: #fff;
	margin: 15px 0 0 0;}
footer .call svg {
	margin-right: -40px;}
footer .copyright p{
	color: #FFF8DE;
	font-size: 16px;
	margin: 0;}
.footer-menu #footer-menu {align-items: center;}
.social.flex-container {justify-content: center;align-items: center;}
.social-link:before {font-family: dashicons;font-size: 23px;}
.social-link.instagram:before{content: "\f12d";}
.social-link.facebook:before{content: "\f305";}
.social-link.twitter:before{content: "\f301";}
footer .footer-flex > * {margin: 8px 0;}
footer .footer-flex p {margin: 0;}
footer a.social-link {margin: 0 7px;}
footer .copyright {padding-top: 50px;}
.copyright.flex-container.flex-center {justify-content: center;}
.menu-copyright-container {display: inline-block;margin: 0;}
ul#copyright-menu {padding: 0;}
@media (min-width: 767px){
	footer .footer-flex > * {flex-basis: 30%;margin: 20px 0 40px;}
	footer .footer-flex p {font-size: 23px;line-height: 28px;}
	footer h2.phone-large{font-size: 56px;}
	footer .call h2 {font-size: 46px;}
	.footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		align-items: center;}
	.social.flex-container {justify-content: space-between;}
	footer a.social-link {margin-left: 14px;}
	.footer-menu .menu-main_menu-container {flex-basis: 100%;}
	.social.flex-container.flex-center {
    display: inline-block;
    margin: 0 auto;}
}
@media (min-width: 900px){
	ul#copyright-menu {
	  list-style: none;
	  margin-left: 10px;
	  padding-left: 10px;
	  border-left: 1px solid #fff;}
	ul#copyright-menu li {
	  display: inline-block;
	  margin: 0 10px 0 0;
	  padding: 0 10px 0 0;
	  border-right: 1px solid #fff;}
	ul#copyright-menu li:last-of-type {margin: 0; padding: 0; border-right: 0px solid transparent;}
}
@media (min-width: 1025px) {
	footer .footer-menu ul#footer-menu {justify-content: space-between;}
	footer .footer-menu ul#footer-menu li {padding: 0;}
	.footer-menu .menu-main_menu-container {flex-basis: 80%;}
}
/* Front Page */
.home-header {background: #85C2DB;position: relative;margin-top: -2px;}
.home-header h1, .home-header p {color: #fff;}
.home-header .background-image, .home-header .background-image img {position: relative;}
.home-header .background-image img {z-index: 1;margin-bottom: -10px}
.home-header a.button {position: relative; z-index: 10;}
.home-header .arch.separator .arch-shape {z-index: 5;}
.home-header-text h1, .main-header-text h1 {position: relative;line-height: 1;}
.welcome-text h2, .doctor-text h2 {position: relative;line-height: 1;color: #85C2DB;display: inline-block;}
.home-header-text, .main-header-text {margin-bottom: 25px;}
.home-header-text h1 span, .home-header-text h2 span, .main-header-text h1 span{display: block;}
.home-header-text h1 span.headline-first,
.main-header-text h1 span.headline-first{
	font-size: 5vw;
  position: absolute;
  left: 10px;
	top: -20px;
}
h2 span.headline-first {position: absolute;font-size: 6vw;top: -20px; right: 25px;}
h2 span.headline-second, .map h2 {font-size: 17vw;}
.home-header-text h1 span.headline-second, .h2 span.headline-second {
  font-size: 22vw;
}
.home-header-text p {
	font-size: 20px;
	margin-top: 0;
}
svg.arch-shape, svg.arch-over  {
  width: 100%;
  left: 0;
  right: auto;
  height: 150px;
  top: auto;
  bottom: -5px;
  transform: scaleX(1) scaleY(-1);
  position: absolute;
	fill:#FFFFFF;
}
svg.arch-over {
  bottom: auto;
  top: 0;
  transform: scaleX(1) scaleY(1);
}
.welcome, .doctors {position: relative;}
.welcome .small-image-back h3, .welcome .small-image-back p {
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0;
}
.ages {
  padding: 20px 0 200px 0;
}
.welcome .headline-first {left: 55px;}
.welcome .small-image-back h3{font-size: 22px;color: #85C2DB;max-width: 90%;margin: 0 auto;}
.welcome .small-image-back p{font-size: 17px;color: #C9C9C9;}
.welcome svg.arch-shape {fill:#f4f4f4;}
.small-image {position: relative;}
span.plus, span.accordion-plus {
  display: block;
  border-radius: 100%;
  background: #F2CD48;
  color: #fff;
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 0.85;
	text-align: center;
}
.plus-button .plus, span.accordion-plus {cursor: pointer;}
.plus-button .plus:before, span.accordion-plus:before {content: '+';}
.plus-button .plus.open:before, span.accordion-plus.open:before {content: '-';}
.small-image span.plus {position: absolute; bottom: 0; left:54%;z-index: 9;}
.small-image-back-1 .small-image span.plus {left:33%;}
.small-image-back-2 .small-image span.plus {left:23%;}
.doctors {padding: 75px 0; background: #f4f4f4;}
.doctors svg.arch-shape, .map svg.arch-over {fill: #85C2DB;}
.doctor-text .info {flex-basis: 70%;}
.doctor-text .info p {margin: 10px 0;}
.bio-info {padding: 0px 15px 15px 15px;background: #fff;}
.first-visit {
	position: relative;
	padding: 75px 0;
	background-color: #85C2DB;
	color: #fff;
}
.first-visit h2 {position: relative;}
.first-visit h2, .first-visit p {color: #fff;}
.first-visit .button {display: block;margin-bottom: 20px;max-width: 315px;}
.map {position: relative;padding: 0 0 65px 0;}
.insurance-section {
    padding: 75px 0;
}
.map .insurance-section h2 {
    margin: 20px 0;
    font-size: clamp(1.5rem, 8vw, 55px);
}
.insurance-section .flex-container.flex-center.flex-between {
    margin: 25px 0;
	justify-content: center;
}
.insurance {flex-basis: 48%;}
.insurance-image {
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 480px){
	.home-header-text h1 span.headline-first {font-size: 27px;left: 77px;top: 0;}
	h2 span.headline-first {font-size: 27px;top: -15px; right: 25px;}
	.doctors h2 span.headline-first {right: 5px;}
	.first-visit h2 span.headline-first {top: -20px; left: 18px;}
	.home-header-text h1 span.headline-second {font-size: 115px;}
	h2 span.headline-first {font-size: 27px;}
	.map h2, h2 span.headline-second {font-size: 65px;}
}
@media (min-width: 767px) {
	.home-header {padding: 0 0 75px 0;}
	.home-header .background-image {
	  position: absolute;
	  bottom: 0;
		margin-left: -14vw;
		max-width: 48%;}
	.home-header .flex-container > .background-container {flex-basis: 40%;}
	.home-header .flex-container > .home-header-text {flex-basis: 60%;}
	.home-header-text {margin-bottom: 0px;}
	.main-header .home-header-text {text-align: left;}
	.main-header .home-header-text h1 {display: block;}
	.welcome-text {padding: 10% 0 0 0;}
	.doctors .flex-2-offset, .first-visit .flex-container {justify-content: space-between;}
	.first-visit .flex-container.flex-2 > .visit-text {flex-basis: 43%;}
	.first-visit .flex-container.flex-2 > .visit-buttons {flex-basis: 35%;}
	.doctors .image-back-2 {flex-basis: 60%;}
	.doctors .doctor-text {flex-basis: 38%;}
	.insurance-section .flex-container.flex-center.flex-between {
		justify-content: space-between;}
	.insurance {flex-basis: 18%;}
}

@media (min-width: 1025px) {
	.home-header {padding: 75px 0 150px 0;}
	.home-header .flex-container > .background-container {flex-basis: 48%;}
	.home-header .flex-container > .home-header-text {flex-basis: 48%;}
	.welcome-text {padding: 0 10% 0 0;}
}

@media(min-width: 1350px) {
	.doctors .container, .map .container {max-width: 1300px;}
}

/* FAQ Page */
.accordion-container {margin-top: 75px;}
.accordion .plus-button span.plus {display: inline-block;}
.accordion .accordion-info {padding: 15px 30px;background: #fff;}
.accordion .info {flex-basis: 75%;cursor: pointer;}
.accordion h5.info {
	margin: 15px 0;
	font-size: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}
.accordion h5.info.active {color: #222;}

@media (min-width: 1025px){
	.accordion .info h5 {font-size: 24px;}
}

/* Team Page */
.staff-container {padding: 75px 0;}
.staff-image {position: relative;}
.staff-image blockquote {margin-right: 1.5em;}
.staff-container-1, .staff-container-3 {background: #F4F4F4;}
.staff-bio h2 {position: relative;line-height: 1;color: #85C2DB;margin: 10px 0;font-size: 10vw;}
.staff-bio h2 span {
  display: inline-block;
  margin: 0 7%;
  line-height: 1;
  padding: 0;
	font-size: 5vw;}
.staff-bio h4 {
	font-family: 'Barlow', sans-serif;
	font-size: 24px;
	color: #767676;
	font-weight: normal;
	margin: 0;}
.staff-bio p, .staff-bio ul li {
	font-size: 18px;
	line-height: 22px;}
.staff-container, .staff-container .image-container,
.service-container .image-container, .page-container {position: relative;}
.staff-container:last-of-type .arch.separator.arch-separator-top.odd {display: none;}
.staff-container .image-container .svg-background {top: -17vw;}
.staff-container .image-container img, .service-container .image-container img{
  position: relative;
  left: 0;
  border-radius: 93% 83% 99% 90%;
  top: 0;
	z-index: 1;}
.page-container .arch-shape, .staff-container-2 .arch.separator.arch-separator-top svg {fill: #f4f4f4;}
section.team-container .container{
    padding: 35px 0;
    border-bottom: 1px solid #C9C9C9;
}
.team-image .image-container, .team-image .image-container img {position: relative;}
.team-image .image-container img {width: 90%;}
.team-image .image-container svg {
  position: absolute;
  top: 0;
  left: -35px;
	z-index: -1;}
.team-image .quote-container blockquote {
	padding: 0 1.5em 0 0;
	margin-right: 1.5em;
	border-left: 0px solid transparent;
	border-right: 2px solid #85C2DB;
	text-align: right;
}
.team-image .quote-container blockquote, .team-image .quote-container blockquote p {font-size: 15px;}
@media (min-width: 480px){
	.staff-bio h2 {font-size: 5vw;}
	.staff-bio h2 span {font-size: 2.5vw;}
}

@media (min-width: 767px){
	.staff-container {padding: 150px 0;}
	.staff-container .image-container {margin-bottom: 75px;}
	.staff-container .image-container .svg-background {top: -8vw;}
	.staff-bio h2 {margin: 0 0 25px 0;}
	section.team-container .container{padding: 75px 0;}
	.team-container .flex-container.flex-2 > .quote-container {flex-basis: 55%;}
	.team-container .flex-container.flex-2 > .image-container {flex-basis: 45%;}
}

@media (min-width: 1168px) {
	.staff-container .image-container img{max-width: 440px; }
	.staff-container .image-container .svg-background {
    top: -102px;
    left: -55px;
    width: 600px;
    height: 600px;}
	.staff-bio h2 {font-size: 65px;}
	.staff-bio h2 span {font-size: 27px;}
	.team-image .quote-container blockquote, .team-image .quote-container blockquote p {font-size: 20px;}
	.team-container .staff-bio h2 {font-size: 45px;}
}

/* Services Page */
.service-container {
  padding: 50px 0;
  border-bottom: 1px solid #c9c9c9;
}
.service-container.small .flex-container {display: block;}
.service-container.small .flex-container .service-text {margin: 0 auto;}
.service-container img {
    padding: 13%;
}
.service-container h4 {
	font-family: 'Barlow', sans-serif;
	color: #767676;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;}
.service-container:last-of-type {border-bottom: 0px solid transparent;}
.service-text h2, .service-text h3 {margin: 0 0 10px 0;line-height: 1.2;}
.service-text p {font-size: 18px; line-height: 22px;}
@media(min-width: 767px){
	.service-container h4 {font-size: 24px;}
	.service-container .flex-container > .image-container {flex-basis: 35%;}
	.service-container .flex-container > .service-text {flex-basis: 60%;}
	.service-container.large .flex-container > .image-container {flex-basis: 45%;}
	.service-container.large .flex-container > .service-text {flex-basis: 50%;}
	.service-text h3, .service-text p {max-width: 500px;}
	.service-container.small .service-text > *{max-width: 100%;}
	.service-container.small .image-container {max-width: 350px; margin: 0 auto;}
}
@media(min-width: 1025px){
	.service-text h2 {font-size: 55px;}
	.service-text h3 {font-size: 40px;}
	.small-container .service-text h3 {font-size: 32px;}
	.service-container {max-width: 1000px;margin: 0 auto;}
	.service-container.large {max-width: 100%;}
	.service-container.small {
		width: 46%;
		display: inline-block;
		vertical-align: top;
		border-bottom: 0px solid transparent;
		margin: 0 7% 0 0;}
	.service-container.small:nth-child(odd) {margin: 0;}
}

/* Contact Page */
.main-header.home-header.contact-header {margin: 0;}
.main-header .main-header-text.full {flex-basis: 100%;text-align:center;padding: 3px 0 75px 0;}
svg.strings {
  position: absolute;
	top: 25px;
	left: 0;}
.contact-flex-boxes.flex-container > div {
	background: #92C9DF;
  position: relative;
	flex-basis: 100%;
  padding: 30px 15px;
	margin: 0 0 10px 0;
  text-align: center;
  color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}
.contact-flex-boxes.flex-container > div:hover {
	background:#A4CDDD;
	transform: translateY(-5px);}
.contact-flex-boxes.flex-container a {color: #fff;}
.contact-flex-boxes.flex-container p {margin: 15px 0 0 0;}
.contact-container {padding-bottom: 75px;}
h2.map-visit {margin: 0;}
@media (min-width: 767px){
	.main-header .main-header-text.full {padding-bottom: 0px;}
	.contact-flex-boxes.flex-container {justify-content: space-between;}
	.contact-flex-boxes.flex-container > div {
		flex-basis: 32.5%;
		margin: -100px 0 10px 0;
		z-index: 10;}
	.email a {font-size: 2.15vw;line-height: 1;}
	.visit-info {padding-left: 10%;}
	.contact-flex-boxes.flex-container .emergencies p {line-height: 26px;}
}
@media (min-width: 1025px){
	.contact-flex-boxes.flex-container p {font-size: 22px;}
	.contact-flex-boxes.flex-container strong {font-size: 23px;}
}
@media (min-width: 1168px){
	.email a {font-size: 23px;}
}

/* Default Page */
.rounded-image, .rounded-image div.image-container {
    position: relative;
}
.rounded-image div.image-container {
    max-width: 250px;
		margin: 0 auto;}
.rounded-image div.image-container img{
    position: relative;
    padding: 5%;
    left: 0;
    border-radius: 93% 83% 99% 90%;
    top: 0;
		z-index: 9;
}
.main-header .main-header-text {text-align: center;}
.main-header .main-header-text h1 {display: inline-block;}
.main-header .main-header-text h1 span.headline-second {font-size: 12vw;}
.main-header.home-header {margin-bottom: 75px;}
.main-header.home-header .rounded-image .svg-background svg {margin: 0;}
.white-content-container {padding: 0 0 75px 0;}
section.page-container {position: relative;}
section.page-container .intro {padding: 0 0 40px 0;flex-basis: 100%;}
section.page-container .intro p {
	font-size: 18px;
	line-height: 22px;
}
.rounded-image .svg-background {
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    height: 350px;
}
.content-container {
    background: #f4f4f4;
    position: relative;
    padding: 100px 0;
}
div.firstvisitinline {flex-basis: 100%;}
.inlinedoc p{
  display: flex;
  align-items: center;
	margin: 0;}
.inlinedoc a {font-size: 22px;margin-right: 5px;}
a.pdf {min-width: 45px;}
@media (min-width: 480px){
	.main-header.home-header .main-header-text h1 span.headline-second,
	.main-header.home-header .main-header-text h1 span.title {
    font-size: 7vw;}
	.main-header.home-header .main-header-text h1 span.headline-first {font-size: 2vw;left: 35px;}
	.main-header.home-header .main-header-text.search-header h1 span.headline-first {
    font-size: 23px;
    position: absolute;
    left: 10px;
    top: -21px;}
}
@media (min-width: 767px){
	.main-header.home-header .flex-container, section.page-container .flex-container {justify-content: space-between;}
	.main-header.home-header .flex-container {height: 30vw;}
	.white-content-container {padding: 0px 0 75px 0;}
	.rounded-image, .rounded-image div.image-container {
    position: relative;
    max-width: 100%;}
	.rounded-image .svg-background {
	  position: absolute;
		top: -8vw;
		left: -6vw;
		width: 60vw;
		height: 60vw;}
	div.firstvisitinline {flex-basis: calc(100% - 200px);}
	.rounded-image div.image-container img.full {
    left: 50%;
    transform: translateX(-50%);
    min-width: 325px;}
}
@media(min-width: 900px){
	.main-header.home-header .main-header-text h1 span.headline-second,
	.main-header.home-header .main-header-text h1 span.title {font-size: 60px;}
	.main-header.home-header .main-header-text h1 span.headline-first {font-size: 23px;}
	.main-header .main-header-text {text-align: left;}
}
@media(min-width: 1025px){
	.main-header.home-header .main-header-text h1 span.headline-second,
	.main-header.home-header .main-header-text h1 span.title {font-size: 80px;}
	.main-header.home-header .flex-container {height: 175px;}
	section.page-container .intro {padding: 0 0 75px 0;}
	section.page-container .intro, .main-header .main-header-text {flex-basis: 42%;}
	.top-break-no-intro {
    width: 100%;
    padding-bottom: 150px;}
	.rounded-image .svg-background {
    top: -140px;
    left: -100px;
    width: 790px;
    height: 801px;}
}

/* 404 page */
section.error-404 {padding: 75px 0 150px;}
form.search-form {
  display: flex;
}
form.search-form label {flex-basis: 45%;margin-right: 2px;}
input.search-field {
  border-radius: 0px;
	border: 3px solid #ccc;
  padding: 10px 15px;
  line-height: 1;
	width: 100%;}
input[type="submit"].search-submit {
  color: #85C2DB;
  background: transparent;
  line-height: 1;
	height: 45px;}

/* Blog Page */

h2.entry-title {margin-bottom: 15px;}
.post-container {position: relative;padding: 0 0 75px 0;}
.post-container article .flex-container {margin-bottom: 25px;}
.post-container article .entry-summary {margin-bottom: 55px;}
.entry-image {margin: 0 auto;}
@media (min-width: 767px){
	.entry-image {margin: 0;}
	.post-container article:nth-child(even) .flex-container {flex-direction: row-reverse;}
	.post-container {padding: 75px 0;}
	.post-container {padding: 150px 0 75px 0;}
	.post-container h2.entry-title {font-size: 30px;}
	.post-container article .flex-container .entry-summary {flex-basis: calc(100% - 420px);}
}
@media (min-width: 1025px){
	.post-container h2.entry-title {font-size: 45px;}
}

/* Pagination */
.navigation {text-align: center;}
#primary .navigation ul {padding: 0;}
.navigation li { display: inline-block; margin-right: 5px;}
.navigation li:before {display: none;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {text-decoration:none;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	border-radius: 3px;
	border: 1px solid #85C2DB;
	cursor: pointer;
	padding: 5px 12px; }
.navigation li a:hover, .navigation li.active a { background-color: #85C2DB; color: #fff;}

/* Single Post */
.single .post-container {padding: 0 0 75px 0;}
.main-header.home-header .main-header-text h1.post-title {margin-bottom: 15px;width: 100%;}
.main-header.home-header .main-header-text .entry-meta,
.main-header.home-header .main-header-text .entry-meta a {color: #fff;}
@media (min-width: 767px){
	.main-header.home-header .main-header-text h1.post-title span.title {font-size: 38px;}
}

@media (min-width: 1025px){
	.main-header.home-header .main-header-text h1.post-title span.title {font-size: 55px;}
	.main-header.home-header.single-header {padding: 75px 0 150px 0;margin-bottom: 125px;}
}

/* Search page */
section.search-page {padding: 75px 0 150px;}
section.page-container.search-page article:first-of-type {padding-top: 0px;}

/* Insurance Page */
@media(min-width: 767px){
	.insurance-right {
		flex-basis: calc(100% - 250px);
	}
}

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

/* Image Shapes */
.image-back-1, .image-back-2 {
	position: relative;
}
.image-back-1 img {
	border-radius: 97% 109% 97% 111%;
	padding: 15% 18% 5% 5%;
	position: relative;
	z-index: 9;}
.image-back-2 img {
	border-radius: 97% 109% 97% 111%;
	padding: 15% 18% 5% 5%;
	position: relative;
	z-index: 9;}
.small-image-back {
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;}
.small-image-back .service-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;}
.small-image-back-1 img,
.small-image-back-2 img,
.small-image-back-3 img,
.small-image-back-4 img{position: relative;z-index: 9;}
.small-image-back-1 img {
	border-radius: 97% 109% 97% 111%;
	padding: 15% 18% 5% 5%;}
.small-image-back-2 img {
	border-radius: 160% 174% 174% 126%;
  padding: 17% 18% 5% 7%;}
.small-image-back-3 img {
	border-radius: 120% 127% 117% 128%;
	padding: 15% 5% 5% 18%;}
.small-image-back-4 img {
	border-radius: 115% 154% 129% 146%;
	padding: 15% 18% 5% 5%;}

/* image gallery styles based onResponsive Lightbox by dFactory*/

.imagelightbox-overlay {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; }

#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	top: 50%;
	touch-action: none;
	box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);}

.imagelightbox-caption {
	text-align: center;
	color: #222;
	background-color: #F2CD48;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em;}

.imagelightbox-arrow {
	width: 28px;
	height: 109px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	background: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0;
	position: fixed; }

.imagelightbox-arrow-left {
	background-image: url(images/left-arrow.png);
	left: 10%; }

.imagelightbox-arrow-right {
	background-image: url(images/right-arrow.png);
	right: 10%; }

.imagelightbox-arrow-left:active, .imagelightbox-arrow-left:hover, .imagelightbox-arrow-right:active, .imagelightbox-arrow-right:hover {
	background-color: transparent;
	box-shadow: none;
	background-position: 0 1px; }

.imagelightbox-close {
	cursor: pointer;
	width: 2.5em;
	height: 2.5em;
	background-color: #F2CD48;
	position: fixed;
	z-index: 10002;
	top: 2.5em;
	right: 2.5em;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}

.imagelightbox-close:hover {
	background-color: #fff;
	}

.imagelightbox-close:before,
.imagelightbox-close:after {
	width: 2px;
	background-color: #222;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;}

.imagelightbox-close:before {transform: rotate(45deg);}
.imagelightbox-close:after {transform: rotate(-45deg);}

/* Map Section */
.contact-info h2 {
	position: relative;
	line-height: 1;
	color: #85C2DB;
}
.hours table {border: 0px solid transparent;}
.hours table tr:nth-child(even) {background: transparent;}
.hours table tr td {
	font-size: 18px;
	line-height: 1.2;
	padding: 0;
}
.map-container {width: 100%;}
.map-container .map-group{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}
.map-group iframe, .map-group img{
	border-radius: 97% 86% 97% 111%;
	padding: 9% 12% 9% 0%;
	position: absolute;
	top: 7%;
	left: 8%;
	bottom: 0;
	right: 0;
	width: 90%;
	height: 90%;
	z-index: 9;}
.svg-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 767px){
	.contact-info h2 {font-size: 65px;}
	.home .map .map-container {flex-basis: 60%;}
	.home .map .contact-info {flex-basis: 35%;}
	.contact-container .map .map-container {flex-basis: 47%;}
	.contact-container .map .contact-info {flex-basis: 47%;}
}

/* Forms */
.gform_wrapper.gravity-theme .gfield_label {
	text-transform: uppercase;
	letter-spacing: 1px;
}
input[type="submit"] {
	background: #fff;
	color: #85C2DB;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	padding-top: 15px;}
.main-navigation ul#primary-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;}
.main-navigation ul ul.sub-menu {padding: 0;margin: 10px 0;}
.main-navigation a {
	display: block;
	text-decoration: none;}
.main-navigation ul#primary-menu > li > a {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	display: block;
	margin-right: 2.5vw;
	font-weight: bold;}
.main-navigation ul#primary-menu > li:not(.emphasis) > a {padding: 0 0 20px 0;}
.main-navigation ul#primary-menu > li.emphasis > a {border-bottom: 2px solid #f2cd48;}
.main-navigation ul#primary-menu > li > a:hover,
.main-navigation ul#primary-menu > li.current-menu-item > a {color: #F2CD48;}
#masthead .location a:hover {
  color: rgb(255 255 255 / 80%);}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.close-toggle {display: none;}
.main-navigation .open ul {display: block;}
span.dashicons-menu:before {color: #85C2DB;}
button.menu-toggle {
  position: absolute;
  top: 25px;
  right: 25px;
	line-height: 1;}
button.menu-toggle:hover, button.close-toggle:hover {border:3px solid #efefef;}
button.menu-toggle:hover span.dashicons-menu:before,
button.close-toggle:hover span:before {color: #fff;}
@media(max-width: 1025px){
#masthead .menu-main_menu-container {
	display: block;
  position: fixed;
  top: 0;
  left: -100vw;
  background: rgba(255,255,255,0.9);
  height: 100%;
  width: 100%;
	z-index: 9999;
	padding: 20px;
	overflow: scroll;}
#masthead .menu-main_menu-container #primary-menu {
	position: absolute;
	top: 25%;}
.main-navigation .open ul#primary-menu {display: block;}
.main-navigation ul li > .sub-menu {display: none;}
#masthead .main-navigation ul#primary-menu > li > a,
#masthead .main-navigation ul#primary-menu .location,
#masthead .main-navigation ul#primary-menu .location a,
#masthead .main-navigation ul ul.sub-menu li a{
	color: #85C2DB;}
#masthead .main-navigation ul#primary-menu > li > a {
	padding: 10px 0;}
#masthead .main-navigation ul#primary-menu .location p.phone-1 {font-size: 20px;}
#masthead .main-navigation ul#primary-menu .address,
#masthead .main-navigation ul#primary-menu .phone-info {
	margin-top: 20px;}
#masthead .menu-main_menu-container{
	-webkit-transition: left 0.5s ease-in-out;
	-moz-transition: left 0.5s ease-in-out;
	-ms-transition: left 0.5s ease-in-out;
	-o-transition: left 0.5s ease-in-out;
	transition: left 0.5s ease-in-out;}
#masthead .menu-main_menu-container.open {left: 0;}
#masthead .menu-main_menu-container .sub-menu li {margin-bottom: 10px;}
#primary-menu span.plus {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;}
.location-hide .flex-container {display: block;}
.menu-toggle,
.main-navigation.toggled ul,
.close-toggle {
	display: block;}
.close-toggle span.dashicons-menu:before {
	content: "X";
	font-size: 18px;
	font-weight: bolder;
	font-family: 'Barlow', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;}
}
@media screen and (min-width: 1025px) {
	.main-navigation ul#primary-menu {display: flex;}
	.main-navigation ul li > .sub-menu {
		box-shadow: 6px 6px 0 #F2CD48;
		border: 2px solid #fff;
		margin: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		transform: translateY(30px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;}
	.main-navigation ul ul li:hover > ul.sub-menu {
		display: block;
		left: auto;}
	#masthead .main-navigation ul ul.sub-menu li a{
		background: #fff;
		color: #85C2DB;
		padding: 7px 15px;}
	.main-navigation ul li > .sub-menu.open {
		left: auto;
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;}
	#masthead .main-navigation span.plus {display: none;}
	#masthead .main-navigation ul ul.sub-menu li a:hover{
		background: #85C2DB;
		color: #fff;}
	#primary-menu .location-group {display: none;}
}

.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;
}

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

.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
--------------------------------------------- */
.textalign-center {text-align: center;}
.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;
}

/* Accessibility */
body.pojo-a11y-resize-font-130 .home-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-140 .home-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-150 .home-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-160 .home-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-170 .home-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-180 .home-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-190 .home-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-200 .home-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-130 .main-header.home-header .main-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-140 .main-header.home-header .main-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-150 .main-header.home-header .main-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-160 .main-header.home-header .main-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-170 .main-header.home-header .main-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-180 .main-header.home-header .main-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-190 .main-header.home-header .main-header-text h1 span.headline-first,
body.pojo-a11y-resize-font-200 .main-header.home-header .main-header-text h1 span.headline-first {position: relative;}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {font-size: 15px;}
