/*!
Theme Name: Best Wound Doctor
Theme URI: http://underscores.me/
Author: Jenn Gardiner
Author URI: http://bestwoulddoctor.com
Description: Custom Theme for Best Wound Doctor
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: best_wound_doctor
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.

Best Wound Doctor 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;
	overflow-x: hidden;
}

/**
 * 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;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 10px;
  position: relative;
  margin: 10px;
  color: #003d62;
  font-weight: bold;
}
.detailsp {
  color: #fff;
  padding: 30px;
}
/* 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: #003d62 !important;
	font-family: "gotham", sans-serif !important;
	font-size: 18px !important;
	line-height: 1.5 !important;
	font-weight: 300 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #003D62;
	font-family: "ofelia-display", sans-serif !important;
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #003d62;
	text-decoration: none !important;
	font-weight: bold;
}

a:visited {
	color: #003d62;
}

a:hover,
a:focus,
a:active {
	color: #003d62;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	background: #003d62 !important;
	color: #fff !important;
	margin-right: 1rem !important;
	border: none !important;
	border-radius: 31px !important;
	font-size: 17px !important;
	font-family: "ofelia-display", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

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

.alignright {
	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* NAV*/
.admin-bar .site-container {
	padding-top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .site-container {
		padding-top: 46px;
	}
}
.navbar-brand > img {
	max-width: 99%;
}
.navbar-nav {
	margin: 0;
	justify-content: center;
}
.navbar-nav ul > li > a {
	padding: 10px 20px;
	font-size: 16px;
	color: #fff !important;
	text-decoration: none !important;
}
.navbar-nav ul > li > a:hover {
	color: #37AAE1 !important;
}

.nav-stacked li a:hover {
	background: transparent;
}
.navigation {
	margin: 30px auto;
	text-align: center;
	font-family: "Comfortaa", sans-serif;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #37AAE1;
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: transparent;
	border-radius: 3px;
	cursor: pointer;

	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: transparent;
	color: #bcbec0;
}
.navbar-nav ul li {
	display: inline-block;
}
.navbar-nav > li > a {
	color: #003D62 !important;
  padding: 15px 20px;
  font-size: 17px;
  border-bottom: 3px solid transparent;
  display: block;
  font-family: "ofelia-display", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}


.navbar-nav > li > a:hover {
	transition:
		color 0.4s ease 0s,
		opacity 0.4s ease 0s,
		background-color 0.4s ease 0s;
	border-bottom: 3px solid #003d62;
	text-decoration: none;
}
.navbar-nav li a:hover > .sub-menu {
	display: block;
}
.navbar-nav ul {
	list-style: none;
	margin: 0;
	justify-content: center;
	display: flex;
}

nav.nav.navbar-nav {
	padding: 10px 0 10px;
}

.navbar {
	margin-bottom: 0;
}

.mobilemenu {
	display: none;
}
.mainmenu ul > li:hover > ul {
	display: block !important;
	position: absolute;
	animation: opacity 700ms ease-in-out normal;
	-moz-animation: opacity 700ms ease-in-out normal;
	-ms-animation: opacity 700ms ease-in-out normal;
	-o-animation: opacity 700ms ease-in-out normal;
	-webkit-animation: opacity 700ms ease-in-out normal;
}
@keyframes opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-ms-keyframes opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.sub-menu {
	border: none;
	border-radius: 0;
	display: none;
	text-align: left !important;
	padding: 0;
	margin: 0;
}
.navbar-nav > li > a:hover ul.sub-menu {
	display: block;
}

#closexButton {
	background: transparent;
	color: #fff;
	border: none;
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
}
.sub-menu ul.sub-menu {
	/* float: right; */
	margin-left: 240px;
	margin-top: -40px;
}

ul.sub-menu li {
	display: block;
	border-bottom: 1px solid #bcbec0;
}
ul.sub-menu {
	background: #fff !important;
	color: #003d62 !important;
	font-size: 16px;
	line-height: 14px;
	z-index: 100000;
	position: relative;
	width: 300px;
	transition: all 1s ease-in;
	padding: 20px 15px;
	display: none;
}

ul.sub-menu li a {
	color: #003d62 !important;
	line-height: 1.5;
	font-size: 16px;
}
ul.sub-menu li:hover {
	width: 100%;
}
.menuarea {
	padding: 0;
}
ul.sub-menu li a:hover {
	color: #003d62 !important;
	text-decoration: none;
}

