/*!
Theme Name: AWI Revamped
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: awi-revamped
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.

AWI Revamped is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
.button,input[type=submit],button{
	transition:.2s all;
	background-color:gray;
	color:#000;
	padding:7px 15px;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Fonts
--------------------------------------------- */
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Bold.woff2') format('woff2'),
        url('fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.woff2') format('woff2'),
        url('fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-SemiBold.woff2') format('woff2'),
        url('fonts/JosefinSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	overflow-x: hidden;
}

h1{
	font-family: 'Josefin Sans';
	font-weight: 600;
	margin: 0;
	line-height: 1.2;
}
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
	font-family: 'Raleway';
	font-weight: 600;
	margin: 0;
	line-height: 1.2;

}

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;
}
*[style^="background-image"]{
	background-size:cover;
	background-position:center;
}
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: #d12026;
	text-decoration: none;
}

a:hover,
a:active {
	color: #191970;
}


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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;*/
	background: #ad0926;
    font-size: 21px;
    text-transform: uppercase;
    padding: 20px 45px;
    color: #fff;
    display: inline-block;
    transition: .2s all;
    font-family: 'Raleway';
    border-radius: 6px;
    font-weight: 700;
	border: 0;
}

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;
	width: 100%;
}

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

input.wpcf7-form-control.wpcf7-submit {
	display: block;
	margin: 0 auto;
}


form .list--unstyled {
	margin: 0 -6px;
}

form .list--unstyled li {
	margin: 12px 6px;
}

.list--unstyled .form-field--half {
	float: left;
	width: calc(50% - 12px);
	margin: 6px;
}

.list--unstyled .form-field--third {
	float: left;
	width: calc(33.3333% - 12px);
	margin: 6px;
}

form .list--unstyled li:first-child,
form .list--unstyled .form-field--half:first-child,
form .list--unstyled .form-field--half:first-child + .form-field--half,
form .list--unstyled .form-field--third:first-child,
form .list--unstyled .form-field--third:first-child + .form-field--third,
form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third {
	margin-top: 0;
}

form .list--unstyled li:last-child,
form .list--unstyled .form-field--half:last-child,
form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
form .list--unstyled .form-field--third:last-child,
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
	margin-bottom: 0;
}

.form-field--half + li:not(.form-field--half):not(.form-field--third),
.form-field--third + li:not(.form-field--half):not(.form-field--third) {
	clear: both;

	margin-top: 0;
	padding-top: 6px;
}

li:not(.form-field--half):not(.form-field--third) + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
	margin-top: 0;
}

@media screen and (max-width: 567px) {
	.list--unstyled .form-field--half,
	.list--unstyled .form-field--third {
		float: none;

		width: auto;
		margin: 12px 6px;
	}

	.form-field--half + li:not(.form-field--half):not(.form-field--third),
	.form-field--third + li:not(.form-field--half):not(.form-field--third) {
		margin-top: 12px;
		padding-top: 0;
	}

	form .list--unstyled .form-field--half:first-child + .form-field--half,
	form .list--unstyled .form-field--third:first-child + .form-field--third,
	form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
	li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
		margin-top: 12px;
	}

	form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
	form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
		margin-bottom: 12px;
	}
}


/* Interior banner
--------------------------------------------- */
.interior-banner {
	height: 500px;
	position: relative;
}

