﻿.sign-btn {
	background: #1f95ad;
	padding: 14px 20px 15px 20px;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	border-radius: 10px;
	font-weight: 600;
}
.sign-btn:hover {
	background: #1b8297;
}
.callouts {
	height: auto;
	clear: both;
	min-height: 250px;
	margin: 30px auto;
	max-width: 1200px;
	text-align: center
}
.callouts .inline {
	display: inline-block;
	vertical-align: top
}
.callouts a {
	text-decoration: none !important
}
.callouts a:hover .team-circle {
	transition: all .2s ease-in;
	fill: #4fa69e !important
}
.callouts a:hover .services-circle {
	transition: all .2s ease-in;
	fill: #39916c !important
}
.callouts a:hover .tour-circle {
	transition: all .2s ease-in;
	fill: #57b77b !important
}
.callouts a:hover .faq-circle {
	transition: all .2s ease-in;
	fill: #737478 !important
}
.callouts a:hover .patients-circle {
	transition: all .2s ease-in;
	fill: #39393a !important
}
.callout {
	position: relative;
	width: 190px;
	height: 190px;
	margin: 0 20px;
	text-align: center
}
.callout .svg-callout {
	overflow: visible !important
}
.callout .svg-callout circle {
	transition: all .2s ease-in
}
.callout .svg-callout .team-circle {
	fill: #fff;
	stroke: #6ebab3;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout .svg-callout .services-circle {
	fill: #fff;
	stroke: #47b687;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout .svg-callout .tour-circle {
	fill: #fff;
	stroke: #7bc697;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout .svg-callout .faq-circle {
	fill: #fff;
	stroke: #8d8e91;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout .svg-callout .patients-circle {
	fill: #fff;
	stroke: #525254;
	stroke-miterlimit: 10;
	stroke-width: 8px;
	stroke-dasharray: 1200
}
.callout img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 106px;
	margin-top: -45px;
	margin-left: -53px
}
.callout .caption {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	margin-top: 10px;
	text-align: center;
	color: #808184
}
.callout .caption p:after {
	position: absolute;
	top: 137%;
	height: 6px;
	content: '';
	transition: all .1s ease-in;
	opacity: 0;
	background: #47b687
}
.callout:hover #svg-callout #svg-circle {
	animation-name: undrawblue;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards
}
.callout:hover .caption p:after {
	top: 123%;
	transition: all .2s ease-out;
	opacity: 1
}

.mob-view-768 { display:none }

@media screen and (max-width: 1200px) {
.callout {
	width: 150px;
	height: 150px;
	margin: 0 10px;
}
}
@media screen and (max-width: 1024px) {
.callout {
	width: 120px;
	height: 120px;
	margin: 0 10px;
}
}
@media screen and (max-width: 768px) {

.mob-view-768 { display:block; }

.desk-view { display:none; }

.callouts {
	height: 110%;
	text-align: center
}
.callout {
	margin-bottom: 60px;
	padding: 10px
}
.callout img {
	top: 68%;
	left: 68%;
	width: 60px;
	margin-top: -45px;
	margin-left: -53px
}
}
.hr-bar {
	background: #47b687;
	padding: 30px 0;
}/* Main Menu Style *//* Practice Name Style */
ul.app-block {
	clear: left;
	max-width: 1150px;
	list-style: none;
	margin: auto;
	padding: 0;
}
ul.app-block li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 36px;
	font-family: 'Raleway', serif;
	color: #fff
}
ul.app-block a {
	text-decoration: none !important;
}
.appt-btn {
	float: right;
	position: relative;
	font-size: 20px !important;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	padding: 10px 20px !important;
	font-family: 'Raleway', serif;
}
.appt-btn:hover, .appt-btn:focus {
	outline: none;
	color: #fff
}
.appt-btn::before, .appt-btn::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255,255,255,0.2);
	content: '';
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-moz-transition: -moz-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s
}
.appt-btn::after {
	border-color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-7px) translateX(6px);
	-moz-transform: translateY(-7px) translateX(6px);
	transform: translateY(-7px) translateX(6px)
}
.appt-btn:hover::before, .appt-btn:focus::before {
	opacity: 0;
	-webkit-transform: translateY(5px) translateX(-5px);
	-moz-transform: translateY(5px) translateX(-5px);
	transform: translateY(5px) translateX(-5px)
}
.appt-btn:hover::after, .appt-btn:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-moz-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0)
}
@media screen and (max-width: 1200px) {
.appt-btn {
	float: none;
	width: 380px;
	text-decoration: none
}
ul.app-block li {
	display: block;
	margin: auto;
	text-align: center
}
}
@media screen and (max-width: 759px) {
.appt-btn {
	width: 300px;
}
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background: #fff;  /*background-image:url(/images/bg.webp);*/
}
h1 {
	font-size: 2.5rem;
	font-weight: 300;
	color: var(--heading-text-color);
letter-spacing:-.1rem;
}
h2 {
	font-size: 25px;
	color: var(--subheading-text-color);
}
h3 {
	font-size: 20px;
	color: var(--subheading-text-color);
}
h4 {
	font-weight: normal;
	font-size: inherit;
}
h5 {
	font-size: 11.5pt;
	font-weight: 500;
	margin: 1px auto 3px auto;
}
h6 {
	text-align: center;
	font-size: 10pt;
	font-weight: 500;
	margin: 2px auto 3px auto;
}
#menu22 {
	width: 100%;
	z-index: 9999;
	display: none;
	background: #47b687;
	text-align: center;
}
#menu-inner {
	width: 100%;
	z-index: 9999;
	background: #47b687;
	text-align: center;
}
#menu-mobile {
	display: none !important
}
@media screen and (max-width: 759px) {
#menu-mobile {
	display: block !important
}
#menu22 {
	display: none !important
}
#menu-inner {
	display: none !important
}
}/*** ESSENTIAL STYLES ***/
.sf-menu-mega/*, .sf-menu-mega **/ {
	width: 100%;
	max-width: 95vw;
	display: table;
	margin: auto !important;
	text-align: center;
	padding: 0;
	list-style: none;
}
.sf-menu-mega li {
	position: relative;
}
.sf-menu-mega ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu-mega > li {
	display: table-cell;
}
.sf-menu-mega li:hover > ul, .sf-menu-mega li.sfHover > ul {
	display: block;
}
.sf-menu-mega a {
	display: block;
	position: relative;
}
.sf-menu-mega ul ul {
	top: 0;
	left: 100%;
}/*** DEMO SKIN ***/
.sf-menu-mega {
	margin: auto !important;
}
.sf-menu-mega ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.sf-menu-mega a {
	padding: .75em .3em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu-mega ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	background: #fff;
	min-width: 45em;
*width:45em;
	padding: 5px 0 !important
}
.sf-menu-mega ul li {
	display: inline-block;
	width: 220px;
	margin: 0 !important;
}
.sf-menu-mega ul li a {
	color: #000;
	text-align: left;
	padding: .5em 1em;
}
.sf-menu-mega ul li a:hover {
	color: #fff;
}
.sf-menu-mega ul li:hover {
	display: inline-block;
	width: 220px;
	background: #47b687;
}
.sf-menu-mega a {
	color: #fff;
	text-decoration: none !important;
	font-family: 'Raleway', sans-serif;
}
.sf-menu-mega li {	/*white-space: nowrap;  no need for Supersubs plugin *white-space: normal;*/	 /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu-mega ul li {
}
.sf-menu-mega ul li a {
}
.sf-menu-mega ul ul li {
	background: #fff;
}
.sf-menu-mega li:hover, .sf-menu-mega li.sfHover {
	background: rgba(255,255,255,0.3);	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}  /***** Image Buttons *****/
.grid3 {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 0em;
	list-style: none;
	text-align: center;
}/* Common style */
.grid3 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	height: 220px;
	width: 50%;
	text-align: center;
	cursor: pointer;
}/*.grid3 figure:before {    content: '';    display: block;    position: absolute;    z-index: 1000;    left: 0;    top: 0;    width: 100%;    height: 100%;    background: rgba(0,0,0,0.6);opacity:1;background-size:cover;}*/
.grid3 figure img {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	opacity: 1;
}
.grid3 figure img.reverse {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	bottom: 0;
	margin: auto;
	width: 50%;
	opacity: 1;
	float: right
}
.grid3 figure figcaption {
	color: #000;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1001;
}
.grid3 figure figcaption.normal {
	padding: 1em 0.5em 0 52%;
}
.grid3 figure figcaption.reverse {
	padding: 1em 52% 0 1em;
}
.grid3 figure figcaption::before, .grid3 figure figcaption::after {
	pointer-events: none;
}
.grid3 figure figcaption, .grid3 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid3 figure.review {
	padding: 2% 0;
	height: 240px;
	z-index: 1001
}
.grid3 figure.review:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
}/* Anchor will cover the whole item by default *//* For some effects it will show as a button */
.grid3 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid3 figure h2 {
	word-spacing: -0.15em;
	color: #47b687;
	font-weight: 500;
}
.grid3 figure h2 span {
	font-weight: 800;
}
.grid3 figure h2, .grid3 figure p {
	margin: 0;
}
.grid3 figure p {
	font-size: 70%;
}
figure.effect-ruby {
	background-color: #f8f8f8;
}
figure.effect-ruby img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-ruby:hover img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-ruby h2 {
	margin-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 1em;
	line-height: normal;
	font-family: 'Raleway', sans-serif;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 0px, 0) scale(1.1);
	transform: translate3d(0, 0px, 0) scale(1.1);
}
figure.effect-ruby .img-btn {
	margin: auto;
	padding: 0.5em;
	line-height: normal;
	color: #fff;
	background: #47b687;
	width: 200px;
	font-family: 'Raleway', sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
}
figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
figure.effect-ruby:hover .img-btn {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
@media screen and (max-width: 900px) {
.grid3 figure h2 {
	font-size: 16px
}
.grid3 figure p {
	padding: 0.5em;
	font-size: 60%;
}
figure.effect-ruby .img-btn {
	padding: 0.5em;
	width: 150px;
	margin-top: 20px
}
}
@media screen and (max-width: 759px) {
.grid3 figure {
	height: 170px;
}
.grid3 figure img {
	width: 100%;
	text-align: center center
}
.grid3 figure figcaption {
	padding: 1em;
	color: #fff;
}
figure.effect-ruby p {
	color: #fff
}
figure.effect-ruby .img-btn {
	margin-top: 20px
}
figure.effect-ruby h2 {
	color: #fff;
	font-size: 20px
}
.grid3 figure:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 1;
	background-size: cover;
}
.grid3 figure figcaption.normal, .grid3 figure figcaption.reverse {
	padding: 1em;
}
.grid3 figure img.reverse {
	width: 100%;
	float: none;
	left: 0
}
figure.effect-ruby p {
	display: none !important;
}
}     /***** Image Buttons End *****/
.grid {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	max-width: 1200px;
	padding: 1em 1em;
	margin: 1em auto 0 auto !important;
	position: relative;
	list-style: none;
	text-align: center;
}
.grid figure {
	width: 10.5%;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0.3%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 1em;
	font-size: 0.40em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-shadow: none
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	opacity: 0;
}
.grid figure div {
	word-spacing: -0.15em;
	font-weight: normal;
	font-size: 1.5vw;
}
.grid figure div span {
	font-weight: normal;
	text-shadow: none;
	font-size: 1.2vw;
}
.grid figure div, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	background: rgba(201,231,108,0.9);
	-webkit-transition: -webkit-transform 0.60s;
	transition: transform 0.60s;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 55%, 0);
}
figure.effect-zoe div, figure.effect-zoe p.description {
	float: left;
}
figure.effect-zoe p.description {
	display: inline-block;
	text-align: left;
	padding: 1em 0;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}