.nav li.menu-item-has-children > a:after {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 20px;
	height: 10px;
	content: "";
	cursor: pointer;
	transition: 0.3s ease-in-out;
	background-image: url(assets/img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.nav li li.menu-item-has-children > a:after {
	position: absolute;
	top: 3px;
	right: 10px;
	width: 10px;
	height: 10px;
	content: "";
	cursor: pointer;
	transition: 0.3s ease-in-out;
	background-image: url(assets/img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 80%;
	margin: 0 auto;
}
.logo {
  padding-top: 10px;
}
/* Button Styles */
.btn-primary-custom,
input[type="submit"], [type="submit"] {
	background: #ff4800 !important;
	color: #fff !important;
	margin-right: 1rem !important;
	border: none !important;
	
	font-family: "ofelia-display", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	
}
.btn img {
	margin-left: 20px;
}
.topheader {
  background: #003d62;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "ofelia-display", sans-serif;
  font-weight: bold;
  padding: 2px 0;
}
.topheader a{
	color:#fff;
}
#masthead {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #003d62;
	max-width: 100%;
}
.mainmenu {
  padding: 15px 0;
}
.headerbtn, .herobtn {
  padding: 10px 50px;
  margin-top: 20px;
}
.headercta {
	text-align: right;
}
.imp {
  display: block;
  font-size: 20px;
  text-align: center;
  background: rgba(145, 25, 17, 0.5);
  color: #fff;
  margin: 15px;
  padding: 3px;
  border-radius: 18px;
}
#homehero {
	background: url(assets/img/bestwounddoctor.webp) no-repeat center center;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 150px 0;
}
#herotext h1 {
	font-size: 42px;
	padding-bottom: 30px;
	color: #fff !important;
}
.heroleft h1 {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.25;
  text-transform: capitalize;
}
.herotext {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  width: 90%;
}
.herobtn {
  background:#ff4800 !important;
}
.herosearch {
  display: block;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
}
.herosearch h3 {
  font-weight: bold;
	text-transform: capitalize;
}
#howworks {
  padding: 70px 0;
  text-align: center;
}
.hwbox {
  padding: 10px;
  border-top: 15px solid #37aae1;
  display: block;
  border-radius: 18px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
	margin-bottom: 30px;
}
.hwbox h3 {
  width: 70%;
  margin: 0 auto;
}
.hwicon {
  display: block;
  color: #37aee1;
  font-size: 52px;
}
.hwinfo {
  display: block;
  padding: 10px 0;
}
.highlightbox {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin: 20px;
  border-radius: 18px;
}
#whynoheal {
  background: #f5f5f5;
}
.nohealcontent{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.nohealright {
  padding: 100px;
}
.leftwhy {
  padding-top: 100px;
}
.highlightbox h2 {
  padding-bottom: 15px !important;
}
.highlightboxsec {
  padding: 20px;
  margin: 40px;
  border-radius: 18px;
}
.phyaddress {
  display: block;
  margin-bottom: 15px;
}
.psytitle {
  color: #37AAE1;
  font-family: "ofelia-display", sans-serif;
  display: block;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 15px;
}
#conditionbadges {
  padding: 20px 0;
}
.condition-badge-list {
  
  list-style: none;
  font-size: 16px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.hcbicon {
  display: inline-block;
  font-size: 32px;
}
.heroctablocks {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0;
}
.heroctablocks li {
  background: #fff;
  padding: 10px;
  margin: 0 5px;
  width: 33%;
  border: 2px solid;
}
.eduthreeicon {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.eduthreebox {
  display: block;
  width: 70%;
  margin: 0 auto;
}
#eduthreebox {
  display: block;
  padding: 70px 0;
  text-align: center;

}
.quickboxarea {
  background: #fff;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 1px 7px #ccc;
}
.quickitems {
  margin: 0;
  list-style: none;
  padding: 0;
  line-height: 2;
}
#leftquick {
  padding: 70px 0;
	background-image: linear-gradient(to bottom right, #37AAE1, #f1f1f1);
}
.btn.btn-primary-custom-off {
  background: #fff;
  color: #003d62;
}
.hcbinfo {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  padding-left: 10px;
}
.condition-badge {
  padding: 12px;
  color: #fff;
  font-weight: bold;
  border-radius: 12px;
	margin: 10px 20px;
}
.postimg{
    display:block;
    width:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
  min-height: 200px;
  display: block;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;

}

.condition-non-healing-wounds {
  background: #37AAE1;
}
.condition-infected-wounds{
	background:#4FDBC3;
}
.condition-diabetic-wound-care{
	background: #9D37E1;
}
.condition-burn-treatment{
	background: #E137B9;
}
.condition-venous-ulcers{
	background: #003d62;
}
.condition-bedsores{
	background: #e5c45e;
}
a.condition-badge-link {
  color: #fff;
}
.psydesc {
  display: block;
  margin-bottom: 15px;
}
.phyclinic {
  display: block;
}
.herosearch label, .directorysearch label {
  color: #003D62 !important;
  text-transform: uppercase;
  font-family: "ofelia-display", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding-top: 30px;
}
.herosearch .btn.btn-primary-custom {
  display: block;
  width: 100%;
  margin-top: 30px;
  font-weight: bold !important;
}
.heroright img {
	border-radius: 20px;
}
#phyhero {
  background: linear-gradient(179.52deg, #37AAE1 0.42%, #003d62 99.6%);
  padding: 70px 0 300px;
}
#phyhero a {
  color: #fff;
}
#phyintro {
  position: relative;
  margin-top: -270px;
}
.phyintroinfo h1 {
  color: #fff;
  font-size: 52px;
  letter-spacing: 1px;
}
.phytitleintro{
	color:#fff;
	font-size: 27px;
	font-family: "ofelia-display", sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
}
.physician-membership {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  line-height: 1;
  letter-spacing: .02em;
}
#seekinghero {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  padding: 200px 0;
}
#seekinghero h1{
	color:#fff; 
}
#seekinghero .pageintro {
  width: 70%;
  margin: 0 auto;
}
#fast {
  padding: 70px 0;
}
.fastbox {
  display: block;
  background: #fff;
  padding: 20px;
  border: 1px solid #003d62;
  border-radius: 18px;
  min-height: 750px;
}
.fastdisc {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}
#evaluation {
  background: #f1f1f1;
}
@media (max-width: 767px) {
  #evaluation .row > [class*="col-"] {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
#evaluation .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.evalleft {
  padding: 100px;
}
#commonquestions {
  padding: 70px 0;
  text-align: center;
}
#commonquestions ul{
	list-style: none;
	margin: 0;
		padding: 0;
	line-height: 2;
}
.page-template-page-education-main #specialized {
  background: #f1f1f1;
}
.checklist, .articleslist {
  list-style-type: none; 
  padding-left: 0;
	margin-left: 10px;
}

.checklist li, .articleslist li {
  position: relative; 
  padding-left: 30px; 
}
..articleslist li::before {
  content: '\f061'; 
  font-family: 'Font Awesome 6 Pro'; 
  font-weight: 900; 
  position: absolute; 
  left: 0;           
  color: green;       
}
.checklist li::before {
  content: '\f00c'; 
  font-family: 'Font Awesome 6 Pro'; 
  font-weight: 900; 
  position: absolute; 
  left: 0;           
  color: green;       
}

#membershiplevels {
  padding: 70px 0;
  background: #f1f1f1;
  text-align: center;
}
.packcontent {
  text-align: center;
  width: 80%;
  display: block;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.psycontact {
  margin-top: 50px;
}
#psyspecialties .highlightbox {
  font-weight: bold;
}
.quote-box {
 background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 19px;
  margin-left: 0px;
  position: relative;
  max-width: 600px;
  font-style: italic;
  color: #003d62;
  margin-top: 20px;
}
#physicianbio {
  padding: 30px 0;
}
.biography {
  line-height: 2;
	display: block;
}
.contactformbox {
  background: #f1f1f1;
  padding: 20px;
  margin: 30px;
  border-radius: 18px;
}
.quote-box::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #f1f1f1;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* Unclaimed */
.physician-tier-unclaimed {
  background: #dc2626; /* red */
  color: #ffffff;
}

