/*!
Theme Name: Sadler 2022
Theme URI: http://underscores.me/
Author: Eric Karkovack
Author URI: https://www.karks.com
Description: The Sadler Health Center theme.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: karksus
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 with others.

karks is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Columns
# Structure
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive Items
--------------------------------------------------------------*/

/* Establish CSS Variables */

:root {
	--sadler-opacity-hover: 0.80;
	--sadler-transition: 125ms ease-in all;
	
	--sadler-black: #191919;
	--sadler-black-light: #6a6a6a;
	--sadler-black-medium: #404040;
	--sadler-blue-medium: #1f5c8b;
	--sadler-blue-dark: #0a3b61;
	--sadler-gray-light: #f3f3f3;
	--sadler-gray-medium: #e9e9ed;
	--sadler-red-medium: #a51e36;
	--sadler-yellow-light: #fffde0;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('webfonts/lato-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('webfonts/lato-v24-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('webfonts/lato-v24-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('webfonts/lato-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('webfonts/lato-v24-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('webfonts/lato-v24-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #191919;
	font-display: swap;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

/* For WP Accessibility Large Fonts */
.fontsize h1, .fontsize h2 {
	font-size: 30px !important;
}

.fontsize, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote {
  font-size: 105% !important;
}

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

h1 {
    color: var(--sadler-red-medium);
	font-size: 38px;
	font-weight: 700;
	line-height: 48px;
	margin: 30px 0 15px;
}

h2 {
	color: var(--sadler-blue-dark);
    font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 30px 0 15px;
}

h2.section-heading {
	font-size: 34px;
	line-height: 44px;
	margin: 60px 0 40px;
	text-align: center;
}

h2.no-top-margin, h2:first-of-type {
	margin-top: 0;
}

h2 i.fas, h2 i.far, h2 i.fab {
	color: var(--sadler-black-light);
}

h3 {
    font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin: 15px 0;
}

h4 {
    font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 15px 0;
}

h5 {
    font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin: 15px 0;
}

h6 {
  font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	margin: 15px 0;  
}

p {
    margin-top: 0;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

cite {
	letter-spacing: 1px;
	text-transform: uppercase;
}



/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/

.column { width:100%; margin-right:4%; position:relative; float:left; }
.column.last { clear:right; margin-right:0; }
.one_half { width:48%; }
.one_third { width:30.66%; }
.two_thirds { width:65.33%; }
.one_fourth { width:22%; }
.three_fourths { width:74%; }
.one_fifth { width:16.8%; }
.two_fifths { width:37.6%; }
.three_fifths { width:58.4%; }
.four_fifths { width:79.2%; }
.one_sixth { width:13.33%; }
.five_sixths { width:82.67%; }


/* Flexbox Columns */

.flex-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.justify-flexstart {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-spacebetween {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-items-flexstart {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/* align-content is for multiline columns */
.align-content-flexstart {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.align-content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-content-spacebetween {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

/* Individual Column Width */

.flexfallback { } /* ALWAYS include this in each column, plus an individual size below. */

.flexcol-auto {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: auto;
}

.flexcol-half {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 48%;
}

.flexcol-third {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 31%;
}

.flexcol-two-thirds {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 66%;
}

.flexcol-fourth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 23%;
}

.flexcol-three-fourths {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 75%;
}

.flexcol-fifth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 18%;
}

/* No Flexbox? No Problem. */

.no-flexbox .flex-columns {
    display: block;
    clear: both;
}

.no-flexbox .flexfallback {
    width:100%; margin-right:4%; position:relative; float:left;
}

.no-flexbox .flexfallback:last-child {
    clear:right; margin-right:0;
}

.no-flexbox .flexcol-auto {
    display: inline-block;
    width: auto;
}

.no-flexbox .flexcol-half {
    display: block;
    width: 48%;
}

.no-flexbox .flexcol-third {
    display: block;
    width: 30.66%;
}

.no-flexbox .flexcol-two-thirds {
    display: block;
    width: 65.33%;
}

.no-flexbox .flexcol-fourth {
    display: block;
    width: 22%;
}

.no-flexbox .flexcol-three-fourths {
    display: block;
    width: 74%;
}

.no-flexbox .flexcol-fifth {
    display: block;
    width: 16.8%;
}



/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

/* Uncomment this for wider page widths */
/*#page {
	width: auto;
	max-width: 1100px;
	padding:0px 0px;
	margin:0px auto;
	background-color:#FFF;
}*/

#sadler-right-bar {
    background-color: #F3F3F3;
    border-left: 4px solid var(--sadler-blue-medium);
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.21);
    display: block;
    padding: 10px;
    position: fixed;
    right: 0px;
    top: 43%;
    transition: var(--sadler-transition);
    width: 180px;
    z-index: 9999;
}

.rtl #sadler-right-bar {
    border-right: 4px solid var(--sadler-blue-medium);
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.21);
    left: 0px;
	right: auto;
    top: 43%;
}

#sadler-right-bar.hidden {
    width: 50px;
    transition: none;
}