.interior-banner-overlay{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.interior-banner .container{
	position: static;
}

.interior-banner h1{
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
}

.interior-banner-content{
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	top: 50%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	text-align: center;
}

@media screen and (max-width: 767px) {
	.interior-banner {
		height: 350px;
	}
	.interior-banner h1{
		font-size: 36px;
	}
}


/* Interior Page Title
--------------------------------------------- */
.page-title-wrapper {
	background: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 15px 0 15px 0;
}

.blog .page-title-wrapper,
.single .page-title-wrapper,
.archive .page-title-wrapper {
	display: none;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.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;
}
.container {
	margin:0 auto;
	position: relative;
	max-width:1400px;
	padding:0 15px;
}
.list--unstyled{
	list-style: none;
	margin:0;
	padding:10px;
}
.button{
	background:#ad0926;
	font-size: 21px;
	text-transform: uppercase;
	padding: 20px 45px;
	color:#fff;
	display: inline-block;
	transition:.2s all;
	font-family: 'Raleway';
	border-radius: 6px;
	font-weight: bold;
}
.button:hover{
	background:#333333;
	color:#fff;
	text-decoration: none;
}

svg{
	height: 18px;
	width: 18px;
}

.full-width{
	max-width: 54em;
}

/****************************************
 *************** Header *****************
 ****************************************/

header{
}

header .container{
	max-width: 1450px;
}

.top-header{
	background-color: #333333;
	padding: 7px 0;
}

.top-header .inner-top-header{
	display: flex;
	align-items: center;
	gap: 60px;
}

.top-header .inner-top-header .social-list{
	float: right;
	margin-left: auto;
}

.top-header .inner-top-header .social-list ul{
	display: flex;
	align-items: center;
	gap:10px;
}

.top-header .inner-top-header .social-list ul li a{
	display: block;
	background-color: #ad0926;
	height: 37px;
	width: 37px;
	border-radius: 50%;
	padding: 7px;
	transition: .3s ease;
}

.top-header .inner-top-header .social-list ul li a svg{
	fill: #fff;
	height: 100%;
	width: 100%;
}

.top-header .inner-top-header .social-list ul li a:hover{
	transform: scale(1.1);
}

.top-header .inner-top-header .top-header-ctas{
	display: flex;
	align-items: center;
}

.top-header .inner-top-header .top-header-ctas ul li{
    border-right: 1px solid #fff;
    display: inline-block;
    padding: 0 30px 0 0;
}

.top-header .inner-top-header .top-header-ctas ul li:last-child{
	border-right: none !important;
    padding: 0 0 0 30px !important;
}
.mobile-only-social-list{
	display: none;
}
.mobile-only-social-list ul{
	display: flex;
	align-items: center;
	gap:10px;
}

.top-header .inner-top-header .mobile-only-social-list ul li a{
	display: block;
	background-color: #ad0926;
	height: 37px;
	width: 37px;
	border-radius: 50%;
	padding: 7px;
	transition: .3s ease;
}

.top-header .inner-top-header .mobile-only-social-list ul li a svg{
	fill: #fff;
	height: 100%;
	width: 100%;
}

.top-header .inner-top-header .mobile-only-social-list ul li a:hover{
	transform: scale(1.1);
}


header .mobile-only{
	display: none;
}

.top-header .inner-top-header .top-header-ctas ul li a {
	font-size: 18px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	transition: .3s ease;
}

.top-header .inner-top-header .top-header-ctas ul li a svg{
	height: 21px;
	width: 21px;
	fill: #fff;
}

.top-header .inner-top-header .top-header-ctas ul li a:hover{
	transform: scale(1.1);
}

header .main-header{

}

header .main-header .inner-header{
	display: flex;
	align-items: center;
}

header .main-header .inner-header .nav-area{
	float: right;
	margin-left: auto;
}

header .main-header .inner-header .button{
	padding: 17px 15px;
	font-size: 18px;
	border-radius: 6px;
}

header .main-header .inner-header .button svg{
	vertical-align: middle;
	fill: #fff;
}


header .main-header .inner-header .logo{
	display: block;
	width: 300px;
	height: auto;
	max-width: 100%;
}



@media screen and (max-width: 1450px) {
	header .main-header .inner-header{
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.top-header .inner-top-header .top-header-ctas ul{
		display: flex;
		align-items: center;
	}
	.top-header .inner-top-header{
		justify-content: center;
	}
	.bottom-header-mobile-area{
		width: 100%;
	}
	.mobile-only-social-list{
		display: block;
	}
	.desktop-only-social-list{
		display: none;
	}
	.mobile-only-social-list ul{
		justify-content: center;
	}
	.mobile-only-social-list ul li a{
		display: block;
	    background-color: #ad0926;
	    height: 30px;
	    width: 30px;
	    border-radius: 50%;
	    padding: 7px;
	    transition: .3s ease;
	}
	.main-header-ctas{
	    display: flex;
	    flex-wrap: wrap;
	    gap: 15px;
	    justify-content: center;
	    padding: 10px 0 0 0;
	}
	.main-header-ctas .mobile-only{
		display: block;
	}
	.mobile-only-social-list ul li a svg {
	    fill: #fff;
	    height: 100%;
	    width: 100%;
	}
	.top-header .inner-top-header .top-header-ctas ul li{
		padding: 0 15px;
		font-size: 16px;
	}
	.top-header .inner-top-header .top-header-ctas ul li a {
		font-size: 16px;
	}
	.top-header .inner-top-header .top-header-ctas ul li a svg{
		height: 18px;
		width: 18px;
	}
}

@media screen and (max-width: 1090px){
	.top-header .inner-top-header{
		justify-content: center;
	}
	.top-header .inner-top-header .social-list{
		float: unset;
		margin-left: unset;
	}
}

/* Navigation */
.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
	display: none;
}

.awiNav {
	font-size: 0;
	position: relative;
	z-index: 200;
	margin: 0;
	padding: 0;
	list-style: none;
}

.awiNav.collapsable {
	white-space: nowrap;
}

.awiNav li {
	position: relative;
	margin: 0;
}

.awiNav > li {
	font-size: 1rem;
	line-height: 125px;
	display: inline-block;
	height: 125px;
}

.awiNav a {
	font-size: 18px;
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #363636;
	font-weight: 600;
}

.awiNav a:hover {
	color: #ad0926;
}

.awiNav ul {
	line-height: 1;
	position: absolute;
	top: 65%;
	left: 0;
	display: none;
	margin: 0;
	padding: .5em 0;
	list-style: none;
	background: #ad0926;
}

.awiNav > li:last-child ul {
	right: 0;
	left: auto;
}

.awiNav ul ul {
	top: -.5em;
	right: auto;
	left: 100%;
}

.awiNav > li:last-child ul ul {
	right: 100%;
	left: auto;
}

.awiNav ul a {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #fff;
}

.awiNav ul a:hover {
	color: #fff;
	background-color: #b0101b;
}

@media screen and (min-width: 1024px) {
	.awiNav li:hover > ul {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.awiNav > li {
		line-height: 100px;
		height: 100px;
	}

	.awiNav a {
		font-size: 16px;
		display: block;
		padding: 0 10px;
		white-space: nowrap;
		text-decoration: none;
		text-transform: uppercase;
		color: #444;
	}
}

@media screen and (max-width: 1023px) {
	.awiNav-cover {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh + 200px);
		cursor: pointer;
		background: rgba(0, 0, 0, .6);
	}

	.awiNav__trigger {
		line-height: 0;
		position: relative;
		display: block;
		width: 50px;
		height: 80px;
		margin: 0 10px 0 0;
		padding: 0;
		cursor: pointer;
		border: 0;
		border-radius: 0;
		outline: 0;
	}

	.awiNav__trigger,
	.awiNav__trigger:hover {
		background: transparent;
	}

	.awiNav__trigger:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__trigger span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 4px;
		margin: -2px 0 0 -20px;
		border-radius: 2px / 50%;
		background: #ad0926;
		-webkit-box-shadow: 0 -10px 0 #ad0926, 0 10px 0 #ad0926;
				box-shadow: 0 -10px 0 #ad0926, 0 10px 0 #ad0926;
	}

	.awiNav-wrap {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 100%;
		width: calc(100% - 45px);
		max-width: 320px;
		height: calc(100vh + 200px);
		padding-bottom: 200px;
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		background: #ad0926;
	}

	.awiNav-wrap.nav-shown {
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}

	.awiNav-wrap .awiNav__close {
		font-size: .9rem;
		font-weight: 700;
		position: relative;
		display: block;
		width: 100%;
		height: 45px;
		padding-left: 50px;
		text-align: left;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		background: none;
		color: #fff;
	}

	.awiNav-wrap .awiNav__close:hover,
	.awiNav a:hover {
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__close:active {
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}

	.awiNav__close span {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 20px;
		height: 3px;
		-webkit-transform: rotate(45deg) translateX(4px);
			-ms-transform: rotate(45deg) translateX(4px);
				transform: rotate(45deg) translateX(4px);
		-webkit-transform-origin: left center;
			-ms-transform-origin: left center;
				transform-origin: left center;
		border-radius: 2px;
		background: #fff;
	}

	.awiNav__close span ~ span {
		-webkit-transform: rotate(-45deg) translateX(-4px);
			-ms-transform: rotate(-45deg) translateX(-4px);
				transform: rotate(-45deg) translateX(-4px);
		-webkit-transform-origin: right center;
			-ms-transform-origin: right center;
				transform-origin: right center;
	}

	.awiNav {
		overflow-y: auto;
		width: 100%;
		max-height: calc(100% - 45px);
		text-align: left;
	}

	.awiNav.nav-hidden,
	.awiNav .nav-hidden {
		display: none;
	}

	.awiNav.nav-shown,
	.awiNav .nav-shown {
		display: block;
	}

	.awiNav li,
	.awiNav > li {
		font-size: 0;
		line-height: 1.2;
		display: block;
		width: 100%;
		height: auto;
		border-bottom: 1px dotted rgba(255, 255, 255, .1);
	}

	.awiNav__links {
		position: relative;
	}

	.awiNav a,
	.awiNav ul a {
		font-size: 1rem;
		display: block;
		padding: calc(22.5px - .6rem) 15px;
		white-space: normal;
		color: #fff;
	}

	.awiNav a:hover {
		color: #fff;
	}

	.awiNav .awiNav__links > a {
		display: inline-block;
		width: calc(100% - 45px);
		vertical-align: middle;
	}

	.awiNav-wrap .awiNav .awiNav__togglesub {
		font-size: 0;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 45px;
		height: 100%;
		vertical-align: middle;
		text-indent: -9999px;
		background: rgba(255, 255, 255, .1);
	}

	.awiNav-wrap .awiNav__togglesub.nav-hidden {
		display: none;
	}

	.awiNav__togglesub::before {
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		content: '';
		-webkit-transition: -webkit-transform .3s ease-out;
			 -o-transition:         transform .3s ease-out;
				transition: -webkit-transform .3s ease-out;
				transition:         transform .3s ease-out;
				transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
		border-width: 10px 5px 0 5px;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

	.sub-shown > .awiNav__links > .awiNav__togglesub::before {
		-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
				transform: rotate(180deg);
	}

	.awiNav ul {
		position: static;
		padding: 0;
		border: 0;
		background: rgba(255, 255, 255, .1);
		-webkit-box-shadow: none;
				box-shadow: none;
	}
}

@media screen and (max-width: 767px){
	header .main-header .inner-header{
		padding: 10px 0;
	}
	header .main-header .inner-header .logo{
		width: 250px;
	}
}



/****Blog Styling****/

.blog main .container{
	display: flex;
}

.blog h1{
	margin-top: 0;
}

.blog main{
	padding: 50px 0;
}

article{
	float: left;
	width: calc(100% - 330px);
	display: block;
}

aside{
	width: 330px;
	padding: 0 0 0 30px;
	float: left;
	display: block;
}

aside h2{
	font-size: 27px;
	margin: 0 0 20px;
}

aside ul{
	margin: 0;
}

.single-post main .container{
	display: flex;
}

.single-post main{
	padding: 50px 0;
}

.single-post h1{
	margin-top: 0;
}

.wp-posts-list > li:last-child{
	border-bottom: none;
}

@media screen and (max-width: 767px){
	.blog main .container{
		flex-wrap: wrap;
	}
	.single-post main .container{
		flex-wrap: wrap;
	}
	article{
		float: none;
		width: 100%;
	}
	aside {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
    img.alignnone, img.aligncenter, img.alignright, img.alignleft, a>img.alignnone, a>img.aligncenter, a>img.alignright, a>img.alignleft, .wp-caption, .wp-caption.alignnone, .wp-caption.alignleft, .wp-caption.alignright {
        display: block;
        margin: 0 auto 20px;
        float: none;
    }
}




/****************************************
 *************** Banner *****************
 ****************************************/

.banner{
	height: 706px;

}

.banner .container .inner-banner-content{
	position: relative;
}

.banner .banner-content{
	position: absolute;
	content: '';
	left: 0;
	top: 350px;
	width:100%;
}

.banner .banner-content h1{
	background-color: rgba(17, 17, 17, 0.702);
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding: 10px 10px 0 10px;
	width: 67%;
}

.banner .banner-content h2{
	background-color: rgba(17, 17, 17, 0.702);
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 10px;
	width: 57%;
}

.banner .banner-content svg{
	fill: #fff;
}

.banner .banner-content .banner-ctas{
	display: flex;
	gap: 10px;
	align-items: center;
}

.banner-content-mobile{
	display: none;
}

@media screen and (max-width: 920px) {
	.banner{
		height: 375px;
		position: relative;
	}
	.banner .container{
		position: unset;
	}
	.inner-banner-content{
		position: unset !important;
	}
	.banner-content-desktop{
		display: none;
	}
	.banner .banner-content-mobile{
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		padding: 20px;
		width: 100%;
		text-align: center;
		background-color: #111;
	}
	header .main-header .inner-header .button{
		font-size: 14px;
	}
	header .main-header .inner-header .button svg{
		height: 14px;
		width: 14px;
	}
	.banner .banner-content-mobile h1{
		width: 100%;
		font-size: 24px;
		text-transform: uppercase;
		color: #fff;
	}
	.banner .banner-content-mobile h2{
		width: 100%;
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
		padding-top: 15px;
	}
	.banner-content-mobile{
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.banner .banner-content{
		top: 200px;
	}
}

@media screen and (max-width: 567px) {
	.banner .banner-content{
		top: 150px;
	}
}

@media screen and (max-width: 450px) {
	.banner .banner-content{
		top: 106px;
	}
}

/****************************************
 ***************  Years  ****************
 ****************************************/
.years-wrapper {
	background-color: #ad0926;
	padding: 20px 15px 45px 15px;
}
 
.years-boxes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
	gap: 30px;
	margin: 40px 0 16px 0;
}

.years-boxes ul li {
	flex: 48%;
	display: flex;
	flex-direction: column;
	list-style: none;
	background: #f6eee2;
	text-align: center;
	max-width: 400px;
	min-height: 190px;
	border-radius: 18px;
	padding: 10px 0 0 0;
	margin: 0 6px;
}

.years-boxes ul li h3 {
	color: #ad0926;
	font-size: 70px;
	margin: 10px 0 10px 0;
}

.years-boxes ul li p {
	font-size: 21px;
	margin-top: 0;
}

@media screen and (max-width: 567px) {
	.years-wrapper {
		padding: 20px 0 38px 0;
	}
	
	.years-boxes ul {
		margin: 12px 0 16px 0;
		gap: 8px;
	}
	
	.years-boxes ul li {
		flex: 100%;
		min-height: 160px;
		margin: 15px 6px 0 6px;
	}
	
	.years-boxes ul li h3 {
		font-size: 45px;
	}
	
	.years-boxes ul li p {
		font-size: 20px;
		margin-top: 0;
	}
}

/****************************************
 ***************  Main  *****************
 ****************************************/
#primary{
	background-color: #ad0926;
	padding: 40px 0;
}

#primary article{
	max-width: none;
	float: none;
	width: 100% !important;
	color: #fff;
	text-align: center;
}

#primary article svg{
	fill: #fff;
	height: 62px;
	width: 62px;
}