/* Basic */
.physician-tier-claimed {
  background: #37aae1;
  color: #ffffff;
}

/* Verified */
.physician-tier-verified {
  background: #4fdbc3; 
  color: #FFF;
}



/* Featured */
.physician-tier-featured {
  background: #9d37e1;
  color: #FFF;
  box-shadow: 0 0 0 1px rgba(124,58,237,.35);
}

.physimgbox {
  display: block;
  border-radius: 50%;
  border: 10px solid #fff;
}
.physimgbox img {
  border-radius: 50%;
}
#specialized {
	padding: 70px 0;
	text-align: center;
}
section h2 {
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 34px;
  text-transform: uppercase;
}
.specialintro {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 30px;
	color: #003D62;
}
.specialbox {
  background: #fff;
  display: block;
  border-radius: 18px;
  padding: 24px;
  text-decoration: none;
  color: #003d62 !important;
  margin: 0 10px 25px;
  border-width: 10px 1px 1px;
  border-style: solid;
  border-color: #003d62;
  border-image: none;
}
.specialbox h3 {
  color: #003d62;
  font-weight: bold;
  font-size: 34px;
  padding-top: 5px;
}
.specialicon {
  display: block;

}
.specialbox:hover {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
}
.smallinfo {
  font-weight: bold;
  padding: 5px 0;
  display: block;
}
 .h2, h2 {
    font-size: 48px;
  }
.spdesc {
  display: block;
  font-size: 17px !important;
	min-height: 127px;
}
#doctors h2{
	text-align: center;
	color:#fff;
}
.docintro {
  display: block;
  text-align: center;
  color: #003D62;
	font-size: 25px;
  margin-bottom: 40px;
}
.card {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.bwd-tier-wrap.bwd-tier-featured {
  border: 5px solid #9d37e1 !important;
  border-radius: 20px !important;
  background: #9d37e1 !important;
}
.fdoccard .bwd-tier-wrap.bwd-tier-featured {
  background: none !important;
  border: 0 !important;
}
/* Force the physician image area to be a square */
.physimgbox.physician-square{
  display:block;
  width:100%;
  aspect-ratio: 1 / 1;
  overflow:hidden;
}
.mce-container button {
  background: #eee !important;
  color: #444 !important;
}
/* Crop image to fill square (no distortion) */
.physimgbox.physician-square img,
.physician-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.fdoccard .bwd-tier-featured::before{
	content: none;
	background: none;
}
.bwd-tier-featured::before {
  content: "Educational Contributor";
  position: absolute;
  top: 0;
  left: 0;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
  width: 100%;
  background: #9d37e1;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 6px 0;
  letter-spacing: .5px;
  z-index: 2;
}
.allphysicians .fdoccard .smdocimg {
  width: 25%;
}
.fdoccard {
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
  border-radius: 18px;
	margin: 0 5%;
	}
.fdoccard h3 {
  text-align: center;
font-size: 27px;
}
.doctitle {
  display: block;
  color: #37AAE1;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding-bottom: 10px;
  font-family: "ofelia-display", sans-serif !important;
}
.doctorinfo {
  display: block;
padding: 20px;
}
.doctorimg {
  display: block;
border-bottom: 10px solid #003D62;
	
}
.slick-dots{
	bottom: -50px !important;
	list-style: none;
}
.slick-dots .slick-active{
	background: #003D62;
}
.slick-dots li {

  background: #fff;
  border-radius: 50%;
	width: 15px;
	height: 15px;
	border: 1px solid #003d62;
}
.slick-slide {
  box-sizing: border-box;
}
.doctorimg img {
  border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
/* Prevent that specific row from overflowing due to Bootstrap negative margins */
#whynoheal .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Ensure columns don't create width overflow */
#whynoheal .row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.docdesc {
  text-align: center;
  display: block;
  color: #003D62;
  font-size: 17px;
}
.allphysicians {
  padding: 60px 0;
}
.doclocation{ display:block; margin:8px 0 10px; font-size:14px; opacity:.9; text-align: center;}
/* hides city list on DC page */
.page-id-47411 .locationlist {
  display: none;
}
.reviewdis {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 20px 0 0;
  color: #fff;
}
.categories {
  display: block;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  color: #b7b7b7;
}
.adoctorimg img, .smdocimg img {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 19px;
}
.fdoccard .btn.btn-primary-custom {

  width: 100%;
}
/* Base styling for both arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    border-radius: 50%;
    z-index: 10;
}

/* Create a custom arrow shape using borders */
.slick-prev:before, .slick-next:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Rotate borders to face the correct direction */
.slick-prev:before {
    transform: translate(-30%, -50%) rotate(-45deg);
}

.slick-next:before {
    transform: translate(-70%, -50%) rotate(135deg);
}

/* Position arrows on the edges */
.slick-prev { left: -50px; }
.slick-next { right: -50px; }

/* Hover state */
.slick-prev:hover, .slick-next:hover {
    background: #37AAE1;
}
.viewalldocs {
  display: block;
  padding: 100px 0 0;
  text-align: center;
  color: #fff;
}
.stateintro {
  font-size: 25px;
  color: #003d62;
  display: block;
  text-align: center;
}
#doctors {
  background: linear-gradient(179.52deg, #37AAE1 0.42%, #003d62 99.6%);

  padding: 70px 0;
}
/* Default label (state abbreviation) */
.usa-map-wrapper svg text {
    fill: #fff;      /* white by default */
    font-weight: 600;
    pointer-events: none; /* don't block clicks */
    transition: fill 0.2s ease;
}

/* On hover: change text to black */
.usa-map-wrapper svg .us-state:hover + text,
.usa-map-wrapper svg g:hover text {
    fill: #003D62;
}

.usa-map-section {
}

.usa-map-wrapper svg {
    width: 100%;
    height: auto;
    max-width: 1000px; /* optional constraint */
}

/* Only style paths we mark as states via JS */
.usa-map-wrapper svg .us-state {
    fill: #37AAE1;          /* base color */
    stroke: #003D62;
    stroke-width: 0.1;
    transition:
        fill 0.2s ease,
        transform 0.15s ease;
}

/* Hover / focus state */
.usa-map-wrapper svg .us-state:hover {
    fill: #003D62;          /* hover color */
    cursor: pointer;
    transform: translateY(-1px);
}

.usa-map-wrapper svg .us-state:focus {
    outline: none;
}
.stateslist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 4;
}
.stateslist ul li a {
  color: #003D62;
}
#innerimghero{
	background: url(assets/img/innerhero.webp) no-repeat center center;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 150px 0;
}
#innerhero {
  background: #003d62;
  color: #fff;
  padding: 40px 0;
}
#innerhero h1, #innerimghero h1 {
  color: #fff !important;
}
.pageintro {
  display: block;
  font-size: 20px;
}
#breadcrumbs {
  text-align: right;
  padding-top: 30px;
}
#primary {
  padding: 70px 0;
}
#breadcrumbs a{
	color: #37AAE1 !important;
}
.container.directorysearch {
  background: #fff;
  border-radius: 16px;
  position: relative;
  margin-top: -100px;
  padding: 40px;
  margin-bottom: 40px;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
}
#packages {
  padding: 70px 0;
}
#packages h2 {
  text-align: center;
}
.intro {
  text-align: center;
  display: block;
  font-size: 24px;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
	color: #4e4e4e;
}
  #resprimary .row,#primary .row{
    overflow: visible;
  }