#sadler-right-bar.hidden .sadler-right-content {
    display: none;
}

#sadler-right-toggle {
	clear: both;
	line-height: 1;
}

#sadler-right-toggle:before {
    color: var(--sadler-red-medium);
    content: '\f101';
    cursor: pointer;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    line-height: 30px;
    margin: 8px auto;
}

#sadler-right-bar.hidden #sadler-right-toggle:before {
    content: '\f100';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    line-height: 30px;
    margin: 8px auto;
}

header#masthead {
	width:100%;
	height:232px;
	margin:0;
	position: relative;
}

header#masthead .site-branding {
	width:1100px;
	height:178px;
	margin:0px auto;
}

.mini-header, .mini-header .site-branding  {
	height: 54px !important;
	min-height: 54px !important;
}


a.custom-logo-link {
	line-height:0px;
	vertical-align: top;
	clear: both;
	display: block;
}

a.custom-logo-link:hover {
	opacity: 1;
}

.header-call {
	font-size: 18px;
	line-height: 26px;
	margin-top:10px;
	width: 100%;
}

.header-call i {
	color: var(--sadler-red-medium);
	margin-right: 5px;
}

.header-call a {
	color: var(--sadler-black-medium);
	text-decoration: none;
}

.header-new-patients {
	margin-top: 22px;
	text-align: right;
}

a.header-cta:link, a.header-cta:visited {
	background-color: var(--sadler-red-medium);
	color: #FFF;
	display: inline-block;
	font-size: 15px !important;
	font-weight: bold;
	padding: 6px 12px;
	text-decoration: inherit;
}

a.header-cta:hover, a.header-cta:focus {
	opacity: var(--sadler-opacity-hover);
}

#content {
	width:1100px;
	margin:0px auto 80px;
}

body:not(.home) #content {
	font-size: 1.1rem;
}

footer#colophon {
	width:100%;
	height:auto;
	margin:0;
	background-color: var(--sadler-gray-medium);
}

footer#colophon .footer-inner {
	width:1100px;
	margin:20px auto 100px;
	line-height: 24px;
}

#backtop {
	display:none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

hr {
	background-color: var(--sadler-gray-medium);
	border: 0;
	height: 1px;
	margin: 2.75em auto;
}

ul {
	margin: 0 0 .7em 2px;
	padding: 0 0 0 0;
}

ol {
	margin: 0 0 .7em 1em;
	padding: 0 0 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

#content ul li {
	padding: 0 0 6px 0;
}

#content ol li {
	font-size: 1rem;
	padding: 0 0 6px 10px;
}

#content ul li {
	font-size: 1rem;
	list-style: none;
}

#content ul li:before {
	color: var(--sadler-blue-medium);
	content:'\f0da';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	margin-right: 5px;
}

.woocommerce-page #content ul li:before, #content ul li.wc-block-product::before {
	content: none;
}

#content .has-white-color ul li:before {
	color: #FFF;
}

#content li.soliloquy-item:before {
	content:none;
	margin-right: 0;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	border:1px solid #ddd;
	width:100%;
	margin:18px 0px;
    border-collapse: collapse;
}
table th {
	padding:5px 10px;
	text-align:left;
	font-weight:bold;
}
table td {
	border-top:1px solid #ddd;
	padding:5px 10px;
}


/* Ratings Widget */
.eggCVY {
  color: #222 !important;
}


/* The Events Calendar */
#content .tribe-events-view ul li:before {
	content: none;
}

#content ul.tribe-events-c-view-selector__list li, #content ul.tribe-events-c-top-bar__nav-list li {
	padding: 0px 10px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#content input[type="button"],
#content input[type="reset"],
#content input[type="submit"], .footer-search input[type="submit"].search-submit {
	color: #fff;
    background-color: var(--sadler-red-medium);
    border-radius: 6px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px;
    padding: 12px;
	min-width: 226px;
	opacity: 1;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
	transition: var(--sadler-transition);
}

.footer-search input[type="submit"].search-submit {
	color: #fff;
    background-color: var(--sadler-red-medium);
    border-radius: 6px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px;
    padding: 4px;
	min-width: 100px;
	opacity: 1;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
	transition: var(--sadler-transition);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: var(--sadler-opacity-hover);
}

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 {
	opacity: var(--sadler-opacity-hover);
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--sadler-red-medium);
	opacity: 1;
	transition: var(--sadler-transition);
}

