<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Theme Name: Harris &amp; Ward
    Theme URI: http://harrisandward.com/
    Author: Matt Oatley (Harris &amp; Ward)
    Author URI: http://harrisandward.com/
    Description: Theme for Harris &amp; Ward Only
    Version: 1.0
    License: Harris &amp; Ward Exclusive
    Text Domain: harrisandward

    Harris &amp; Ward is using an Underscores foundation http://underscores.me/, (C) 2012-2014 Automattic, Inc. with Boilerplate - HTML5 Boilerplate | MIT License | http://h5bp.com/

    Resets were based off of the ever so awesome:
    Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
    Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*
    Ditch All The Noise
*/
@media only screen and (min-width: 415px) {
	.contact-module-sec {
		
		display:none;
	}
	
}

@media only screen and (max-width: 415px) {
/****** contact-mobile-module-sec*******/
	.contact-module-sec {
			z-index: 555;
			position: fixed;
			padding: 0;
			width: 100%;
			bottom: 0;
			left: 0;
	}
	.text-us a {
		text-decoration:none;
	}
	.mb-module-wrap ul li {
		background-color: #67897e;
		float:left;
		display:inline-block;
	}

	.mb-module-wrap ul li.text-us {width: 30%;}
	.mb-module-wrap ul li.call-us {width: 68%;}
	.mb-module-wrap ul li h5 {
		padding: 10px;
	}
	.mb-module-wrap ul li h5 {
		color:#f0f0f0;
		text-align: center;
	}
	.toggle-wrapper {
		position: absolute;
		width: 100%;
		bottom: 0;
		right: 0;
		background-color: #67897e;
	  
	}
	.toggle-wrapper ul {
		display:none;
	}
	.toggle-wrapper ul li {
		width: 100%;
		padding: 10px;	
	}
	.toggle-wrapper ul li:last-child {
		padding-bottom: 30px;
	}
	.toggle-wrapper ul li a { 
		text-decoration:none;
		}

	}

@media only screen and (max-width: 768px) {
    .custom_header_wrap {
        float: none !important;
        text-align: center;
    }
}

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

    .custom_header_wrap .tel {
        padding: 0px !important;
    }

    .custom_header_wrap {
        margin-top: 50px !important;
        margin-bottom: -25px;
    }

    .mobile {
        display: inline-block;
        margin-top: 10px;
        width: 100%;
    }

    ul.locations li {
        margin-top: 10px !important;
        border-right: 1px solid #ececec !important;
    }

    .desktop-header-team {
        display: none !important;
    }

    .mobile-header-team h1 {
        font-size: 23px !important;
    }
}

@media only screen and (min-width: 420px) {
    .mobile-header-team {
        display: none !important;
    }

    .desktop-header-team h1 {
        font-size: 32px !important;
    }
}

@media only screen and (width: 320px) {
    .mobile-header-team h1 {
        font-size: 20px !important;
    }
}

.vidwrap {
    margin: 60px auto 0;
    max-width: 1130px;
}

@media only screen and (max-width: 479px) {
    #leftvideo {
        margin-right: 0px !important;
        float: unset !important;
    }
}

#leftvideo {
    float: left;
    margin-right: 90px;
    text-align: center;
}

#videowrapper {
    box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.25);
    margin-bottom: 50px;
    padding: 20px;
}

*, *:after, *::before {
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.4em;
}