@media (min-width: 992px) {
  .bwd-sticky-sidebar {
    position: sticky;
    top: 90px;            /* adjust for your header height */
    align-self: flex-start;
  }
}
.featurebox {
  border-radius: 18px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 25px;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.4);
	text-align: center;
	margin-bottom: 30px;
	background: #fff;
}
#visibility .btn.btn-primary-custom {
  padding: 20px;
  margin-top: 20px;
  min-width: 300px;
}
.featuredesc {
  display: block;
  color: #003d62;
  font-weight: bold;
  font-style: italic;
  font-family: "ofelia-display", sans-serif !important;
  padding-bottom: 5px;
}
.featureprice {
  display: block;
  font-size: 27px;
  font-family: "ofelia-display", sans-serif !important;
  font-weight: bold;
  color: #003d62;
}
.includestitle,
.featurebox summary{
  display: block;
  font-weight: bold;
  font-size: 15px;
  color: #003d62;
  text-transform: uppercase;
}
.includesarea ul {
  list-style: none;
  padding: 0;
  line-height: 2;
	width: 80%;
	margin: 0 auto;
}
.includesarea ul li {
  border-bottom: 1px solid #eee;
	font-size: 16px;
}
.includesarea {
  color: #003d62;
}
.whatdesc {
  display: block;
  padding-bottom: 20px;
}

.smallerfeatured {
  margin: 40px;
}
#visibility {
  padding: 70px 0;
	text-align: center;
}
#visibility ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2
}


.mbjoinbtn {
  color: #fff !important;
  border: none !important;
  border-radius: 31px !important;
  font-size: 17px !important;
  font-family: "ofelia-display", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 10px;
  justify-content: center;
  margin: 15px auto !important;
}

.directorysearch .btn.btn-primary-custom {
  margin-top: 50px;
  width: 100%;
  padding: 10px;
}
.adoctorimg {
  display: inline-block;
  width: 33%;
  border-right: 10px solid #003d62;
}
.physicianarchiveslider .fdoccard {
  padding: 0;
}
.adoctorinfo {
  display: inline-block;
  width: 66%;
  padding: 15px;
	vertical-align: top;
}
.pabtnrow {
  display: flex;
}
.pabtnrow .btn {
  font-size: 12px !important;
}
.featured-physicians {
  background: linear-gradient(179.16deg, #37AAE1 0.75%, #003d62 99.31%);
  margin-top: -155px;
  padding: 150px 0;
}
.docaddress span{
	display: block;
}
.docaddress {
  color: #003d62;
  font-size: 14px;
  text-align: center;
  display: block;
	text-transform: uppercase;
}
#joinnow {
  background: #003d62;
  padding: 70px 0;
  color: #fff;
}
.joinbtn {
  background: #ff4800  !important;
  padding: 10px;
  justify-content: center;
  margin: 0 auto !important;
  display: block;
  width: 240px;
}
#joinnow h2{
	color:#fff;
	text-align: center;
}
.joinintro {
  text-align: center;
  margin: 0 auto 30px;
  display: block;
  font-size: 30px;
}
.joinform{
	display: block;
	background: #fff;
	border-radius: 40px;
	padding: 20px;
	width: 70%;
	margin: 0 auto;
	color: #003d62;
}
nav[aria-label="Physicians pagination"] ul.page-numbers{
  display:flex;
  gap:.5rem;
  list-style:none;
  padding:0;
  margin:0;
  justify-content:center;
}
nav[aria-label="Physicians pagination"] .page-numbers a,
nav[aria-label="Physicians pagination"] .page-numbers span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  height:40px;
  padding:0 .75rem;
  border:1px solid rgba(0,0,0,.15);
  border-radius:999px;
  text-decoration:none;
}
nav[aria-label="Physicians pagination"] .page-numbers .current{
  background:#003d62;
  color:#fff;
  border-color:#003d62;
}
.smdocimg {
  display: inline-block;
}
.smdocinfo {
  display: inline-block;
}
#reviews {
	background: linear-gradient(180.78deg, #37AAE1 0.65%, #003d62 99.31%);

  padding: 70px 0;
}
#reviews h2{
	text-align: center;
}
.reviewintro{
	display: block;
	text-align: center;
	padding-bottom: 30px;
	font-size: 25px;
	color:#003d62;
}
.reviewbox {
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  margin: 20px;
  display: block;
}
.rightaboutcond {
  padding: 50px;
}
#condintro {
  padding: 40px 0;
  background: #f1f1f1;
  text-align: center;
}
#condwhy {
  padding: 50px 0;
  background: #f1f1f1;
  text-align: center;
}
#condwhy ul {
  margin: 0;
  padding: 20px;
  list-style: none;
}
.typeleftcond {
  padding: 50px;
}
.condwhybox {
  background: #fff;
  display: block;
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 215px;
}
.name {
  display: block;
	color:#37AAE1;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
 font-family: "ofelia-display", sans-serif !important;
  padding: 10px 0 0;
	text-align: center;
}
#colophon {
  background: #fff;
  padding: 70px 0 0;
  color: #003d62;
	clear: both;
	border-top: 4px solid #003d62;
}
.site-info {
  background: #003D62;
  padding: 30px 0;
  font-size: 14px;
  margin-top: 70px;
	color:#fff;
}
.site-info a{
	color:#fff !important;
}
#colophon a {
  color: #003d62;
}
.footermotto {
  display: block;
  padding: 15px;
}
.page-template-page-state-landing .featured-physicians,
.page-template-page-education .featured-physicians{
  margin-top: 0;
  padding: 70px 0;
}
.page-template-page-state-landing .featured-physicians h2,
.page-template-page-education .featured-physicians h2{
	padding-bottom: 30px;
  font-weight: bold;
  font-size: 34px;
  text-transform: uppercase;
	color:#fff;
	text-align: center;
}
.footerlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footerlist li {
  padding: 5px 0;
}
.footerlogo {
  display: block;
  width: 80%;
  margin-bottom: 40px;
}
.footerphone, .footeremail {
  display: block;
  padding: 10px 0;
}
.footerfour i {
  margin-right: 5px;
}
.social li {
  display: inline-block;
  margin: 10px 15px 0;
}
.footerright {
  text-align: right;
}
/* State landing Page */