a:visited {
	color: var(--sadler-red-medium);
}

a:hover, a:focus, a:active {
	opacity: var(--sadler-opacity-hover);
}

a:focus, a:active {
	outline: thin dotted;
}

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

/* Social Media Links from Customizer */
a.facebook { color: #3f5c9a; }
a.gplus { color: #4285f4; }
a.instagram { color: #ce2f7b; }
a.linkedin { color: #1d87be; }
a.pinterest { color: #bd081c; }
a.snapchat { color: #fffc00; }
a.twitter { color: #55acee; }
a.yelp { color: #d32323; }
a.youtube { color: #ff0000; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Side Menu */
ul#right-menu {
	list-style:none;
	display:block;
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:12px;
}

ul#right-menu li {
	border-bottom: 1px solid var(--sadler-gray-medium);
	list-style:none;
	display:block;
	font-size:16px;
	line-height:26px;
	font-weight:600;
}

ul#right-menu li a {
	color: var(--sadler-blue-medium);
	display: block;
	padding: 5px 0;
	text-decoration:none;
}

ul#right-menu li a i {
	color: var(--sadler-red-medium);
	font-weight: normal;
	margin-right: 5px;
}


/* Utility Menu */

ul#utility-menu {
	list-style:none;
	display:block;
	float:right;
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:28px;
}

ul#utility-menu li {
	list-style:none;
	display:block;
	float:left;
	margin-left:20px;
	font-size:18px;
	line-height:22px;
	font-weight:600;
}

ul#utility-menu ul li {
	margin-left: 0;
}

.fontsize ul#utility-menu li {
	margin-left:10px;
	font-size:20px !important;
	line-height:24px;
}

ul#utility-menu li a {
	color: var(--sadler-blue-medium);
	display: block;
	text-decoration:none;
}

ul#utility-menu li a i {
	color: var(--sadler-red-medium);
	margin-right: 5px;
}

.rtl ul#utility-menu li a i, .rtl ul#right-menu li a i {
	padding-left: 5px;
}

/* Main Menu */

header #site-navigation {
	height: 54px;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

.mini-header #site-navigation {
	position: fixed;
	top: 0px;
	bottom: auto;
	z-index: 3;
}

.admin-bar.mini-header #site-navigation {
	top: 32px;
}

#primary-menu {
	text-align: center;
}

.main-navigation {
	clear: both;
	background-color: var(--sadler-blue-medium);
	display: block;
	float: left;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.main-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	text-align: left;
}

.main-navigation a, .menu-utility-menu-container ul ul a {
	display: block;
	font-size:20px;
	font-weight: 700;
	text-decoration: none;
	color:#FFF;
	padding:8px 23px;
	line-height:36px;
	margin:0;
	text-align: left;
}

.fontsize .main-navigation a {
	font-size:24px;
	font-weight: 700;
}

.main-navigation ul#primary-menu li.menu-item-has-children > a:after {
	content:'\f107';
	font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
	font-weight: 400;
	line-height:1em;
	margin-left: 5px;
	padding:4px 0px;
}

.main-navigation ul#primary-menu li ul li.menu-item-has-children > a:after {
	content:'\f105';
	font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
	font-weight: 400;
	line-height:1em;
	margin-left: 5px;
	padding:4px 0px;
}

.main-navigation li:hover > a,
.main-navigation li:focus > a {
	color: var(--sadler-gray-light);
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul :focus > a {
	color: var(--sadler-black);
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: var(--sadler-medium-red);
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul,
.menu-utility-menu-container ul#utility-menu ul li:hover > ul,
.menu-utility-menu-container ul#utility-menu ul li:focus > ul {
	left: 100%;
}

body:not(.home) .main-navigation .current_page_item > a,
body:not(.home) .main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #dce8ca;
}

.main-navigation ul.sub-menu .current_page_item > a,
.main-navigation ul.sub-menu .current-menu-item > a,
.main-navigation ul.sub-menu .current_page_ancestor > a,
.main-navigation ul.sub-menu .current-menu-ancestor > a {
	background-color: var(--sadler-blue-dark);
	color: var(--sadler-yellow-light);
}

.main-navigation ul ul, 
.menu-utility-menu-container ul#utility-menu ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	transition: var(--sadler-transition);
	z-index: 99999;
	width: 200px;
}

.main-navigation ul ul li,
.menu-utility-menu-container ul#utility-menu ul li {
    background-color: #F3F3F3;
	transition: var(--sadler-transition);
}