#primary article h2{
	font-size: 30px;
}

#primary article .button{
	background-color: #333333;
}

#primary article .button:hover{
	background-color: #ad0926;
}

@media screen and (max-width: 767px) {
	#primary article h2{
		font-size: 20px;
	}
	#primary article svg{
		width: 43px;
		height: 43px;
	}
	#primary article .button{
		font-size: 16px;
	}
}

@media screen and (max-width: 567px) {
	
}

/****************************************
 *************** locations **************
 ****************************************/

.locations{
	padding: 100px 0;
}

.locations h2{
	text-align: center;
	color: #ad0926;
	font-size: 42px;
	text-transform: uppercase;
}

.locations .locations-repeater-wrapper{
	padding-top: 50px;
}

.locations .locations-repeater-wrapper ul{
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 22px;
	flex-wrap: wrap;
}

.locations .locations-repeater-wrapper ul li{
	width: calc(100%/3 - 22px);
}


.locations .locations-repeater-wrapper ul li .location-bucket-image{
	width: 100%;
	height: 259px;
}

.locations .locations-repeater-wrapper ul li .location-bucket-content{
	background-color: #f1f1f1;
	text-align: center;
	padding: 30px 10px;
	min-height: 415px;
}

.locations .locations-repeater-wrapper ul li .location-bucket-content h4{
	font-size: 23px;
	text-transform: uppercase;
	color: #363636;
}