#statelandinghero {
  padding: 70px 0 40px;
	
	background-image: linear-gradient(to bottom right, #f1f1f1, #37AAE1);
}
.stopintro {
  background: #003d62;
  color: #fff;
  padding: 7px 10px;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}
.stopintro i{
	margin-right: 5px;
}
#statelandinghero h1 {
  font-weight: bold;
}
.sherotext {
  display: block;
  color: #033d62;
  font-size: 16px;
}
.smtrust {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #777;
}
.orange {
  color: #ff4800 ;
}
.smtrust li {
  flex: 1;
}
.smticon .fa-solid.fa-badge-check {
  color: #22c55e;
}
.smticon .fa-solid.fa-star {
  color: #facc15;
}
.smticon .fa-solid.fa-calendar-check {
  color: #06c;
}
.ssearcharea {
  display: block;
  background: #fff;
  padding: 0 15px 15px;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 30px 0;
}
.sheropatients {
  display: block;
  font-size: 14px;
  color: #666;
}
.spnum {
  color: #000;
  font-weight: bold;
}
.sjoininfo h4 {
  color: #fff;
}
.stateimg {
  background: #fff;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
  display: block;
  border-radius: 20px;
  width: 65%;
  margin: 30px auto;
}
.eduherobtns {
  display: block;
  padding: 20px 0;
}
.condimg{
	 padding: 25px 25px 0;
  display: block;
  border-radius: 20px;
  width: 85%;
  margin: 30px auto 0;
}
.page-template-page-education #statelandinghero {
  padding: 70px 0 0px;
  background-image: linear-gradient(to bottom right, #f1f1f1, #37AAE1);
}
.stateimg img, .condimg img{
	border-radius: 20px;
}
.sheroright{
	background: url(assets/img/stateback.webp) no-repeat center center;
	min-height: 531px;
}
#statenumbers {
  padding: 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	text-align: center;
}
.snumber {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #ff4800 ;
}
.snumdesc {
  display: block;
	font-weight: bold;
}
#woundcare {
  background: #f1f1f1;
  padding: 70px 0;
}
#woundcare h2 {
  text-align: center;
}
#woundcare .intro {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  width: 60%;
  margin: 0 auto;
}
.woundbox {
  background: #fff;
  display: block;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 20px;
	margin: 0 10px 30px;
}
.woundbox.wound-odd {
  border: 1px solid #37AAE1;
  border-top: 5px solid #37AAE1;
}
.woundbox.wound-even {
  border: 1px solid #003d62;
  border-top: 5px solid #003d62;
}
.woundicon {
  display: block;
  margin-bottom: 10px;
}
.wounddesc {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
	min-height: 120px;
}
.woundspecial {
  display: inline-block;
  font-size: 14px;
  color: #aaa;
	width: 50%;
}
a .wounddoc {
  color: #003d62;
  
}
.wounddoc {
  display: inline-block;
  font-size: 16px;
}
#woundcare .btn, #statelocations .btn,
#resources .btn{
  margin: 30px auto !important;
  display: block;
  width: 300px;
}
.locationsarea {
  margin: 0 5px;
}
#statelocations {
  padding: 70px 0;
}
#statelocations h2{
	text-align: center;
}
#statelocations .intro{
	display: block;
	padding-bottom: 30px;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.locbox {
  background: #f7f8f9;
  display: block;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #37AAE1;
  text-decoration: none;
  color: #003d62 !important;
	position: relative;
}
.locicon {
  display: block;
  position: absolute;
  width: 20%;
  top: 20px;
  right: 0;
}
.loccount {
  font-size: 14px;
  color: #777;
}
.loccheck {
  list-style: none;
  margin: 20px 0;
  font-size: 16px;
  padding: 0;
  line-height: 2;
}
.loccheck i {
  color: #37AAE1;
  margin-right: 5px;
}
.locationbtn {
  background: #003d62;
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
}
.locationlist {
  margin-top: 70px !important;
}
.locationlist h3 {
  text-align: center;
  padding-bottom: 30px;
}
.loclist {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
  column-count: 6;
}
#statejoin {
  background: #003d62;
  padding: 70px 0;
  color: #fff;
}
.smjoinintro {
  background: #37AAE1;
  color: #fff;
  padding: 7px 10px;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}