.main-navigation ul ul li:hover,
.menu-utility-menu-container ul ul li:hover {
    background-color: var(--sadler-gray-medium);
}

.main-navigation ul ul ul,
.menu-utility-menu-container ul#utility-menu ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul ul li,
.menu-utility-menu-container ul#utility-menu ul ul li {
    background-color: var(--sadler-gray-light);
}

.main-navigation ul ul ul li:hover,
.menu-utility-menu-container ul#utility-menu ul ul li:hover {
    background-color: #FFF;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul,
.menu-utility-menu-container ul#utility-menu ul li:hover > ul,
.menu-utility-menu-container ul#utility-menu ul li:focus > ul {
	left: 100%;
}

.main-navigation ul ul a,
.menu-utility-menu-container ul ul a {
	color: var(--sadler-red-medium);
    font-size:15px;
	line-height: 28px;
	width: 200px;
}

.fontsize .main-navigation ul ul a {
    font-size:18px;
	line-height: 32px;
}

/*
.main-navigation ul ul a:after {
	content:'\f101';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	margin-left: 5px;
}
*/

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li:focus-within > ul, 
.menu-utility-menu-container ul#utility-menu li:hover > ul,
.menu-utility-menu-container ul#utility-menu li:focus > ul,
.menu-utility-menu-container ul#utility-menu li:focus-within > ul {
	left: auto;
}

.main-navigation li, .menu-utility-menu-container li {
	float: left;
	position: relative;
	text-align: left;
}

.rtl .main-navigation li, .rtl .menu-utility-menu-container li {
	text-align: right;
}


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

.slicknav_menu {
	display:none;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: inline-block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



/* Footer Menu */

ul#footer-menu {
	list-style:none;
	display:block;
	float:right;
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:24px;
}

ul#footer-menu li {
	list-style:none;
	display:block;
	float:left;
	margin-left:12px;
	font-size:16px;
	line-height:24px;
	font-weight:600;
}

.fontsize ul#footer-menu li {
	margin-left:6px;
	font-size:20px;
	line-height:24px;
}

ul#footer-menu li:after {
	content: '|';
	margin-left: 12px;
}

.fontsize ul#footer-menu li:after {
	content: '|';
	margin-left: 6px;
}

ul#footer-menu li:last-child:after {
	content: '';
	margin-left: 0px;
}

ul#footer-menu li a {
	text-decoration:none;
}


/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* Clearfix */

.clearfix {
margin:0px auto;
clear:both;
}

.clearfix:before, .clearfix:after, .post:before, .post:after {
content: " "; /* 1 */
display: table; /* 2 */
}

.clearfix:after, .post:before {
clear:both;
}