.locations .locations-repeater-wrapper ul li .location-bucket-content h3{
	font-size: 32px;
	text-transform: uppercase;
	color: #363636;
	padding-bottom: 35px;
}

.locations .locations-repeater-wrapper ul li .location-bucket-content a p{
	font-size: 18px;
	color: #363636;
	margin: 0;
}

.locations .locations-repeater-wrapper ul li .location-bucket-content .button{
	margin-top: 35px;
}

.locations .locations-repeater-wrapper ul li:nth-child(5) .video-directions-bucket-button,
.locations .locations-repeater-wrapper ul li:nth-child(6) .video-directions-bucket-button{
	display: none;
}

@media screen and (max-width: 1023px) {
	.locations .locations-repeater-wrapper ul{
		flex-wrap: wrap;
	}
	.locations .locations-repeater-wrapper ul li {
	    width: calc(100% / 2 - 22px);
	}
}


@media screen and (max-width: 767px) {
	.locations{
		padding: 45px 0;
	}
	.locations .container{
		max-width: 100%;
		padding: 0;
	}
	.locations .locations-repeater-wrapper ul li {
	    width: 100%;
	}
	.locations h2{
		font-size: 30px;
		padding: 0 15px;
	}
	.locations .locations-repeater-wrapper ul li .location-bucket-content h3{
		font-size: 26px;
		padding-bottom: 20px;
	}
	.locations .locations-repeater-wrapper ul li .location-bucket-content .button{
		font-size: 16px;
	}
	.locations .locations-repeater-wrapper ul li .location-bucket-content h4{
		font-size: 20px;
	}
}

@media screen and (max-width: 567px) {
	
}

/****************************************
 *************** Reviews ****************
 ****************************************/
.reviews{
	padding: 90px 0;
	background-color: #232323;
}


.reviews .reviews-intro{
	display: flex;
	align-items: center;
}

.reviews .reviews-intro h2{
	color: #fff;
	font-size: 42px;
}

.reviews .reviews-intro .button{
	margin-left: auto;
	float: right;
}

.reviews .reviews-intro .button:hover{
	background-color: #fff;
	color: #ad0926;
}

.reviews .reviews-repeater-wrapper{
	padding-top: 40px;
}