caption, th, td {
    text-align: left;
    font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

a img {
    border: none;
}

ul, li {
    list-style: none;
}

.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.clear {
    clear: both;
}

/* =================================
   Base styles: opinionated defaults
   ================================= */
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ===================
   Browse Happy prompt
   =================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==============
   General Styles
   ============== */
video {
    max-width: 100%;
    height: auto;
}

iframe, embed, object {
    max-width: 100%;
}

html, body {
    position: relative;
}

body {
    font-family: "ff-tisa-web-pro", "Tisa Pro";
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
}

.hairline {
    position: relative;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ececec;
    margin: 45px 0px 15px 0px;
}

/* =======
   Effects
   ======= */
.fade {
    transition: opacity .2s, color .2s, background .2s;
}

/* ==========
   Typography
   ========== */
h2, h4, p, ul, li {
    font-family: "ff-tisa-web-pro", "Tisa Pro";
    font-weight: 100;
    letter-spacing: 2.7px;
    -webkit-font-smoothing: antialiased;
}

h1, ul.locations li h2, .label h2, .btn {
    font-family: "open-sans", "Open Sans";
    font-weight: 700;
    font-size: 31px;
    color: #545454;
}

.btn, .btn:visited, .btn:active {
    font-size: 19px;
    letter-spacing: 0;
    color: #fff;
    background: #67897e;
    padding: 10px 18px;
    text-decoration: none;
}

.btn:hover {
    background: #4b635e;
}

ul.locations {
    width: 100%;
    display: table;
    margin-bottom: 40px;
}

ul.locations li {
    display: inline-block;
    border: 1px solid #ececec;
    padding: 15px 25px;
    border-right: 0px;
}

ul.locations li:last-child {
    border-right: 1px solid #ececec;
}

ul.locations li h2, .label h2 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

section h1 {
    text-align: center;
    margin-bottom: 10px;
}

section p {
    text-align: center;
    color: #878787;
    font-size: 17px;
    line-height: 32px;
}

section p a.cta, section p a.cta:visited, section.map a {
    color: #67897e;
}

section p a.cta:hover, section.map a:hover {
    color: #4b635e;
}

section.map a {
    border-bottom: 1px solid rgba(103, 137, 126, 0.5);
}

/* ====
   Home
   ==== */
.home header, .sub header {
    position: relative;
    width: 100%;
    height: 854px;
    background: url("../img/banner-1.jpg") no-repeat;
    background-size: cover;
    /*overflow: hidden;*/
/*    -webkit-transform: translate3d;
    -moz-transform: translate3d;
    transform: translate3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
}

.home div.overlay, .sub div.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: url("../img/overlay.png") repeat;
    z-index: 0;
}

.home header .wrap, .sub header .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

header .wrap .main-nav {
    position: relative;
    width: 100%;
    height: 260px;
    margin: 0 auto;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

header .wrap .main-nav .nav-container {
    position: absolute;
    width: 100%;
    bottom: 80px;
}

header .wrap .main-nav .nav-container li.nav-left {
    float: left;
}

header .wrap .main-nav .nav-container li.nav-right {
    float: right;
    padding-right:60px;
}

header .wrap .main-nav .nav-container li ul li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

header .wrap .main-nav .nav-container li ul li a, header .wrap .main-nav .nav-container li ul li a:link, header .wrap .main-nav .nav-container li ul li a:visited {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    font-size: 16px;
    letter-spacing: 1px;
}

header .wrap .main-nav .nav-container li ul li a:hover, header .wrap .main-nav .nav-container li ul li a.active {
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
    opacity: 1;
}

.home header .logo-wrapper a.scroll-btn {
    position: absolute;
    width: 65px;
    height: 34px;
    background: url("../img/scroll-arrow.png") no-repeat;
    display: block;
    bottom: 35px;
    left: 50%;
    margin-left: -32px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    cursor: pointer;
}
.not-home{
    position: absolute;
    margin: 45%;
}
.home header a.logo-large, .sub header .wrap a.logo-large {

    width: 218px;
    height: 111px;
    background: url("../img/logo.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-top: 75px;
    top: 0;
    -webkit-transition: top 0.4s cubic-bezier(1, 0.005, 0.7, 0.89), width 0.4s, height 0.4s, margin-left 0.4s, margin-top 0.4s;
    -moz-transition: top 0.4s cubic-bezier(1, 0.005, 0.7, 0.89), width 0.4s, height 0.4s, margin-left 0.4s, margin-top 0.4s;
    transition: top 0.4s cubic-bezier(1, 0.005, 0.7, 0.89), width 0.4s, height 0.4s, margin-left 0.4s, margin-top 0.4s;
    cursor: pointer;
    z-index: 10;
}

.home header .wrap .video-wrapper {
    position: absolute;
    width: 1100px;
    background: #fff;
    display: block;
    padding: 4%;
    padding-bottom: 0px;
    left: 50%;
    margin-left: -550px;
    bottom: 0px;
    -webkit-transition: bottom 0.6s cubic-bezier(1, 0.005, 0.7, 0.89);
    -moz-transition: bottom 0.6s cubic-bezier(1, 0.005, 0.7, 0.89);
    transition: bottom 0.6s cubic-bezier(1, 0.005, 0.7, 0.89);
}

section {
    position: relative;
    padding: 120px 0px;
}

section .wrap {
    max-width: 960px;
    margin: 0 auto;
}

section.gray-bg {
    background: #242424;
}

ul.two-column {
    width: 100%;
}

ul.two-column li {
    position: relative;
    width: 46.5%;
    height: 325px;
    float: left;
    background: #4a776d;
    text-align: center;
    overflow: hidden;
}

ul.two-column li:nth-child(even) {
    float: right;
    background: #4e8b87;
}

/* -- Pre-Scroll State -- */
.home header .logo-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    max-height: 854px;
    text-align: center;
}

.home header a.logo-large.pre-anim {

    top: 43%;
    width: 290px;
    height: 150px;
}

.home header .wrap .main-nav.pre-anim {
    opacity: 0;
}

.home header .wrap .video-wrapper.pre-anim {
    bottom: -640px;
}

html, body {
    overflow: hidden;
}

.home header .logo-wrapper a.scroll-btn.pre-anim {

    opacity: 1;
	z-index:999999;
	pointer-events:all;
}

/* Sub Page General Styles */
.sub header {
    height: auto;
}

.sub header .title-container {
    position: relative;
    background: #222;
}

/* Full Map Background */
section.full-width-map {
    background: #4a776d url(../img/city-map.jpg) no-repeat center center;
    background-size: cover;
}

/* Info Card */
.info-card {
    background: #fff;
    padding: 120px 80px;
    text-align: center;
}

.info-card p {
    margin-bottom: 40px;
}

/* Footer &amp; Dropdown */
.footer {
    background: #222;
    min-height: 325px;
    padding: 80px 0px;
}

.footer .wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.footer .wrap ul li {
    position: relative;
    width: 22.9%;
    float: left;
    margin: 0px 15px;
}

.footer .wrap ul li:first-child {
    margin-left: 0px;
}

.footer .wrap ul li:last-child {
    margin-right: 0px;
}

.footer .wrap ul li.half {
    width: 48.6%;
}

.footer span.logo-small {
    position: relative;
    float: left;
    width: 113px;
    height: 62px;
    background: url(../img/logo-small.png) no-repeat;
    margin-right: 15px;
}

.footer p {
    letter-spacing: 0.1em;
    color: #f0f0f0;
    padding-top: 5px;
}

.footer a, .footer a:visited {
    color: #67897e;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: color .2s;
}

.footer a:hover {
    color: #8fc1b1;
}
.footer a.color-white{
    color:#fff;
}

.textPhone{
    margin-top:15px;
}

.footer ul.forms, ul.dropdown {
    position: relative;
    background: #67897e;
    cursor: pointer;
    min-width: 250px;
    overflow: hidden;
}

.footer ul.forms li.first, ul.dropdown li.first {
    background: #67897e;
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 15px 0px;
}

.footer ul.forms li.first:hover, ul.dropdown li.first:hover {
    background: #739b8e;
}

.footer ul.forms li.option, ul.dropdown li.option {
    background: #50665f;
    width: 100%;
    margin: 0px;
    text-align: left;
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #bdcac5;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    -webkit-transition: opacity .2s, color .2s, background .2s;
    -moz-transition: opacity .2s, color .2s, background .2s;
    transition: opacity .2s, color .2s, background .2s;
}

.footer ul.forms li.option:first-child, ul.dropdown li.option:first-child {
    border-top: 0px;
}

.footer ul.forms li.option:hover, ul.dropdown li.option:hover {
    background: #5d7b71;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
}

ul.dropdown, .treatment ul.dropdown {
    max-width: 260px;
    margin: 0 auto;
}

.treatment ul.dropdown {
    width: 100%;
    max-width: 380px;
}

.footer .btn.phone {
    text-align: center;
    opacity: 0.9;
    cursor: pointer;
    min-height: 56px;
    padding-top: 15px;
    min-width: 250px;
}

.footer .btn.phone:hover {
    background: #67897e;
    opacity: 1;
}

.footer ul.social-media {
    width: 100%;
    height: 100px;
    margin-bottom: 0px;
}

.footer #greviews ul.social-media {
    height: 150px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 60px;
    -webkit-transition: opacity .25s ease, height .25s ease;
    -o-transition: opacity .25s ease, height .25s ease;
    transition: opacity .25s ease, height .25s ease;
    visibility: visible;
}