.ie7 .clearfix {
*zoom: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

.sticky {}
article.post, article.news {
	padding-bottom:30px;
	border-bottom:1px solid var(--sadler-gray-medium);
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}
.single article.post, .single article.news {
	border:0;
	margin-bottom:0;
}

.page-title {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-image: linear-gradient(45deg, rgb(233,233,237), rgb(255,255,255)) 1;
	display: inline-block;
	margin: 40px 0;
}

.entry-title {
	font-size:28px;
	line-height:34px;
	display:block;
	margin:20px 0px 10px;
}

.entry-title a, .entry-title a:visited {
	
}

.entry-header h2.entry-title {
	font-size: 24px;
	line-height: 34px;
	margin-top: 0px;
}

.entry-meta {
	font-size:13px;
	margin-bottom:18px;
}
.entry-photo {
	margin:0 0 15px 15px;
	position:relative;
	float:right;
}
.entry-content {
	position:relative;
}
.entry-footer {
	position:relative;
	clear:both;
	font-size:14px;
	margin-top:18px;
}
.entry-tags {
	display:block;
	margin-bottom:15px;
	position:relative;
	float:left;
}


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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

iframe {
	margin:18px auto;
	text-align:center;
}

.grecaptcha-logo iframe {
    margin: 0 auto;
}

.posts-navigation {
	width:100%;
	margin: 40px auto;
}

.nav-previous a:before {
	content:'« ';
}

.nav-next a:after {
	content:' »';
}

/* Home Page Specific */

.wp-block-group.has-background.home-hero-area, .wp-block-group.home-action-area {
	margin-bottom: 60px;
	padding: 0 0;
}

/* Hide Home Hero Area on non-English versions */
:lang(so) .home-hero-area, :lang(es) .home-hero-area, :lang(ar) .home-hero-area, :lang(fr) .home-hero-area, :lang(de) .home-hero-area, :lang(hi) .home-hero-area, :lang(ne) .home-hero-area, :lang(ur) .home-hero-area, :lang(zh-hans) .home-hero-area, :lang(bs) .home-hero-area, :lang(fa) .home-hero-area, :lang(it) .home-hero-area, :lang(ko) .home-hero-area, :lang(ms) .home-hero-area, :lang(ru) .home-hero-area, :lang(th) .home-hero-area, :lang(vi) .home-hero-area, :lang(te) .home-hero-area, :lang(gu) .home-hero-area {
	display: none;
}

/* Add extra top margin to Home Action Area on non-English versions */
:lang(so) .home-action-area, :lang(es) .home-action-area, :lang(ar) .home-action-area, :lang(fr) .home-action-area, :lang(de) .home-action-area, :lang(hi) .home-action-area, :lang(ne) .home-action-area, :lang(ur) .home-action-area, :lang(zh-hans) .home-action-area, :lang(bs) .home-action-area, :lang(fa) .home-action-area, :lang(it) .home-action-area, :lang(ko) .home-action-area, :lang(ms) .home-action-area, :lang(ru) .home-action-area, :lang(th) .home-action-area, :lang(vi) .home-action-area, :lang(te) .home-action-area, :lang(gu) .home-action-area  {
	margin-top: 40px;
}

.wp-block-group.home-action-area .wp-block-column {
	border-radius: 6px;
	padding: 0 10px;
}

.wp-block-group.home-action-area .wp-block-column h2 {
	color: var(--sadler-red-medium);
	font-size: 20px;
	font-weight: 900;
	line-height: 26px;
	margin: 20px 0px 15px;
	text-transform: uppercase;
}

.wp-block-group.home-action-area .wp-block-column ul {
	list-style: none;
	margin: 0 0 .7em 0px;
	padding: 0;
}

.wp-block-group.home-action-area .wp-block-column li {
	font-size: 18px;
	list-style: none;
	list-style-type: none;
	text-align: left;
}

.wp-block-group.home-action-area .wp-block-column li:before {
	color: var(--sadler-blue-medium);
	content:'\f0da';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	margin-right: 5px;
}

.wp-block-group.home-action-area .wp-block-column li a {
	font-weight: bold;
	text-decoration: none;
}

.wp-block-column.home-community-impact {
	background-image: url("images/sadler-community-impact-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.wp-block-column.home-become-a-patient.has-background {
	padding: 0px;
	position: relative;
}

.wp-block-column.home-become-a-patient .wp-block-image {
	line-height: 1em;
	margin: 0 0;
}

.wp-block-column.home-become-a-patient .wp-block-image img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.wp-block-column.home-become-a-patient p {
	line-height: 1em;
	margin: 0 0;
}

.wp-block-column.home-become-a-patient.has-white-color a:link, .wp-block-column.home-become-a-patient.has-white-color a:visited {
	bottom: 0px;
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
}

.wp-block-column.home-insights p {
	margin: 6px 0;
}

.home-insights .wp-block-image {
  margin: 0 0 0;
}

#soliloquy-container-1954.soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
  padding-bottom: 12px !important;
}

#soliloquy-container-1954.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, #soliloquy-container-1954.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
  font-size: 14px !important;
  font-weight: 700;
  /*color: #000 !important;*/
}

#soliloquy-container-1954 a.soliloquy-fc-read-more:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f144';
	display: inline-block;
	top: -70%;
	font-size: 26px;
	left: 0;
	opacity: .7;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}

#soliloquy-container-1954 .soliloquy-caption-inside { 
  background: transparent !important; 
  filter: none !important; 
  -ms-filter: none !important; 
}

#soliloquy-container-1954 .soliloquy-wrapper {
   overflow: hidden !important;
}
#soliloquy-container-1954 .soliloquy-viewport {
   overflow: visible !important;
}
#soliloquy-container-1954 .soliloquy-caption {
   position: relative !important;
}

#soliloquy-container-1954.soliloquy-container .soliloquy-prev {
  margin-top: -36px !important;
  left: 0 !important;
  z-index: 1320;
}

#soliloquy-container-1954.soliloquy-container .soliloquy-next {
  margin-top: -36px !important;
  right: 0 !important;
}

/*#soliloquy-container-1954 .soliloquy-pager-item {
    border: 2px solid var(--sadler-red-medium) !important;
    border-radius: 999em !important;
}
#soliloquy-container-1954 .soliloquy-pager-link {
    background-image: none !important;
    width: 10px !important;
    height: 10px !important;
}
#soliloquy-container-1954 .soliloquy-pager-link:hover, .soliloquy-container .soliloquy-pager-link.active {
    background-image: none !important;
    background-color: var(--sadler-red-medium) !important;
}*/