.reviews .reviews-repeater-wrapper .reviews-repeater{
	display: flex;
	gap: 40px;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket{
	width: calc(100%/3 - 40px);
	background-color: #fff;
	border-radius: 10px;
	padding: 45px 30px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-intro{
	display: flex;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-intro h3{
	font-size: 21px;
	font-weight: bold;
	color: #363636;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-intro .google-logo{
	float: right;
	margin-left: auto;
}

.reviews .reviews-repeater-wrapper .reviews-repeater li .star-list{
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 0 0 0;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-intro .star-list svg{
	fill:#ad0926;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-intro .google-logo svg{
	fill:#ad0926;
	height: 35px;
	width: 35px;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-cta{
	margin-top: auto;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-cta .review-bucket-link{
	float: right;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 21px;
    font-weight: bold;
    color: #363636;
    transition: .3s ease;
}


.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-cta .review-bucket-link svg{
	fill: #ad0926;
	height: 28px;
	width: 28px;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-content p{
	font-size: 18px;
	color: #363636;
	margin-bottom: 50px;
	margin-top: 35px;
}

.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket .review-cta .review-bucket-link:hover{
	transform: scale(1.1);
}

@media screen and (max-width: 1023px) {
	.reviews .reviews-intro{
		flex-wrap: wrap;
		justify-content: center;
	}
	.reviews .reviews-intro h2{
		width: 100%;
		text-align: center;
	}
	.reviews .reviews-intro .button{
		margin: 30px auto 0 auto;
		float: unset;
	}
	.reviews .reviews-repeater-wrapper .reviews-repeater{
		flex-wrap: wrap;
		justify-content: center;
	}
	.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket{
		width: calc(100% / 2 - 40px);
	}
}


@media screen and (max-width: 767px) {
	.reviews .reviews-intro h2{
		font-size: 32px;
	}
	.reviews .reviews-repeater-wrapper .reviews-repeater .review-bucket{
		width: 95%;
	}
}

@media screen and (max-width: 567px) {

}

/****************************************
 *************** Meet	*****************
 ****************************************/

.meet {
	padding: 110px 0;
}


.meet h2{
	text-align: center;
	font-size: 42px;
	text-transform: uppercase;
	color: #ad0926;
}

.meet .physicians-wrapper{
	padding: 60px 0 110px 0;
}

.meet .nurses-wrapper{
	padding: 60px 0 110px 0;
}

.meet .assistants-wrapper{
	padding: 60px 0 0 0;
}

.meet .physicians-wrapper ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 66px;
}

.meet .nurses-wrapper ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 66px;
}

.meet .assistants-wrapper ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 66px;
}

.meet .physicians-wrapper ul li{
	width: calc(100%/4 - 66px);
}

.meet .nurses-wrapper ul li{
	width: 100%;
}

.meet .assistants-wrapper ul li{
	width: calc(100%/4 - 66px);
}

.meet .physicians-wrapper ul li .bucket-link{
	transition: .3s ease;
}

.meet .physicians-wrapper ul li .bucket-link .bucket-bio-image{
	border: 1px solid #cccccc;
	position: relative;
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

.meet .physicians-wrapper ul li .bucket-link .bucket-bio-image .bucket-overlay{
	display: none;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(173, 9, 38, 0.55);
}

.meet .physicians-wrapper ul li .bucket-link .bucket-bio-image span{
	display: none;
	z-index: 888888;
    position: absolute;
    top: 50%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
	font-size: 21px;
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.meet .physicians-wrapper ul li .bucket-link:hover .bucket-bio-image span{
	display: block;
}

.meet .physicians-wrapper ul li .bucket-link:hover .bucket-bio-image .bucket-overlay{
	display: block;
}


.meet .nurses-wrapper ul li .bucket-link{
	transition: .3s ease;
}

.meet .nurses-wrapper ul li .bucket-link .bucket-bio-image{
	border: 1px solid #cccccc;
	position: relative;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin: 0 auto;
}

.meet .nurses-wrapper ul li .bucket-link .bucket-bio-image .bucket-overlay{
	display: none;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(173, 9, 38, 0.55);
}

.meet .nurses-wrapper ul li .bucket-link .bucket-bio-image span{
	display: none;
	z-index: 888888;
    position: absolute;
    top: 50%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
	font-size: 21px;
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.meet .nurses-wrapper ul li .bucket-link:hover .bucket-bio-image span{
	display: block;
}

.meet .nurses-wrapper ul li .bucket-link:hover .bucket-bio-image .bucket-overlay{
	display: block;
}



.meet .assistants-wrapper ul li .bucket-link{
	transition: .3s ease;
}

.meet .assistants-wrapper ul li .bucket-link .bucket-bio-image{
	border: 1px solid #cccccc;
	position: relative;
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

.meet .assistants-wrapper ul li .bucket-link .bucket-bio-image .bucket-overlay{
	display: none;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(173, 9, 38, 0.55);
}

.meet .assistants-wrapper ul li .bucket-link .bucket-bio-image span{
	display: none;
	z-index: 888888;
    position: absolute;
    top: 50%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
	font-size: 21px;
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.meet .assistants-wrapper ul li .bucket-link:hover .bucket-bio-image span{
	display: block;
}

.meet .assistants-wrapper ul li .bucket-link:hover .bucket-bio-image .bucket-overlay{
	display: block;
}

@media screen and (max-width: 1250px) {
	.meet .physicians-wrapper ul li .bucket-link .bucket-bio-image{
		margin: 0 auto;
	}
	.meet .physicians-wrapper ul li{
		width: calc(100%/3 - 66px);
	}
	.meet .assistants-wrapper ul li{
		width: calc(100%/3 - 66px);
	}
	.meet .assistants-wrapper ul li .bucket-link .bucket-bio-image{
		margin: 0 auto;
	}
}

@media screen and (max-width: 885px) {
	.meet{
		padding: 90px 0;
	}
	.meet h2{
		font-size: 32px;
	}
	.meet .physicians-wrapper{
		padding: 40px 0 65px 0;
	}
	.meet .nurses-wrapper{
		padding: 40px 0 65px 0;
	}
	.meet .assistants-wrapper{
		padding: 40px 0 0 0;
	}
	.meet .physicians-wrapper ul li{
		width: calc(100%/2 - 66px);
	}
	.meet .physicians-wrapper ul{
		gap:40px;
	}
	.meet .assistants-wrapper ul {
		gap:40px;
	}
	.meet .assistants-wrapper ul li{
		width: calc(100%/2 - 66px);
	}
}

@media screen and (max-width: 620px) {
	.meet .physicians-wrapper ul li{
		width: 100%;
	}
	.meet .assistants-wrapper ul li{
		width: 100%;
	}
}

@media screen and (max-width: 567px) {

}


/****************************************
 ****************** Why  ****************
 ****************************************/

.why{

}

.why .full-width{
	max-width: none;
}

.why .full-width .video-box{
	height: 646px;
	position: relative;
}

.why .full-width .staff-image {
	height: 646px;
}

.why .full-width .video-box .video-overlay{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(43, 42, 42, 0.4);
	left: 0;
	top: 0;
}

.why .full-width .video-box a{
	display: block;
	height: 100%;
}

.why .full-width .video-box a .video-thumbnail-box{
	height: 100%;
}

.why .full-width .video-box a .video-thumbnail-box .caption-icon-wrapper{
	position: absolute;
	top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.why .full-width .video-box a .video-thumbnail-box .caption-icon-wrapper h2{
	color: #fff;
	transition: .3s ease;
	font-size: 42px;
}

.why .full-width .video-box a .video-thumbnail-box .caption-icon-wrapper .play-icon{
	width: 86px;
	height: 86px;
	background-color: #fff;
	border-radius: 50%;
	border: 4px solid #af0e2a;
	padding: 20px;
	margin: 20px auto 0 auto;
	transition: .3s ease;
}

.why .full-width .video-box a .video-thumbnail-box .caption-icon-wrapper .play-icon svg{ 
	fill: #af0e2a;
	height: 100%;
	width: 100%;
}

.why .full-width .video-box a:hover .video-thumbnail-box .caption-icon-wrapper .play-icon{
	transform: scale(1.1);
}

.why .full-width .video-box a:hover .video-thumbnail-box .caption-icon-wrapper h2{
	transform: scale(1.1);
}


@media screen and (max-width: 767px) {
	.why .full-width .video-box{
		height: 450px;
	}
	.why .full-width .video-box a .video-thumbnail-box .caption-icon-wrapper h2{
		font-size: 32px;
	}
	.why .full-width .video-box a .video-thumbnail-box .caption-icon-wrapper .play-icon{
	    width: 76px;
	    height: 76px;
	}
}

@media screen and (max-width: 567px) {

}

/****************************************
 ********* General Derm  *****************
 ****************************************/
.general-derm{
	padding: 100px 0;
}

.general-derm .inner-content{
	display: flex;
	gap: 80px;
	align-items: center;
	justify-content: center;
}

.general-derm .inner-content .general-derm-content-wrapper{
	width: calc(100%/2 - 80px);
}

.general-derm .inner-content .general-derm-image{
	width: calc(100%/2 - 80px);
	height: 550px;
	border-radius: 10px;
}

.general-derm .inner-content .general-derm-content-wrapper h2{
	color: #ad0926;
	font-size: 42px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
}

.general-derm .inner-content .general-derm-content-wrapper h2::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background-color: #ccc;
	height: 6px;
	width: 100%;
}

.general-derm .inner-content .general-derm-content-wrapper p{
	color: #363636;
	font-size: 21px;
}

@media screen and (max-width: 1023px) {
	.general-derm .inner-content{
		flex-wrap: wrap;
	}
	.general-derm .inner-content .general-derm-content-wrapper{
		width: 100%;
		text-align: center;
	}
	.general-derm .inner-content .general-derm-content-wrapper h2::after{
		width: 50%;
		right: 0;
		margin: 0 auto;
	}
	.general-derm .inner-content .general-derm-image{
		width: 75%;
	}
}


@media screen and (max-width: 767px) {
	.general-derm{
		padding: 70px 0;
	}
	.general-derm .inner-content .general-derm-image{
		width: 100%;
		height: 400px;
	}
	.general-derm .inner-content .general-derm-content-wrapper h2{
		font-size: 32px;
	}
	.general-derm .inner-content .general-derm-content-wrapper p{
		font-size: 18px;
	}
	.general-derm .inner-content .general-derm-content-wrapper .button{
		font-size: 18px;
	}
}


@media screen and (max-width: 567px) {
		
}

/****************************************
 ********* Skin Surgery *****************
 ****************************************/

.skin-surgery{
	padding: 100px 0;
	background-color: #333333;
}

.skin-surgery .inner-content{
	display: flex;
	gap: 80px;
	align-items: center;
	justify-content: center;
}

.skin-surgery .inner-content .skin-surgery-content-wrapper{
	width: calc(100%/2 - 80px);
	color: #fff;
}

.skin-surgery .inner-content .skin-surgery-image{
	width: calc(100%/2 - 80px);
	height: 550px;
	border-radius: 10px;
}

.skin-surgery .inner-content .skin-surgery-content-wrapper h2{
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
}

.skin-surgery .inner-content .skin-surgery-content-wrapper h2::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background-color: #ccc;
	height: 6px;
	width: 100%;
}

.skin-surgery .inner-content .skin-surgery-content-wrapper p{
	color: #fff;
	font-size: 21px;
}

.skin-surgery .inner-content .skin-surgery-content-wrapper .button:hover{
	background-color: #fff;
	color: #ad0926;
}



@media screen and (max-width: 1023px) {
	.skin-surgery .inner-content{
		flex-wrap: wrap;
	}
	.skin-surgery .inner-content .skin-surgery-content-wrapper{
		width: 100%;
		text-align: center;
		order: 1;
	}
	.skin-surgery .inner-content .skin-surgery-content-wrapper h2::after{
		width: 50%;
		right: 0;
		margin: 0 auto;
	}
	.skin-surgery .inner-content .skin-surgery-image{
		width: 75%;
		order: 2;
	}
}


@media screen and (max-width: 767px) {
	.skin-surgery{
		padding: 70px 0;
	}
	.skin-surgery .inner-content .skin-surgery-image{
		width: 100%;
		height: 400px;
	}
	.skin-surgery .inner-content .skin-surgery-content-wrapper h2{
		font-size: 32px;
	}
	.skin-surgery .inner-content .skin-surgery-content-wrapper p{
		font-size: 18px;
	}
	.skin-surgery .inner-content .skin-surgery-content-wrapper .button{
		font-size: 18px;
	}
}

/****************************************
 ********* Cosmetic Derm  ***************
 ****************************************/

.cosmetic-derm{
	padding: 70px 0;
}

.cosmetic-derm .inner-content{
	display: flex;
	gap: 80px;
	justify-content: center;
	align-items: center;
}

.cosmetic-derm .inner-content .cosmetic-derm-content-wrapper{
	width: calc(100%/2 - 80px);
}

.cosmetic-derm .inner-content .cosmetic-derm-image{
	width: calc(100%/2 - 80px);
	height: 550px;
	border-radius: 10px;
}

.cosmetic-derm .inner-content .cosmetic-derm-content-wrapper h2{
	color: #ad0926;
	font-size: 42px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
}

.cosmetic-derm .inner-content .cosmetic-derm-content-wrapper h2::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background-color: #ccc;
	height: 6px;
	width: 100%;
}

.cosmetic-derm .inner-content .cosmetic-derm-content-wrapper p{
	color: #363636;
	font-size: 21px;
}

@media screen and (max-width: 1023px) {
	.cosmetic-derm .inner-content{
		flex-wrap: wrap;
	}
	.cosmetic-derm .inner-content .cosmetic-derm-content-wrapper{
		width: 100%;
		text-align: center;
	}
	.cosmetic-derm .inner-content .cosmetic-derm-content-wrapper h2::after{
		width: 50%;
		right: 0;
		margin: 0 auto;
	}
	.cosmetic-derm .inner-content .cosmetic-derm-image{
		width: 75%;
	}
}


@media screen and (max-width: 767px) {
	.cosmetic-derm{
		padding: 70px 0;
	}
	.cosmetic-derm .inner-content .cosmetic-derm-image{
		width: 100%;
		height: 400px;
	}
	.cosmetic-derm .inner-content .cosmetic-derm-content-wrapper h2{
		font-size: 32px;
	}
	.cosmetic-derm .inner-content .cosmetic-derm-content-wrapper p{
		font-size: 18px;
	}
	.cosmetic-derm .inner-content .cosmetic-derm-content-wrapper .button{
		font-size: 18px;
	}
}
/****************************************
 ********* Best Care   *****************
 ****************************************/

.best-care{
	padding: 70px 0;
}

.best-care .inner-content{
	display: flex;
	gap: 80px;
	align-items: center;
	justify-content: center;
}

.best-care .inner-content .best-care-content-wrapper{
	width: calc(100%/2 - 80px);
}

.best-care .inner-content .best-care-image{
	width: calc(100%/2 - 80px);
	height: 550px;
	border-radius: 10px;
}

.best-care .inner-content .best-care-content-wrapper h2{
	color: #ad0926;
	font-size: 42px;
	text-transform: uppercase;
}

.best-care .inner-content .best-care-content-wrapper p{
	color: #363636;
	font-size: 21px;
}

@media screen and (max-width: 1023px) {
	.best-care .inner-content{
		flex-wrap: wrap;
	}
	.best-care .inner-content .best-care-content-wrapper{
		width: 100%;
		text-align: center;
		order: 1;
	}
	.best-care .inner-content .best-care-content-wrapper h2::after{
		width: 50%;
		right: 0;
		margin: 0 auto;
	}
	.best-care .inner-content .best-care-image{
		width: 75%;
		order: 2;
	}
}


@media screen and (max-width: 767px) {
	.best-care{
		padding: 70px 0;
	}
	.best-care .inner-content .best-care-image{
		width: 100%;
		height: 400px;
	}
	.best-care .inner-content .best-care-content-wrapper h2{
		font-size: 32px;
	}
	.best-care .inner-content .best-care-content-wrapper p{
		font-size: 18px;
	}
	.best-care .inner-content .best-care-content-wrapper .button{
		font-size: 18px;
	}
}



/****************************************
 ************** Interior ****************
 ****************************************/
article h2 {
	color: #ad0926;
	font-size: 30px;
	text-align: center;
}

.home .entry-content h2 {
	color: #fff;
}

ul.bullet-list {
    text-align: left;
    padding-left: 0;
    list-style: none;
}

.bullet-list li {
    padding-left: 1em;
    position: relative;
    margin: 0.35em 0;
}

.bullet-list.items li:before {
    top: 0.4em;
    border-radius: 50%;
    background-color: rgb(173, 9, 38);
    height: 0.6em;
    width: 0.6em;
}

.bullet-list li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.callout-box {
	border: 2px solid #ad0926;
	text-align: center;
	padding: 30px;
	margin: 40px 0 40px 0;
}

.callout-box h2 {
	text-align: center;
}

.callout-box h3 {
	padding-bottom: 15px;
}

.buttons-list {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}

.buttons-list li {
	flex: 10%;
    list-style: none;
    display: inline-block;
    text-align: center;
	margin-bottom: 35px;
}

.buttons-list .button {
	padding: 20px;
	width: 490px;
}

.physician-wrapper,
.nurse-practitioner-wrapper,
.physician-assistant-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #f1f1f1;
	border: 1px solid #ccc;
    margin-top: 30px;
}

.physician-column,
.nurse-practitioner-column,
.physician-assistant-column {
	flex: 43%;
	padding: 20px;
	margin: 16px 6px;
}

.physician-column:first-child,
.nurse-practitioner-column:first-child,
.physician-assistant-column:first-child {
	flex: 0%;
}

.physician-column .physician-image,
.nurse-practitioner-column .nurse-practitioner-image,
.physician-assistant-column .physician-assistant-image {
	width: 250px;
	height: auto;
	border-radius: 10px;
	border: 2px solid #fff;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px 40px 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	font-size: 24px;
	display: inline;
}

q { quotes: none; }

cite {
	display: block;
	margin-top: 8px;
}

.center-images {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.columns {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

.convenient-office-locations-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.convenient-office-location-box {
	flex: 30%;
	background: #f1f1f1;
	text-align: center;
	padding: 20px;
	margin: 16px 6px;
}

.location-boxes ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 16px 0;
}

.location-boxes ul li {
	flex: 30%;
	display: flex;
	flex-direction: column;
	list-style: none;
	text-align: center;
	min-height: 250px;
	padding: 10px;
	margin: 16px 0;
}

.location-boxes ul li h3 {
	font-size: 30px;
}

.location-boxes .location-image {
	height: 235px;
}

.location-box {
	background: #fff;
	border: 1px solid #f1f1f1;
	text-align: center;
	line-height: 20px;
	min-height: 575px;
	padding: 30px;
}

.location-box a {
	color: #404040;
}

.location-box a:hover {
	color: #d12026;
}

.locations-block {
	padding: 30px;
}

.locations-block h3 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.general-dermatology-callout-box {
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 40px;
}

.clearfix {
	clear: both;
}

.contact-location-boxes ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 16px 0;
}

.contact-location-boxes ul li {
	flex: 48%;
	display: flex;
	flex-direction: column;
	list-style: none;
	text-align: center;
	min-height: 250px;
	padding: 10px;
	margin: 16px 0;
}

.contact-location-boxes ul li h3 {
	font-size: 30px;
}

.contact-location-boxes .contact-location-image {
	height: 300px;
}

.contact-location-box {
	background: #fff;
	border: 1px solid #f1f1f1;
	text-align: center;
	line-height: 20px;
	min-height: 818px;
	padding: 30px;
}

.contact-location-box a {
	color: #404040;
}

.contact-location-box a:hover {
	color: #ad0926;
}

.responsive-embed-container {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	padding-bottom: 46.25%;
}

.responsive-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.call-to-action-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 40px 0 -40px 0;
}

.call-to-action-wrapper .call-to-action-image {
	float: left;
	width: 50%;
	min-height: 500px;
}

.call-to-action-wrapper .call-to-action-content {
	float: left;
	width: 50%;
	padding: 120px 120px 90px 120px;
	background: #ad0926;
	color: #fff;
	position: relative;
}

.call-to-action-wrapper .call-to-action-content:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent #ad0926 transparent transparent;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.call-to-action-wrapper .call-to-action-content h2 {
	display: inline-block;
	margin: 0 0 30px;
	padding: 5px 0 5px 20px;
	color: #fff;
	font-size: 36px;
	border-left: 4px solid #fff;
}

.call-to-action-wrapper .call-to-action-content input.wpcf7-form-control.wpcf7-submit {
	background: #fff;
	color: #ad0926;
	display: block;
	margin: 0 auto;
}

.patient-portal-boxes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 16px 0;
}

.patient-portal-boxes ul li {
	flex: 48%;
	display: flex;
	flex-direction: column;
	list-style: none;
	background: #f6eee2;
	text-align: center;
	min-height: 250px;
	border-radius: 18px;
	padding: 50px;
	margin: 16px 6px;
}

.patient-portal-boxes ul li svg {
	height: 50px;
	width: 50px;
	fill: #ad0926;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.patient-portal-boxes ul li h3 {
	font-size: 30px;
}

.schedule-an-appointment-locations {
	background: #333;
	color: #fff;
	padding: 40px;
	margin-bottom: -40px;
}

.schedule-an-appointment-locations h2 {
	font-size: 36px;
	color: #fff;
	text-align: center;
}

.schedule-an-appointment-location-boxes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 16px 0;
}

.schedule-an-appointment-location-boxes ul li {
	flex: 30%;
	display: flex;
	flex-direction: column;
	list-style: none;
	background: #fff;
	color: #404040;
	text-align: center;
	border-radius: 18px;
	padding: 40px;
	margin: 0 6px;
}

.schedule-an-appointment-location-boxes ul li svg {
	height: 50px;
	width: 50px;
	fill: #ad0926;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.schedule-an-appointment-location-boxes ul li h3 {
	color: #ad0926;
	font-size: 30px;
	margin-bottom: 0;	
}

.schedule-an-appointment-location-boxes ul li img {
	margin-bottom: -10px;
}

.schedule-an-appointment-location-boxes ul li a {
	color: #404040;
}

.schedule-an-appointment-location-boxes ul li a:hover {
	color: #ad0926;
}

.center-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.patient-resources-boxes ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 16px 0;
}

.patient-resources-boxes ul li {
	flex: 48%;
	display: flex;
	flex-direction: column;
	list-style: none;
	background: #f6eee2;
	border-radius: 18px;
	padding: 0 50px 0 50px;
	margin: 6px 6px;
}

.patient-resources-boxes ul li svg {
	height: 50px;
	width: 50px;
	fill: #ad0926;
	display: block;
	margin: 30px auto 0 auto;
	margin-bottom: 10px;
}

.patient-resources-boxes ul li h3 {
	font-size: 30px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.call-to-action-wrapper {
		display: inline-block;
		margin-top: 30px;
	}

	.call-to-action-wrapper .call-to-action-image {
		width: 100%;
		min-height: 300px;
	}

	.call-to-action-wrapper .call-to-action-content {
		width: 100%;
		margin-bottom: -6px;
		padding: 30px 10px;
	}

	.call-to-action-wrapper .call-to-action-content h2 {
		margin: 0 0 20px;
		padding: 0;
		border-left: none;
	}
}

@media screen and (max-width: 567px) {
	.buttons-list .button {
		padding: 75px;
		width: 335px;
	}
	
	.physician-column,
	.nurse-practitioner-column,
	.physician-assistant-column,
	.patient-portal-boxes ul li,
	.patient-resources-boxes ul li {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
	
	.columns {
		-moz-column-count: 1;
		-moz-column-gap: 60px;
		-webkit-column-count: 1;
		-webkit-column-gap: 60px;
		column-count: 1;
		column-gap: 60px;
	}
	
	.location-boxes ul li {
		flex: 100%;
		padding: 0;
	}
	
	.call-to-action-wrapper .call-to-action-image {
		min-height: 250px;
	}
		
	.schedule-an-appointment-location-boxes ul li {
		flex: 100%;
		margin: 15px 6px 0 6px;
	}
}



/****************************************
 *************** Footer *****************
 ****************************************/
footer{
	clear: both;
	background-color: #000;
	padding-top: 80px;
}

footer .inner-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .logo-wrapper{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 330px;
	max-width: 100%;
}

footer .logo-wrapper a{
	display: block;
	width: 100%;
	height: 100%;
}


footer .social-list ul{
	padding-top: 20px;
	display: flex;
	align-items: center;
	gap:10px;
	justify-content: center;
}

footer .social-list ul li a{
	display: block;
	background-color: #ad0926;
	height: 37px;
	width: 37px;
	border-radius: 50%;
	padding: 7px;
	transition: .3s ease;
}

footer .social-list ul li a svg{
	fill: #fff;
	height: 100%;
	width: 100%;
}

footer .social-list ul li a:hover{
	transform: scale(1.1);
}

footer .footer-company-info{
	text-align: center;
	color: #fff;
}

footer .footer-company-info a{
	font-size: 18px;
	color: #fff;
}

footer .footer-company-info a:hover{
	color: #ad0926;
}

footer .footer-locations-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 50%;
}

footer .footer-location-towers{
	text-align: center;
	color: #fff;
	width: calc(100% / 2 - 20px);
}

footer .footer-location-towers h3{
	text-transform: uppercase;
	font-size: 18px;
}

footer .footer-location-towers a{
	font-size: 18px;
	color: #fff;
}

footer .footer-location-towers a:hover{
	color: #ad0926;
}

footer .footer-location-atrium{
	text-align: center;
	color: #fff;
	width: calc(100% / 2 - 20px);
}

footer .footer-location-atrium h3{
	text-transform: uppercase;
	font-size: 18px;
}

footer .footer-location-atrium a{
	font-size: 18px;
	color: #fff;
}

footer .footer-location-atrium a:hover{
	color: #ad0926;
}


footer .footer-location-whitemarsh{
	text-align: center;
	color: #fff;
	width: calc(100% / 2 - 20px);
}

footer .footer-location-columbia{
	text-align: center;
	color: #fff;
	width: calc(100% / 2 - 20px);
}

footer .footer-location-whitemarsh h3{
	text-transform: uppercase;
	font-size: 18px;
}

footer .footer-location-whitemarsh a{
	font-size: 18px;
	color: #fff;
}

footer .footer-location-whitemarsh a:hover{
	color: #ad0926;
}


footer .footer-location-columbia h3{
	text-transform: uppercase;
	font-size: 18px;
}

footer .footer-location-columbia a{
	font-size: 18px;
	color: #fff;
}

footer .footer-location-columbia a:hover{
	color: #ad0926;
}

.copyright-area{
	padding: 20px 0;
	margin-top: 56px;
	border-top: 1px solid #1e1e1e;
}

.copyright-area ul{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.copyright-area ul li{
	font-size: 14px;
    color: #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    padding: 0 5px;
}

.copyright-area ul li:last-child {
    border-right: none;
}

.copyright-area ul li a{
	color: #fff;
}

.copyright-area ul li a:hover{
	color: #ad0926;
}


@media screen and (max-width: 1360px) {
	footer .inner-footer{
		flex-wrap: wrap;
		row-gap: 40px;
    	justify-content: space-evenly;
	}
}

@media screen and (max-width: 767px) {
	footer .logo-social-area{
		width: 100%;
	}
	footer .logo-wrapper{
		margin: 0 auto;
	}
	footer .footer-company-info, footer .footer-location-towers, footer .footer-location-atrium, footer .footer-location-whitemarsh, footer .footer-location-columbia{
		width: 100%;
	}
}

@media screen and (max-width: 567px) {

}

/******************************************
 ******** interior templates **************
 *****************************************/

.page-template-default article{
		width:calc(100% - 340px);
		display: inline-block;
		vertical-align: top;
}

.page-template-default aside{
		max-width:320px;
		display: inline-block;
		vertical-align: top;
		padding-left:10px;
}

.page-template-page-full-width article,
.page-template-page-physicians article,
.page-template-page-physician article,
.page-template-page-nurse-practitioners article,
.page-template-page-nurse-practitioner article,
.page-template-page-physician-assistants article,
.page-template-page-physician-assistant article,
.page-template-page-locations article,
.page-template-page-contact article,
.page-template-page-patient-portal article,
.page-template-page-schedule-an-appointment article,
.page-template-page-patient-resources article {
	float: unset;
	width: 100%;
	max-width: unset;
}

.page-template-page-physicians .full-width,
.page-template-page-physician .full-width,
.page-template-page-nurse-practitioners .full-width,
.page-template-page-nurse-practitioner .full-width,
.page-template-page-physician-assistants .full-width,
.page-template-page-physician-assistant .full-width,
.page-template-page-locations .full-width,
.page-template-page-patient-portal .full-width,
.page-template-page-schedule-an-appointment .full-width,
.page-template-page-patient-resources .full-width {
	max-width: 64em;
	margin: 0 auto;
}

.page-template-page-contact .full-width {
	max-width: 74em;
	margin: 0 auto;
}

@media screen and (max-width:870px){
	.page-template-default article{
		width:calc(100%);
	}
	.page-template-default aside{
		max-width:100%;
	}
}

.interior-main{
	padding: 40px 0;
}
.blog #primary{
	background-color:#fff;
}