figure.effect-zoe div {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 90%, 100%);
	transform: translate3d(0, 90%, 100%);
}
figure.effect-zoe div {
	display: inline-block;
}
figure.effect-zoe:hover p.description {
	opacity: 1;
}
figure.effect-zoe:hover figcaption, figure.effect-zoe:hover div, figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-zoe:hover div {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.show-team {
	display: none
}
@media screen and (max-width: 759px) {
.grid figure {
	width: 19%;
}
.grid figure div {
	font-size: 3.5vw;
}
.grid figure div span {
	font-size: 3.2vw;
}
}
@media screen and (min-width: 1150px) {
.grid figure div {
	font-size: 22px;
}
.grid figure div span {
	font-size: 18px;
}
}
@media screen and (max-width: 1150px) {
.show-team {
	display: block
}
.off-team {
	display: none
}
.grid {
	background-color: #47b687;
	margin: 0em auto 0 auto !important;
}
}    /* H-Card Classes */
h5.h-card {
	text-align: center;
	margin: 10px auto;
	color: #00264b;
	text-decoration: none;
}
.p-name, .p-honorific-suffix, .p-street-address, .p-extended-address, .p-locality, .p-region, .p-postal-code, .p-org u-url, .tel {
	text-decoration: none;
	font-size: 11pt;
	font-weight: 500;
	color: #00264b;
}
.dwscopy {
	font-size: 11pt;
	font-weight: 500;
}/* menu-services */
.content-wrapper .content-main ul.menu-services .back-div {
	position: relative;
	width: 100%;
	max-width: 100%;
}
.content-wrapper .content-main ul.menu-services {
	margin: 0;
	list-style: none;
	padding: 0;
	position: relative;
}
.content-wrapper .content-main ul.menu-services li {
	display: inline-block;
	padding: 8px 10px;
	margin: 5px;
	width: auto;
	vertical-align: top;
	background-color: #484848;
	list-style: none
}
.content-wrapper .content-main ul.menu-services li a {
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
}
.content-wrapper .content-main ul.menu-services li a:visited {
	text-decoration: underline;
}
.content-wrapper .content-main ul.menu-services li a:hover {
	text-decoration: underline;
}/* menu-services */
.percent {
	list-style-type: none;
	margin-left: 25px;
}/* Default Link Style */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}/* Default Link Style */ /* Hard-Coded Reviews */
.viewr {
	max-width: 90%;
	margin: 10px auto;
	padding: 10px;
	border: 1px #dc9225 solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.DWSReview {
	max-width: 90%;
	margin: 10px auto;
	padding: 10px;
	border: 1px #dc9225 solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}/* Items that are hidden from main website */
#pull {
	display: none;
}
#menu-thin-offer {
	display: none;
}
#menu-thin-direction {
	display: none;
}
#menu-thin-phone {
	display: none;
}
#show {
	display: none;
}
#menu-thin {
	display: none;
}
ul.images {
	display: none;
}	/* Items that are hidden from main website */ /* Header Area Alignment of Phone and Adreess */
.content-page-title {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 300;
	color: #484848;
letter-spacing:-.1rem;
	font-family: 'Raleway', sans-serif;
}/* Default Tag Style */
.content-page-title-a {
	color: #484848;
	font-size: 70px;
	line-height: normal;
	font-family: "Alex Brush", cursive;
}
body, td, p, ul, ol, li, div, span, blockquote {
	font-size : 16px;
	color: var(--site-text-color);
	font-family: 'Lato', serif;
}/* Rotator Title */
.welcome {
	max-width: 800px;
	margin: auto
}
.rotator-title-text {
	font-family: 'Raleway', serif;
	line-height: 30px;
	font-size: 27px;
	color: #fff;
	background: #484848
}/* Header Style Wrapper */
#header-wrap {
	z-index: 2000;
	max-width: 1200px;
	padding: 30px 0;
	margin: auto
}
#header-wrap-inner {
	z-index: 2000;
	max-width: 1200px;
	padding: 30px 0;
	margin: auto
}
.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}/* Header Style */
.header-top {
	max-width: 1200px;
	margin: 0 auto;
	position: relative
}/* Main Menu Style */
#main-menu2 {
	width: auto;
	margin: -160px auto 0 auto;
	padding: 0px;
	z-index: 5000;
	background: #f2f2f2;
}
ul.inner-buttons {
	width: auto;
	clear: left;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0px 0px 0 0;
}
ul.inner-buttons a li {
	display: block;
	font-family: 'Raleway', serif;
	color: #fff;
	background: #47b687;
	list-style: none;
	margin: 3px 0px 0px 0px;
	padding: 20px 0;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
}
ul.inner-buttons li {
	background: #47b687;
}
ul.inner-buttons a {
	text-decoration: none
}
ul.header-logo {
	clear: left;
	float: left;
	max-width: 150px;
	width: 100%;
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 6000;
	padding: 20px 0;
}/*max-width: 200px; position: absolute; z-index: 999; margin: 32px 0 0 0px; padding: 0; z-index: 999; width:100%;*/
ul.header-logo li {
	display: block;
	font-family: 'Raleway', serif;
	color: rgba(31,31,31,1.00);
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 18px;
}
ul.header-logo li img {
	width: 100%;
}
ul.header-logo li.header-practice-name {
	font-size: 46px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
	padding-top: 20px;
}
ul.header-logo li.dr-name {
	font-size: 35px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
}
ul.header-logo li.img-logo {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}
ul.header-logo li.header-phone {
	font-size: 38px;
}
ul.header-logo a {
	text-decoration: none;
}
ul.header-logo li a i.fa {
	font-size: 30px;
	margin: 0 5px
}
ul.header-logo li a:hover i.fa {
	color: #484848
}
ul.header-text {
	clear: left;
	display: inline-block;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	list-style: none;
	margin: 0;
	padding: 25px 40px 0 40px;
}
ul.header-text li {
	display: block;
	font-family: 'Raleway', serif;
	color: #fff;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 22px;
}
ul.header-text li.header-practice-name {
	font-size: 36px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
}
ul.header-NAP {
	float: right;
	max-width: 400px;
	list-style: none;
	margin: 25px 0px 15px 0;
	padding: 0;
	text-align: right;
}
ul.header-NAP li {
	display: block;
	color: #fff;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 20px;
}
ul.header-NAP li a {
	color: #fff;
}
ul.header-NAP li a:hover {
	color: #fff;
}
ul.header-NAP li img {
	height: 80px;
	margin: 0;
}
ul.header-NAP li.header-practice-name {
	font-size: 46px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
	padding-top: 20px;
}
ul.header-NAP li.dr-name {
	font-size: 35px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: normal;
}
ul.header-NAP li.img-logo {
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}
ul.header-NAP li.header-phone {
	font-size: 25px;
	color: #000;
	padding: 0 0 5px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out
}
ul.header-NAP a.img-button li {
	text-align: center; /*background-image: url(/go/images/arrow.webp) ; background-repeat:no-repeat; background-position:95%;*/
	width: 300px;
	text-decoration: none;
	color: #000;
	font-size: 26px;
	padding: 10px 0;
	z-index: 1;
	background: #FF0004
}
ul.header-NAP a {
	text-decoration: none;
}/*  .smaller ul.header-logo li  img{  height: 60px;  line-height: 75px;  font-size: 30px; } .smaller.header-wrapper  {  background-color:rgba(255,255,255,0.9);  } .smaller ul.header-NAP {  margin: 5px 20px 0 0;	  } .smaller ul.header-NAP li.header-phone { font-size: 16px }  .smaller ul.header-text {   	padding:15px 40px 0 40px  ; }  .smaller ul.header-text li {  color:#484848 ; }  .smaller ul.header-NAP li a i.fa{   color:#484848;     }  .smaller ul.header-NAP li.header-phone{    color:#484848 ;   } Header Phone Number *//*.header-wrapper{  margin: 0px 0 0 0; background-color:#ffd79c;  width:100%;  background-position: center top;  	position: relative;z-index: 500;  background-image:url(/images/middle-bg.webp);  background-repeat: repeat-x; height:537px; }*/
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
.header-wrapper {
	margin: auto;
	position: relative;
	z-index: 2;
	padding: 0px;
	max-width: 1150px;
	min-height: 170px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header-wrapper-middle {
	margin: 0;
	width: 92vw;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}
.faces-wrapper-inner {
	margin: -120px 0 0 0;
	width: 100%;
	background: url(/go/images/banner-inner.webp) #fff no-repeat;
	height: 154px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: -999;
} /***** HEader Image *****/
.faces-wrapper {
	margin: 0px 0 0 0;
	width: 100%;  
	position: relative;
	z-index: 1;
	min-height: 700px
}
.faces-wrapper .info {
	max-width: 1150px !important;
	margin: auto;
	position: absolute;
	bottom: 20%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: right;
	padding: 0;
font-size:.8rem;
	z-index: 2200;
}
.faces-wrapper .info h2 {
	display: inline-block;
	margin: 0;
	color: #47b687;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.2;
	z-index: 6;/*text-shadow:10px 5px 20px #000, 10px 5px 20px #000;*/
}
.faces-wrapper .info h2, .info h3, .info h4 {
	-webkit-animation: initial;
	-moz-animation: initial;
	-o-animation: initial;
	animation: initial;
}
.faces-wrapper .info h3 {
	font-size: 4.5em;
}
.faces-wrapper .info h3 {
	display: block;
	text-transform: uppercase;
	font-size: 2.2em;
	line-height: 1.05;
	font-weight: 800;
	margin: .4em 0;
	position: relative;
	z-index: 6;
	color: #484848;/*text-shadow:1px 1px 0 #47b687, 2px 10px 20px #000;*/
}
.faces-wrapper .info h3:before, .faces-wrapper .info h3:after {
	content: '';
	position: absolute;
	width: 26%;
	height: 1px;
	top: 50%;
	left: 0;
	display: block;
	background: rgba(255,255,255,.5);
}
.faces-wrapper .info h3:before, .faces-wrapper .info h3:after {
	display: none;
}
.faces-wrapper .info h3:before, .faces-wrapper .info h3:after {
	width: 18%;
}
.faces-wrapper .info h3:after {
	right: 0;
	left: auto;
}
.faces-wrapper .info h4 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1.05;
	font-weight: 800;
	text-align: center;
	margin: 0 0 .2em 0;
	position: relative;
	z-index: 6;
	color: #47b687;/*text-shadow:1px 1px 0 #fff, 2px 10px 20px #000;*/
}
a.btn {
	color: #484848;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1rem;
	background-color: #47b687;
	padding: 0.75rem 1rem;
	display: inline-block;
	position: relative;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.5);
	z-index: 6;
	cursor: pointer;
	border: none;
	text-decoration: none
}
a.btn:hover {
	background: #484848;
	box-shadow: 0 4px 0 #47b687;
	text-shadow: none;
	color: #FFFFFF;
}
@media(max-width:1199px) {
.faces-wrapper .info {
	padding: 0;
	bottom: 10px;
	right: 15px;
}
}
@media(max-width:1150px) {
.faces-wrapper {
}
.faces-wrapper .info {
	width: 100%;
	max-width: 90% !important;
}
.faces-wrapper .info h4 {
}
}
@media(max-width:759px) {
.faces-wrapper {
}
.faces-wrapper .info {
	padding: 10px 0;
	position: relative;
	float: none;
	max-width: 300px !important;
	left: auto;
	right: auto;
	bottom: auto;
	text-align: center;
}
.faces-wrapper .info h2 {
	font-size: 1em;
}
.faces-wrapper .info h3 {
	font-size: 1.2em;
}
.faces-wrapper .info h4 {
	font-size: 2em;
}
}
@media(max-width:500px) {
.faces-wrapper .info h4 {
	color: #47b687;
}
a.btn {
	padding: 0.75rem 1rem;
}
.faces-wrapper {
	width: 100% !important;
	margin: 0px 0 0 0;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
} /***** HEader Image End *****/
.feature-2 {
	background-color: rgba(0,0,0,0.6);
	display: table;
	width: 70%;
	padding: 2em 1em;
	margin: 9em auto 0 auto !important;
	bottom: 2em;
}
.feature-2 li {
	display: table-cell;
	position: relative;
	padding: .25em;
}
.feature-2 li img {
	width: 85px
}
.feature-2 li a {
	width: 85px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.feature-2 li a div {
	width: 85px;
	min-height: 50px;
	padding: 5px;
	background: #47b687;
	margin: -30px 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.feature-2 li a:hover, .feature-2 li a div:hover {
	color: #fff;
	margin: -60px 0;
	font-size: 24px;
	background: rgba(0,0,0,0.698);
}
.feature-2 li a span:hover {
	color: #fff;
}
.feature-2 li a {
	text-decoration: none;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.feature-2 li a {
	position: relative;
}
header.header h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 300;
	color: #484848;
letter-spacing:-.1rem;
}
header.header h2 span {
	font-weight: normal;
	text-transform: none;
	color: #47b687;
	display: block;
	font-size: 25px;
	font-family: 'Raleway', Georgia, serif;
}
.header-wrapper-inner {
	background: url(/go/images/slide2.webp) #f1f1f1 center top no-repeat;
	min-height: 300px;
	margin: 0px 0 0 0;
	padding: 0 0 0;
	position: relative;
	width: 100%;
	z-index: 0;
	background-attachment: fixed
}
.content-wide {
	background-size: cover 100%;
	margin: 0;
	padding: 50px 0 50px 0;
	background:     /* top, transparent red */     linear-gradient( rgba(51,0,51,0.8), rgba(51,0,51,0.8) ),    /* bottom, image */ url(/go/images/shutterstock_162094841.webp) center top no-repeat;
}/*.content-wide:before {   content: '';    display: block;    position: absolute;         width: 100%;    height: 100%; background-size:cover;   background: rgba(51,0,51,0.9)     }*/
.content-wrapper {
	margin: auto;
	max-width: 100%;
	width: 100%;
	display: inline-block;
	padding: 0;
	position: relative;
}
.content-wrapper p, .content-wrapper li {
	line-height: 30px;
	font-weight: normal
}
.content-wrapper h1, .content-wrapper h2 {
	color: var(--heading-text-color) !important;
	text-align: left !important
}
.content-wide h1, .content-wide h2 {
	color: #fff;
	text-align: center
}
.content-wrapper-inner {
	margin: 0px auto 0 auto;
	width: 100%;
	padding: 165px 0 20px 0;
	position: relative;
}
.content-wrapper-inner p, .content-wrapper-inner li {
	line-height: 30px;
	font-weight: normal
}
.content-wrapper-home {
	width: 100%;
	padding: 20px 0 0px 0;
	position: relative;
	margin: auto;
}
.content-wrapper-ins {
	width: auto;
	background-image: url(/go/images/brick-texture.webp);
	background-attachment: fixed;
}
.content-wrapper-footer {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}/*.slider-wrapper{max-width:1600px; margin:0 auto;	position: relative; }*/
.slider-wrapper {
	height: 570px;
	margin: 0 auto;
	width: 100%;
	z-index: -1;
}
.special-wrapper {
	float: right;
	text-align: center;
	width: 25%;
	margin: 30px 0 0px 20px;
	padding: 20px 0;
}
.special-wrapper p {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal
}
.special-wrapper h1 {
	color: #484848;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700
}
.content-inner {
	margin: 20px 30px 0 30px;
	width: calc(100% - 420px) !important;
}
.italic {
	font-size: 17px;
	font-style: italic;
	display: inline;
	font-family: "Times New Roman", Georgia, Serif;
	line-height: 28px;
}
.special-wrapper-inner {
	width: 380px;
	background: #47b687;
	padding: 30px 0 30px 0;
	text-align: center;
	position: relative;
	z-index: 998;
	float: right;
}
.special-wrapper h2 {
	font-size: 30px;
	font-family: 'Raleway', serif;
	color: #484848;
	padding: 0px;
	margin: 0
}
.logo-wrapper {
	margin: 0px;
	padding: 40px 0;
	position: relative;
	text-align: center;
}
.bottom-wrapper {
	margin: 0px;
	padding: 40px 0;
	background-color: #f5f5f5;
	width: 100%
}
#content-main p, .content-main p, .content-main li {
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 18px;
}
#content-main {
	width: 650px;
	margin: 20px 0 0 0;
}
.content-main {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
@media(max-width:1200px) {
.content-main {
	margin: 0px 30px 0 30px;
}
}
.contentimg-cta img {
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all ease 1.2s;
	-moz-transition: all ease 1.2s;
	-o-transition: all ease 1.2s;
	transition: all ease 1.2s;
}
.contentimg-cta.show img {
	margin-left: 0;
	opacity: 1;
	display: table;
}
.contentimg-cta .half.left {
	float: none;
	clear: none;
	display: table-cell;
	width: 450px
}
.contentimg-cta .half.right {
	border-left: solid 20px #47b687;
	padding: 0em 1em;
	position: relative;
	display: table-cell;
	clear: none;
	float: none;
	vertical-align: top;
}
.contentimg-cta .half.right:after {
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 1.5em;
	width: 0;
	height: 0;
	border-bottom: solid 15px transparent;
	border-top: solid 15px transparent;
	border-left: solid 15px #47b687;
}
.contentimg-cta .half.right h2 {
	padding: 0;
	margin: 0
}
.contentimg-cta {
	padding: 1em 0;
	overflow: hidden;
	max-width: 1150px;
	margin: auto
}
@media(max-width:900px) {
.contentimg-cta.show img {
	display: block;
}
.contentimg-cta .half.left {
	display: block;
	width: 100%
}
.contentimg-cta .half.right {
	display: block;
	border-left: solid 5px #47b687;
}
}
.points {
	background-color: #EFEFEF;
	display: table;
	margin: 20px 0
}
.points header {
	text-align: center;
	font-family: 'Raleway', serif;
	padding: 1em 2em;
}
.points > h2 {
	text-align: center;
	color: #484848;
	font-family: 'Raleway', serif;
	font-size: 2.5em;
	padding: .25em 0 0 0;
}
.points .half.left {
	position: relative;
	display: table-cell;
	float: none;
	clear: none;
}
.points.content-cta .half.left {
	vertical-align: top;
	position: relative;
	padding-right: .5em;
}
.points .half.right {
	width: 55%;
	float: none;
	clear: none;
	display: table-cell;
	vertical-align: top;
	background-color: #484848;
	position: relative;
}
.points .half.right:before, .points.content-cta .half.left:before {
	position: absolute;
	content: ' ';
	width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #47b687;
}
.points .half.left:after {
	position: absolute;
	right: 0;
}
.points .half.left h2, .points .half.left h3 {
	font-family: 'Raleway', serif;
}
.points .half.left h2 {
	position: relative;
	padding-bottom: .5em;
}
.points .half.left h3 {
	color: #484848;
	font-size: 2em;
}
.points .half.left h3.h2-lookalike {
	color: #47b687;
	font-size: 1.25em;
	position: relative;
	padding-bottom: .5em;
}
.points .half.left h2:after {
	content: ' ';
	position: absolute;
	width: 20%;
	left: 40%;
	height: 1px;
	background-color: #838383;
	bottom: 0em;
}
.points .half.left h3.h2-lookalike:after {
	content: ' ';
	position: absolute;
	width: 20%;
	left: 40%;
	height: 1px;
	background-color: #47b687;
	bottom: 0em;
}
.points ul {
	background-color: #484848;
	padding: 0;
	margin: 0;
	list-style: none;
}
.points ul li {
	padding: .5em 2em .5em 4em;
	color: #FFFFFF;
	border-bottom: solid 1px #EFEFEF;
	position: relative;
	overflow: hidden;
	font-size: 16px;
}
.points ul li:last-child {
	border-bottom: none;
}
.points ul li:before {
	font-family: FontAwesome;
	content: '\f00c';
	left: 0em;
	position: absolute;
	font-size: 1.5em;
	top: 0;
	padding: 0.7em .5em;
	display: table-row;
	height: 100%;
	line-height: 1em;
}
@media(max-width:759px) {
.points {
	display: block;
}
.points .half.left {
	display: block;
}
.points .half.right {
	width: 100%;
	display: block;
}
.points ul li {
	padding: 1em 1em 1em 4em;
}
} /***** Footer *****/
footer {
	text-align: center;
	padding: 10px 0px 20px 0px;
	display: inline-block;
	width: 100%;
	background: var(--footer-background-color);
}
footer > div {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	box-shadow: 0 5px 9px rgba(53, 53, 53, 0.51);
	margin-left: 10px;
	width: 300px;
	padding: 20px;
	min-height: 350px;
}
footer > div h3 {
	font-size: 27px;
	color: #fff;
	background: #484848;
	font-family: 'Raleway', serif;
	margin: 0 0 20px 0;
}
footer .copyright {
	display: block;
	margin-top: 15px;
	color: var(--footer-text-color);
}
footer .copyright a {
	color: var(--footer-text-color);
}
#footer-form {
	width: 400px
}/*#footer-form input,#footer-form textarea {          box-sizing: border-box; width:200px;    border: none;    padding: 5px 15px;    font-size: 18px;     margin-bottom: 12px;    background: none;     border-radius: 2px;    background-color: #ededed;         box-shadow: inset 0 1px 1px rgba(0, 0, 1, 0.25); }*/
#footer-contact {
	position: relative;
	z-index: 5;
}
#footer-contact address {
	font-family: 'Raleway', serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	margin: 15px 0 0 0;
}
#footer-contact .phone {
	color: #484848;
	font-family: 'Raleway', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