.wp-block-group.home-services-area {
	margin-top:60px;
	margin-bottom: 60px;
}

.home-social a i {
	font-size: 24px;
	margin-right: 4px;
}

.home-social a i.fa-facebook-square {
	color: #3f5c9a;
	text-decoration: none;
}

.home-social a i.fa-instagram-square {
	color: #ce2f7b;
	text-decoration: none;
}

/* Secondary Pages */

h2.inside-header {
	margin-top: 0;
}

.service-image img, .rounded-photo img {
	border-radius: 6px !important;
}

.sadler-video-provider i {
	color: var(--sadler-blue-medium);
}

.sadler-video-provider {
	font-size: 14px;
	margin-bottom: 6px;
}

.sadler-video-desc {
	margin-bottom: 24px;
}

.provider-archive-container, .sadler-insights-archive-container {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.provider-archive-ind {
	border-radius: 6px;
	padding: 5px;
	transition: var(--sadler-transition);
}

.sadler-provider-name {
	font-size: 18px;
	font-weight: bold;
}

.sadler-provider-desc {
	font-size: .9em;
}

.sadler-provider-thumb img, img.sadler-post-thumb {
	border-radius: 6px;
	width: 100%;
	max-width: 300px;
	height: auto;
}

.sadler-provider-headshot img {
	border-radius: 6px;
}

.sadler-insights-archive-container .sadler-video iframe {
	height:297px !important;
	width: 528px !important;
}

.backlink {
	margin: 40px auto;
}

.impact-statistics {
	margin: 0px auto 50px;
}

/* Breadcrumb NavXT */
#breadcrumbs {
	font-size: .8em;
	margin: 40px 0;
}

#breadcrumbs span {
	display: inline-block;
}


/* WooCommerce Specific */
.woocommerce.single-product #primary {
	margin-top: 40px;
}

.single-product ul.wc-tabs {
	display: none;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: var(--sadler-blue-dark);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: var(--sadler-black-medium);
	border-color: var(--sadler-black-medium);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--sadler-red-medium);
	border-color: var(--sadler-red-medium);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
	background-color: var(--sadler-black);
	border-color: var(--sadler-black);
	color: #FFF;
}

.woocommerce-message {
	border-top-color: var(--sadler-blue-medium);
}

.woocommerce-message::before {
	color: var(--sadler-blue-medium);
}

.postid-59039 p.price {
	display: none;
}

.postid-59039 h1.product_title {
	position:absolute;
	left: -9999em;
}

.wc-pao-addons-container {
	margin-top: 30px;
}

.sku_wrapper {
	display: none;
}

.header-cart {
	margin-top: 30px;
	text-align: right;
}

/* Gutenberg Editor Specific */

/* Blockquote */
.wp-block-quote {
  border-left: .25em solid;
  border-left-color: var(--sadler-gray-medium);
  font-size: 22px;
  font-style: italic;
  line-height: 34px;
  margin: 0 0 1.75em;
  padding-left: 1em;
}

/* Button */
.wp-block-button__link:link, a.cta:link, .wp-block-button__link:visited, a.cta:visited, a.wc-block-components-button, button.wc-block-components-button, a.product_type_variable, a.wc-forward {
    color: #fff;
    background-color: var(--sadler-red-medium) !important;
    border-radius: 6px;
    box-shadow: none;
	color: #FFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
	font-weight: 700;
	margin: 0 10px 20px;
    padding: 12px;
	min-width: 226px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.wp-block-group.home-action-area .wp-block-button__link:link, .wp-block-group.home-action-area .wp-block-button__link:visited {
	margin: 0 auto 20px;
}

/* Columns */
.wp-block-column.has-background {
	border-radius: 6px;
	padding: 20px;
}

.wp-block-column.has-background h2 {
	font-size: 20px;
	font-weight: 900;
	line-height: 26px;
	margin: 0px 0px 15px;
	text-transform: uppercase;
}

.wp-block-column table {
    word-break: keep-all;
    overflow-wrap: normal;
}

.wp-block-column table td {
	font-size: .8em;
}

.wp-block-column table td strong {
	font-size: 1rem;
}

/* Custom Color Palette */
.has-white-color {
  color:#FFF;
}
.has-white-background-color {
    background-color:#FFF;
}

.has-black-color {
  color:#191919;
}
.has-black-background-color {
    background-color:#191919;
}

.has-sadler-blue-medium-color {
  color:#1f5c8b;
}
.has-sadler-blue-medium-background-color {
    background-color:#1f5c8b;
}

.has-sadler-blue-dark-color {
  color:#0a3b61;
}
.has-sadler-blue-dark-background-color {
    background-color:#0a3b61;
}

.has-sadler-gray-light-color {
  color:#F3F3F3;
}
.has-sadler-gray-light-background-color {
    background-color:#F3F3F3;
}

.has-sadler-gray-medium-color {
  color:#e9e9ed;
}
.has-sadler-gray-medium-background-color {
    background-color:#e9e9ed;
}

.has-sadler-red-medium-color {
  color:#a51e36;
}
.has-sadler-red-medium-background-color {
    background-color:#a51e36;
}

/* Group Block */
.wp-block-group:where(.has-background) {
  padding: 1.25em 2.375em 0;
}

/* Images */
.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
  border-radius: 6px;
}