.footer #greviews.hidden ul.social-media {
    opacity: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.footer ul.social-media li a {
    display: block;
    width: 100%;
    min-width: 250px;
    text-align: center;
    background: #f0f0f0;
    -webkit-transition: background .2s, color .2s;
    -moz-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
    height: 76px;
    padding: 20px;
    overflow: hidden;
}

.footer ul.social-media li a:hover, .footer ul.social-media li a.active {
    background: #67897e;
}

.footer ul.social-media li a .fa {
    color: #67897e;
    font-size: 42px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}

.footer ul.social-media li a:hover .fa, .footer ul.social-media li a.active .fa {
    color: #5f7d73;
}

.footer ul.social-media li a span {
    font-family: 'tisa-pro', 'Tisa Pro';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 76px;
    line-height: 76px;
    font-size: 13px;
    opacity: 0;
    letter-spacing: 2px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    color: #f0f0f0;
}

.footer ul.social-media li a:hover span, .footer ul.social-media li a.active span {
    opacity: 1;
}

.footer #greviews ul.social-media li a span {
    opacity: 1;
    color: #67897e;
}

.footer #greviews ul.social-media li a:hover span {
    color: #fff;
}

.footer .review-section li{
    width:30% !important;
}

/* Sub Pages */
section.doctors, section.newpatients {
    position: relative;
    overflow: hidden;
}

section.doctors {
    background: url(../img/our-office-banner.jpg) center 30% no-repeat;
    background-size: cover;
}

section.doctors .wrap, section.newpatients .wrap {
    z-index: 20;
    position: relative;
}

section.doctors .wrap h1, section.newpatients .wrap h1 {
    color: #f0f0f0;
    font-size: 2.2em;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
}

section.doctors .wrap p, section.newpatients .wrap p {
    color: #ececec;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
}

section.newpatients .wrap .headline {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

section.doctor-card .info-card {
    position: relative;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.25);
    padding: 0px;
}

section.doctor-card .info-card .doctor-photo {
    position: relative;
    width: 100%;
    min-height: 445px;
    display: block;
    margin-bottom: 40px;
}
section.doctor-card .info-card .ourteam-photo{
    min-height: auto!important;
}

section.doctor-card .info-card .doctor-photo h1, section.doctor-card .info-card h1 {
    line-height: 325px;
    color: #f0f0f0;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
}

section.doctor-card .info-card p {
    padding: 25px 100px 30px 100px;
}

section.doctor-card .info-card p.cta {
    padding: 50px 100px;
}

section.doctor-card .info-card p.dateam, section.doctor-card.ferg p, section.doctor-card.tip p, section.doctor-card.julie p {
    padding-bottom: 80px;
}

section.doctor-card.ferg, section.doctor-card.tip, section.doctor-card.julie {
    padding-bottom: 0px;
}

section.doctor-card.ferg .info-card .doctor-photo {
    background: #67897e url(../img/drferg.jpg) center center no-repeat;
    background-size: cover;
}

section.doctor-card.tip .info-card .doctor-photo {
    background: #67897e url(../img/drtip.jpg) center center no-repeat;
    background-size: cover;
}

#retire {
    background: #67897e url(../img/drtipretire.jpg) center center no-repeat;
    background-size: cover;
}

section.doctor-card.tipfront .info-card .doctor-photo {
    background: #67897e url(../img/drtip-new.jpg) top center no-repeat;
    background-size: cover;
    padding: 34% 4%;
}

section.doctor-card.julie .info-card .doctor-photo {
    background: #67897e url(../img/drjulie.jpg) center center no-repeat;
    background-size: cover;
}

section.doctor-card.team .info-card .doctor-photo .slide {
    position: absolute;
    width: 100%;
    height: 325px;
    display: block;
}

section.doctor-card.team .info-card .headline {
    position: absolute;
    width: 100%;
    height: 325px;
    top: 0;
    left: 0;
    display: block;
}

section.doctor-card.team .info-card h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 999;
}

section.doctor-card.team .info-card .doctor-photo .staff-1 {
    background: #67897e url(../img/team.jpg) center center no-repeat;
    background-size: cover;
}

section.doctor-card.team .info-card .doctor-photo .staff-2 {
    background: #67897e url(../img/staff-2.jpg) center center no-repeat;
    background-size: cover;
}

section.doctor-card.team .info-card .doctor-photo .staff-3 {
    background: #67897e url(../img/staff-3.jpg) center center no-repeat;
    background-size: cover;
}