.smjoinintro i{
	margin-right: 5px;
}
#statejoin h2 {
  color: #fff;
}
.sjoinintro{ display: block;}
.sjoinlist {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.sjoinlist li {
  padding-bottom: 20px;
}
.sjoinicon {
  display: inline-block;
  background: #37AAE1;
  width: 42px;
  height: 42px;
  text-align: center;
  padding-top: 8px;
  border-radius: 5px;
}
.sjoininfo {
  display: inline-block;
  width: 85%;
  vertical-align: top;
	margin-left: 10px;
}
.sjoindesc {
  display: block;
  font-size: 16px;
}
.sjoindoc {
  display: block;
  background: #fff;
  padding: 25px;
  border-radius: 20px;
	color: #003d62;
	position: relative;
}
.sample {
  font-size: 16px;
  color: #777;
  display: block;
  position: absolute;
  right: 20px;
  font-style: italic;
}
.sjoindoctop {
  display: block;
}
.sjoindocimg {
  display: inline-block;
  width: 15%;
  border-radius: 50%;
  border: 2px solid #003d62;
}
.sjoindocimg img {
  border-radius: 50%;
}
.sjoindocinfo {
  display: inline-block;
  vertical-align: middle;
}
.sjoindocspec {
  display: block;
  font-size: 14px;
  color: #777;
}
.sjoindocreview {
  font-size: 14px;
}
.sjoindocanalytics {
  display: block;
  background: #f1f1f1;
  border-radius: 20px;
  padding: 20px;
  margin: 30px;
}
.sjoindocanatitle {
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}
.docanalytics {
  line-height: 3;
  list-style: none;
  margin: 0;
  padding: 0;
}
.anatitle {
  display: inline-block;
  width: 47%;
}
.ananum {
  display: inline-block;
  width: 47%;
  text-align: right;
  font-weight: bold;
  color: #f1b158;
}
.sjoindocquote {
  display: block;
  background: #37AAE1;
  padding: 15px;
  border-radius: 20px;
  color: #fff;
}
#swhychoose {
  padding: 70px 0;
}
#swhychoose h2 {
  text-align: center;
}
#swhychoose .intro {
  text-align: center;
  display: block;
  padding-bottom: 30px;
}
.wcbox {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.wcicon {
  background: #37AAE1;
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  padding: 10px 0 0;
  border-radius: 50px;
	margin-bottom: 20px;
}
.wcicon i {
  color: #fff;
}
.wcdesc {
  display: block;
  color: #777;
  font-size: 16px;
  width: 85%;
  margin: 0 auto;
}
#stestimonials {
  background: linear-gradient(179.16deg, #37AAE1 0.75%, #003d62 99.31%);
  padding: 70px 0;
}
#stestimonials h2, #resources h2, #sfaqs h2 {
text-align: center;
}
#resources .intro,
{
	text-align: center;
	display: block;
	padding-bottom: 30px;
}
#resources {
  padding: 70px 0;
}
#resources .recent-posts article {
  background: #f1f1f1;
  border-radius: 20px;
	margin: 0 10px;
}
#resources .recent-posts article img{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.spostinfo {
  display: block;
  padding: 20px;
}
.post-category {
  background: #37AAE1;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.post-title {
  font-size: 24px;
	min-height: 87px;
}
.post-title a{
  color: #003d62;
}
.post-excerpt {
  display: block;
  color: #777;
  font-size: 16px;
	min-height: 96px;
}
.read-more {
  font-size: 16px;
  text-align: right;
  display: block;
  color: #003d62;
  font-weight: bold;
}
#sfaqs, #condfaqs {
  padding: 70px 0;
  background: linear-gradient(179.16deg, #37AAE1 0.75%, #003d62 99.31%);
}

#midccta {
  background: #003d62;
  color: #fff;
  padding: 70px 0;
}
#midccta h2, #condfaqs h2{
	color:#fff;
	text-align: center;
}
#midccta .intro,
#sfaqs .intro, 
#stestimonials .intro,
#condfaqs .intro{
	text-align: center;
	padding-bottom: 30px;
	display: block;
	color:#fff;
}
#sfullcontent {
  padding: 70px 0;
	background: #fcfcfc;

}
.sjoinleft a.btn {
  background: #ff4800 !important;
}
#resprimary {
  padding: 70px 0;
}
blockquote {
  margin: 0 0 1rem;
  background: rgba(145, 25, 17, .4);
  padding: 20px;
  margin: 30px 0;
  border-radius: 20px;
}
.postblock {
  box-shadow: 0px 0px 14px 0px #00000040;
  border-radius: 18px;
	height:100%;              /* or a fixed height like 300px */
  position:relative;
}
.postimage {
  display: inline-block;
  width: 33%;
	height: 100%;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	border-right: 10px solid #003D62;
}
.postarea .col-lg-12 {
  margin: 15px 0;
}
.eddisclaimer {
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 5px;
	font-size: 16px;
  font-style: italic;
}