/* Links for Blocks with Dark Backgrounds */
.has-sadler-black-background a:link, .has-sadler-black-background a:visited,
.has-sadler-black-medium-background a:link, .has-sadler-black-medium-background a:visited,
.has-sadler-blue-medium-background a:link, .has-sadler-blue-medium-background a:visited,
.has-sadler-blue-dark-background a:link, .has-sadler-blue-dark-background a:visited,
.has-sadler-gray-medium-background a:link, .has-sadler-gray-medium-background a:visited,
.has-sadler-red-medium-background a:link, .has-sadler-red-medium-background a:visited,
.has-white-color a:link, .has-white-color a:visited
{
	color: var(--sadler-yellow-light) !important;
}

/* Pullquote */
.wp-block-pullquote {
  padding: 2em 0;
}

/* Separator */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 33%;
}

/* Treat Wide/Full Alignment Blocks Properly */
.alignwide, .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.rtl .alignwide, .rtl .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: 0;
	margin-right: calc(50% - 50vw);
}

/* Don't go crazy with columns inside a Full Alignment */
.wp-block-group.alignfull .wp-block-columns {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Responsive Items
--------------------------------------------------------------*/

@media screen and (min-width: 701px) and (max-width: 1160px) { 

body {
	margin:60px 0 0; /* 60px for the top margin to account for the fixed header */
	padding:0;
	font-size: 1rem;
}
	
img, .wp-caption {
	max-width:480px;
	height:auto;
}

img.alignr, .alignright, .right, img.alignl, .alignleft {
	display:block;
	position:relative;
	float:none !important;
	margin:18px auto !important;
	margin-left:auto !important;
}	

.a11y-toolbar {
	display: none;
}

/* Structure */

header#masthead {
	width:100%;
	height:auto;
}

header#masthead .site-branding {
	width:98%;
	height:auto;
	margin:0px auto;
}

.header-left {
	width: 100%;
	max-width: 240px;
	margin-right: 30px;
}

.custom-logo {
	margin:10px auto;
	text-align:center;
	display:block;
	position:relative;
	max-width: 240px;
	height: auto;
}

.header-right {
	text-align: right;
}

.header-call {
  font-size: 15px;
  line-height: 26px;
}
	
a.header-cta:link, a.header-cta:visited { 
	font-size: 14px !important;
	padding: 6px 6px;
	margin-bottom: 5px;
}

#content {
	width:96%;
	min-width:96% !important;
	max-width:96% !important;
	padding:0;
	margin:auto;
}

.entry-content > *:not( .alignwide ):not( .alignfull ) {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

footer#colophon {
	width:100%;
	height:auto;
	margin:0;
}

footer#colophon .footer-inner {
	width:96%;
	margin:20px auto 60px;
	text-align: center;
}

#backtop {
	display:block;
	font-size:36px;
	line-height:36px;
	text-align:center;
	margin:15px auto;
}

/* Navigation */
button.menu-toggle {
    display: none;
}

.slicknav_menu {
	display:block;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* High z-index to stay above other elements */
}

header #site-navigation, .main-navigation ul {
	display:none;
}
	
a.header-cta {
	margin-bottom: 5px
}

/* Utility Menu */

ul#utility-menu li {
	list-style:none;
	display:block;
	float:right;
	margin-left:8px;
	font-size:15px;
	line-height:26px;
	font-weight:600;
}

ul#footer-menu li:after {
	content: none;
	margin-left: 0;
}

/* Home Page Specific */

.wp-block-group.home-action-area .wp-block-columns,
.wp-block-group.home-featured-content .wp-block-columns {
	-webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wp-block-group.home-action-area .wp-block-column,
.wp-block-group.home-featured-content .wp-block-column
{
	margin-bottom: 20px;
	width: 100%;
}

/* Gutenberg Specific */
.wp-block-column:not(:only-child) {
  flex-grow: 1;
}


/* Columns */

.header-call .flexcol-half {
	width: auto;
}

}