section.doctor-card.team .info-card .doctor-photo .staff-4 {
    background: #67897e url(../img/staff-4.jpg) center center no-repeat;
    background-size: cover;
}

section.doctor-card.team .info-card .doctor-photo .staff-5 {
    background: #67897e url(../img/staff-5.jpg) center top no-repeat;
    background-size: cover;
}

section.newpatients .overlay {
    opacity: 0.3;
}

/* Green Section */
section.green {
    background: #4b635e;
}

section.green h1 {
    color: #f0f0f0;
}

section.green p {
    color: #ececec;
}

/* FAQ */
.faq .wrap {
    max-width: 1100px;
}

.faq .left {
    float: left;
    width: 48.5%;
    margin-right: 15px;
}

.faq .right {
    float: right;
    width: 48.5%;
    margin-left: 15px;
}

.faq .accordion {
    margin-bottom: 24px;
}

.faq .accordion .caption-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.faq .accordion .caption-wrapper .caption {
    position: relative;
    z-index: 1;
    padding-right: 14px;
    background-color: #4b635e;
    color: #f0f0f0;
    font-size: 112.5%;
}

.faq .accordion .caption-wrapper .line {
    position: absolute;
    width: 100%;
    border-top-width: 1px;
    border-top-style: dashed;
    margin-top: -12px;
    border-top-color: #ececec;
}

.faq .accordion .caption-wrapper .sign:before {
    content: "\F067";
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 3px 0 0 10px;
    font-family: FontAwesome;
    font-size: 125%;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    cursor: pointer;
    color: #f0f0f0;
    background-color: #4b635e;
}

.faq .accordion.open .caption-wrapper .sign:before {
    content: "\F068";
}

.faq .accordion .contents {
    display: none;
    margin-top: 24px;
    color: #a7d5c6;
}

/* Financial */
.financial p {
    margin-bottom: 40px;
}

.financial .info-card {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.25);
    padding: 80px 80px 30px 80px;
}

.financial .ins-container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.ins-provider {
    position: relative;
    float: left;
    width: 25%;
    height: 100px;
}

.ins-provider.met {
    background: url(../img/insurance-metlife.png) no-repeat center center;
    background-size: 75%;
}

.ins-provider.dd {
    background: url(../img/insurance-deltadental.png) no-repeat center center;
    background-size: 75%;
}

.ins-provider.humana {
    background: url(../img/insurance-humana.png) no-repeat center center;
    background-size: 75%;
}

.ins-provider.guard {
    background: url(../img/insurance-guardian.png) no-repeat center center;
    background-size: 75%;
}

/* Locations */

.map {
    position: relative;
    height: 410px;
    padding: 0px;
    overflow: hidden;
}

#map, #map2, #map3, #map4{
    height: 425px;
}

ul.locations h2 a {
    text-decoration: none;
    color: #444;
    -webkit-transition: color .25s;
    transition: color .2s;
}

ul.locations h2 a:hover {
    color: #67897e;
}

/* To Next */
.green.toNext {
    padding-top: 80px;
    padding-bottom: 80px;
}

.green.toNext:after {
    border-top: 50px solid #4b635e;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    bottom: -25px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    z-index: 99;
}

.green.light.toNext {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #77a194;
}

.green.light.toNext:after {
    border-top: 50px solid #77a194;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    bottom: -25px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    z-index: 99;
}

.red.toNext:after {
    border-top: 50px solid #e02;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    bottom: -25px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    z-index: 99;
}

/* Form Styles */
input {
    padding: 0px 25px;
    height: 56px;
    width: 420px;
    border: 1px solid #67897e;
    color: #67897e;
    font-family: "open-sans", "Open Sans";
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
}

input.datepicker, input.timepicker {
    height: 56px;
    width: 280px;
    padding: 0px 25px;
    background: #67897e;
    color: #fff;
    border: none;
}

.modal fieldset {
    margin-bottom: 50px;
}

textarea {
    padding: 25px;
    width: 600px;
    border: 1px solid #67897e;
    color: #67897e;
    font-family: "open-sans", "Open Sans";
    font-weight: 300;
    font-size: 18px;
}

#error {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #e02;
    padding: 80px;
    display: none;
}

#error-message {
    text-align: center;
    color: #fff;
}

a#submit {
    padding: 15px 120px;
}

a#submit:hover {
    border: 1px solid #67897e;
    cursor: pointer;
}

p#returnmessage {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 80px 120px;
    display: none;
    color: #656565;
}

/* -H&amp;W- Modal
   ===== */
.modal {
    position: fixed;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #67897e;
    color: #fff;
    padding-top: 120px;
    overflow-y: scroll;
}

.modal-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
    background: #fff;
    display: none;
}

a.modal-delete {
    position: absolute;
    right: 50px;
    top: 40px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 50px;
    height: 55px;
    width: 55px;
    display: block;
    z-index: 9999999;
}

a.modal-delete:hover {
    color: white;
}

a.modal-delete i {
    font-size: 45px;
}

.modal .logo-small {
    position: absolute;
    width: 113px;
    height: 62px;
    background: url(../img/logo-small.png) no-repeat;
    left: 50%;
    margin-left: -56px;
    top: 40px;
}

.modal-inner section.green {
    text-align: center;
}

.modal-inner section.green.submit {
    padding: 40px 0px;
}

.modal-inner .wrap {
    width: 100%;
    max-width: 960px;
    padding: 100px 60px;
    margin: 0 auto;
}

.modal-inner .wrap h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