#footer-contact .hours {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	max-width: 240px;
	list-style: none;
}
#footer-contact .hours > li {
	color: black;
	font-family: 'Raleway', serif;
	font-size: 14px;
	line-height: 26px;
}
#footer-contact .hours > li > span {
	display: inline-block;
	width: 105px;
	font-size: 14px;
}
#footer-contact .footer-emergency {
	background: #FF0004;
	display: block;
	margin-left: -20px;
	width: calc(100% + 40px);
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-family: 'Raleway', serif;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 26px;
}
#footer-contact .socials {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}
#footer-contact .socials a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	margin: 0 4px;
	font-size: 30px;
	color: #484848;
}
#footer-contact .socials a:hover {
	color: #000;
}
#footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-nav ul li {
	margin: 0 10px 10px 0;
	display: inline-block
}
#footer-nav ul a {
	font-family: 'Raleway', serif;
	font-size: 14px;
	line-height: 14px;
	color: #353535;
}
@media screen and (max-width: 1200px) {
footer > div {
	margin-left: -6px;
	width: 260px;
	padding: 20px;
}
#footer-contact {
	width: 300px;
}
}
@media screen and (max-width: 870px) {
footer > div {
	display: block;
	width: auto !important;
	max-width: 400px;
	margin: 0 auto 15px auto;
}
}
@media screen and (max-width: 759px) {
#footer-nav ul {
	display: block !important;
}
} /***** Footer End *****/
ul.logo-NAP {
	clear: left;
	max-width: 1200px;
	margin: auto;
	z-index: -999;
	list-style: none;
	padding: 0;
}
ul.logo-NAP li {
	display: inline-block;
	color: #e3e3e3;
	vertical-align: middle;
	list-style: none;
	margin: 0px 80px 0px 0px;
	padding: 0;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
section.services {
	margin-bottom: 30px;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
}
section.services h5 {
	color: #e3e3e3;
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	margin: 55px 20px 0 0;
	width: 28%;
	line-height: 1;
}
section.services ul, section.services h5 {
	display: inline-block;
	vertical-align: top;
}
section.services ul {
	list-style: none;
	;
	padding: 10px 0 10px 30px;
	width: 61%;
	border-left: 1px solid #555555;
}
section.services ul li {
	display: inline-block;
	width: 30%;
	margin: 3px 1%;
	vertical-align: top;
}
section.services ul li a {
	display: block;
	font-size: 15px;
	padding: 2px 0;
	line-height: 1.3;
} /*.special-wrapper-inner ul.menu-services-go { clear:left; list-style:none;margin: auto;padding:0;  width:300px; }.special-wrapper-inner ul.menu-services-go li { display:  block; margin:0px 0px 1px 0px;list-style:none;padding:3px 45px 3px 20px; border:3px solid #e0e0e0; width:300px; background-image: url(/images/arrow.webp); background-repeat:no-repeat; background-position:95%; background-color:#e0e0e0; /* fallback *}.special-wrapper-inner ul.menu-services-go li a {font-size:16px; text-align:left; font-weight: 400; color:#002744; text-decoration:none;   }.special-wrapper-inner ul.menu-services-go li a {  text-decoration:none; }.special-wrapper-inner ul.menu-services-go   li a:hover{  text-decoration: underline; }.special-wrapper-inner ul.menu-services-go  .img { float:none; text-align:center; border:none;}   .special-wrapper-inner ul.menu-services-Go li.video { border-width: 0px;margin-left: -14px;}   .special-wrapper-inner ul.menu-services-Go li#show-spacer{ margin-bottom:100px;}.special-wrapper-inner ul.menu-services-Go.fix li#show-spacer{margin-bottom:5px; }.special-wrapper-inner ul.menu-services-Go li.transparent{ text-align:center; background:none; border:none;}*/
#rotator-area {
	padding: 25px 10px 15px 10px;
	text-align: center;
	background: url(/images/rotator-bg.webp) #e0e0e0 center top no-repeat;/*color:#002744; Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#806844+0,5f4c2c+100 *//* IE6-9 */
	font-size: 16px;/*-moz-text-shadow: 1px 1px 0px #fff; -webkit-text-shadow: 1px 1px 0px #fff; text-shadow: 1px 1px 0px #fff;*/
}/*#rotator-area p  {color:#002744; }#rotator-area span  {color:#002744; }#rotator-area div  {color:#002744; }#rotator-area td  {color:#002744; ;}div.rotator td{ color:#fff;}*/
.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.spacer2 {
	clear: left;
	font-size: 0;
	line-height: 0;
}    /***** Video Tesimonials *****/
.video-testimonials {
	padding: 0 0 4vw 0;
}
.video-testimonials .header {
	text-align: center;
}
.video-test-content {
	width: 100%;
	max-width: 950px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.25rem;
	color: #484848;
	line-height: 2.5rem;
}
.video-scroll-contain {
	width: 100%;
	position: relative;
	height: 17.5vw;
	overflow: hidden;
}
.video-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	width: 200%;
	position: absolute;
	-webkit-animation: testimonial-videos 50s linear infinite;
	-moz-animation: testimonial-videos 50s linear infinite;
	-o-animation: testimonial-videos 50s linear infinite;
	animation: testimonial-videos 50s linear infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	height: 100%;
	right: -200%;
}
.video-list.part2 {
	-webkit-animation: testimonial-videos 50s linear infinite 25s;
	-moz-animation: testimonial-videos 50s linear infinite 25s;
	-o-animation: testimonial-videos 50s linear infinite 25s;
	animation: testimonial-videos 50s linear infinite 25s;
}
.video-scroll-contain:hover .video-list {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.video-list li {
	-webkit-flex: 0 0 16%;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	list-style: none;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	background-size: cover;
}
.video-list li:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(51,0,51,0.502);
	z-index: 1;
}
.video-list li a {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: block;
}
.video-list li a .info {
	position: absolute;
	z-index: 2;
	width: 84%;
	bottom: 3.75rem;
	left: 4%;
}
.video-list li a h3 {
	color: #FFFFFF;
	z-index: 10;
	font-family: 'Merriweather', Georgia, serif;
	margin: 0 0 1rem;
	line-height: 1.7em;
	font-size: 14px;
	font-weight: normal;
}
.video-list li a h3:before {
	content: '"';
	color: #47b687;
	font-size: 2rem;
}
.video-list li a h3:after {
	content: '"';
	color: #47b687;
	font-size: 2rem;
}
.video-list li a .name {
	color: #47b687;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.video-list li a .name:before {
	content: '-';
}
.video-list li .video-btn {
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 25px;
	border: none;
	color: #484848;
	text-shadow: none;
	font-family: 'Raleway', arial, sans-serif;
	font-weight: 400;
	font-size: 1.875rem;
	height: auto;
	display: inline-block;
	border-radius: 50px 0 0 50px;
	cursor: pointer;
	background-color: #47b687;
	padding: 0 10px 0 3px;
}
.video-list li .video-btn i {
	margin: 3px 10px 0 0;
	vertical-align: middle
}
.video-btn:hover {
	color: #FFFFFF;
	background-color: #484848;
	box-shadow: 0 4px 0 #47b687;
}
.video-btn span {
	display: inline-block;
	line-height: 3rem;
}
.video-btn icon {
	font-size: 3rem;
margin:0rem .5rem 0 0;
	position: relative;
	display: block;
	float: left;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.video-btn:hover icon {
	color: #FFFFFF;
}
.video-list li .video-btn icon {
}
.no-flexbox .video-scroll-contain {
	height: 38vw;
}
.no-flexbox .video-list {
	right: auto;
	width: 100%;
	position: relative;
}
.no-flexbox .video-list li {
	height: 18vw;
	width: 31%;
	float: left;
	margin: 0 1% 2vw;
}
@media(max-width:1200px) {
.video-list li a .info {
	width: 90%;
	bottom: 2.75rem;
}
.video-list li a h3 {
	margin: 25px 0 0 0;
	line-height: 1.4em;
	font-size: 16px;
}
}
@media(max-width:860px) {
.video-list li a .info {
	width: 90%;
	bottom: 2rem;
}
.video-list li a h3 {
	font-size: 14px;
}
}
@media(max-width:759px) {
.video-testimonials {
	display: none
}
} /***** Video Testimonials End *****/   /***** Navigation *****/
.main-menu {
	z-index: 103;
	width: 100%;
	background: var(--menu-background-color);
	float: left;   /* min-height:75px; Old browsers */
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
a {
	background: 0 0
}
a:active, a:hover {
	outline: 0
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 2001;
}
@media (min-width:759px) {
.container {
	width: auto
}
}
@media (min-width:1024px) {
.container {
	width: auto
}
}
@media (min-width:1200px) {
.container {
	width: 1150px
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.hidden {
	display: none!important;
	visibility: hidden!important
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}
.sf-menu li {
	position: relative
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99
}
.sf-menu>li {
	float: left
}
.sf-menu li.sfHover>ul {
	display: block
}
.sf-menu a {
	display: block;
	position: relative
}
.sf-menu ul ul {
	top: 0;
	left: 100%
}
.sf-menu {
	float: left;
	margin-bottom: 1em
}/*.sf-menu ul.menu-services{box-shadow:2px 2px 6px rgba(0,0,0,.2);min-width:45em;*width:45em}*/
.back-div {
	width: 100%;
	max-width: 850px;
	position: absolute;
	top: 5px;
	margin: 0 auto !important;
	display: inline-block;
	left: 0;
	right: 0;
	text-align: left;
	padding: 10px 0 0 0 !important;
}
.sf-menu ul.menu-services {
	text-align: center;
	height: 100%;
	min-height: 240px;
	background-position: 28% 70% !important;
	background: #a9c3de no-repeat;
	left: -460%;
	right: -405%;
}
.sf-menu ul.menu-services li {
	display: inline-block;
	width: 280px
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em;
	*width:12em
}
/*
.sf-menu a {
	padding: 0;
	text-decoration: none;
	zoom: 1;
	color: #13a
}

*/

.sf-menu a {
	text-decoration: none !important;
	color: #fff;
}


.sf-menu li {
	white-space: nowrap;
*white-space:normal;
	-webkit-transition: background .2s;
	transition: background .2s
}
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none
}
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
*padding-right:1em
}
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #dFeEFF;
	border-top-color: rgba(255,255,255,.5)
}
.sf-arrows>.sfHover>.sf-with-ul:after, .sf-arrows>li>.sf-with-ul:focus:after {
	border-top-color: #fff
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: rgba(255,255,255,.5)
}
.sf-arrows ul .sfHover>.sf-with-ul:after, .sf-arrows ul li>.sf-with-ul:focus:after {
	border-left-color: #fff
}
.sf-vertical {
	width: 12em
}
.sf-vertical ul {
	left: 100%;
	top: 0
}
.sf-vertical>li {
	float: none
}
.sf-vertical li {
	width: 100%
}
.sf-vertical.sf-arrows>li>.sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: rgba(255,255,255,.5)
}
.sf-vertical.sf-arrows .sfHover>.sf-with-ul:after, .sf-vertical.sf-arrows li>.sf-with-ul:focus:after {
	border-left-color: #fff
}
#mobile-menu {
	display: none
}
.footer-menu .sf-menu>li {
	float: none
}
.footer-menu .sf-menu li.sfHover>ul {
	display: inherit
}
.footer-menu .sf-menu a {
	display: inherit;
	position: relative
}
.footer-menu .sf-menu ul ul {
	top: 0;
	left: 0
}
.footer-menu .sf-menu {
	float: none;
	margin-bottom: 0
}
.footer-menu ul.sf-menu {
	text-align: left;
	position: relative;
}
.footer-menu ul.sf-menu > li {
	color: #e3e3e3;
	display: inline-block;
	border-left: 1px solid #555555;
}
.footer-menu ul.sf-menu > li:first-child {
	border-left: none;
	border-top: none;
}
.footer-menu ul.sf-menu > li > a {
	color: #e3e3e3;
	line-height: 30px;
	font-size: 15px;
	padding: 5px 18px;
	text-decoration: none;
}
.footer-menu ul.sf-menu > li > a:hover {
	text-decoration: underline;
}
.footer-menu ul.sf-menu li:hover > ul {
	display: none;
}
@media only screen and (max-width:1024px) {
.sf-menu ul.menu-services {
}
}
@media only screen and (max-width:759px) {
#mobile-menu {
	display: block
}
.touch-with-ul>a:after {
	position: absolute;
	font-size: 14px;
	top: 50%;
	right: 1em;
	margin-top: -7px;
	content: "\f0d7";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	line-height: 1em
}
li.touch-with-ul.touch-hover:after>a {
content:"\f0d8"
}
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #333;
	background: -moz-linear-gradient(left, #333 0, #191919 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #333), color-stop(100%, #191919));
	background: -webkit-linear-gradient(left, #333 0, #191919 100%);
	background: -o-linear-gradient(left, #333 0, #191919 100%);
	background: -ms-linear-gradient(left, #333 0, #191919 100%);
	background: linear-gradient(to right, #333 0, #191919 100%);
	-pie-background: linear-gradient(left, #333 0, #191919 100%);
	behavior: url(/PIE.htc);
}
.admin-bar .sidr {
	top: 24px;
}
.sidr .menu {
	height: auto;
	visibility: visible;
	background: 0 0;
	margin: 0 0 50px 0
}
.sidr .sidr-inner {
	padding: 0 0 15px
}
.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	font-size: 11px;
	font-weight: 400;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,.2);
	box-shadow: 0 5px 5px 3px rgba(0,0,0,.2)
}
.sidr p {
	font-size: 13px;
	margin: 0 0 12px
}
.sidr p a {
	color: rgba(255,255,255,.9)
}
.sidr>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
.sidr .sf-menu li {
	display: block;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #4d4d4d;
	-webkit-box-shadow: -8px 10px 0px -9px #1a1a1a;
	-moz-box-shadow: -8px 10px 0px -9px #1a1a1a;
	box-shadow: -8px 10px 0px -9px #1a1a1a;
	background: 0 0
}
.sidr .sf-menu {
	float: none;
	width: 100%
}
.sidr .sf-menu>li {
	width: auto;
	float: none;
	line-height: 16px
}
.sidr li.sidr-class-active {
	line-height: 17px
}
.sidr li.sidr-class-active>a {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222
}
.sidr li a {/*text-align:left;padding:10px 30px 10px  5px;display:block;text-decoration:none;color:#fff; font-size:14px;*/
	padding: 10px 0px 10px 0px;
	padding-right: 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.6em;
	font-family: "Raleway", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
}
.sidr .sf-menu li ul {
	border-bottom: 0;
	margin: 0;
	position: relative;
	left: 0;
	width: 100%!important;
	background: transparent;
}
.back-div {
	position: relative
}
.sidr li li {
	font-size: 13px;
	line-height: 17px;
	background: #1E1E1E
}
.sidr li li:last-child {
	border-bottom: 0
}
.sidr li li a {
	color: #ccc;
	padding-left: 30px
}
.sidr .sf-menu ul ul li {
	background: #000
}
.sidr li li li a {
	padding-left: 45px
}
.sidr form {
	margin: 0 15px
}
.sidr label {
	font-size: 13px
}
.sf-menu ul.menu-services {
	min-width: auto;
*width: auto
}
.sf-menu ul.menu-services li {
	display: block;
	width: auto
}
}
#sb-container {
	height: 100%;
	display: none;
	visibility: hidden;
	z-index: 999
}
.primary-1-bg {
	color: #FFFFFF;
	border-color: #FFFFFF
}
.sf-active, #mobile-menu {
}
.menu {
	height: 60px;
	visibility: hidden;
	margin: 0 auto
}
.menu>ul {
	margin: 0
}
.menu.fit {
	visibility: visible
}
.sf-active .sf-menu {
	max-height: 100%
}
.sf-active {
	margin: 0;
	clear: both
}
.sf-active li {
	z-index: 20;
	height: inherit;
	line-height: 20px;
	white-space: normal;
	background: transparent
}
.sf-active li.sfHover {
	background: transparent
}
.sf-active a {
	font-size: 15px;
	text-align: center;
	font-family: Raleway, serif;
	text-transform: uppercase
}
.sf-active a {
	color: var(--menu-text-color) !important;
	border-left: none;
	border-top: none
}
.sf-active li.sfHover a {
	color: #000;
	font-weight: 600;
	border-left: none;
	border-top: none
}
.sf-active .sf-menu>li>a {
	font-weight: 500
}
.sf-active .sf-menu>li.sfHover>a {
	color: #fff
}
.sf-active .sf-menu>li>a.sf-with-ul:after {
	border: none!important
}
.sf-active .sf-menu.sf-arrows>li>a {
	padding-right: 0
}
.sf-active ul ul li a {
	padding: 0.6em 3.5em 0.6em 1.5em;
	font-size: 18px;
	text-align: left;
	text-transform: none;
	text-transform: uppercase;
}/*.sf-active ul ul{background-color:rgba(255,255,255,0.95);color:#303030;  border:5px solid #ffffff;  }*/
.sf-active ul ul li a:hover {
	color: #fff;
}
.sf-active ul ul li {
	text-align: left;
	background: transparent;
	white-space: nowrap;
	z-index: 2
}
.sf-active ul ul li.sfHover, .sf-menu>li.sfHover {
	background-color: var(--menu-hover-background-color);
	color: #FFFFFF;
	border-color: #FFFFFF
}
.sf-active ul ul ul {
	margin-top: 0px
}
.sf-active ul ul ul li {
	background: transparent;
	z-index: 1
}
.sf-active ul ul ul li.sfHover {
	background: rgb(0,0,0);
	background: rgba(0,0,0,1)
}
.sf-active li.last ul {
	left: auto;
	right: 0
}
.sf-active li>a {
	-webkit-transition: padding .25s ease;
	transition: padding .25s ease
}
.sf-active li.last ul ul {
	right: 100%
}
.sf-active .last ul a, .sf-active li.last ul .sfHover a {
	text-align: right;
	padding: 0.8em 1.5em 0.8em 1.5em;
}
.sf-arrows .last ul .sf-with-ul:after {
	margin-left: -3px;
	right: auto;
	left: 1em;
	border-color: transparent;
	border-right-color: #dFeEFF;
	border-right-color: rgba(255,255,255,.5)
}
.sf-arrows .last ul li>.sf-with-ul:focus:after, .sf-arrows .last ul .sfHover>.sf-with-ul:after {
	border-color: transparent;
	border-right-color: white
}
.sf-active ul ul li.sfHover>a, .sf-active ul ul li a:hover {
	color: #FFF;
}
@media only screen and (max-width: 759px) {
#mobile-menu, #mobile-menu>a {
	font-size: 24px;
	color: #fff;
}
#mobile-menu>a {
	float: left;
	display: block;
	padding: 10px;
	line-height: 20px
}
#mobile-menu>a:hover {
	text-decoration: none
}
#mobile-menu a.practice-link {
	float: none;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.sidr li a {
	color: #FFF;
	text-align: left;
	padding-right: 36px
}
.sidr li li a {
	color: #ccc
}
.sidr .sidebar-search {
	position: relative;
	padding: 10px 0;
	border: none
}
.sidebar-search .input-medium {
	width: 184px;
	padding-right: 28px
}
.sidebar-search button {
	line-height: 1em;
	margin-left: -40px;
	position: absolute;
	right: 5px;
	top: 16px;
	background: none;
	border: none;
	border-left: 1px solid #CCC
}
ul.children {
	display: none
}
ul.show-touch-menu {
	position: static!important;
	display: block
}
}   /***** Navigation End *****/
.DWSReview {
	padding: 10px;
	border: 1px solid #dc9225;
	margin: 10px auto 10px auto;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #f3ebe0;
}
.revName {
	font-weight: 700;
	font-style: italic;
}
.revName:before { /* content: "\2022""\0020"; */
	content: " - ";
	display: inline;
}/* sibebar menu css start */
[data-sidebar] {
display: none;
position: fixed;
height: 100%;
z-index: -1;
opacity:0;
}
[data-sidebar-overlay] {
height: 100%;
display: none;
position: fixed;
top: 0;
left: 0;
opacity: 0;
width: 100%;
min-height: inherit;
z-index:9;
}/* Additional styles */
aside {
	background-color: rgba( 0, 38, 74, 0.9);
	box-shadow: 0 6px 0 0 rgba(0,0,0,0.5);
	z-index: 999999;
	display: none;
}
aside a {
	color: #fff;
	text-decoration: none;
}
.sidemenu {
	z-index: 999999;
}
.overlay {
	background-color: #ddd;
	z-index: 999;
}
.padding {
	height: 100%;
	padding: 0;
	width: 230px;
}
.sidebar-ul > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.sidebar-ul > ul a {
	color: #fff;
	text-decoration: none;
}
.sidebar-ul > ul a:hover {
	color: #fff;
	text-decoration: underline;
}
.sidebar-ul > ul > li {
	border-bottom: 1px solid #796543;
	line-height: 30px;
	margin: 10px 0 0;
	padding: 0 0 0 20px;
}
.sidebar-callouts {
	width: 100%;
	display: inline-block;
	padding: 0px;
	list-style: none;
	margin: 10px 0;
}
.sidebar-callouts > li {
	margin: 10px 0 0;
}
.sidebar-callouts > li > a {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	border: 1px solid;
	color: #fff;
	display: inline-block;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	width: 94%;
}
.sidebar-callouts > li > a:hover {
	color: #fff;
}/* sibevar menu css end */
.scrollToTop {
	width: 39px;
	height: 40px;
	text-align: center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	right: 10%;
	bottom: 20px;
	display: none;
	background: rgba(0, 0, 0, 0) url("/images/back-to-top-bax.webp") no-repeat scroll center center;
	background-position: left center;
	z-index: 9999;
	border-radius: 6px;
}
.scrollToTop:hover {
	text-decoration: none;
}/* Dropdown Menu Css start *//*ul li a:hover + .hidden, .hidden:hover {display: block;}li ul {display: none;padding: 0 10px;}li ul li {display: block; float: none;}li ul li a { padding: 10px;color: #fff;border-bottom:1px solid}li ul a:hover {	background: rgba(23,65,125,0.9);color: #fff;}*/
.hidden {
	background: rgba(255,255,255,0.9);
	display: none;
	padding: 0;
	position: absolute;
	top: 235px;
	z-index: 999999;
	box-shadow: 0 0 3px 0 #000;
}
.hidden a {
	display: inline-block;
	color: #000;
	padding: 8px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	text-decoration: none;
	width: 150px;
	border-bottom: 1px solid #00275a;
}/* Dropdown Menu Css end */
.special-fluid {
	display: none
}/* Services Css Start */
.main-services-box {
	display: flex;
	flex-wrap: wrap;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0px 0px rgba(23, 23, 24, 0.35);
	position: relative;
	margin: 0;
}
.services-box {
	flex: 100%;
	max-width: 50%;
	display: flex;
	box-sizing: border-box;
	padding: 10px 20px;
	align-items: center;
	border-right: 4px solid rgba(255, 255, 255,1);
	border-bottom: 4px solid rgba(255, 255, 255,1);
}
.service-bg-1 {
	background: #ab9d90 url('/content/images/preventive-img-01.webp');
	background-position: center center;
	background-size: cover;
}
.service-bg-2 {
	background: #ab9d90 url('/content/images/restorative-img-01.webp');
	background-position: center center;
	background-size: cover;
}
.service-bg-3 {
	background: #ab9d90 url('/content/images/cosmetic-img-01.webp');
	background-position: center center;
	background-size: cover;
}
.service-bg-4 {
	background: #ab9d90 url('/content/images/advanced-img-01.webp');
	background-position: center center;
	background-size: cover;
}
.service-img {
	margin-right: 30px;
}
.service-img img {
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(23, 23, 24, 0.1);
	width: 100%;
	max-width: 90px;
	display: block;
}
.services-ul {
	padding: 20px 10px 20px 45px !important;
	margin: 0px;
	height: 100%;
	display: flex !important;
	flex-flow: column !important;
	justify-content: top !important;
	display: inline-block;
	width: 100% !important;
	position: relative !important;
	background: transparent !important;
	left: auto !important;
	right: auto !important;
}
.services-ul a {
	text-decoration: none !important;
	padding-left: 5px;
	display: inline-block;
	width: 100%;
	max-width: 250px;
	text-transform: none;
}
.services-ul a li {
	margin: 2px 0;
	font-size: 17px;
	list-style: disc;
}
.services-ul a:hover {
	background: #fff;
}
.services-ul a:hover li {
	color: #000;
}
.service-box-title {
	font-size: 22px !important;
	margin-left: -15px;
	line-height: normal !important;
}
.service-box-title a {
	text-decoration: none;
	color: #000;
}
.service-box-title strong {
	font-size: 26px !important;
}
.imgbox {
	float: left;
	width: 30%;
	padding: 0 15px 0 0;
}
.box {
	float: left;
	width: 70%;
}
.box h3 {
	margin: 0px;
}
.box p {
	margin: 0px;
}/* Services Css End */
.footer-1 {
	float: left;
	width: 100%;
	background: #356fb7;
	padding-bottom: 0px;
}
.footer-1-hours {
	width: 30%;
	display: inline-block;
	float: left;
	background: url(/go/images/featured-services-bg.webp);
	padding: 30px 0;
}
.footer-1-map {
	width: 70%;
	display: inline-block;
	float: left;
}
.footer-1-hour-box {
	max-width: 300px;
	margin: 0 auto;
}
.footer-1-hour-box a {
	color: #fff;
}
.footer-1-hours-title {
	font-size: 28px;
	color: #fff;
	font-weight: 300;
	margin: 5px 0;
}
.footer-1-hour-box ul {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}
.footer-1-hour-box ul li {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 18px;
}
.footer-1-hour-box ul li span {
	display: inline-block;
	width: 100%;
	max-width: 130px;
	font-size: 18px;
	color: #fff;
}
.footer-1-footer-call {
	font-size: 18px;
	color: #fff;
}
.footer-1-footer-call a {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}
.footer-1-footer-call i {
	font-size: 36px;
	color: #fff;
	margin-right: 10px;
}/* Footer-1 Css End *//* Footer-2 Css Start */
.footer-2 {
	display: inline-block;
	width: 100%;
	background: var(--footer2-background-color);
	background-position: left center;
	background-size: cover;
	padding: 0;
	float: left;
}
.footer-2-hour-content-div {
	width: 100%;
	margin: 0 auto;
}
.footer-2-hour {
	display: inline-block;
	width: 33.33%;
	vertical-align: middle;
	float: left;
	padding-top: 1%;
}
.footer-2-map {
	width: 33.33%;
	display: inline-block;
	float: left;
}
.footer-2-appt-box {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	text-align: center;
}
.footer-2-hour-div {
	max-width: 300px;
	margin: 0 auto;
}
.footer-2-hour-div > h3 {
	font-size: 28px;
	color: var(--footer2-hours-heading-color);
	margin: 10px 0;
}
.footer-2-hour-div ul {
	padding: 0px;
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 0px;
	line-height: 26px;
}
.footer-2-hour-div ul li {
	padding: 0px;
	display: inline-block;
	width: 100%;
	list-style: none;
	color: var(--footer2-hours-text-color);
	margin: 5px 0;
	font-size: 16px;
}
.footer-2-hour-div ul li span {
	font-size: 18px;
	color: var(--footer2-hours-text-color);
	padding: 0px;
	display: inline-block;
	width: 100%;
	list-style: none;
	font-weight: bold;
	max-width: 110px;
}
.footer-2-footer-call {
	font-size: 18px;
	color: var(--footer2-hours-text-color);
	margin: 5px 0;
}
.footer-2-footer-call i {
	font-size: 36px;
	color: var(--footer2-hours-text-color);
	margin-right: 10px;
}
.footer-2-footer-call a {
	font-size: 30px;
	color: var(--footer2-hours-text-color);
	font-weight: 300;
}
.footer-2-appt-box h3 {
	font-size: 38px;
	font-weight: 800;
	color: var(--footer2-hours-text-color);
}
.footer-2-call-btn {
	background: #eee;
	color: #000;
	padding: 15px 25px;
	display: inline-block;
	font-size: 28px;
	border-radius: 10px;
}
.footer-2-office-div {
	width: 33.33%;
	padding: 0px;
	float: left;
}
.footer-2-office-img-new {
	width: 100%;
	background: #160f0a url('/go/images/cassisdentalcenter-header.webp');
	background-position: center center;
	background-size: cover;
	padding: 0;
	text-align: center;
	height: 414px;
}
.footer-2-office-img-new:hover {
}
.footer-2-office-img-new a {
	margin: 5px 0;
	width: 100%;
	max-width: 300px;
	background: #fff;
	display: inline-block;
	color: #2980a5;
	text-decoration: none;
	padding: 15px 0px;
	font-size: 18px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	top: 20%;
	border: 1px solid #2980a5;
	opacity: 0.9;
}
.footer-2-office-img-new a:hover {
	background: #2980a5;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}
.footer-2-office-img-new a span {
	color: #2980a5;
	font-size: 18px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-2-office-img-new a:hover span {
	color: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}/* Footer-2 Css End */
#callouts {
	padding: 0 0 15px 0;
	z-index: 19;
	width: 100%;
	background: #fff;  /*background: #fff url('/go/images/bg.webp');*/
	background-repeat: repeat;
	text-align: center;
}
ul.block {
	clear: left;
	list-style: none;
	padding: 0;
	margin: -120px auto 0 auto;
	width: 100%;
	max-width: 1300px;
	z-index: 999;
	position: relative;
}
ul.block li {
	display: inline-block;
	list-style: none;
	border: 0px solid #404241;
	max-width: 230px;
	width: 100%;
	margin: 10px 0.5% 10px 0.5%;
	border-radius: 0;
	text-decoration: none;
	padding: 0;
	background-image: none
}
ul.block li img {
	width: 100%;
	z-index: 1100;
	margin: 0;
	padding: 0;
	display: block;
}
ul.block li:hover img {
	opacity: 0.9;
}
ul.block li a {
	text-decoration: none
}
ul.block li a>div {
	background-color: var(--alternate-menu-box-color);
	background-size: cover;
	z-index: 1100;
	padding: 15px 0;
	margin-top: 0;
	border-bottom: 0px solid #404241;
	line-height: 17px;
	text-align: center;
}
ul.block li a>div>h3 {
	margin: 0!important;
	color: var(--alternate-menu-text-color);
	font-weight: normal;
	font-size: 18px;
}
ul.block li a:hover>div {
	text-decoration: none;
	background-color: var(--alternate-menu-box-color);
	background-size: cover;
	color: #FFF
}
ul.block span img {
	margin: 0;
	padding: 0
}
.social-box {
	border: 1px solid var(--social-icon-border-color);
	color: var(--social-icon-text-color) !important;
	display: inline-block;
	width: 40px;
	text-align: center;
	border-radius: 100%;
	height: 39px;
	padding: 7px 0 0 0;
	font-size: 18px;
}
.header-div {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
	background: var(--header-background-color);
	text-align: center;
}
@media screen and (max-width: 40em) {
.header-div {
	min-height: 450px
}
}
.header-margin {
	margin-bottom: -260px;
}
.app-btn {
	float: none !important;
	background: var(--appt-btn-background-color) !important;
	padding: 10px 0px !important;
	display: inline-block !important;
	text-decoration: none !important;
	color: var(--appt-btn-text-color) !important;
	font-size: 18px !important;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	text-align: center;
}
.tele-btn {
	float: none !important;
	background: var(--tele-btn-background-color) !important;
	padding: 10px 15px !important;
	display: inline-block !important;
	text-decoration: none !important;
	color: var(--tele-btn-text-color) !important;
	font-size: 18px !important;
}
.right-box {
	float: right;
	margin-left: 15px;
	width: 100%;
	max-width: 300px;
}
.mob-rotator {
	display: none;
}/*.container { width: 100% !important; margin: auto; padding-left: 220px; max-width: 1150px !important;}*/
#offerdiv {
	padding: 0;
	border: 0;
	display: inline-block;
	background-color: var(--review-background-color);
	text-align: center;
}
#Read-More-Reviews {
	display: inline-block;
	font-size: 18px;
	display: inline-block;
	padding: 5px 0;
	color: #fff;
	text-decoration: none
}
.review-box {
	background: #160f0a url('/go/images/cassisdentalcenter-header.webp');
	background-position: center center;
	background-size: cover;
}
.container-row {
	display: block;
	width: 100%;
	margin: 0 -1.38888889%;
	margin-bottom: 0px;
*zoom: 1;
	margin-bottom: 1em;
}
.employee-list-large, .employee-list-small {
	display: inline-block !important;
	text-align: center;
}
.headshot-new {
	background-size: 140% auto !important;
	background-position: center center !important;
}
.owner-doctors {
	display: inline-block !important;
	float: none !important;
	width: 100% !important;
	max-width: 300px;
	margin: 0 1.38888889%;
	margin-left: 1.38889%;
	font-size: 18px;
}
.doctors {
	width: 20% !important;
}
.employee-snapshot {
	display: inline-block;
	float: none;
	width: 47.22222222%;
	margin: 0 1.38888889%;
	text-align: center;
	padding: 1em;
	width: 45%;
}
.headshot {
	border: solid 4px #BCC2C5;
	background: no-repeat;
	background-image: none;
	background-clip: border-box;
	background-size: auto auto;
	background-size: 105% auto;
	height: 0;
	padding-bottom: 100%;
	-webkit-border-radius: 100%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 100%;
	-moz-background-clip: padding;
	border-radius: 100%;
	background-clip: padding-box;
	margin-bottom: .7em;
	display: block;
}
.title {
	display: block;
	color: #BCC2C5;
	font-size: .9em;
	font-style: normal;
}
.viewbio {
	font-weight: 700;
	font-size: .9em;
	color: #000 !important;
	text-decoration: none;
}
ul.plan_set {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0
}
li.plan {
	display: table-cell;
	width: 33.33%;
	border: 1px solid #9d9d9d;
	border-radius: 3px;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 80px;
	position: relative
}
div.plan_info>span.price {
	font-size: 45px;
	line-height: 100%;
	margin: 0 0 5px
}
div.plan_info>span.activation {
	font-size: 16px;
	font-style: italic;
	margin: 0 0 10px
}
div.plan_info>span {
	display: block
}
div.plan_title h3.plan_type_name {
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px
}
div.plan_title {
	margin: 0 0 10px;
	padding: 20px 20px 10px
}
div.plan_info, ul.benefits {
	margin: 0 0 20px;
	padding: 0 20px
}
ul.benefits {
	list-style: none inside
}
ul.benefits > li {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	line-height: 100%;
	color: #6a748c;
	overflow: hidden;
}
ul.benefits > li span {
	display: block;
	margin-left: 20px;
}
ul.benefits>li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	padding-right: 0.5em;
	vertical-align: middle;
	margin-top: -2px;
	font-size: 70%;
	font-size: 75%;
	padding: 3px 0 0 0;
	color: #000;
	display: inline-block;
	float: left
}
li.plan span.audience {
	display: block;
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
	line-height: 120%;
	margin: 0;
	padding: 0 20px
}
li.plan div.savings::before {
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	margin-top: -2px;
	opacity: .8;
	padding-right: .5em;
	vertical-align: middle
}
body li.plan div.savings {
	font-size: 22px
}
li.plan div.savings {
	background: #1fad66;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	left: 0;
	padding: 15px 10px;
	position: absolute;
	width: 100%
}
ul.plan_set {
	list-style: none
}/*.RotatorFormButton, .MainFormButton { margin: 0 auto; background: #2980a5; display:block; color:#fff; border: 0px; width:auto; font-size:18px; padding:10px 15px !important;}*/
ul.slogan {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	top: 30px;
	list-style: none;
	max-width: 240px;
	padding: 0;
}
ul.slogan li, ul.slogan span {
	font-size: 20px;
	color: var(--header-text-color);
	margin: 0 0 2px
}
.google-bg:hover {
	background: var(--social-icon-google-hover-color);
	border-color: var(--social-icon-google-border-color);
}
.facebook-bg:hover {
	background: var(--social-icon-facebook-hover-color);
	border-color: var(--social-icon-facebook-border-color);
}
.twitter-bg:hover {
	background: #1c9deb;
	border-color: #1c9deb;
}
.youtube-bg:hover {
	background: #f80000;
	border-color: #f80000;
}
.yelp-bg:hover {
	background: #bf0001;
	border-color: #bf0001;
}
.instagram-bg:hover {
	background: #d8119f;
	border-color: #d8119f;
}
.rss-bg:hover {
	background: #f8a000;
	border-color: #f8a000;
}
.service-menu-new {
	display: inline-block;
	padding: 0px 15px;
	width: 100%;
	max-width: 225px;
	list-style: none;
	vertical-align: top;
}
.service-menu-new a {
	color: #000;
}
.service-menu-new ul {
	display: inline-block;
	padding: 0px 0 0 15px;
	width: 100%;
	vertical-align: top;
}
.review-iframe {
	border-width: 0px;
	display: block;
	margin: 0px auto;
	overflow: hidden;
	width: 270px;
	height: 170px;
}
@media screen and (min-width: 47.5em ) {/*.content-main {  margin-right: 17.5em; }*/
.special-wrapper {
	position: relative;
}
}
@media screen and (max-width: 1599px) {
.header-wrapper {
	height: auto !important;
}
}
@media screen and (max-width: 1303px) {
#gradient {
	max-width: 100%;
}
#rotator-area {
	max-width: 100%;
}
#header-wrap, #header-wrap-inner {
	padding: 0 20px
}
ul.header-NAP li {
}
ul.header-block li.md {
	display: block !important;
}
#header-wrap {
	height: 135px;
}
}
@media screen and (max-width: 1199px) {
.content-wrapper-footer {
	width: auto;
}
.container {
	padding: 0 15px !important;
}
.header-wrapper {
	padding: 0 15px;
}
#callouts {
	padding: 15px 0;
}
ul.block {
	margin: 0 auto;
	text-align: center;
}
ul.block li {
	width: 100%;
	max-width: 250px;
}
.grid3 {
	margin: 0px 10px
}
.callout4 {
	display: none !important
}
ul.footer-NAP {
	width: 1000px;
}
ul.footer-NAP li {
	display: inline-block !important;
	margin: 0px 30px 0px 0px;
	padding: 0;
}
section.services h5 {
	margin: 55px 20px 0 0;
	width: 38%;
}
section.services ul {
	width: 51%;
}
.smaller .menu {
	height: 50px;
}
.smaller .sf-active li {
	line-height: 15px;
}
ul.flipper {
	margin: 30px auto 0px auto;
}
ul.flipper li {
	margin: 0px 10px 0px 0px;
} /*.flip-container, .front, .back {width:260px; height: 260px;  }*/
ul.special-block {
	clear: left;
	list-style: none;
	margin: auto;
	width: auto;
	padding: 20px 0;
}
ul.special-block li {
;
}
ul.special-block li {
	padding: 12px 0px 12px 60px;
	margin: 6px 2% 6px 0
}
ul.special-block a li {
	font-size: 25px;
}
#header-NAP {
	display: none;
}
.content-wrapper {
	padding: 40px 0px;
}
.content-wrapper-home {
	width: auto;
	margin: 0 20px;
}
.welcome {
	width: auto;
	margin: 0 10px 0 10px;
}
.header-top {
	width: auto;
	margin: 0 10px 0 10px;
}
#rotator-area {
	max-width: 100%;
}
#content-main, .content-main {
	width: auto;
}
textarea {
	width: 350px;
}
nav > ul li a {
	padding: 0 12px;
}
#show {
	display: block;
}
#show.read-reviews-button {
	background-image: url(/images/stars5.webp);
	background-repeat: no-repeat;
	background-position: 95%;
	background-color: #00264b; /* fallback */
	background-image: url(/images/stars5.webp), -webkit-gradient(linear, left top, left bottom, from(#00264b), to(#0051b9));
	background-image: url(/images/stars5.webp), -webkit-linear-gradient(top, #00264b, #0051b9);
	background-image: url(/images/stars5.webp), -moz-linear-gradient(top, #00264b, #0051b9);
	background-image: url(/images/stars5.webp), -ms-linear-gradient(top, #00264b, #0051b9);
	background-image: url(/images/stars5.webp), -o-linear-gradient(top, #00264b, #0051b9);
	background-image: url(/images/stars5.webp), linear-gradient(top, #00264b, #0051b9);
}
ul.header-logo {
	float: left;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
}
ul.header-logo li {
	font-size: 18px;
}
ul.header-logo li.text {
	font-size: 36px;
}
ul.header-logo li.header-practice-name {
	font-size: 40px;
}
#callouts {
	width: auto;
}
ul.block a li>div {
	font-size: 1em;
	letter-spacing: -1px
}
ul.special-block-hr li {
	width: 20%
}
ul.block li img {
	width: 100% !important;
}
ul.special-block-hr li img {
	width: 100% !important;
}
nav#menu-thin-pulldown > ul > li > a {
	line-height: 20px;
	padding: 10px 8px;
}
ul.header-text li {
	font-size: 18px;
}
ul.header-text li.header-practice-name {
	font-size: 30px;
}
}
@media screen and (max-width: 1024px) {
.header-margin {
	margin-bottom: 0;
}/* Media Css for Footer-2 */
.footer-2-hour {
	width: 100%;
}
.footer-2-office-div, .footer-2-map {
	width: 50%;
}/* Media Css for Footer-2 *//* Media Css for Footer-1 */
.footer-1-hours {
	width: 100%;
}
.footer-1-map {
	width: 100%;
}/* Media Css for Footer-1 */
.services-box {
	flex-flow: column;
	padding: 20px 10px;
}
ul.flipper {
	margin: 10px auto 10px auto;
}
ul.header-text {
	display: none
}
.center {
	text-align: left !important
}
.special-wrapper {
	width: 270px;
}
ul.flipper {
	margin: 30px auto 0px auto;
}
ul.flipper li {
	margin: 0px 10px 0px 0px;
}
ul.flipper li.box3 {
	display: none
}
ul.footer-NAP {
	width: 760px;
}
ul.footer-NAP li {
	display: inline-block !important;
	margin: 0px 10px 0px 0px;
	padding: 0;
	font-size: 14px
}
ul.footer-NAP li img {
	width: 100px
}
ul.footer-NAP li a {
	font-size: 14px
}
ul.footer-NAP li h5 {
	font-size: 14px
}
}
@media screen and (max-width: 860px) {
.header-wrapper {
	height: auto;
}
.callout3 {
	display: none !important
}
section.services h5 {
	font-size: 30px;
	margin: 0 0 0 10px;
}
section.services ul {
	padding: 0px 0 20px 10px;
	margin: 0
}
section.services ul, section.services h5 {
	width: 90%;
}
section.services h5 {
	margin: 20px 0;
}
section.services ul {
	border: 0;
}
.img-center {
	position: relative;
	margin: 0;
	left: 0
}
ul.footer-NAP li {
	font-size: 13px
}
ul.footer-NAP li a {
	font-size: 13px
}
ul.footer-NAP li h5 {
	font-size: 13px
}
.header-wrapper-inner {
	background: #f1f1f1;
}
}
@media screen and (max-width: 759px) {
ul.slogan {
	position: relative;
	left: auto;
	right: 0;
	text-align: center;
	width: 100%;
	top: auto;
	list-style: none;
	padding: 20px 0 20px 0;
}
.tele-btn {
	border: 1px solid #fff;
	margin: 5px auto;
	display: block;
}
li.plan {
	display: inline-block;
	width: 98.99%
}
.app-btn {
	border: 1px solid #fff;
}/*.header-div { background:#2980a5; }*/
.app-btn {
	margin: 10px 0;
	position: relative;
	left: auto;
	right: auto;
	display: block !important;
	margin: 5px auto;
}
.main-menu {
	background: transparent;
	text-align: center;
}
.menu-btn {
	vertical-align: top;
	float: none !important;
	display: inline-block !important;
	background: #2980a5;
	border: 1px solid #fff;
	padding: 10px 0 0 0;
	font-size: 18px;
	color: #fff;
	border-radius: 0px;
	width: 45px;
	height: 45px;
	text-align: center;
	margin: 5px 5px;
}
.mob-rotator {
	display: inline-block;
	width: 100%;
	background: #386f87;
	padding: 10px 0;
}
.rotator-div {
	display: block;
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}
.right-box {
	float: none;
	margin: 0 auto !important;
	display: block;
}/* Media Css for Footer-2 */
.footer-2-office-div, .footer-2-map {
	width: 100%;
}/* Media Css for Footer-2 */
.services-box {
	max-width: 100%;
}
section.insurance article, section.insurance figure {
	width: 90%;
}
.callout3, .callout4 {
	display: block !important
}
ul.header-block li.res-header-nap {
	display: block
}
#main-menu2 {
	margin: -10px 0 0 0
}
.grid3 {
	margin: 0;
	overflow: hidden
}
section.insurance figure {
	display: none;
}
ul.flipper li.box2 {
	display: none
}
ul.header-block {
	clear: left;
	width: auto;
	list-style: none;
	margin: auto;
	padding: 0;
}
ul.header-block li {
	display: block;
	list-style: none;
	margin: auto;
	padding: 0;
	vertical-align: middle;
	text-align: center
}
ul.header-block li.last-child {
	display: none
}
ul.header-block li:last-child {
	float: none
}
ul.footer-NAP {
	width: auto;
}
ul.footer-NAP li {
}
ul.footer-NAP li {
	display: block !important;
	text-align: center;
	margin: auto;
}
ul.footer-NAP li.social {
	float: none;
	margin: 20px 0 0 0;
}
.special-fluid {
	display: block;
	padding : 30px 0;
}    /* Special Horizontal Image Buttons */
#header-wrap.smaller {
	height: auto;
}/* Dropdown Media css start */
.hidden {
	background: rgba(0, 34, 74, 0.9) !important;
	box-shadow: 0 0 0 0 #000;
	display: none;
	padding: 0;
	position: relative;
	top: 0px;
	z-index: 999999;
}
.hidden a {
	border-bottom: 0 solid #00275a;
	padding: 10px 0 7px 20px;
	width: 100%;
}
.slider-wrapper {
	height: 360px;
}
.block > a {
	text-decoration: none;
}
.desktop {
	display: none;
}
.special-btn {
	margin: 5px 0 10px;
}
.special-btn li {
	background: rgba(237,170,55,0.3);
	border: 5px solid #796543;
	color: #fff;
	display: inline-block;
	margin: 10px 0 0 5px;
	padding: 8px 10px;
	width: 84%;
}
.scrollToTop {
	bottom: 0 !important;
	right: 10px;
	top: 90% !important;
}
.padding {
	overflow-y: scroll;
}
#header-wrap {
	padding: 0;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
#header-wrap-inner {
	padding: 0;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	display: table
}
.header-wrapper-inner {
	background: url(/go/images/slider.webp) #fff center top repeat-x;
	min-height: 370px;
	margin: 0;
	padding: 0 0 0;
	position: relative;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.header-wrapper {
	margin: auto;
	position: relative;
	display: table;
	text-align: center;
}
.special-wrapper {
	padding: 30px 0;
	margin: 0px 0 0 0;
	width: 100%;
	text-align: center;
	float: none;
}
ul.special-block {
}
ul.special-block li {
	margin: 3px auto 3px auto;
	width: 85%;
}
#rotator-area {
	width: 90%;
}
#content-main, .content-main {
	width: auto;
	display: table-header-group;
}
#content-main img {
	max-width: 100%;
	height: auto;
	outline: 0;
	width: auto;
}
#footer {
	background-size: auto;
	background-position: left top;
}
.content-wrapper {
	display: table;
	width: auto;
	padding: 20px;
	margin: 0px 10px 0 10px;
}
.content-wrapper-inner {
	display: table;
	width: auto;
	padding: 0px 0;
	margin: 0px;
}
.header-top {
	width: 95%;
	display: table;
	padding: 2% 0;
}
ul.header-logo {
	margin: 0px auto;
	float: none;
	width: 100%;
	display: table-header-group;
	background: none
}
ul.header-logo li {
	float: none;
	text-align: center;
	font-size: 20px;
	letter-spacing: -1px;
}
ul.header-logo li.text {
	font-size: 30px;
}
ul.header-logo li.header-practice-name {
	font-size: 35px;
}
ul.header-logo li.dr-name {
	font-size: 25px;
}
ul.header-logo li.img-logo {
	float: none;
	margin-right: 0px;
	margin-top: 0px;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 20px;
}
#curve {
	display: none
}
#rotator-area {
	width: auto;
	float: none;
}
.rotator-title-text {
	padding-top: 20px
}
.grid li {
	display: block;
	width: 100%;
}
.header-wrapper-middle {
	display: table;
	margin: 0px auto;
	padding: 20px 0
}
ul.header-NAP {
	float: none;
	text-align: center;
	width: 300px !important;
	margin: auto !important;
	display: none;
}
ul.header-NAP li {
	text-align: center;
}
ul.header-NAP a.img-button li {
	margin: 0 auto 20px auto
}
ul.logo-NAP li {
	margin: 0px;
}
.special-wrapper-inner {
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	display: table-footer-group
}
.content-inner {
	width: 100% !important;
	margin: 20px 0;
	padding: 0 10px;
	float: none;
}
.content-wide {
	background-repeat: repeat-y
}
}
@media screen and (max-width: 530px) {
#header-wrap {
	background-size: auto;
}
textarea {
	width: 250px;
}
ul.header-logo li.text {
	font-size: 30px;
}
section.services ul li {
	width: 45%;
}
}
@media screen and (max-width: 430px) {
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.center {
	text-align: center
}
.scadForm-td, .scadForm-td-wide {
	text-align: left;
}
.scadForm-td {
	width: 50%;
}
.scadForm-table, .scadForm-td-wide {
	width: 100%;
}
.scadForm-table {
	margin: 10px auto
}
.scadForm-contain {
	display: none
}
.scadForm-contain {
	width: 80%;
	margin: 1px auto;
	background-color: #dddddd;
	padding: 5px 15px
}
.Form-ApptScad {
	padding: 0 10px
}
.apptscad-homephone, input.apptscad-EMailAddress, input.apptscad-Name, select.apptscad-HowFind, select.apptscad-timeprefer {
	padding: 9px;
	color: #666;
	width: 100%;
	border: 1px solid #ddd
}
select.apptscad-HowFind, select.apptscad-timeprefer {
	letter-spacing: 0;
	background: #e7e7e7;
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0, rgba(253,253,253,1) 100%);
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0, rgba(253,253,253,1) 100%);
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0, rgba(253,253,253,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#fdfdfd', GradientType=0 )
}
input {
	min-height: 35px
}
textarea {
	height: 150px;
	color: #666;
	font-size: 16px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px
}
button.show2 {
	padding: 7px 20px;
	font-size: 14px;
	text-align: center;
	background: #484848;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	cursor: pointer
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
.pure-group input {
	width: 70%;
	height: 35px;
	font-size: 18px;
	margin: 7px 0 0 0
}
.pure-group textarea {
	width: 95%;
	font-size: 18px;
	margin: 10px 0 0 0
}
.pure-group label {
	width: 250px;
}
*, ::after, ::before {
	box-sizing: border-box;
}
.lets-play {
	cursor: pointer;
	width: 100%
}
#video-wrap:not(.active) {
	opacity: 0;
	visibility: hidden;
}
#video-wrap .video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#video-wrap .video-container {
	width: 50%;
	transition: all 0.3s ease-in-out;
	transform: scale(0.9);
}
#video-wrap .close-video {
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 25%;
	top: 20%;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: solid 2px #000;
	padding: 0;
	transition: all 0.3s ease-in-out;
	z-index: 150;
}
#video-wrap .close-video:before, #video-wrap .close-video:after {
	content: "";
	width: 60%;
	height: 3px;
	background-color: #000;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
