/*!
Theme Name: arredondo2021
Theme URI: http://underscores.me/
Author: Identity Dental
Author URI: http://www.identitydental.com
Description: BEND, OR DENTIST
Version: 1.0.0
Text Domain: arredondo2021
*/

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #5f6062;
	line-height: 1.625em;
}

input,
select,
optgroup,
textarea {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Cabin Condensed', sans-serif;
}

p {
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

body {
	background: #fff;
}

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

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

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

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

figure {
	margin: 1em 0;
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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: 15px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e8a713;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:visited {
	color: #e8a713;
}

a:hover,
a:focus,
a:active {
	color: #e8a713;
	text-decoration: none;
}

.post-content a:hover {
    opacity: .8;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
        -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.main-navigation ul ul {
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
	background: #e1efe6;
}

.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: 220px;
}

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

.main-navigation li {
	position: relative;
    display: inline-block;
    vertical-align: middle;
}

.main-navigation li li { 
    display: block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #7d7d7d;
	padding: 14px 15px;
	line-height: 1;
	position: relative;
    font-size: 18px;
    font-weight: 500;
}

.main-navigation a:hover {
    color: #e8a713;
} 


.main-navigation ul ul a {
	line-height: 1;
	text-align: left;
	font-size: 17px;
	background: #e1efe6;
	color: #454a47;
    padding: 10px 15px;
    border: none
}

.main-navigation li.current-menu-item a {
    color: #e8a713;
} 

.main-navigation li.current-menu-item li a {
    color: #454a47;
} 

.main-navigation ul ul a:hover {
    background: #e1efe6 !important;
    color: #e8a713;
}


.main-navigation ul ul a:hover:after { 
	display: 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: block;
        vertical-align: middle;
        width: 100%;
        text-align: right;
	}
}

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

/*--------------------------------------------------------------
# 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

.post {
	margin: 0 0 1.5em;
}

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

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

.page-content {
    margin: 0;
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

.container-fluid {
	max-width: 100%;
    padding-left: 119px;
    padding-right: 119px;
	margin: 0 auto;
	position: relative;
}

.container {
    max-width: 1180px;
}

.tr {
	display: table;
	vertical-align: middle;
	width: 100%;
	
}

.tr.bdr {
	border: 5px solid #404040;
	padding: 30px 15px;
}


.sub-page .service p.btn {
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    white-space: normal !important;
}

.sub-page .service a:hover {
    color: #FFF;
}

.m-t {
	margin-top: 30px;
}

#home-callout h4 {
    color: #FFF;
    text-align: center
}

#welcome,
#home-5{
    background: radial-gradient(at top center,#d1d2d4,#85868a);
    color: #f2f4f9 !important
}

#home-5 {
    padding: 4em 2em;
}

#home-5 h2 {
    text-transform: uppercase;
    font-size: 31px;
    font-weight: bold;
    color: #FFF;
}

#home-5 h4 {
    text-align: center;
        font-weight: 600;
    font-style: normal;
    font-size: 22px;
    letter-spacing: .2px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #f2f4f9 !important;
    margin-bottom: 20px;
}

.strong-view.pager-style-text .wpmslider-pager-link {
    padding: 0 0.3em;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    color: #FFF;
}

.strong-view .wpmslider-pager-link.active {
    background: #e9a713;
    border-radius: 22px;
    color: #5f6062; 
}

.team-members {
    margin-top: 50px;
}

.team-members p {
    text-align: center;
    font-size: 14px;
    color: #f2f4f9;
    margin-top: 10px;
}

.team-members img {
    width: 100%;
}

.animate__animated.animate__delay-6s {
    -webkit-animation-delay:6s;animation-delay:6s;-webkit-animation-delay:calc(var(--animate-delay)*6);animation-delay:calc(var(--animate-delay)*6)
}
.animate__animated.animate__delay-7s {
    -webkit-animation-delay:7s;animation-delay:7s;-webkit-animation-delay:calc(var(--animate-delay)*7);animation-delay:calc(var(--animate-delay)*7)
}
.animate__animated.animate__delay-8s {
    -webkit-animation-delay:8s;animation-delay:8s;-webkit-animation-delay:calc(var(--animate-delay)*8);animation-delay:calc(var(--animate-delay)*8)
}
.animate__animated.animate__delay-9s {
    -webkit-animation-delay:9s;animation-delay:9s;-webkit-animation-delay:calc(var(--animate-delay)*9);animation-delay:calc(var(--animate-delay)*9)
}

#mainslider img {
	display: block;
	width: 100%;
}

.contactarea {
	padding: 0 50px;
}

#wpgmza_map {
    float: none !important;
}

.map {
	padding: 0;
}

.map iframe {
	display: block;
}

#testimonials {
	margin-bottom: 0;
}

.contactus {
	text-align: center;
	color: #FFF;
	background: #5f6062;
	padding: 50px 30px;
}

.contactus a {
	color: #FFF;
}


.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    border-radius: 0 !important;
    padding: 15px !important;
}


.wpcf7-submit {
    display: block;
    width: 100%;
    cursor: pointer
}

.blog article {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
}

ul.two-col {
    margin-bottom: 30px;
    float: left;
    width: 100%;
} 

ul.two-col li {
    width: 50%;
    float: left;
}

article:last-child {
    border: none;
}

article .entry-meta {
        font-size: 13px;
    display: table;
    color: #5f6062;
    font-style: italic;
}

article .entry-meta a {
    color: #e8a713;
}

.site-content .nav-links {
    font-size: 14px;
}

.entry-content {
    margin: 1em 0 0;
}

#nf-form-2-cont .nf-before-form-content {
    display: none
}

.label-hidden .nf-field-element {
    width: 100%;
    text-align: center !important;
}


.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
    background: #eee;
    border: 1px solid #333;
    color: #f7f7f7;
    transition: all .5s;
    background-color: #eee !important;
    border: 1px solid #ddd !important;
    color: #333 !important;
    font-size: 1em;
    padding: 10px 15px !important;
    font-size: 15px !important;
    width: auto !important;
    padding: 10px 15px !important;
    min-width: 1px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.nf-error .nf-error-msg, .nf-error-msg, .ninja-forms-req-symbol {
    font-size: 12px;
}

#nf-field-10-container {
    margin-bottom: 0 !important;
}


.testimonial-name {
    text-align: center;
    font-style: normal
}

#location h2.widgettitle {
    display: block;
    color: #FFF;
    font-weight: 600;
    font-size: 32px;
    text-align: left;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.testimonial-content {
    color: #f2f4f9;
    font-size: 1.25em;
    letter-spacing: .5px;
    margin: 0;
    text-align: left;
}

.testimonial-field {
    text-align: center;
    width: 100%;
    float: left;
}

.td {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

button#responsive-menu-button {
	border-radius: 0 !important;
}

.slider-callout h4 {
	font-size: 36px;
    color: #FFF;    
    padding: 0;
    line-height: 1.2;
    position: relative;
    display: table;
    margin: 0 auto 15px auto;
    font-weight: 600;
    text-transform: none;
    font-family: 'Cabin Condensed', sans-serif;
}

.slider-callout h5 {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.6em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.site-header {
	width: 100%;
	position: relative;
}

.main-header {
	padding: 10px 0;
}

.header-contact p {
    text-align: right;
    line-height: 1.3;
    color: #221817;
    font-size: 22px;
}

.header-contact a {
    color: #e8a713;
    font-weight: bold;
}

.header-contact a:hover {
    color: #e8a713;
}

.top-grad {
    display: block;
    width: 100%;
}

.top-header  {
    padding: 5px 0;
    background: #FFF;
    position: relative;
    display: block;
    z-index: 98;
}

.flex {
	display: flex;	
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.flex-col {
	vertical-align: middle
}

.site-contact {
	font-weight: 600;
	color: #404040;
}

.site-contact p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-logo {
	margin: 30px auto;
	text-align: center;
}

#about .td {
	vertical-align: top;
}

.header-contact a.phone {
    font-weight: normal
}

p.phone {
	margin-bottom: 0 !important;
}

.header-contact .address {
    color: #e8a713;
    margin-bottom: 10px;
}

.col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

h1 {
	padding: 0;
	margin: 0;	
	font-size: 14px;
	line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;font-family: 'Cabin', sans-serif;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-contact {
    text-align: right
}


button.rmp_menu_trigger .responsive-menu-pro-inner::before {
    top: 13px !important;
}

button.rmp_menu_trigger .responsive-menu-pro-inner::after {
    bottom: 13px !important;
}

.rmp-menu-trigger-boring.is-active .responsive-menu-pro-inner::before {
    top: 0px !important;
}

.rmp-menu-trigger-boring.is-active .responsive-menu-pro-inner::after {
    bottom: 0px !important;
}

  .rmp-menu-subarrow-active, .rmp-menu-subarrow {
        background-color: transparent !important;
    }
    .rmp-submenu .rmp-menu-subarrow {
        color: #FFF !important;
    }

#rmp_menu_trigger-315 .responsive-menu-pro-inner, #rmp_menu_trigger-315 .responsive-menu-pro-inner::before, #rmp_menu_trigger-315 .responsive-menu-pro-inner::after {
    border-radius: 0 !important;
}
 
    #rmp-menu-title-315:hover {
    background-color: transparent !important;
}
    #rmp_menu_trigger-315 {
    cursor: pointer;
    outline: none !important;
    top: 0 !important;
    right: 0 !important;
        float: right;
}
   
    .rmp-menu-subarrow-active, .rmp-menu-subarrow {
        background-color: transparent !important;
    }
    .rmp-submenu .rmp-menu-subarrow {
        color: #FFF !important;
    }

h2 {
	font-weight: 700;
    font-style: normal;
    font-size: 44px;
    letter-spacing: 0em;
    line-height: 1.2em;
    text-transform: none;
    text-transform: uppercase;
}

#contactsection .bg i {
    color: #e8a713;
}

#contactsection a {
    color: #939393;
}
#contactsection a:hover {
    color: #b5d36c;
}


.owl-carousel {
    display: block !important;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-carousel.owl-loaded {
    display: block;
    opacity: 1;
}


.whitebg {
    background: #FFF;
}

.sub-page .site-content {
    position: relative;
}

.rmp-container .rmp-menu-additional-content {
    padding: 20px 0 0 5% !important;
    color: #000 !important;
    font-size: 14px !important;
}

.rmp-container .rmp-menu-additional-content p {
     color: #000 !important;
    font-size: 14px !important;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 15px !important;
}

.home-section {
    position: relative;
}

.search-submit {
    display: none !important;
}

.boxshadow {
    box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: none !important; 
}

.strong-view.wpmtst-default .wpmtst-testimonial-image img {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 auto;
}



.centered h1,
.centered h2,
.centered p,
.centered h4 {
    text-align: center;
}

.nf-form-title h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #939393;
    text-align: center;
    font-weight: normal;
}

.ns-form {
    border-radius: 8px;
    background: rgb(190,217,125);
background: -moz-ease-gradient(180deg, rgba(190,217,125,1) 75%, rgba(255,255,255,0) 100%);
background: -webkit-ease-gradient(180deg, rgba(190,217,125,1) 75%, rgba(255,255,255,0) 100%);
background: ease-gradient(180deg, rgba(190,217,125,1) 75%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bed97d",endColorstr="#ffffff",GradientType=1);
    padding: 40px 20px;
}

#services .service {
    opacity: 0;
    text-align: center;
}


h3 {
	display: block;
	font-size: 24px;
	color: #e8a713;
	padding: 0;
	margin-bottom: 10px;
    font-weight: normal;
}

h3 a {
    color: #e8a713;
}

h3 a:hover {
    color: #e8a713;
}

h4  {
	font-weight: 600;
    font-style: normal;
    font-size: 22px;
    letter-spacing: .2px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #85868a;
    margin-bottom: 15px;
}

h5 {
	color: #5f6062;
	font-weight: 500;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.search-results .site-content article {
    margin-bottom: 15px;
}
#video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

h2.widgettitle {
    display: none;
}

.nf-form-content {
    padding: 15px 0 !important;
    max-width: 100% !important;
    margin: 0 auto;
}

video {
    width: 100%;
}

:root {
  --animate-delay: 0.1s;
}

#safety {
    margin-bottom: 0;
}

#meet {
	padding-bottom: 0;
}

.sa_hover_container {
    text-align: center;
}

.sa_hover_container img {
    border: 10px solid transparent;
    border-radius: 50%;
}


.sa_hover_container:hover img {
    border: 10px solid #e8a713;
    border-radius: 50%;
}

.sa_hover_container h3 {
    text-transform: uppercase;
    color: #5c6467;
    font-size: 24px;
}

.sa_hover_container h3 a {
    color: #5c6467;
}

#social-media a {
	display: inline-block;
    text-align: right;
    font-size: 20px;
    color: #FFF;
    border-radius: 3px;
    background: #85868a;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    text-align: center;
}


#social-media a:hover {
    background: #e9a713;
    color: #FFF;
}

.home-pic h2,
.home-pic h1 {
    text-align: left;
}


.no-margin {
    margin: 0 !important;
}


#location {
    background: #606062;
    color: #FFF;
    padding: 60px 0;
}

#text-4 a {
    color: #5f6062;
}

#location .col-lg {
    border-right: 2px solid #e8a713;
    border-left: 2px solid #e8a713;
    padding: 30px
}

#location .col-lg:first-child {
    border-left: none;
}

#location .col-lg:last-child {
    border-right: none;
}

#home-5 {
    position: relative;
}

.wp-block-image figcaption {
    text-align: center;
    font-size: 15px;
}

.inner-content h1 {
    text-align: left !important;
    font-weight: 700;
    font-style: normal;
    font-size: 44px;
    letter-spacing: 0em;
    line-height: 1.2em;
    text-transform: none;
    color: #FFF;
    margin: 0;
    display: inline-block;
    margin-bottom: 15px;
}

.inner-content h2 { 
    font-weight: 600;
    font-style: normal;
    font-size: 22px; 
    letter-spacing: .2px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #FFF;text-align: left !important 
}

.header-box {
    border: 8px solid #04151f;
    border-bottom: none;
}

.site-branding img {
    padding: 10px;
    max-width: 260px;
}

.row.box {
    border: 4px solid #e8a713
}

.white .row.box {
    border-color: #e8a713;
}

.row.box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.box .pic-left {
    padding-right: 0;
}

.box .pic-right {
    padding-left: 0;
}


.box .pic-left img {
    float: left;
    margin-left: -50px;
}

.box .pic-right img {
    float: right;
    margin-right: -50px;
}

.home-section {
	padding: 90px 0;
}

.home-section h1,
.home-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.home-section h4 {
    text-align: center;
}

.page-section {
    padding: 120px 0;
}

.page-section h1,
.page-section h2 {
    text-align: center;
}

.page-section h1 {
    margin-bottom: 20px;
}

.page-section h2 {
    margin-bottom: 10px;
}

.wpmtst-testimonial-field {
    margin-bottom: 30px;
}

.wpmtst-testimonial {
    display: none;
}

.home-section a.btn {
    margin-top: 20px;
}

.mobmenu-content ul ul li a {
    padding: 5px 10px !important;
}

.mobmenu-content li > .sub-menu li {
    padding-left: 15px !important;
}

#services {
    padding: 60px 15px;
    background: #444;
    color: #aaabaf;
}


.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {    
    width: 30px !important;
    background: #e8a713 !important;
    height: 50px !important;
    top: 0 !important;
}

#services h4 {
   font-weight: 600;
    font-style: normal;
    font-size: 22px;
    letter-spacing: .2px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #e9a713;
    text-align: center;
}

#services h4 a {
    color: #e9a713;
} 

#services h4 a:hover {
    color: #e8a713;
}

#services .service:hover h4 a {
    color: #e8a713;
}

.site-content {
    border: 8px solid #04151f;
    border-top: none;
    border-bottom: none
}

.sub-page .main-container {
    position: relative;
    padding: 80px 15px;
}

.sub-page .main-container h3 {
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    font-size: 21px;
    padding: 0;
    font-weight: 600;
}

.sub-page .main-container h3 a {
    color: #FFF
}

.sub-page .main-container .wp-block-image {
    display: inline
}

#services h4 {    
    display: table;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 30px;
}

#services a.btn {
    background: #85868a;
    border-radius: 300px;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    padding: 13px 26px;
    min-width: 1px;
}

#services .description {
    line-height: 1.333;
    font-size: 16px;
    color: #aaabaf;
    margin-top: 30px;
}

#services a.btn-large {
    padding: 21px 34px;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: .25px;
    color: #fff;
    background: #5f6062;
}

#services a.btn:hover {
    opacity: .8
}

#services a.btn-large:hover {
    opacity: .8
}

#services hr {
    border-top: 1px solid rgba(242,244,249,.1);
    background: none;
    margin-top: 40px;
}

#services .container-fluid {
    padding-left: 2em;
    padding-right: 2em;
}

 
#services .service img {
    text-align: center;
    margin-bottom: 20px;
    border: 3px solid #aaabaf;
    border-radius: 50%;
    filter: brightness(0) invert(1);
    margin: 0 auto 10px auto;
}

#home-5 img.alignleft {
    max-width: 40%
}

#services,
#welcome,
.sub-page .site-content {
    position: relative
}

.sub-page .site-content {
    background: #929397;
    color: #FFF;
}



.section-content {
	padding: 0 30px;
}

.widget {
	padding: 0;
	margin: 0;
}

.main-nav {
    width: 100%;
    z-index: 999;
    position: relative;
    display: block;
}

hr {
	clear: both;
	display: block;
	width: 100%;
}

#text-2 p {
    margin-bottom: 0;
}


.main-navigation li.request a {
    background: #e9a713;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

#slider img {
    width: 100% !important 
}

.main-navigation li.request a:hover {
    opacity: .8;
    color: #FFF;
}

#home-1 {
    background: #3d3d3d;
    color: #FFF;
}

.top-header-below {
    color: #FFF;
    background: #5f6062;
    padding: 8px 0;
}

.Header-nav-inner a {
    color: #aaabaf;
    text-transform: uppercase;
    margin: 0 1.21em;
    padding: .618em 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Cabin Condensed', sans-serif;
}

.Header-nav-inner a:hover {
    opacity: .7
}

.Header-nav-inner a:last-child {
    margin-right: 0
}

  #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-2 a.responsive-menu-item-link {
    padding-left: 13%;
    line-height: 1.2 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px !important;
    background: #000 !important;
  }


#slider {
	position: relative;
	background-size: cover !important;
}
.sub-page #slider {
	position: relative;
	background-size: cover !important;
}


.post-content.has-thumbnail h2,
.post-content.has-thumbnail h1 {
    text-align: left;
}


.slider-callout {
	width: 100%;
	position: absolute;
	left: 0;
    bottom: 40px;
	z-index: 2;
    line-height: 2;    
    text-align: center;
    padding: 30px 0;
}

.wpcf7-form-control-wrap {
    margin-bottom: 10px; 
    display: block
}

#sub-header{
    height: 340px;
    background: #dadada;
    text-align: center;
}

#sub-header h2 {
    font-size: 40px;
}

#sub-header p {
    text-align: left;
}

p.btn a {
    color: #FFF !important;
}


#sub-header p a.btn {
    margin: 20px auto 0 auto;
    text-align: center;
    display: block
}

#sub-header .txt {
    padding: 15px 30px;
}

#sub-header .bg {
    height: 340px;
    position: relative;
}

#sub-header .bg .featured {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover !important;
}

.Header-nav-inner {
    text-align: right;
}

.service-box {
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    margin-bottom: 15px;
}

.service-box img {
    max-height: 63px;
    width: auto;
}

.service-box:hover {
    background-color: #606062 !important;
}

#blog-section {
    position: relative;
    background: #9e9fa3;
    color: #FFF;
}

#home-1 {
    position: relative
}

.sub-page .main-container h2,
.sub-page .main-container h1 {
    text-align: center;
}

#home-1::before,
#blog-section::before,
#services::before,
.sub-page .main-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 94px;
    background: url('/wp-content/uploads/2021/03/shadow.png') no-repeat center top;
    background-size: contain;
}

#home-1::after,
#blog-section::after,
#services::after,
.sub-page .main-container::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 99px;
    background: url('/wp-content/uploads/2021/03/shadowup.png') no-repeat center bottom;
    background-size: contain;
}

.mobile-only {
    display: none;
}

#text-4 p {
    margin-bottom: 0
}

.mobile-header {
	background: #FFF;
    padding: 10px 15px;
}

.strong-rating span.star:before {
    color: #e8a713 !important;
    background: #e8a713 !important;
}

.strong-rating span.star:before {
    width: 25px !important;
    height: 25px !important
}

#mysticky-nav .myfixed {
	width: 100% !important;
	background: #FFF !important;
    box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
}

#mysticky-nav .myfixed .mobile-header {
	display: none;
}

input[type="submit"] {
	margin-top: 15px;
}

.main-header {
	background: #FFF;
}

#home-callout {
    position: relative;
    background: url('/wp-content/uploads/2021/03/61732883_xxl.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

#home-callout::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(96,96,96,.4);
    z-index: 0;
    pointer-events: none
}

a.btn,input[type="submit"],.nf-form-content input[type=button], p.btn, a.dmButtonLink {
	border-radius: 3px;
	font-size: 18px;
	line-height: 1;
	border: none;
	outline: none;
	background: #e8a713;
    box-shadow: none;
	color: #FFF;
	text-align: center;
	padding: 10px 20px;
	min-width: 260px;
	display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nf-before-form-content {
    display: none;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    border-radius: 3px !important;
	font-size: 18px !important;
	line-height: 1;
	border: none !important;
	outline: none;
	background: #e8a713 !important;
	color: #FFF !important;
	text-align: center;
	padding: 10px 20px !important;
	display: block !important;
    font-weight: normal;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    margin: 0 auto !important;
    min-width: 200px !important;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover, p.btn:hover, a.dmButtonLink:hover {
    color: #e8a713 !important;
	background: #e8a713;
}

a.btn:hover, input[type="submit"]:hover,.nf-form-content input[type=button]:hover,
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active{
	color: #fff !important;
	background: #ffad3f;
}


.strong-view.wpmtst-default .wpmtst-testimonial {
    border: none !important;
}
label {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
}
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="color"], textarea, .nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background: #e4e5e7;
	border-width: 1px;
	border-color: #eaeaea;
	border-radius: 0 !important;
	width: 100%;
	border: 1px solid #e4e5e7 !important;
	height: auto;
    font-size: 18px;
    padding: 10px;
}
.nf-error.field-wrap .nf-field-element:after {
    background: none !important;
    color: #ff0000 !important;
    height: 44px !important;
    line-height: 44px !important;
}
input[type=date] {
    background: #fafafa;
	border-width: 1px;
	border-color: #eaeaea;
	border-radius: 0;
	width: 100%;
	padding: 16px 15px 16px 15px;
	border: 1px solid #ccc;
	height: auto;
}
select {
    background: #fafafa;
    border-width: 1px;
    border-color: #eaeaea;
    border-radius: 0;
    width: 100%;
    padding: 16px 45px 16px 15px;
    border: 1px solid #ccc;
    height: auto;
}
.search-form input[type=submit], .search-form input[type=submit]:focus, .search-form input[type=submit]:hover {
	padding: 13px 20px;
	border-radius: 2px;
	border: none;
	top: 0;
	right: 0;
	position: absolute;
	color: transparent;
	background: 0 0;
	max-width: 45px;
	z-index: 2;
	line-height: 1.85714285714286;
}
.search-form {
	position: relative;
}
.search-form:after {
	font-family: FontAwesome;
	font-size: 1.2em;
	font-weight: 400;
	content: "\f002";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
}
.mobile-header a.btn {
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
}

a.btn.btn-half {
    min-width: 65%; 
}



a.btn-alt {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    text-transform: capitalize;
    padding: 25px 46px;
    -webkit-box-shadow: 0 3px 0 0 #ff9407;
    -moz-box-shadow: 0 3px 0 0 #ff9407;
    box-shadow: 0 3px 0 0 #ff9407;
    background: #ffa630; 
}

a.btn-alt:hover {
    background: #ffad3f;
}

a.btn-gray {
    background: #5f6062;
     -webkit-box-shadow: 0 3px 0 0 #5f6062;
    -moz-box-shadow: 0 3px 0 0 #5f6062;
    box-shadow: 0 3px 0 0 #5f6062;
    font-size: 21px
}
a.btn-gray:hover {
    background: #5f6062;
    opacity: .9
}
#responsive-menu-container #responsive-menu-title {
    background-color: #FFF !important;
}

.clear {
	clear: both;
}

#rmp-container-315 {
    min-width: 280px !important;
}

.no-margin {
	margin: 0;
}

.wf-td {
	text-align: center;
}
.blog-info {
	text-align: center;
	position: relative;
    background: #3d3d3d;
}


#menu-footer-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

#menu-footer-nav a {
    text-transform: uppercase;
}

.date {
      font-size: 18px;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #FFF;
    text-transform: uppercase;
}

.date::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	content: '';
	width: 50px;
	height: 3px;
	background: #fcb031
}

a.read-more {
    font-size: 13px;
    color: #e8a713;
}

a.read-more:hover {
    color: #5f6062;
}

.excerpt {
    font-size: 13px;
    color: #5f6062;
}

.site-branding img {
	width: auto;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    max-height: 163px
}

#location a.btn {
    margin-top: 0;
    margin-bottom: 10px;
}

.wpmtst-testimonial {
        position: relative;
    text-align: center !important
 }

#mysticky-nav .myfixed .site-branding img { 
	max-height: 50px;
	width: auto;
}



#mysticky-nav .myfixed .widget .address{
    display: none;
}

#mysticky-nav .myfixed .widget p {
    margin-bottom: 0;
}


#mysticky-nav .myfixed #custom_html-2 {
    margin-right: 0;
}

#map {
    position: relative
}

#map iframe {
    display: block;
}

.post-thumbnail, .video-embed {
    position: relative;
    margin-bottom: 20px;
    float: right;
    width: 50%;
    margin-left: 20px;
}

#orgs {
	padding: 40px 0;
    position: relative;
}


#orgs .col {
    text-align: center;
}

#orgs img {
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    max-height: 150px;
    margin: 10px auto
}

#orgs img:hover {
	opacity: .7; 
}

#care, #smile {
	position: relative;
}

#smile {
	padding: 120px 0;
}

.strong-view .strong-content.strong-grid .wpmtst-testimonial-inner {
	padding: 20px 0;
	z-index: 2;
	position: relative;
}

#stories .testimonial-pic {
    position: absolute;
    right: 10%;
    bottom: 0;
}


.strong-content.strong-grid.columns-2 .wpmtst-testimonial {
	position: relative;
	
}

#welcome, #parent, #care {
	position: relative;
}

#welcome h2,
#welcome h1 {
    color: #3d3d3d;
}

.no-padding {
	padding: 0;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9999;
    color: #FFF;
}

.owl-next {
    position: absolute;
    right: 15px;
}

.owl-prev {
    position: absolute;
    left: 15px;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 30px;
    height: 30px;
    background: #e8a713;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    outline: none !important;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel button.owl-dot:hover {
    background: #e8a713;
    opacity: .8;
}

.sa_hover_container p {
	margin-bottom: 0;
}

.white,
.white h1,
.white h2 {
	color: #FFF;
}

#responsive-menu-container #responsive-menu-additional-content {
    color: #404040;
    font-size: 14px;
    white-space: normal;
    text-transform: uppercase;
}
#responsive-menu-container #responsive-menu-additional-content a {
	color: #5f6062;
	margin-top: 10px;
	display: block;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
	border-radius: 0 !important;
}
.blog-info h3 {
  padding: 0;
  margin: 0;
    line-height: 1;
  font-size: 30px;
  color: #FFF;
    text-transform: uppercase;
    font-weight: normal; 
	
}
.blog-info h3 a {
  color: #FFF; 
}

.blog-info h3 a:hover {
    color: #fcb031;
}
.blog-info {
 text-align: center;
    position: relative;
    padding: 0;
}
.thumb-container img {
	display: block;
    margin: 0 auto;
    width: 100%;
}

.thumb-container:hover img {
    opacity: .7
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: auto !important;
}

#orgs img:hover {
	opacity: .7;
}

#responsive-menu-container #responsive-menu-title #responsive-menu-title-image img {
    max-width: 100%;
    max-height: 130px;
}


.blog-home-post {
    text-align: center;
    vertical-align: top;
    padding: 15px;
    width: 100%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 220px;
}

.blog-info {
	cursor: pointer
}

.site-footer {
	    padding: 30px 0 15px;
	font-size: 17px;
    text-align: center;
    line-height: 1.6;
    color: #FFF; 
    background: #3d3d3d;
    text-transform: uppercase;
}

.site-footer a {
	color: #FFF;
	
} 

.site-footer a:hover {
	color: #e8a713;
}

#mysticky-nav.wrapfixed .site-header {
	width: 100% !important;
	box-shadow: 0 0px 10px 5px rgba(0,0,0,.2)
}

.text-left h1,
.text-left h2 {
	text-align: left !important;
}

.post-thumbnail img {
	width: 100%;
}

@media screen and (max-width:1660px) {
	#stories .testimonial-pic {
    position: absolute;
    right: 0;
    bottom: 0;
        max-width: 450px;
}
	
	.site-footer {
    font-size: 15px;
}
	
	.post-thumbnail {
		margin-left: 0;
	}
	.strong-view .strong-content.strong-grid .wpmtst-testimonial-inner {
		padding: 0;
	}
    .footer-top {
    font-size: 13px;
}
	body, button {
    font-size: 18px;
}
    .slider-callout h4 {
        font-size: 60px;
    }
}

@media screen and (max-width:1400px) {
	.container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
    #services {
        padding: 60px 0;
    }
    .slider-callout h4 {
        font-size: 40px;
    }
    .site-footer {
        font-size: 16px;
    }
    #rmp-menu-title-315:hover {
    background-color: transparent !important;
}
    .slider-callout a.btn {
    font-size: 18px;
}
    body, button {
    font-size: 18px;
}
}

@media screen and (max-width:1260px) {
   .Header-nav-inner a {
    margin: 0 .51em;
}
     .container {
        max-width: 1060px;
    }
    .box .pic-left img,
    .box .pic-right img{
        float: none;
        margin: 0 auto
    }
    .box .pic-right {
    padding-left: 15px;
}
    .box .pic-left {
    padding-right: 15px;
}
    .row.box {
        border: none
    }
    .row.box {
    padding-top: 15px;
    padding-bottom: 15px;
}
}

@media screen and (max-width:1199px) {
	.blog-info h3 {
		font-size: 26px;
	}
    
    #location h2.widgettitle {
        font-size: 25px !important;
    }
 
    .header-contact p {
        font-size: 18px;
    }
    #sub-header {
    font-size: 15px;
}
    .home-inner {
    padding-bottom: 50px;
}
    #orgs {
    margin-top: 0;
}
    .sa_hover_container {
    min-height: 300px !important;
}
    #sub-header h2 {
    font-size: 26px !important;
}
    h1 {
        font-size: 18px !important;
    }
    .home-section,
    .page-section {
    padding: 50px 0;
}
   
    body, button {
    font-size: 18px;
}
    .site-footer {
        font-size: 13px;
    }
    a.btn, input[type="submit"], .nf-form-content input[type=button] {
    font-size: 18px;
    min-width: 1px;
    }
	.blog-info.side-blog h3 {
    font-size: 24px;
}
    .home-section {
    position: relative;
}
    #location {
        padding: 15px 0;
    }
    #map iframe {
        height: 400px !important;
    }
	.site-header {
		position: relative;
	}
	h2{
		font-size: 35px !important;
	}
	.slider-callout .caption {
    font-size: 35px;
}
	.page-section .info {
    padding: 0;
}
    a.btn {
        font-size: 17px;
    }
    .slider-callout {
        bottom: 0 !important;
    }
}

@media screen and (max-width:1024px) {
.strong-view .strong-content.strong-grid .wpmtst-testimonial-inner {
    padding: 0;
}
     .wp-block-cover, .wp-block-cover-image {
        padding: 0;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    #home-2 a.btn {
    min-width: 50%;
    margin-top: 5px;
}
    .top-header .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
    .sub-page .service p.btn {
    position: absolute;
    bottom: 20px;
    width: 80%;
    white-space: normal !important;
    padding: 10px;
    min-width: 1px;
}
    
    #location .col-lg {
    padding: 15px;
}
       

#location {
    font-size: 16px;
}
	
	.slider-callout h4 {
		font-size: 30px;
	}
	h3 {
		font-size: 22px !important;
	}
}

@media screen and (max-width:991px) {
    .main-nav,
    .header-contact #custom_html-2{
        display: none;
    }
    .main-navigation a {
    padding: 14px 5px;
}
     .Header-nav-inner,
    .top-header-below #social-media{
    text-align: center;
}
    .Header-nav-inner a {
    margin: 0 .51em;
    padding-bottom: 0;
}
    #social-media a {
    margin-right: 10px;
}
    #services h4 {
    font-size: 24px;
}
    #location .col-lg {
        border: none !important;
        padding: 15px;
    }
    #rmp-menu-title-315 .rmp-menu-title-image {
    height: 30px !important;
    width: auto !important;
    text-align: left !important;
    margin: 5% !important;
}
    #map iframe {
        height: 400px !important;
    }
    .header-contact {
        text-align: right !important;
    }
    .mobile-header {
        display: block
    }
    
    .site-header {
        font-size: 15px;
    }
    #location .col-lg {
        padding: 15px;
    }
	.sub-page .site-content {
		background-attachment: scroll;
	}
    #welcome, #care, #parent {
        background-attachment: scroll;
    }
	#slider, #subslider, #home-3, .home-inner {
		background-attachment: scroll !important;
	}
	.location img {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
}
	.main-navigation a {
    font-size: 17px;
}
	.hr, .hrright {
    margin: 15px 0;
}
	.mobile-header a.btn {
    width: auto;
}
	#mysticky-nav .myfixed .top-header, .top-header {
    display: block;
}

	.mobile-header .text-right {
		text-align: right !important;
	}
	#responsive-menu-item-15 {
		display: none !important;
	}
	.site-branding img {
    max-height: 90px;
}
	.site-branding {
	    display: block;
    max-width: 75%;
    float: left;
}

	#blog-section {
    padding: 60px 0;
}
	.section-header {
    padding: 20px 0;
}
	#visit.page-section {
    padding-top: 30px;
}
	
	#blog-section .section-header {
    margin: 15px 0;
}
	
	.section-content {
    padding: 0;
}
	
	h2 {
		font-size: 30px !important;
	}
	.section-header h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
	
	.site-contact {
		text-align: right !important;
	}
	
	#responsive-menu-container #responsive-menu-title #responsive-menu-title-image img {
		max-width: 60% !important;
	}
	.blog-info h3 {
		font-size: 20px;
	}
	.blog-info.side-blog h3 {
    font-size: 20px;
}
    #parent, #stories, .sub-page .site-content {
    background-size: cover !important;
}
}

@media screen and (max-width:768px) {
	.main-header a.btn {
		width: auto;
	}
   .service-row .wp-block-column:not(:first-child) {
    margin-left: 2em;
       flex-basis: 0 !important;
       flex-grow: 1;
}
    .service-row .wp-block-column:not(:only-child) {
    flex-basis: 0 !important;
    flex-grow: 1;
}
    .service-row .wp-block-column a {
        font-size: 22px !important;
    }
    #services a.btn-large {
        font-size: 18px;
    }
    #mysticky-nav.wrapfixed .myfixed .top-header-below {
        display: none
    }
    .main-navigation a {
    font-size: 17px;
    padding: 14px 5px;
}
   
    .wpmtst-unstyled, .testimonial-inner {
    padding: 0 !important;
}
    .header-contact p {
    font-size: 14px;
}
    #home-1,
    #home-3,
    #home-5 {
        background-attachment: scroll !important;
    }
    #services .service {
    padding: 15px;
}
    #services p {
    padding: 0 20px;
    font-size: 16px;
}
    #blog-section h1 {
    margin-bottom: 30px;
}
    p.btn a {
        font-size: 18px !important;
    }
    .home-section a.btn {
        margin-top: 15px;
}
    
    .footer-top h2.widgettitle {
        margin-top: 20px;
    }
    .home-inner {
    padding-bottom: 0;
}
  
    .slider-callout, .slider-callout a.btn, .slider-callout h4 {
        white-space: normal !important
    }
    .home-section {
    position: relative;
    margin-bottom: 0;
        padding: 45px 0;
}
    #home-2, #location, #orgs {
        background-attachment: scroll;
    }
    .sub-page .site-content {
    background-attachment: scroll;
    background-position: center center;
}
    .hide-mobile {
        display: none;
    }
    #blog-section h1,
    #blog-section h2 {
        text-align: center;
    }
    .home-pic .info {
    padding: 30px 0;
    position: relative;
}
    .sub-page .pic1 {
        display: none;
    }
    .sub-page .site-content .wp-post-image {
        margin-bottom: 15px;
    }
    
    #stories {
        background: none;
    }
    
    .slider-callout a.btn {
    min-width: 1px;
    padding: 10px;
    width: auto;
    font-size: 16px;
}
    #map iframe {
        height: 600px;
    }
	.blog-info.side-blog {
    padding: 0;
}
	.col-25 {
		-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
	
	#services h4 {
		font-size: 20px;
	}
	.map-overlay {
		font-size: 16px;
	}
	#patients, #blog-section {
		background-attachment: scroll;
	}
	.map-overlay h2 {
    color: #FFF;
    font-size: 30px;
}
	.special p strong {
		font-size: 20px;
	}
	.special p {
		font-size: 16px;
	}
	.location {
    min-height: 260px;
}
	.no-padding {
		padding: 15px;
	}
	.section-header h2 {
    margin-bottom: 20px;
}
	#contactus,
	.sub-page .site-content, #welcome {
		background-attachment: scroll;
	}
	.contactarea {
    padding: 15px;
}
	.testimonial {
		padding: 15px;
	}
	.quote {
    padding: 30px 50px;
    font-size: 18px;
}
	h2 {
		font-size: 36px !important;
	}
	#services, #care, #blog-section, .sub-page .post-content {
		background-attachment: scroll;
	}
	.map-overlay h3 {
		font-size: 30px;
	}
	.hidden-sm {
		display: none;
	}
	.blog-info {
		margin-bottom: 0;
        min-height: 1px
	}	
    .date {
        font-size: 16px;
    }
    .thumb-container img {
        margin-bottom: 0 !important
    }
	.section-header {
		margin-left: 0;
		margin-bottom: 20px;
		padding: 15px;
	}
	
	
	a.btn {
		min-width: 1px;
		margin: 5px auto;
		white-space: normal;
}
	
	.site-footer {
    font-size: 14px;
    line-height: 1.2;
}
		
	.post-thumbnail {
		float: none;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    box-shadow: none;
    transform: none;
    clear: both;
    display: block;
    margin: 15px auto;
	}
    .post-thumbnail img {
        width: 100%
    }
	.text-right,
	.text-left {
		text-align: center !important;
	}
    .mobile-header .text-right {
		text-align: right !important;
	}
    
	.mobile-header .text-left {
		text-align: left !important;
	}
    .h2-heading::before {
        display: none
    }
    #custom_html-2 {
        text-align: left !important
    }
	h4 {
		font-size: 20px;
		margin-top: 15px;
	}

	#stories, #blog-section {
		background-attachment: scroll;
	}
	.excerpt,
    a.read-more{
		font-size: 16px !important;
	} 
    #home-5, #contact-section {
        background-attachment: scroll;
    }
    .h2-header h2 {
    position: relative;
    padding: 0;
}
    .site-content, .header-box {
        border: none
    }
    #rmp_menu_trigger-315 {
    
    float: right;
} .sub-page .main-container {
    position: relative;
    padding: 30px 15px;
}
    .Header-nav-inner a {
        padding: 0;
    }
    #custom_html-3 {
        margin-top: 5px;
    }
    #home-5 {
    padding: 4em 15px;
}
}

@media screen and (max-width:767px) {
	#reviews .section-content {
    margin-bottom: 0;
}.tr, .td {
		display: block;
	}
    .main-navigation {
        display: none
    }
    .wp-block-image .alignright,
    .wp-block-image .alignleft {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
}
    .service-row {
        margin: 0 !important;
        display: block
    }
    .service-row .wp-block-column {
        margin: 0 !important
    }
    .home-section h4 {
    text-align: left;
}
    .header-right-details {
        display: none
    }
    .slider-callout h4,
    .slider-callout h5 {
        display: none;
    }
    .mobile-header {
        display: none;
    }
    .blog-home-post {
        min-height: 1px;
    }
    .blog-info {
        margin-bottom: 15px;
    }
    .btn-half {
    min-width: 1px;
}
    .reverse {
		order: -1;
	}
    .page .entry-content {
    margin: 0;
}
    .header-contact p {
    font-size: 12px;
}
    .social {
        display: block;
    }
    h2 {
    font-size: 30px !important;
}
    #location h2.widgettitle {
    font-size: 20px !important;
}
    .sticky-widgets-container-global {
        display: none;
    }
    #sub-header .txt {
    padding: 15px;
}
  
      .home-section a.btn {
          margin-bottom: 5px;
}
     .main-nav {
        display: none;
    }
    .mobile-only {
    display: block;
}
    #contactsection {
        padding-bottom: 0;
    }
    #contactsection .bg {
        background-size: contain;
    }
    #services .service {
        margin-bottom: 20px;
    }
    #map iframe {
    height: 400px !important;
        margin-bottom: 0;
        box-shadow: none;
}
    .home-section h1, .home-section h2 {
    text-align: left;
}
    .service {
        margin: 0
    }
    #mysticky-nav .myfixed #text-2 {
    display: none;
}
    .main-nav {
        display: none;
    }
    .slider-callout {
        padding: 15px !important;
        width: 100% !important;
        bottom: 0
    }
    .home-blog-side {
    padding: 0 15px;
}
     .testimonial-content {
    font-size: 16px;
    text-align: center;
    padding: 0;
}
    button#responsive-menu-button {
    right: 15px !important;
    top: 10px !important
}
    .sub-page .site-content {
        padding: 0
    }
    .wpmslider-controls-direction {
        display: none !important;
    }
    
    #location h2 {
    font-size: 24px;
}
    
    #location p:last-child {
        margin-bottom: 0;
    }
    div.wpcf7 .ajax-loader {
        display: block !important;
    }
    .post-thumbnail {
    float: none;
    max-width: 100%;
        width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}
	h1 {
		font-size: 16px !important;
	}
	.header-btn {
		display: none;
	}
	.testimonials {
    padding: 15px;
    background: #FFF;
    text-align: center;
    margin-bottom: 15px;
}
	
	.special p strong {
    font-size: 17px;
}
	#benefit.page-section img {
		margin: 15px auto 0
	}
	.special p {
    font-size: 16px;
}
	
	.testimonial {
    padding: 0;
}
	.special .tr {
    height: auto;
    position: relative;
}
	#map {
    margin-bottom: 0;
}
	
	#custom_html-2 a {
		font-size: 16px;
	}
	.home-section img {
		margin: 0 auto 15px;
	}
	
    .slider-callout h4 {
    font-size: 18px !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
	.section-header {
    padding: 0;
    border: none;
    margin: 15px 0;
}
	.black {
		
		display: none;
	}
    
    .sub-page .site-content {
        font-size: 16px;
    }
	.mobile-header .text-right {
		text-align: right !important;
	}
	.contactus {
		padding: 15px;
	}
	.callout {
    float: none;
    width: 100%;
    text-align: center;
		margin-bottom: 30px;
		    height: auto;
}
    .strong-view.wpmtst-default .wpmtst-testimonial-image {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.4em !important;
    float: none !important;
}
    .strong-view.wpmtst-default .wpmtst-testimonial-inner {
        padding: 0 !important;
    }
   .text-right, .text-left {
    text-align: center !important;
}
	#services h4 {
    font-size: 24px;
}
    .box .pic-right img,
    .box .pic-left img {
        width: 100%;
        margin-bottom: 15px;
    }
    .row.box {
    padding-top: 0;
    padding-bottom: 0;
}
	#slider {
		background-size: cover !important;
	}
	.tr.bdr {
    border: none;
    padding: 0;
}
	.map-overlay h2 {
    color: #FFF;
    font-size: 20px;
}
	.map-overlay {
		font-size: 12px;
	}
	.hr, .hrright {
    margin: 15px 0;
    height: 40px;
}
	.location {
    min-height: 1px;
}
	.blog-posts h3 {
		font-size: 20px;
	}
	.home-section {
    margin: 0;
    padding: 30px 0;
}
    
	.site-buttons {
		padding-right: 15px;
	}
    .blog-box {
        min-height: 1px;
    }
	.site-header a.btn {
		width: 100% !important;
	}
	.site-branding img {
		max-height: 50px;
    	width: auto;
	}
    .service {
    text-align: center;
    padding: 15px;
}
	
    .strong-view.wpmtst-default.slider-container {
        background: none;
        padding: 0;
    }
    #stories .testimonial-pic {
        display: none;
    }
    #home-5 {
        padding: 30px 15px;
    }
    #services, .page-section, .home-section {
    padding: 30px 0;
}
    #home-callout {
        background-attachment: scroll;
    }
    .home-section a.btn {
    margin-top: 15px;
}
    #services .service:last-child {
        margin: 0 auto
    }
    .home-pic .info {
    padding: 0 15px;
    position: relative;
}
	a.btn {
		    margin: 5px auto;
    font-size: 16px;
		white-space: normal;
        width: 100%;
	}
	.service {
		border: none;
	}
	.td {
		padding: 0;
	}
	
	body, button, input, select, optgroup, textarea {
		font-size: 16px;
	}
.slider-callout .caption {
    font-size: 20px;
}
.h2-header {
    min-width: 100%;
}
	#blog-section {
    padding: 30px 0;
}
	
    .videoWrapper {
        margin-bottom: 20px;
    }
	.strong-view {
		padding: 0;
		background: none;
	}
	.section img {
		width: 100%;
		margin: 15px auto;
	}
  
    .site-footer{
        font-size: 12px;
    }
	h2 br{content:' ';}
	h2 br:after{content:' ';}
	
	.site-contact {
		display: none;
	}
	
}