/* Team Gallery Cycle */
.team-photos {
    position: relative;
    height: 425px;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.team-photos .slide {
    position: absolute;
    width: 100%;
    height: 100%;
}

.team-photos .one {
    background: url(../img/gallery/one.jpg) center 55% no-repeat;
    background-size: cover;
}

.team-photos .two {
    background: url(../img/gallery/two.jpg) center center no-repeat;
    background-size: cover;
}

.team-photos .three {
    background: url(../img/gallery/three.jpg) center 20% no-repeat;
    background-size: cover;
}

.team-photos .four {
    background: url(../img/gallery/four.jpg) center 55% no-repeat;
    background-size: cover;
}

.team-photos .five {
    background: url(../img/gallery/five.jpg) center 55% no-repeat;
    background-size: cover;
}

.team-photos .six {
    background: url(../img/newpatients.jpg) center 30% no-repeat;
    background-size: cover;
}

.team-photos .seven {
    background: url(../img/gallery/seven.jpg) center 20% no-repeat;
    background-size: cover;
}

.team-photos .eight {
    background: url(../img/gallery/eight.jpg) center center no-repeat;
    background-size: cover;
}

.team-photos .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 200 !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.team-photos .wrap h3 {
    font-style: italic;
    color: #fff;
    font-size: 29px;
    width: 960px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 200 !important;
    padding: 0px 120px;
}
.portal-wrap{
    text-align:center;
}
.team-photos .wrap h4{
    color: #fff;
    font-size: 29px;
    width: 960px;
    vertical-align: middle;
    text-align: center;
    padding-top: 150px;
}

.team-photos .js-cycle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 425px;
    z-index: 198 !important;
}

.team-photos .overlay {
    z-index: 199 !important;
}

section.newpatients {
    height: 325px;
}

section.newpatients .wrap {
    margin: 0px;
}

/* More Form Checkbox Stuffs */
.day-pref, .time-pref, .loc-pref {
    position: relative;
    width: 360px;
    height: 60px;
    padding: 20px;
    border: 1px solid #ececec;
    margin-bottom: 15px;
}

.day-pref .squaredOne, .day-pref .label, .time-pref .squaredOne, .loc-pref .squaredOne, .time-pref .label, .loc-pref .label {
    float: left;
    margin-right: 35px;
}

.day-pref .label, .time-pref .label, .loc-pref .label {
    margin-right: 0px;
}

.day-pref .label h2, .time-pref .label h2, .loc-pref .label h2 {
    color: #222;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 19px;
}

/* .squaredOne */
.squaredOne {
    width: 22px;
    height: 22px;
    position: relative;
    background: #cecece;
    margin-bottom: 10px;
}

.squaredOne label {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 3px;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #303e3b 0%, #4b635e 100%);
    background: linear-gradient(to bottom, #303e3b 0%, #4b635e 100%);
}

.squaredOne label:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #79c8b0;
    opacity: 0;
}

.squaredOne label:hover::after {
    opacity: 0.5;
}

.squaredOne input[type=checkbox] {
    visibility: hidden;
}

.squaredOne input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* end .squaredOne */
.bg-img.treatment {
    background: url(../img/treatment.jpg) center center no-repeat;
    background-size: cover;
}

.bg-img.products {
    background: url(../img/products2.jpg) center 30% no-repeat;
    background-size: cover;
    height: 385px;
}

.bg-img.remedies {
    background: url(../img/remedies.jpg) center 60% no-repeat;
    background-size: cover;
    height: 385px;
}

.bg-img.contact {
    background: url(../img/contact.jpg) center 20% no-repeat;
    background-size: cover;
}

.bg-img.treatment .wrap h1, .bg-img.treatment .wrap p, .bg-img.products .wrap h1, .bg-img.products .wrap p, .bg-img.remedies .wrap h1, .bg-img.remedies .wrap p, .bg-img.contact .wrap p, .bg-img.contact .wrap h1 {
    color: #fff;
}

.bg-img.team-photos {
    background: url(../img/quote.jpg) center center no-repeat;
    background-size: cover;
}

.btn.location:hover {
    background: #fff;
    color: #67897e;
}

/* Media Queries */
.mobile-header {
    position: relative;
    width: 100%;
    height: 125px;
    display: none;
}

a.logo-small {
    position: absolute;
    width: 339px;
    height: 50px;
    top: 54px;
    left: 5%;
    display: block;
    background: url(../img/small-logo.png) left center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

a.hamburger {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    right: 5%;
    top: 56px;
}

a.hamburger:hover {
    background: #67897e;
}

a.hamburger:hover .fa {
    color: #fff;
}

a.hamburger .fa {
    position: absolute;
    font-size: 23px;
    color: #50665f;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.nav-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #67897e;
    display: none;
    z-index: 99999;
}

.nav-modal a.modal-delete {
    top: 20px;
    right: 20px;
    display: none;
}

.nav-modal a.modal-delete .fa {
    font-size: 32px;
}

.nav-modal ul {
    height: 100%;
    width: 100%;
}

.nav-modal ul li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 20%;
    background: #67897e;
}

.nav-modal ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 1.2em;
    background: #67897e;
    background: #67897e;
    -webkit-transition: background 0.25s, color 0.25s;
    -o-transition: background 0.25s, color 0.25s;
    transition: background 0.25s, color 0.25s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-modal ul li:last-child a {
    border-bottom: none;
}

.nav-modal ul li a:hover {
    background: #76937d;
    background: rgba(255, 255, 255, 0.1);
}