#video-wrap .close-video:before {
	transform: rotate(42deg);
}
#video-wrap .close-video:after {
	transform: rotate(-42deg);
}
#video-wrap .close-video:focus {
	outline: none;
}
#video-wrap .close-video:hover {
	background-color: #000;
}
#video-wrap .close-video:hover:before, #video-wrap .close-video:hover:after {
	background-color: #fff;
}
#video-wrap video, #video-wrap iframe {
	position: relative;
	z-index: 10;
	border-radius: 12px;
	box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
	width: 100%;
	height: 100vh;
	max-height: 55vh;
	background-color: #000;
}
#video-wrap video {
	object-fit: cover;
}
#video-wrap.active {
	opacity: 1;
	visibility: visible;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 12px;
	height: 100vh;
	display: flex;
	transition: all 0.3s ease-in-out;
	z-index: 9991;
	align-items: center;
	justify-content: center;
}
#video-wrap.active .video-container {
	transform: scale(1);
}
@media (max-width: 64em) {
#video-wrap .video-container {
	width: 100%;
	max-width: 500px;
}
#video-wrap iframe {
	max-height: 35vh;
}
#video-wrap .close-video {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	top: 30%;
}
}
#mymap {
	background: url(/go/images/map.webp);
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 413px;
}
#mymap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen and (max-width: 759px) {
#mymap {
	width: 100%;
	height: 50vh;
	display: block;
}
}
@-webkit-keyframes enter {
0% {
-webkit-transform:scale3d(1, 1, 1);
}
100% {
-webkit-transform:scale3d(5, 5, 5);
}
}
@-moz-keyframes enter {
0% {
-moz-transform:scale3d(1, 1, 1);
}
100% {
-moz-transform:scale3d(5, 5, 5);
}
}
@-o-keyframes enter {
0% {
-o-transform:scale3d(1, 1, 1);
}
100% {
-o-transform:scale3d(5, 5, 5);
}
}
@keyframes enter {
0% {
transform:scale3d(1, 1, 1);
}
100% {
transform:scale3d(5, 5, 5);
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate(0, 100%);
}
100% {
opacity:1;
-webkit-transform:none;
}
}
@-moz-keyframes fadeInUp {
0% {
opacity:0;
-moz-transform:translate(0, 100%);
}
100% {
opacity:1;
-moz-transform:none;
}
}
@-o-keyframes fadeInUp {
0% {
opacity:0;
-o-transform:translate(0, 100%);
}
100% {
opacity:1;
-o-transform:none;
}
}
@keyframes fadeInUp {
0% {
opacity:0;
transform:translate(0, 100%);
}
100% {
opacity:1;
transform:none;
}
}
@-webkit-keyframes testimonial-videos {
0% {
right:-200%;
}
100% {
right:200%;
}
}
@-moz-keyframes testimonial-videos {
0% {
right:-200%;
}
100% {
right:200%;
}
}
@-o-keyframes testimonial-videos {
0% {
right:-200%;
}
100% {
right:200%;
}
}
@keyframes testimonial-videos {
0% {
right:-200%;
}
100% {
right:200%;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-o-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-webkit-transform:none;
}
}
@-moz-keyframes fadeInDown {
0% {
opacity:0;
-moz-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-moz-transform:none;
}
}
@-o-keyframes fadeInDown {
0% {
opacity:0;
-o-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-o-transform:none;
}
}
@keyframes fadeInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
transform:none;
}
}
@-webkit-keyframes grown {
0% {
width:0;
}
100% {
width:40%;
}
}
@-moz-keyframes grown {
0% {
width:0;
}
100% {
width:40%;
}
}
@-o-keyframes grown {
0% {
width:0;
}
100% {
width:40%;
}
}
@keyframes grown {
0% {
width:0;
}
100% {
width:40%;
}
}/*! *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face {
	font-family: 'FontAwesome';
	src: url('/dws/go/fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('/dws/go/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/dws/go/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/dws/go/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/dws/go/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