.bloginfo {
  display: inline-block;
  width: 66%;
  vertical-align: top;
	padding: 20px;
}
.postfeeddate {
  display: block;
  font-size: 14px;
  color: #aaa;
	padding-bottom: 5px;
}
.postfeeddate .category {
  display: inline-block;
}
.post-categories li {
  margin-right: 5px;
}
.post-categories {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-categories li a{
	color:#aaa;
}
.postfeedexcerpt {
  display: block;
  font-size: 16px;
}
.rescright {
  border-left: 1px solid #ccc;
  padding: 20px;
}
.widget-title {
  font-size: 19px;
  text-transform: uppercase;
}
#secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}
#secondary {
  padding-left: 30px;
}
.rescleft {
  padding-right: 50px;
}
#edtop .container {
  position: relative;
  margin-top: -100px;
  background: #fff;
  border-radius: 18px;
	padding: 40px;
  margin-bottom: 40px;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
}
.btnbox {
  padding-top: 30px;
}
.edintroleft {
padding: 50px 100px;
}
.quickbox {
  display: block;
  background: rgba(255,255,255,0.8);
  padding: 20px;
  border-radius: 19px;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
  width: 70%;
  margin: 100px auto;
}
.quickbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 2;
}
#whyhappen {
  padding: 70px 0;
  background: #fbfbfb;
}
#whyhappen h2{
	text-align: center;
}
#prevent h2{
	text-align: center;
}
.watchright {
  padding: 50px 100px;
}
.watchright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2;
}
#treatment {
  padding: 70px 0;
  background: #fbfbfb;
  text-align: center;
}
.treatbox {
  background: #fff;
  display: block;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
  min-height: 170px;
}
.preventleft {
  padding: 50px 100px;
}
.preventleft ul {
  list-style: none;
  line-height: 2;
}
.preventleft i{
	color: green;
}
#edfaqs {
  padding: 70px 0;
	background: linear-gradient(179.16deg, #37AAE1 0.75%, #003d62 99.31%);
	color:#fff;
}
#edfaqs h2, #edfaqs .intro{
	text-align: center;
	color:#fff;
}
.wcleft {
  padding: 100px;
}
#causes{
	background: linear-gradient(179.16deg, #37AAE1 0.75%, #003d62 99.31%);
	color:#fff;
	padding: 70px 0;
}
.causebox{
	background: #fff;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
	color:#003d62;
	display: block;
	border-radius: 18px;
	padding: 20px;
	min-height: 220px;
  margin-bottom: 20px;
}
#causes h2, #causes .intro {
  color: #fff;
  text-align: center;
}
.meddisclaimer {
  display: block;
  font-size: 15px;
  padding: 15px 0;
}
.hwdisclaimer {
  display: block;
  text-align: left;
}
.sti-right {
  padding: 100px;
}
@media screen and (max-width: 1686px){
	.spdesc {
  min-height: 153px;
}
}
@media screen and (max-width: 1500px){
.stateimg, .condimg {
  width: 75%;
}
	.wounddesc {

  min-height: 144px;
}
.specialbox h3 {
  min-height: 87px;
}	
		.spdesc {
  min-height: 179px;
}
	.hwbox h3 {
  min-height: 101px;
}
	.hwinfo {
  min-height: 128px;
}
}
@media screen and (max-width: 1440px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 90%;
  margin: 0 auto;
}
	 .stateimg, .condimg {
    width: 80%;
  }
	.post-excerpt {

  min-height: 120px;
}
	form.container {
  width: 100%;
  max-width: 100%;
}
	header .container {
  max-width: 95%;
}
	
	.specialbox h3{
		min-height: 87px;
	}
	.hwbox h3{
		min-height: 100px;
	}
	.hwinfo{
		min-height: 178px;
	}
}
@media screen and (max-width: 1368px){
	.headerbtn{
		font-size: 13px !important;
	}
	.smallinfo {
  min-height: 64px;
}
	.hwinfo{
		min-height: 204px;
	}
}
@media screen and (max-width: 1280px){
	.herotext {
  font-size: 20px;
	}
	.specialbox h3 {
  font-size: 28px;
		min-height: 72px;
}
	.spdesc {
  font-size: 16px !important;

}
	 .nohealright {
    padding: 50px;
  }
	.nohealright a{
		text-decoration: underline !important;
	}
.hwbox h3 {
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  min-height: auto;
}
	.hwinfo{
		min-height: 155px;
	}
}
@media screen and (max-width: 1186px){
	.intro {
  width: 80%;
}
	.navbar-nav > li > a {

  font-size: 14px;

}
	.heroleft h1 {
  font-size: 36px;

}
	section h2 {
  font-size: 24px;
}
	.headerbtn, .herobtn {
  padding: 10px;
  margin-top: 20px;
}
}
@media screen and (max-width: 1024px){
	.container.my-5,
	.packagecontainer{
  padding-top: 100px;
}
	#rmp_menu_trigger-47528 .responsive-menu-pro-inner, #rmp_menu_trigger-47528 .responsive-menu-pro-inner::before, #rmp_menu_trigger-47528 .responsive-menu-pro-inner::after {
  background-color: #003d62 !important;
}
	  #rmp_menu_trigger-47528 {

    background: transparent !important;

  }
	#homehero {

  padding: 180px 0 50px;
}
	 .headerarea{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all .3s ease;
  }

  /* prevents content jump */
  body.has-sticky-header{
    padding-top: 90px; /* match your header height */
  }

  /* optional: shrink on scroll */
  .headerarea.is-scrolled{
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    background: #fff;
  }
	.loclist {

  column-count: 5;
}
	
	.sjoinleft {
  width: 100%;
  margin-bottom: 30px;
}
	.sjoinright {
  width: 100%;
}
	.sheroleft {
  width: 100%;
}
	.sherotext{
	width: 100%;
	}
	.woundbox h4{
		font-size: 22px;
	}
	  .wounddesc {
    min-height: 192px;
  }
	.sheroright {
  background: none;
  min-height: auto;
		width: 100%;
}
	  .stateimg, .condimg {
    width: 40%;
  }
	.leftwhy, .nohealright {
  width: 100%;
}
	.logo {
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
	.logo img {
  width: 50%;
}
	.headercta {
  text-align: center;
  width: 100%;
}

}
@media screen and (max-width: 992px){
	.sti-right {
  padding: 40px;
}
	.card {
  width: 80%;
}
	.phyintroinfo h1 {
  color: #003d62;
  font-size: 32px;
  letter-spacing: 1px;
}
	
	.physimgbox {
  width: 50%;
}
	.psycontact {
  margin: 20px 0;
}
	.leftaboutcond, .typerightcond, .wcright {
  min-height: 400px;
}
	.wcleft {
  padding: 50px;
}
	#breadcrumbs {
  text-align: center;
  padding-top: 15px;
}
	#innerimghero h1{
		text-align: center;
	}
	#innerimghero,
	.page-template-page-education #statelandinghero {
  padding: 150px 0 20px;
}
	.herosearch {
  margin-top: 40px;
}
	  #homehero {
    padding: 150px 0 50px;
  }
	.specialslider .slick-slide img {
  margin: 0 auto;
}
	.rmp-menu-title-image {
  width: 100%;
}
	.leftwhy {
  min-height: 700px;
}

	
	  .hwinfo {
    min-height: auto;
  }
	.footerlogo {
  text-align: center;
  width: 100%;
}
	.footerlogo img {
  width: 50%;
}
	#colophon {
 
  text-align: center;
}
	.social {

  justify-content: center;
}
	.footerright {
  text-align: center;
}

	
}
@media screen and (max-width: 848px){
	.card {
  width: 100%;
}
}
@media screen and (max-width: 768px){
	#seekinghero {
 
  padding: 50px 0;
}
	.sheroright{
		display: none;
	}
	#seekinghero .pageintro {
  width: 100%;
}
	.postimage {
  display: block;
  width: 100%;
 height: 200px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-right: 0;
}
	.bloginfo {
  display: block;
  width: 100%;
 
}
	.bwd-tier-featured::before {

  font-size: 12px;
	}
	.postblock {
  box-shadow: 0px 0px 14px 0px #00000040;
  border-radius: 18px;
  height: auto;
  position: relative;
}
	 .stateimg, .condimg {
    width: 60%;
  }
	#woundcare .intro,
	#statelocations .intro{
  width: 100%;
}
	.loclist {
    column-count: 4;
  }
	.intro{
		font-size: 18px;
	}
}
@media screen and (max-width: 640px){
	.physimgbox {
    width: 70%;
    margin: 0 auto;
  }
	.container.my-5,
	.packagecontainer{
  padding-top: 50px;
}
	.featured-physicians {
 
  padding: 150px 0 50px;
}
	.usa-map-wrapper.d-flex.justify-content-center {
  display: none !important;
}
	.adoctorimg {
  display: block;
  width: 100%;
  border-right: 0;
}
	.adoctorinfo {
  display: block;
  width: 100%;

}
	.stateslist ul {

  column-count: 3;
}
	 #homehero {
    padding: 100px 0 50px;
  }
	 .loclist {
    column-count: 3;
  }
	.wounddesc {
    min-height: 240px;
  }
	 .woundbox h4 {
    min-height: 52px;
  }
	loccheck {
  min-height: 128px;
}
	.loccheck li {
  font-size: 14px;
}
	.spdesc{
		display: none;
	}
		.condimg {
  display: none;
}
}
@media (max-width: 486px){
	.psycontact .btn {
  margin-bottom: 15px;
}
 .physimgbox {
    width: 100%;
    margin: 0 auto;
  }
	#innerimghero,
	.page-template-page-education #statelandinghero  {
 padding:100px 0 10px;
}
	#innerhero {

  padding: 80px 0 40px;
  text-align: center;
}
	.page-numbers {
  font-size: 14px !important;
}
	.smallinfo {
  min-height: 91px;
}
	.rescleft {
  padding-right: 0;
}
	  .spdesc {
    min-height: 336px;
  }
	 .logo img {
    width: 70%;
  }
	.adoctorimg {
  display: block;
  width: 43%;
  border-right: 0;
  margin: 0 auto;
}
	.adoctorinfo {
  display: block;
  width: 100%;
}
	.joinintro {
 
  font-size: 22px;
}
   #homehero {
    padding: 100px 0 20px;
  }
		#statelandinghero {
  padding: 50px 0;
}
	  .wounddesc {
    min-height: 288px;
  }
	
	 .loclist {
    column-count: 2;
  }
	.herotext {
    font-size: 16px;
    width: 100%;
		font-weight: bold;
  }
	.logo {
    text-align: left;
  }
	.nohealright {
    padding: 50px 30px;
  }
	  .leftwhy {
    min-height: 400px;
  }
	#masthead {
  padding: 0;
}
	#masthead,