.nav-modal ul li a h2 {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.nav-modal ul li a .current{
    left:57%;
}
@media (max-width: 1200px) {
    header .wrap .main-nav {
        width: 100%;
    }
    .not-home{
        margin: 41.7%;
    }
    .nav-modal {
        display: none;
    }
}

@media (max-width: 1100px) {
    .home header .wrap .video-wrapper {
        position: relative;
        padding: 0;
        margin: 0px;
        left: 50%;
        bottom: auto;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        width: 100%;
    }

    .home header {
        height: auto;
    }

    .home header .logo-wrapper, nav.main-nav, .sub header .wrap a.logo-large {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    section.full-width-map {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-card {
        margin: 0px 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer .wrap ul li {
        margin: 0px;
        width: 25%;
    }

    .footer ul.social-media li a {
        min-width: 0px;
    }

    .faq .left, .faq .right {
        width: 45%;
    }

    .faq .left {
        margin-left: 30px;
    }

    .faq .right {
        margin-right: 30px;
    }
}

@media (max-width: 900px) {

    .footer ul.social-media li a span {
        display: none;
    }

    .footer #greviews ul.social-media li a span {
        display: block;
    }

    .footer span.logo-small {
        display: none;
    }

    .footer .wrap ul li.half p {
        padding-left: 30px;
        font-size: 14px;
    }

    .footer .wrap ul li:nth-child(2).tools {
        width: 50%;
    }

    .footer .wrap ul li:last-child.phone-number {
        width: 100%;
        padding-top: 30px;
        border-top: 1px solid #333;
        margin-top: 60px;
        color:#fff;
    }

    .footer .btn.phone {
        background: none;
        color:#fff;
    }

    .footer .btn.phone:hover {
        background: none;
        color:#fff;
    }

    .footer .btn.phone a,.footer .btn.phone a:hover{
        color:#fff;
    }
    .footer .color-white{
        color:#fff !important;
    }

    ul.locations li h2 {
        font-size: 15px;
    }

    .faq .left, .faq .right {
        width: 42%;
    }

    .faq .left {
        margin-left: 30px;
    }

    .faq .right {
        margin-right: 30px;
    }
}

.footer #greviews ul.social-media li a span:last-child {
    display: none;
}

@media (max-width: 2560px) {
    .ourteam-photo{
        min-height: auto!important;
    }
    .home header a.logo-large.pre-anim{
        margin-top:13%;
    }
    section.doctor-card .info-card .doctor-photo{
        min-height: 596px;
    }
    .not-home{
        margin: 40.8%;
    }
}

@media (max-width: 600px) {
    .footer #greviews ul.social-media {
        position: relative;
        margin-top: -25px;
    }

    .footer #greviews ul.social-media li {
        width: 100%;
    }

    .footer #greviews ul.social-media li:last-child {
        margin-bottom: 60px;
    }

    .footer #greviews ul.social-media li a span:first-child {
        display: none;
    }

    .footer #greviews ul.social-media li a span:last-child {
        display: block;
    }

    section {
        padding: 80px 0px;
    }

    a.logo-small {
        background-size: 90%;
    }

    .info-card, .financial .info-card {
        padding: 60px 20px;
    }

    .ins-provider {
        width: 50%;
    }

    .footer .wrap ul li:nth-child(2).tools {
        width: 100%;
        padding-top: 30px;
        border-top: 1px solid #333;
        margin-top: 60px;
    }

    .footer .wrap ul li:last-child.phone-number {
        width: 100%;
        padding-top: 30px;
        border-top: 1px solid #333;
        margin-top: 30px;
    }

    .footer .wrap ul li.half {
        width: 100%;
        text-align: center;
    }

    .faq .left, .faq .right {
        width: 90%;
        margin: 0px;
        float: left;
        margin-left: 20px;
    }

    section.newpatients .wrap .headline {
        width: 300px;
    }

    .bg-img.products, .bg-img.remedies {
        height: 305px;
    }

    textarea, input {
        width: 360px;
    }

    a.modal-delete {
        top: 20px;
        right: 20px;
    }

    a.modal-delete i {
        font-size: 35px;
    }
}

@media (max-width: 480px) {
    a#submit {
        padding: 15px 100px;
    }

    textarea, input, #form .wrap fieldset h1, .day-pref, .time-pref, .loc-pref {
        width: 270px;
    }

    #form .wrap fieldset h1, #form .wrap fieldset h2 {
        font-size: 19px;
    }

    .modal-inner .wrap {
        padding: 60px 30px;
    }

    section {
        padding: 50px 10px;
    }

    section h1, h1, section.doctors .wrap h1, section.newpatients .wrap h1, section.green h1 {
        font-size: 26px;
    }

    #returnHeadline {
        font-size: 21px;
    }

    .day-pref .squaredOne, .time-pref .squaredOne, .loc-pref .squaredOne {
        margin-right: 20px;
    }

    section p, p {
        font-size: 15px;
        line-height: 28px;
    }

    .btn {
        font-size: 17px;
    }

    a.logo-small {
        background-size: 65%;
    }

    .team-photos .wrap h3 {
        font-size: 26px;
        padding: 30px;
    }

    section.doctor-card .info-card p.dateam, section.doctor-card.ferg p, section.doctor-card.tip p, section.doctor-card.julie p {
        padding: 0px 30px 30px 30px;
    }

    .financial .info-card {
        margin: 0px;
    }

    .ins-provider {
        position: relative;
        margin: 0 auto;
        width: 80%;
        float: none;
    }

    .bg-img.products, .bg-img.remedies {
        height: 225px;
    }

    #dm .wrap img, #dc .wrap img {
        height: 22px;
    }

    #invis .wrap img {
        height: 50px;
    }

    .btn {
        font-size: 15px;
    }
}


@media (max-width: 1440px) {
    .ourteam-photo{
        min-height: auto!important;
    }

    .home header a.logo-large.pre-anim {
        margin-top: 22%;
    }
    section.doctor-card .info-card .doctor-photo, section.doctor-card .info-card {
        min-height: 576px;
    }
    .not-home{
        margin: 41.8%;
    }


}

@media (max-width: 1600px) {

    .home header a.logo-large.pre-anim{
        margin-top: 19%;
    }
    .not-home{
        /*!*margin: 40.9%; for page center*/
        margin: 41.9%;  /*//for menu center//*/
    }
}