@media screen and (min-width: 320px) and (max-width: 700px) {


body {
	margin:60px 0 0;/* 60px for the top margin to account for the fixed header */
	padding:0;
}
	
img, .wp-caption {
	max-width:480px;
	height:auto;
}

img.alignr, .alignright, .right, img.alignl, .alignleft {
	display:block;
	position:relative;
	float:none !important;
	margin:18px auto !important;
	margin-left:auto !important;
}	

.a11y-toolbar, #sadler-right-bar {
	display: none;
}

/* Structure */

header#masthead {
	width:100%;
	height:auto;
}

header#masthead .site-branding {
	width:100%;
	height:auto;
	margin:0px auto;
}

.custom-logo {
	margin:10px auto;
	text-align:center;
	display:block;
	position:relative;
}

.site-branding .right, .header-call-right, .header-new-patients {
	text-align: center;
}
	
a.header-cta {
	margin-bottom: 5px
}

.wpml-ls-legacy-dropdown-click {
	margin-left: auto;
	margin-right: auto;
}

#content {
	width:96%;
	min-width:96% !important;
	max-width:96% !important;
	padding:0;
	margin:auto;
}

.entry-content > *:not( .alignwide ):not( .alignfull ) {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

footer#colophon {
	width:100%;
	height:auto;
	margin:0;
}

footer#colophon .footer-inner {
	width:96%;
	margin:20px auto 60px;
	text-align: center;
}

#backtop {
	display:block;
	font-size:36px;
	line-height:36px;
	text-align:center;
	margin:15px auto;
}

/* Navigation */
button.menu-toggle {
    display: none;
}

.slicknav_menu {
	display:block;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* High z-index to stay above other elements */
}

header #site-navigation, .main-navigation ul {
	display:none;
}

/* Footer Menu */

ul#footer-menu {
	list-style:none;
	display:block;
	float:none;
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:24px;
}

ul#footer-menu li {
	list-style:none;
	display:block;
	float:none;
	margin-left:0px;
	margin-bottom:14px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	font-weight:600;
}

ul#menu-footer-menu li a {
	text-decoration:none;
}

/* Utility Menu */

ul#utility-menu {
	list-style:none;
	display:inline-block;
	float:none;
	clear:both;
	margin-bottom:14px;
	text-align: center;
}

ul#utility-menu li {
	list-style:none;
	display:inline-block;
	float:none;
	margin-left:6px;
	font-size:15px;
	line-height:34px;
	font-weight:600;
}

ul#footer-menu li:after {
	content: none;
	margin-left: 0;
}

/* Home Page Specific */

.home .soliloquy-controls {
	display: none !important;
}

.wp-block-group.has-background.home-hero-area {
	margin-bottom: 30px;
}

.wp-block-group.home-action-area {
	margin-bottom: 0px;
}

.wp-block-group.home-action-area .wp-block-columns,
.wp-block-group.home-featured-content .wp-block-columns {
	-webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wp-block-group.home-action-area .wp-block-column,
.wp-block-group.home-featured-content .wp-block-column
{
	margin-bottom: 20px;
}

.home-become-a-patient {
	text-align: center;
}

#soliloquy-container-1954 .soliloquy-wrapper {
   overflow: visible !important;
}

.wp-block-buttons.home-location-buttons > .wp-block-button.wp-block-button__width-50 {
  width: 100%;
}

/* Flexbox Columns */

.flex-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Individual Column Width */

.flexcol-auto {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: auto;
}

.flexcol-half {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-third {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-two-thirds {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-fourth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-three-fourths {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexcol-fifth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
}

.flexfallback {
    margin-bottom: 10px;
}

.flexcol-auto.header-left {
	width: 100%;
}

.flexcol-auto.right.header-right {
	margin: 0 auto !important;
}

.provider-container.flex-columns {
	-webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/* Columns */

.column, .one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_fifth, .two_fifths, .three_fifths, .four_fifths, .one_sixth, .five_sixths { width:100%; display:block; clear:both; margin-right:0%; position:relative; float:none; margin-bottom:26px; }

.column.last { clear:both; margin-right:0; }

	
}



@media screen and (min-width: 320px) and (max-width: 640px) {


img, .wp-caption {
	max-width:300px;
	height:auto;
}
	
table {
	width:auto;
	margin:18px auto;
}
table th {
	padding:5px 5px;
	text-align:left;
	font-weight:bold;
}
table td {

	padding:5px 5px;
}



}