.headerarea,
.topheader {
  max-width: 100%;
  overflow-x: clip;
}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 95%;
  margin: 0 auto;
}
	.herosearch label, .directorysearch label {
  padding-top: 0;
}
	 .stateslist ul {
    column-count: 2;
  }
	  .logo {
    text-align: left;
  }
	.specialintro{
		width: 100%;
	}
	  .specialbox h3 {
    font-size: 22px;
    min-height: 57px;
  }
	#whynoheal ul {
  margin: 0;
}
}
@media screen and (max-width: 370px){
	
}
.medical-review-line {
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
}

.medical-review-line a {
    font-weight: 600;
    color: #37AAE1;
    text-decoration: none;
}

.medical-review-line a:hover {
    text-decoration: underline;
}
.smalltext {
  display: block;
  font-size: 12px;
}
.bwd-state-cta{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:18px;
  margin:22px 0;
  background:#fff;
  box-shadow:0 6px 20px rgba(0,0,0,.04);
}
.bwd-state-cta h2{margin:0 0 6px;font-size:20px}
.bwd-state-cta p{margin:0 0 14px;opacity:.8}

.bwd-state-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:14px;
}
.bwd-state-pill{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  text-decoration:none;
  font-weight:700;
  font-size:13px;
}
.bwd-state-actions{display:flex;gap:10px;flex-wrap:wrap}
.bwd-state-btn{
  display:inline-block;
  padding:10px 14px;
  border-radius:12px;
  text-decoration:none;
  font-weight:800;
  border:1px solid rgba(0,0,0,.12);
}
.bwd-state-btn.secondary{opacity:.85;font-weight:700}
.medicaldisclaimer, .editoraldisclaimer {
  display: inline-block;
  font-size: 12px;
  line-height: 1.25;
  width: 45%;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
  vertical-align: top;
}
.physician-short-desc {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 2px;
}
/* Sticky sidebar (desktop only) */
@media (min-width: 992px) {

  /* Sticky fails if any parent has overflow hidden/auto/scroll */
  #resprimary,
  #resprimary .container,
  #resprimary .row,
  #resprimary .blogside {
    overflow: visible !important;
  }

  .bwd-sticky-sidebar {
    position: sticky;
    top: 20px; /* no fixed header, keep small */
    align-self: flex-start;
  }
}
/* --- Sticky sidebar fixes --- */

/* Sticky breaks if html/body have overflow other than visible */
html { overflow: visible !important; }
body {
  overflow-x: hidden !important;  /* keep your horizontal lock */
  overflow-y: visible !important; /* remove vertical overflow wrapper */
}

/* If any wrapper uses overflow, sticky won't work. Force visible on key layout wrappers */
#resprimary,
#resprimary .container,
#resprimary .row,
#resprimary .blogside {
  overflow: visible !important;
}

/* The sticky element */
@media (min-width: 992px) {
  .bwd-sticky-sidebar{
    position: sticky;
    top: 24px;          /* since you said no fixed header */
    align-self: flex-start;
  }
}