@media (max-width: 426px) {

    section.doctor-card .info-card .doctor-photo, section.doctor-card .info-card {
        min-height: 300px;
    }

}

@media (max-width: 321px) {
    section {
        padding: 50px 10px;
    }

    section p, p {
        font-size: 13px;
        line-height: 23px;
        padding: 0px 20px;
    }

    section.doctor-card {
        padding: 0px;
        margin: 20px;
    }

    section.doctor-card .info-card {
        padding: 0px;
        margin: 0px;
    }

    section.doctor-card .info-card .doctor-photo, section.doctor-card .info-card {
        min-height: 225px!important;
    }

    section h1, h1, section.doctors .wrap h1, section.newpatients .wrap h1 {
        font-size: 21px;
    }

    section.doctor-card .info-card .doctor-photo h1, section.doctor-card .info-card h1 {
        line-height: 225px;
    }

    section.doctor-card.team .info-card .doctor-photo .slide, section.doctor-card.team .info-card .headline, section.newpatients {
        height: 225px;
    }

    .btn {
        font-size: 13px;
    }

    a.logo-small {
        background-size: 65%;
    }

    .team-photos {
        height: 325px;
    }

    .team-photos .wrap h3 {
        font-size: 23px;
        padding: 24px;
    }

    section.doctor-card .info-card p.dateam, section.doctor-card.ferg p, section.doctor-card.tip p, section.doctor-card.julie p {
        padding: 0px 30px 30px 30px;
    }

    section.doctor-card .info-card p img {
        margin-bottom: 30px;
    }
}

/* Contests */
.contests {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 45px;
    background: #1b3832 url(../img/wood-repeat.png) top center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 999;
    cursor: pointer;
}

.contests .center {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.contests .center h3 {
    line-height: 45px;
    letter-spacing: 1px;
    color: #fff;
}

.contests .center .button {
    font-family: Georgia;
    font-style: italic;
    letter-spacing: 1px;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
    display: inline;
    width: 500px;
    transition: opacity .5s;
}

.contests:hover .center .button {
    opacity: 0.8;
    background: -moz-linear-gradient(left, rgba(59, 87, 79, 0) 0%, #67897e 50%, rgba(59, 87, 79, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(59, 87, 79, 0)), color-stop(50%, #67897e), color-stop(100%, rgba(59, 87, 79, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(59, 87, 79, 0) 0%, #67897e 50%, rgba(59, 87, 79, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(59, 87, 79, 0) 0%, #67897e 50%, rgba(59, 87, 79, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(59, 87, 79, 0) 0%, #67897e 50%, rgba(59, 87, 79, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(59, 87, 79, 0) 0%, #67897e 50%, rgba(59, 87, 79, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b574f', endColorstr='#003b574f', GradientType=1);
    /* IE6-9 */
}

.footer-disclaimer h4 {
    color: #ffffff !important;
    margin-top: 10px;
}

/*05.11.2018*/

.green.toNext a:hover{

color: #a7d5c6 !important;
text-decoration: none !important;
}

.green.toNext a {

color: #a7d5c6 !important;
text-decoration: none !important;
}

.first-half{
    width: 47%;
    display: inline-block;
    vertical-align: top !important;
    margin-right: 40px;
}

.second-half{
    width: 47%;
    display: inline-block;
    vertical-align: top !important;
}
#first-half-text #second-half-text{
    text-align: left;
}
@media only screen and (max-width: 450px){
.first-half,.second-half{
    width: 100%;
    display: inline-block;
    }
} 
.text-font-size{
    font-size: 13px;
    line-height: 1.4em;
}

/*Current Patients*/

.eat-wrap-img1.eat-wrap {
    box-shadow: -11px 11px 36px 0px rgba(0,0,0,0.3);
}
.eat-wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.box-shadow-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.eat-wrap img {
    position: relative;
    max-width:540px;
}
.enjoy-section-1{
    margin-top: -110px!important;
}
.enjoy-section-2{
    margin-bottom: -110px!important;
}
.right.enjoy-wrap h1{
    padding-left:100px;
}
.enjoy-wrap h1,.enjoy-wrap-2 h1{
    color:#fff;
    text-align:left;
    padding-bottom:20px;
}
.enjoy-wrap ul{
    font-size: 22px;
    line-height: 1.4em;
    list-style-type: circle!important;
    padding-left: 100px!important;
}
.enjoy-wrap-2{
     font-size: 22px;
    line-height: 1.4em;
    list-style-type: circle!important;
}
.enjoy-wrap ul li, .enjoy-wrap-2 ul li{
    color:#fff;
    line-height: 1.4em;
    list-style-type: circle;
}
.ortho-btn{
    margin-right:20px;
}
.steps-wrap .wrap{
    max-width:1080px;
}
.steps-wrap .col_3 .step-img{
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
.steps-wrap .col_3 .step-img img{
    max-width:200px;
}
.col_3{
    width: 29.667%;
    float: left;
    position: relative;
    padding-top:40px;
}
.tips-wrap{
    clear:both;
    padding:60px 0 120px;
}
.emergency-wrap2{
    width: 89%!important;
    max-width: 89%!important;
}
.emergency-wrap2 .col_3 h1, .emergency-wrap2 .col_3 p{
    text-align:left;
}
.emergency-wrap2 .col_3 p{
    line-height:24px;
}
/**subnav**/
.nav-container .nav-left ul.sub-menu {
    visibility: hidden;
    z-index: 9999;
    width: 240px;
    border-top: 3px solid #3d514d;
    opacity: 0;
    background: #4b635e;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    position: absolute;
    padding: 20px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.nav-container .nav-left ul.sub-menu a{
    line-height:30px;
}
/*.nav-container .nav-left li.et-hover&gt;ul{
    visibility: hidden;
}*/
.nav-container .nav-left li.et-hover:hover&gt;ul {
    visibility: visible;
    opacity: 1;
}

/*.contact-btn-wrap{
    max-width: 533px;
    margin: 0 auto;
}
.contact-btn-wrap .side{
    float:left;
    margin-right:20px;
}*/

@media (min-width: 981px){
    .col_3 {
        margin-right: 3%;
    }
    .emergency-wrap2 .col_3{
        margin-right:5.5%;
    }
    .emergency-wrap2 .col_3_last{
        margin-right:0;
    }
    .col_3_last{
        margin-right:0;
    }
}
@media (max-width: 1000px){
    .col_3 {
     width:50%;
    }
    .col_3_last{
    margin-right:0;
    }
}
@media (max-width: 768px){
    .emergency-wrap2,.col_3 {
        width:100%;
    }
    .eat-wrap img{
        width:100%;
    }
    .right.enjoy-wrap{
        width: 100%;
        padding-top: 40px;
        margin: 0;

    }
    .right.enjoy-section-2, .left.enjoy-section-1{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .left.enjoy-wrap-2{
        padding:0 40px 40px 40px;
        width:100%;
    }
    .steps-wrap .wrap .floss-title{
        padding-top:40px;
    }
    .emergency-wrap .col_3 h1, .emergency-wrap .col_3 p{
        text-align:center;
    }
    .emergency-btnWrap{
        text-align:center;
    }
}


@media (max-width: 600px){
.schedulemob {
   
    margin-top: 10px;
    display: list-item;
}
}

/* Popup box BEGIN */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:60%; 
  height:auto;
  padding: 0;
  background-color:#ffffff;
  font-size: 15pt;
  /*background-image: url("../img/pop-img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
}
#boxes .maintext{
    padding:70px 5% 70px 40px;
    text-align:center;
}
#boxes .maintext h1{
    color: #67897e;
}
#boxes .maintext p{
    padding: 20px 0 40px 0;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}
.coronawrap p, .coronawrap ul li, .coronawrap ul, .text-left p, .text-left ul{
    text-align:left;
}
.coronawrap p{
    padding-bottom:20px;
}
.coronawrap ul{
    padding:20px;
}
.coronawrap ul li{
    list-style-type: disc;
}
@media (max-width: 600px){
     #boxes #dialog {
        width:95%;
        background-image:none;
     }
     #boxes .maintext{
        max-height:500px;
        overflow:auto;
        padding:10px;
     }
     #boxes .maintext p{
        font-size:18px;
        line-height:22px;
     }
}
#virtual{
    background-image: url('../img/bluegrass-assessment.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#virtual h1, #virtual a{
    text-transform: uppercase;
    color:#fff;
}
#virtual p{
    color:#fff;
}
#virtual .btn{
    background:#4b635e;
}
#smiles h1{
    text-transform: uppercase;
}
.reopen h2{
    font-size:26px;
    padding-bottom:15px;
}
.reopen .accordion .caption-wrapper {
    margin-top:20px;
    border: 1px solid #ddd;
    padding: 10px;
}
.reopen .accordion .caption-wrapper .caption{
    color:#4b635e;
    background-color:transparent;
    font-weight:600;
}
.reopen .accordion .caption-wrapper .sign::before{
    background-color:transparent;
    color:#4b635e;
}
.reopen .accordion .contents{
    color:#000;
}
.reopen ul{
    padding-left:20px;
    list-style-type: disc;
}
.reopen ul li{
    list-style-type: disc;
    letter-spacing:.2px;
     color: #878787;
}
.reopen .title-desc{
    text-align:left;
    letter-spacing:.2px;
    color: #878787;
    line-height:20px;
}
.reopen .inner-wrap{
    float:left;
    width:100%;
    padding:20px 0;
}
@media only screen and (max-width:376px){
    #boxes .maintext {
        max-height: 440px;
    }
    #boxes a{
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    }
}
@media only screen and (device-width:1024px){
    #boxes a{
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    }
}
@media only screen and (max-width:550px){
#smiles .btn{
      width: auto;
    display: inline-block;
    margin-bottom: 20px;  
}
.nav-modal ul li{
    min-height: 10% !important;
}
.nav-modal ul li a h2{
    text-align: center;
}
.footer{
    padding-top: 0px;
}
.footer .wrap ul li.half, .footer .btn.phone, .footer .wrap ul li:last-child.phone-number{
    display: none;
}
.footer .wrap ul li:nth-child(2).tools{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.footer-disclaimer h4{
    padding: 0px 20px !important;
}
#greviews .social-media{
    margin:0 !important;
}
}
.footer .wrap ul li.half{
    visibility: hidden;
}
@media (max-width:650px){
.hide-mobile{
    display: none;
}
.enjoy-section-2{
    margin-bottom: 30px !important;
}
#boxes .maintext{
    padding-bottom: 30px;
	padding-top: 45px;
}
.close img{
    margin-right: -8px !important;
    margin-top: -15px !important;
}
.footer ul.social-media{
    height: auto;
}
#boxes #dialog{
    height: 500px !important;
    min-height: 500px !important;
    max-height:505px !important;
}
#san{
    height: 500px !important;
}
.copyright{
    width: 75%;
    margin:auto;
}
}
@media (min-width:650px){
.hide-desktop{
    display: none;
}
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px){ 
#boxes #dialog{
    height: 430px !important;
    min-height: 430px !important;
    max-height:505px !important;
}
#san{
    height: 430px !important;
}
    }

/*reopening Page */

.reopening-welcome .wrap h2{
    text-align: center !important;
    color: #fff !important;
}

.img-sec .reopening-img{
    max-width: 20%;
}

.img-sec h2{
    text-align: center;
}</pre></body></html>