﻿

html, body {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
	font-family:Tahoma, 'Open Sans', sans-serif !important;
    color: #000000;
    background-color: #cccdc9;
    height: 100%;
}


	.footercolor:link, .footercolor:visited, .footercolor:active
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bolder;
	font-size: 24px;
}

.footercolor:hover
{
    color: #02295D;
}

.virus:link, .virus:visited, .virus:active
{
    color: #FFF;
    text-decoration: none;
    font-weight: bolder;
}

.virus:hover
{
    color: #000;
}






    .review:link, .review:visited, .review:active
{
    color: #90ac39;
    text-decoration: none;
    font-weight: bolder;
}

.review:hover
{
    color: #000;
}








    .emergency:link, .emergency:visited, .emergency:active
{
    color: #FE0000;
    text-decoration: none;
    font-weight: bolder;
}

.emergency:hover
{
    color: #000;
}





    .emergency2:link, .emergency2:visited, .emergency2:active
{
    color: #fffc00;
    text-decoration: none;
    font-weight: bolder;
}

.emergency2:hover
{
    color: #000;
}





/*****************************************************************/
/* Custom Fonts */
/*****************************************************************/

.Neutra-BookText {
    font-family:Tahoma, 'Open Sans', sans-serif !important; 
}

.NexaBookText {
    font-family:Tahoma, N'Open Sans', sans-serif !important;
}


.NexaBoldText {
    font-family:Tahoma, 'Open Sans', sans-serif !important;
}


/*****************************************************************/
/*****************************************************************/
/*****************************************************************/


.social-links a:link, .social-links a:active, .social-links a:hover, .social-links a:visited {
    text-decoration: none;
}


.BottomBlackBorder {
    border-bottom: 1px solid #000000;
}

.HomeTopText {
    width:100%;
   /* background: url("/App_Themes/Theme1/Images/front1.jpg") no-repeat fixed;*/
	  background-position: center;
	background-size: cover;
	/*border-top: 8px solid #02295D;
	border-bottom: 8px solid #02295D;
    background-image: url("/App_Themes/Theme1/Images/13.jpg");
	background-color:#242E6F;
	background-color:#555;*/
}

.HomeTopTextInner{
    font-size: 19px;line-height:30px;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
	color:#000;
	text-align: JUSTIFY;
	
    display:table;
    margin:0 auto;
    max-width:1400px;
	padding-top:50px;
	padding-bottom:0px;

}

.HomeDoctorSig {
    font-size: 20px;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
}


.HomeDoctors {
    font-size: 14px;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    display:table;
    margin:0 auto;
    max-width:485px;
    width:95%;
}



.MainOuterDiv {
    width: 100%;
}


.TopHeaderBarOuter {
    width:100%; 
}


.TopHeaderBar {
    display:table;
    margin:0 auto;
    position:relative;
}

.MainInnerDiv {
    width:100%;
}






.HomeBigButtonOuter {
    height:20px;
    margin:0 auto;
    border-bottom:1px solid #000000;
    max-width:1030px;
    width:100%;
    position:relative;
}

.HomeWhiteBoxPosition {
    z-index: 5;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.HomeWhiteBox {
	font-size:25px;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    background-color: #ffffff;
}

.HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    background-position: 0px 0px;
    display: block;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.HomeWhiteBoxLink a:hover {
    color: #ffffff;
    background-color: #000000;
}

	
.TopHeaderBarOuter {
	/*terry orig background-color: #242e6f;
	background-color: #34558b; */
}

	

@media only screen and (max-width: 459px) {

    .HomeWhiteBox {
        font-size: 16px;
    }

}

@media only screen and (min-width: 460px) and (max-width: 599px) {

    .HomeWhiteBox {
        font-size: 16px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        height: 16px;
    }
}


@media only screen and (min-width: 600px) and (max-width: 739px) {

    .HomeWhiteBox {
        font-size: 20px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        height: 21px;
    }
}

@media only screen and (min-width: 740px) and (max-width: 899px) {

    .HomeWhiteBox {
        font-size: 25px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        height: 27px;
    }
}


@media only screen and (max-width: 819px) {
	
.HomeTopTextInner{
	padding:10px 10px;
}	
    
	.EmergencyImg{
		width:20px;
		height:20px;
	}
	
    .HomeWhiteBoxPosition {
        top: -2px;
        width: 90vw;
        box-sizing:border-box;
    }

    .HomeWhiteBox {
        width: 90vw;
        margin:0 auto;
        box-sizing:border-box;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        width: 90vw;
        padding-top: 8px;
        padding-bottom: 10px;
    }
    
    .LogoImg {
		width:70%;
    }
	
    .LogoImgTop {
	    height: 115px!important;
    }
	
	
	
	
	.TopMakeAppointment {
		width:100%;
	}

	.TopMakeAppointment a:link, .TopMakeAppointment a:visited, .TopMakeAppointment a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #ffffff;
		box-sizing:border-box;
		font-size:14px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopMakeAppointment a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}	
	
	
	
	
	
	
		.TopPatientRegistration {
		width:100%;
	}

	.TopPatientRegistration a:link, .TopPatientRegistration a:visited, .TopPatientRegistration a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopPatientRegistration a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}
	
	
	
	
	
	
	
	
	
	
	
		
		.TopOrderContacts{
		width:100%;
	}

	.TopOrderContacts a:link, .TopOrderContacts a:visited, .TopOrderContacts a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopOrderContacts a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}

	
	
	















	
	
	
	
	
	
	
	
	.TopOfficeClock{
		vertical-align:bottom;
	}
	
	
	
	.TopEmergencyButtons {
		width:100%;
		text-align:center;
		font-size:18px;
	}
	
	.TopEmergencyButtons a img{
		position:relative;
		top:3px;
	}

	.TopEmergencyButtons .emergency:link, .TopEmergencyButtons .emergency:visited, .TopEmergencyButtons .emergency:active {
		background-color:#ff0000;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopEmergencyButtons .emergency:hover {
		background-color:#ffffff;
		color:#ff0000;
	}
	
	.TopEmergencyButtons .review:link, .TopEmergencyButtons .review:visited, .TopEmergencyButtons .review:active {
		background-color:#c0c0c0;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopEmergencyButtons .review:hover {
		background-color:#ffffff;
		color:#ff0000;
	}	
}


@media only screen and (min-width: 820px) {
	
	.TopOfficeClock{
		vertical-align:middle;
	}

	.TopHeaderBar {
		height: 140px;
	}
	
	.EmergencyImg{
		width:12px;
		height:12px;
	}
	
    .TopHeaderBarOuter {
        /*background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));*/
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		position: absolute;
        z-index:100;
    }

    .HomeWhiteBoxPosition {
        top: -2px;
        width: 830px;
    }

    .HomeWhiteBox {
        font-size: 25px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        width: 830px;
        height: 27px;
        padding-top: 8px;
        padding-bottom: 10px;
    }
	
    .LogoImgTop {
	    height: 115px;
		transition: .3s height ease;
    }

    .LogoImg {
	    width:95%;
		
    }

    .LogoCell {
		/*background-color: #fff;*/
		border-radius: 20px;
		margin-left: 20px;
	
        position:absolute;
        top:5px;
        left:10px;
        z-index:102;
		transition:.3s top ease;
    }
	
    .TopMenuOuter {
        z-index:1;
    }
	
	.TopButtonsOuter{
		text-align:right;
	}
	
	.TopSocialMedia{
		position: absolute;
		right: 50px;
		top:40px;
		transition:.3s bottom ease;
		z-index:105;
	}
	
	.TopSocialMedia img{
		width:40px;
		vertical-align:middle;
	}

    .MenuDiv {
        position:absolute;
		bottom: 45px;
		width: 100%;
		transition: .3s all ease;	
    }
	
	
	
	.TopMakeAppointment {
		transition:all 1s ease;
		position:relative;
		display:table;
		margin:0 auto;
		
		top:-45px;
		opacity:0;
	}
	
	.TopMakeAppointment a:link, .TopMakeAppointment a:visited, .TopMakeAppointment a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:inline-block;

		width:190px;
		font-size:18px;
		font-weight:700;

		text-align:center;

		margin:0px 5px;
		padding:7px 10px;
		border-radius:20px;

		text-decoration:none;
		transition:all .3s ease;
	}
	
	.TopMakeAppointment a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}
	
	
	
	
	.TopEmergencyButtons{
		float:left;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.TopEmergencyButtons:link, .TopEmergencyButtons:visited, .TopEmergencyButtons:active
	{
		color: #ff0000;
		text-decoration: none;

	}

	.TopEmergencyButtons:hover
	{
		color: #87919A;
	}

}

@media only screen and (min-width: 819px) and (max-width:1500px) {

    .MenuDiv {
		bottom: 0px;
		z-index: 100;
    }
}



@media only screen and (max-width: 819px) {
    .MenuDiv {
        top: -68px;
        right: 20px;
        z-index: 20;
    }

    .LogoCell {
        width:100%;
        text-align:center;
        padding:10px 0px;
        /*border-bottom:2px solid #90ac39;
		background-color: #fff;*/
    }
	
    .TopHeaderBarOuter {
		background-color:#fff
	}

    .TopBoxes {
        border-bottom:1px solid #90ac39;
    }
	
	.TopAddressMobileSpace{
		padding-bottom:10px;
	}
    
    .TopBoxesDivider {
        display:none;
    }

    .TopMenuOuter {
        text-align:center;
    }
	
	.MenuDIvInner{
		border-bottom:1px solid #666;
	}
	
	.TopSocialMedia{
		padding: 10px 0px;
		text-align: center;
	}
	
	.TopSocialMedia img{
		width:25px;
	}
}


@media only screen and (min-width: 820px) {
	
	.MenuDIvInner{
		display: table;
		margin: 0 auto;
		transition: .3s padding-left ease;
	}
	

	/*
    .TopBoxesOuter {
        position:absolute;
        top:0px;
        right:20px;
    }
	*/

    .TopBoxes {
        vertical-align: top;
        display: table-cell;
        padding-right:0px;
    }


    .TopBoxesDivider {
        display: table-cell;
        width:20px;
    }
}

@media only screen and (max-width: 415px) {
    .HomeMapDivider {
        height:20px;
    }

    .HomeMapCell {
        width: 270px;
        display:table;
        margin:0 auto;
    }
}

@media only screen and (min-width: 416px) and (max-width: 899px) {
    .HomeMapDivider {
        height:20px;
    }

    .HomeMapCell {
        width: 375px;
        display:table;
        margin:0 auto;
    }
}


@media only screen and (min-width: 900px) {
    .HomeMapDivider {
        width: 80px;
        display: table-cell;
    }

    .HomeMapCell {
        width: 375px;
        display:table-cell;
        vertical-align:top;
    }

    .HomeMapsOuter {
        display:table;
        margin:0 auto;
    }
}


.HomeMapAddress {
    text-align: left;
    width: 260px;
    font-size: 14px;
}

.HomeMapHours {
    text-align: right;
    width: 190px;
    font-size: 14px;
}

.HomeMapAddressHeader {
    text-align: left;
    width: 260px;
    font-size: 14px;
}

.HomeMapHoursHeader {
    text-align: right;
    width: 190px;
    font-size: 14px;
}

.HomeBottomBorder {
    height:20px;
    margin:0 auto;
    border-bottom:1px solid #000000;
    max-width:1030px;
    width:100%;
}





.TopBlackBoxes {
    display: block;
    text-align: right;
    font-size: 14px;
    color: ##000;
    line-height: 20px;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing: 2px;

    font-family:Tahoma, 'Open Sans', sans-serif !important;

}

.TopAddressBoxes {
    display: inline-block;
    padding-top: 20px;
    text-align: right;
    font-size: 14px;
	font-weight:700;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    color: #000000;
	letter-spacing: 2px;
}


@media only screen and (min-width: 820px) {
	.TopAddressBoxesInner {
			float:left;
		}
		
	.TopBlackBoxes{
		position:absolute;
		right:20px;
		top:20px;
	}
						
	.TopAddressBoxes{
		position:absolute;
		right:20px;
		top:40px;
	}
		
	.TopButtonsOuter{
		position:absolute;
		right:20px;
		top:86px;
	}
}

@media only screen and (max-width: 819px) {
	.TopAddressBoxes {
		padding: 0px 0px 0px 0px;
		width:100%;
		text-align: center;
		font-size:16px;
	}
	
	.TopAddressBoxesInner {
		padding-bottom:10px;
	}
	
	.TopDesktopDivider{
		display:none;
	}
	
	.TopBlackBoxes {
		font-size:16px;
		text-align: center;
		padding-top: 10px;
		padding-bottom:10px;
	}
}

.TopAddressBoxes a {
	text-decoration: none;
}

.Width100Percent {
    width: 100%;
}

.PositionRelative {
    position: relative;
}

.PositionAbsolute {
    position: absolute;
}

.DisplayInlineBlock {
    display: inline-block;
}

.Width10 {
    width: 10px;
}

.Width20 {
    width: 20px;
}

.Width80 {
    width: 80px;
}

.Width100 {
    width: 100px;
}

.Width200 {
    width: 200px;
}

.Width1030 {
    width: 1030px;
}

.Height10 {
    height: 10px;
}

.Height20 {
    height: 20px;
}

.Height70 {
    height: 70px;
}

.Height400 {
    height: 480px;
}

.Height570 {
    height: 570px;
}

.pt-10 {
    padding-top: 10px;
}



.TopBlueBar {
    height: 45px;
    width: 100%;
    background-color: #093c71;
    display: table;
}



.TopDivider {
    height: 1px;
    font-size: 1px;
    width: 100%;
    background-color: #000000;
    display: table-row;
}

.MainContent {
    min-height: 400px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    position:relative;
}

.TopHomeBorder {
    border-top:1px solid #000000;
}


.AppointmentButton a:link, .AppointmentButton a:visited, .AppointmentButton a:active {
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    background-position: 0px 0px;
    display: block;
    font-size: 11px;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    width: 153px;
    height: 19px;
    padding-top: 4px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.AppointmentButton a:hover {
    color: #ffffff;
    background-color: #000000;
}




a:link {
    /*text-decoration: underline; TERRY*/
    text-decoration: none;
    color: #02295D;
}

a:visited {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #02295D;
}

a:active {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #02295D;
}

a:hover {
    text-decoration: none;
    color: #027b95;
}


.shadowbehind:link, .shadowbehind:visited,.shadowbehind:active
{
		transition:all 0.3s ease;
		filter: drop-shadow( 0 0 3mm #02295D);
}

.shadowbehind:hover
{
	filter: drop-shadow( 0 0 5mm #02295D) ;

}


.homePara1{
    background-image: url("/App_Themes/Theme1/Images/HomeParaBG.jpg");
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.homePara1Overlay{
    background-color:rgba(0,0,0,0.3);
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}






.homePara11Scroll{
   /* background-image: url("/App_Themes/Theme1/Images/HomeTopBG2.jpg");
	background-image: url("/App_Themes/Theme1/Images/scrollbac.jpg"); 
	background-image: url("/App_Themes/Theme1/Images/frames.jpg");*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.homePara11Overlay{
   /* background-color:rgba(0,0,0,0.3);*/
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}







.homePara2{
    background-image: url("/App_Themes/Theme1/Images/para22.jpg");
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	height: 400px;
}




.homeTopBg{
    background-image: url("/App_Themes/Theme1/Images/office.jpg");
    background-position:bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	
	position:relative;
	height: 520px;
	width:100%;
}

.HomeTopBgOverlay {
    background-color:rgba(0,0,0,0.5);
	height: 520px;
	width:100%;
}


.homeTopLady{
	display:inline-block;	
	position:absolute;
	
	left:0px;
	
	bottom:0px;
	opacity: 0;
	
	transition:all 1s ease;
}

.homeTopLadyImg
{
	height:450px;
}

.homeTopFadeText{
	/*background-color:rgba(0,0,0,0.6);*/
	border-radius:10px;

	color:#ffffff;
	font-size:36px;
	font-family:Tahoma, 'Open Sans', sans-serif !important;

	max-width:95vw;
	position:absolute;
	
	right:50px;
	top:300px;
	opacity: 0;
	
	transition:all 1s ease;
}

.homeTopFadeTextSub{
	font-size:30px;
	font-style:italic;
}


@media only screen and (min-width: 1700px) {
    
    .homeTopBg{	
	    height: 805px;
    }

    .HomeTopBgOverlay {
	    height: 805px;
    }
	
	.homeTopLadyImg
	{
		height:705px;
	}

    .homeTopFadeText{
	    font-size:70px;
        padding-top:100px;
    }

    .homeTopFadeTextSub{
	    font-size:50px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1699px) {
    
    .homeTopBg{	
	    height: 660px;
    }

    .HomeTopBgOverlay {
	    height: 660px;
    }
	
	.homeTopLadyImg
	{
		height:610px;
	}

    .homeTopFadeText{
	    font-size:240px;
        padding-top:50px;
    }

    .homeTopFadeTextSub{
	    font-size:40px;
    }
}



@media only screen and (max-width: 920px)   {
	.homeTopLady{
		display:none;
	}
	
	.homeTopFadeText{
		right:0px;
		left:50%;
		margin-left:-210px;

	    text-align:center;
	    width:100%;	
	    max-width:420px;	
	}
}

@media only screen and (max-width: 420px) {
	.homeTopFadeText{
		margin-left:calc(95vw / -2);
	}
}

@media only screen and (min-width:921px)  {
	
	.homeTopFadeText{
	    text-align:left;
	    width:47%;	
	}
}



/* Overlay Boxes */

.overlay-boxes .col-6{
    margin:0px;
    padding:0px;
    width:50%;
    height:100%;
}
.overlay-boxes h3{
    font-size:35px;
    font-style:italic;
    color:#ff0000;
}
.overlay-boxes p{
    font-size:20px;
    line-height:28px;
    padding:0px 40px;
}
.overlay-boxes .cta{
    padding:10px;
    font-size:16px;
    color:#fff;
    background:#396d8d;
    margin-top:15px;
    display:inline-block;
    width:auto;
}
.overlay-box{
    background-position:50% 50%;
    background-size:cover;
    height:50%;
}
.overlay-box a img{
    display:block;
    position:absolute;
    width:87px;
    height:87px;
    top:55px;
    right:-43px;
}
.meet-our-doctors{
    background-image:url("/App_Themes/Theme1/Images/overlay-box-1.jpg");
}
.meet-our-doctors a{
    padding-top:30px;
    background:rgba(0,0,0,.7);   
}
.meet-our-doctors:hover a{
    background:#333;
}
.call-us-today{
  
    background-image:url("/App_Themes/Theme1/Images/overlay-box-2.jpg");
}
.call-us-today a{
    padding-top:30px;
    background:rgba(255,0,0, 0.7);
}
.call-us-today:hover a{
    background:rgba(255,0,0,1);
}
.insurance-faq{
    background-image:url("/App_Themes/Theme1/Images/overlay-box-3.jpg");
}
.insurance-faq a{
    background:rgba(0,0,0,.7);
    margin-left:50%;
    padding-left:40px;
}
.insurance-faq a img, .dry-eye-faq a img{
    left:-43px;
}
.insurance-faq:hover a{
    background:#333;
}
.dry-eye-faq{
    background-image:url("/App_Themes/Theme1/Images/overlay-box-4.jpg");
}
.dry-eye-faq a{
    background:rgba(255,0,0, 0.7);
    margin-left:50%;
    padding-left:40px;
}
.dry-eye-faq:hover a{
    background:rgba(255,0,0,1);
}
.overlay-box a{
    display:block;
    width:50%;
    height:100%;
    color:#fff;
    text-align:left;
    box-sizing:border-box;
    position:relative;
    transition:.2s ease-in-out all;
}
.overlay-box a span{
    font-size:24px;
    text-transform: uppercase;
    padding:20px 20px 10px 20px;
    box-sizing:border-box;
    display:block;
}
.overlay-box a span+span{
    font-size:15px;
    padding-top:0px;
}


.search-and-social .col-6{
    width:50%;
    margin:0px;
}
.search-and-social .col-6 + .col-6{
    background:#5f5f5f;
}


/*************************************************************
Footer links  *Don't change the table or align classes*
*/
.HomeHoursBox {

    display: block;
   /* align-items: center;*/

    font-size: 14px;
   /*  font-weight: 700; */
   color: #ffffff;


}

.HomeHoursHeader {
    font-size: 20px;
    padding-bottom: 10px;
	/*line-height:24px;

    width: 100%;*/
    text-align: center;

}
.HomeHoursDays {
    width: 133px;
    text-align: left;
	padding-left: 0px;
}

.HomeHoursTime {
    text-align: left;
}
.TableDiv {
    display: table;
	    margin: 0 auto;
}

.TableRowDiv {
    display: table-row;
}

.TableCellDiv {
    display: table-cell;
	/*padding-bottom:5px;*/
}

.AlignCenter {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.TextAlignCenter {
    text-align: center;
}

.TextAlignRight {
    text-align: right;
}

.greenLink:link, .greenLink:visited, .greenLink:active {
    color: #02295D;
    text-decoration: underline;
    font-weight: bolder;
}

.greenLink:hover {
    color: #027b95;
    text-decoration: none;
}

.MainOuterTableFooter {
    color: #000000;
    text-align: center;
    width: 100%;
}

/*************************************************************/


.BottomAddressOuter {
    width:100%;
    display:inline-block;
    padding:20px 0px;
    /*border-top:5px solid #660000;
	background-image: url(/App_Themes/Theme1/Images/pattern.jpg);*/
	

    background-color:#026e8d;
    background: url(/App_Themes/Theme1/Images/river3.jpg) no-repeat fixed;
    background: url(/App_Themes/Theme1/Images/river2.jpg) no-repeat fixed;
    background-position: center;
    background-size: cover;	
}

.BottomAddressInner {
    margin:0 auto;
width:80%;
max-width: 1200px;
    color:#ffffff;
    font-size:20px;
background-color: rgb(0 0 0 / 70%);
    display: table;
    padding: 15px;
    border-radius: 20px;	
}

.BottomAddressBox {
    width:100%;
    text-align:center;
    /*padding:20px;*/
    box-sizing:border-box;
	margin:0 auto;
	
	
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	
}

.BottomAddressBoxDivider {
    float:left;
    width:13%;
    text-align:center;

    pointer-events: none;
    padding-top:20px;
}

.BottomTitle {
    text-align:left;
    color:#929292;

    padding-bottom:20px;
}

.BottomLogo {
    background-color:#ffffff;
    padding:0px 10px 10px 10px;
    border-radius:10px;
	max-width:400px;
	margin:0 auto;
}

.BottomAddress {
    text-align:center;
    /*line-height:30px;*/
	min-width:100px;
	width:100%;
}

@media only screen and (min-width:921px)  {	

	.BottomAddress {
		text-align:center;
		/*line-height:30px;*/
		min-width:100px;
		width:50%;
	}
}


.BottomAddress a {
    color:#ffffff;
    text-decoration:none;
}




.BottomRequestAppointmentButtonDiv {
    padding-top:50px;
}


.BottomRequestAppointmentButton a:link, .BottomRequestAppointmentButton a:visited, .BottomRequestAppointmentButton a:active {
    background-color:#536713;
    color:#ffffff;
    border:2px solid #ffffff;

    border-radius:20px;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
    padding:10px 20px 10px 20px;

    text-decoration:none;
    transition:all .3s ease;
}

.BottomRequestAppointmentButton a:hover {
   background-color:#ffffff;
    color:#536713 !important;
    border:1px solid #000000;
}

.SlideShowRequestAppointmentButtonDiv {
    padding-top:50px;
}

.SlideShowRequestAppointmentButton a:link, .SlideShowRequestAppointmentButton a:visited, .SlideShowRequestAppointmentButton a:active {
    background-color:#02295D;
    color:#ffffff;
    border:2px solid #ffffff;

    border-radius:20px;
    font-size: 24px;
    font-weight: 700;
    text-align:center;
    padding:10px 20px 10px 20px;

    text-decoration:none;
    transition:all .3s ease;
}

.SlideShowRequestAppointmentButton a:hover {
   background-color:#ffffff;
    color:#02295D;
    border:1px solid #02295D;
}


.HeaderRequestAppointmentButton:link, .HeaderRequestAppointmentButton:visited, .HeaderRequestAppointmentButton:active {
    background-color: #02295D;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;  
}

.HeaderRequestAppointmentButton:hover {
   background-color:#ffffff;
   color:#02295D;
    border:1px solid #02295D;
}

@media only screen and (min-width: 820px) {
	.HeaderRequestAppointmentButton:link, .HeaderRequestAppointmentButton:visited, .HeaderRequestAppointmentButton:active {  
		padding: 5px 10px;
		/*border: 2px solid #ffffff;*/
		border-radius: 10px;
		margin-right:15px;
		
		position: absolute;
		top: 42px;
		right:150px;
		z-index:10;
	}
}

.divaroundmap{
	height:300px;
	width:100%; 
	max-width: 500px;
	overflow-x:hidden;
	overflow-y:hidden;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
.BottomAddressBox {
    float:none;
    width:90%;
    min-width: auto;
	margin:0 auto;
	
	
}	
.divaroundmap{
	height:250px;
	width:100%; 
	max-width:100%;
}
.HomeHoursHeader {
    font-size: 14px;
    padding-top: 10px;
     padding-bottom: 0px;
}
.BottomAddressInner {
    margin:0 auto;
width:80%;
    color:#ffffff;
    font-size:14px;
background-color: rgb(0 0 0 / 50%);
    display: table;
    padding: 15px;
    border-radius: 10px;	
}
.BottomAddressOuter {

    background: url(/App_Themes/Theme1/Images/DempsterOfficeBG.jpg) no-repeat;
    background-position: center;
}

}
@media only screen and (max-width: 819px) {
	.HeaderRequestAppointmentButton:link, .HeaderRequestAppointmentButton:visited, .HeaderRequestAppointmentButton:active { 
		border-bottom: 1px solid #ffffff;
		display:inline-block;
		width:100%;
		padding:5px 0px;
	}	
}


.BottomSocialMedia {
    text-align:left;
    padding-top:15px;
}


.HomeRequestAppointment {
    width:100%;
	background-color:#90ac39;
}


.HomeRequestAppointment a:link, .HomeRequestAppointment a:visited, .HomeRequestAppointment a:active {
    background-color:#90ac39;
    color:#ffffff;
    display:block;

    width:100%;
    font-size:30px;
    font-weight:700;

    text-align:center;

    padding:30px 0px 40px 0px;

    text-decoration:none;
    transition:all .3s ease;
}

.HomeRequestAppointment a:hover {
    background-color:#eaeaea;
    color:#90ac39;
    font-size:36px;
}


@media only screen and (min-width: 800px) {

    .HomeRequestAppointment a:before {
        position: relative;
        margin-right: 2px;
        /*content: "\1F554";*/
        content: "\1F4C5";
    }
}

.Home3OuterBox {
    background-color:#ffffff;
    width:100%;
    display:inline-block;
}

.Home3OuterText {
    display:block;
    padding-top:50px;
    padding-bottom:50px;
    text-align:left;
}

.Home3TopText {
    color:#4c4c4c;
    font-size:29px;
    font-weight:700;
    padding-bottom:10px;
}

.Home3BodyText {
    color:#4c4c4c;
    font-size:22px;
    line-height:28px;text-align:justify;
}

@media only screen and (max-width: 974px) {
    .Home3LeftImage {
        background-image: none;
    }

    .Home3OuterText {
        max-width:90%;
        margin:0 auto;
    }
	
	.BottomAddress{
		/*padding-left:10px;*/
	}
	
	.BottomSocialMedia{
		padding-left:35px;
	}
	
}



@media only screen and (min-width: 975px) {    
    .Home3LeftImage {
        background-image: url("/App_Themes/Theme1/Images/HomeFaceBG.jpg");
        background-position:left middle;
        background-size: contain;
        background-repeat: no-repeat;
        height:450px;
    }

    .Home3OuterText {
        padding-left:45%;
        max-width:50%;
        height:450px;
    }
}


@media only screen and (min-width: 1600px) {
    .Home3TopText {
        font-size:32px;
    }

    .Home3BodyText {
        font-size:26px;
        line-height:35px;
    }
}




@media only screen and (max-width: 1017px) {

}




.RandomTestimonialOuter {
    /*  background-image: url("/App_Themes/Theme1/Images/HomeReviewBG.jpg"); */
	background: url(/App_Themes/Theme1/Images/frames.jpg) no-repeat fixed;
	background-size: cover;
	
	position:relative;
	padding:240px 0px 240px 0px;
	width:100%;
}


@media only screen and (max-width: 819px) {
	.RandomTestimonialOuter {
		padding:20px 0px 20px 0px;		
	}
	
}

.RandomTestimonialInner {
    max-width:710px;
	padding:15px 20px 15px 20px;
    border-radius:10px;

    margin:0 auto;
    background-color:rgba(0,0,0,0.4);
}

@media only screen and (min-width: 820px) {	
	.RandomTestimonialInner {
		margin-left:10%;
	}
		.HomeCircleImage img{
		width:350px;
		height:350px;
		border-width: 0;
	}
}

.RandomTestimonialBox {
    font-size:24px;
    color:#ffffff;
}

.PhoneIcon:before {
    position: relative;
    margin-right: 2px;
    content: "\260E";
}


.Box1Title {
    color: #30008c;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    font-size:28px;
    font-weight:700;
    padding:40px 0px 30px 0px
}

.Box1Body {
    color: #000000;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    font-size:22px;
    padding:0px 0px 40px 0px
}



.Box2Outer {
    width:80%;
    margin:0 auto;
    /*padding: 5% 5%;*/
	padding-bottom:50px;
	padding-top:50px;
}

.Box2Title {
    color: #ffffff;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    font-size:38px;
    padding:0px 0px 10px 0px
}

.Box2Body {
    color: rgb(98 98 98/ 80%);
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    font-size:24px;
    font-weight:700;
    font-style:italic;
}



.Box3Outer {
    width:80%;
    max-width:1080px;
    margin:0 auto;
    padding: 40px 0px 40px 0px;
    display:inline-block;
}

.Box3OuterLeft {
    width:50%;
    box-sizing:border-box;
    text-align:left;
    float:left;
}

.Box3OuterRight {
    width:50%;
    box-sizing:border-box;
    float:left;
}

.Box3Title {
    color: #8b8b8b;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    font-size:28px;
    padding:0px 0px 10px 0px;
}

.Box3Body {
    color: #686767;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    font-size:16px;
    line-height:22px;
    text-align:justify;
}

.Box3Bold {
    font-size:20px;
    font-weight:700;
}

@media only screen and (min-width: 1050px) {
    .Box3OuterLeft {
        width:50%;
        padding:0px 20px 0px 0px;
    }

    .Box3OuterRight {
        width:50%;
        padding:0px 0px 0px 20px;
        text-align:right;
    }
}

@media only screen and (max-width: 819px) {
    .Box3OuterLeft {
        width:100%;
        margin:0 auto;
    }

    .Box3OuterRight {
        padding-top:30px;
        width:100%;
        margin:0 auto;
    }

.BottomRequestAppointmentButtonDiv {
    padding-top:30px;
}


.BottomRequestAppointmentButton a:link, .BottomRequestAppointmentButton a:visited, .BottomRequestAppointmentButton a:active {

    font-size: 14px;
}
.SlideShowRequestAppointmentButtonDiv {
    padding-top:30px;
}


.SlideShowRequestAppointmentButton a:link, .SlideShowRequestAppointmentButton a:visited, .SlideShowRequestAppointmentButton a:active {

    font-size: 14px;
}

}




.Box4Outer {
    width:100%;
    background:linear-gradient(#cccccc, #ffffff)
}

.Box4Inner {
    width:80%;
    max-width:1080px;
    margin:0 auto;
    padding: 50px 0px 50px 0px;
    display:inline-block;
}

.Box4Title {
    color: #686767;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    font-size:30px;
    padding:0px 0px 10px 0px;
    text-align:left;
}

.Box4Body {
    color: #686767;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    font-size:16px;
    line-height:22px;
    text-align:justify;
}

.homeBlueButtonOuterRow {
    background-color:#d8f0fa;
}

.homeBlueButtonOuter {
    margin:0 auto;
    padding:30px 0px 30px 0px;
    display:inline-block;
}

.homeBlueButton {
    padding:5px;
    float:left;
}


.homeBlueButton a:link, .homeBlueButton a:visited, .homeBlueButton a:active {
    border: 2px solid #90ac39;
    border-radius:5px;
    box-sizing:border-box;

    display: block;
    font-size: 16px;
    font-family:Tahoma, 'Open Sans', sans-serif !important;
    width: 230px;
    padding:20px 0px 20px 0px;

    text-align: center;
    color: #ffffff;
    background-color: #90ac39;
    text-decoration: none;
    transition:.3s all ease;
}

.homeBlueButton a:hover {
    color: #90ac39;
    background-color: #ffffff;
}



@media only screen and (min-width: 1000px) {
    .homeBlueButtonOuter {
        width: 960px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 999px) {
    .homeBlueButtonOuter {
        width: 480px;
    }
}

@media only screen and (max-width: 499px) {
    
    .homeBlueButtonOuter {
        width:240px;
    }
}



.homeCityBg {
    background-image: url("/App_Themes/Theme1/Images/CityBG.jpg");
    background-position:left bottom;
    background-size: cover;
    background-repeat: no-repeat;   
    background-attachment: fixed;
    height:600px;
}

.homeCityBgOverlay {
    width:100%;
    height:600px;
}

.homeCityRight {    
    padding:40px;
    font-size:18px;
    box-sizing:border-box;
    height:600px;
}

@media only screen and (min-width: 1050px) {
    .homeCityLeft {
        float:left;
        width:50%;
        display:inline-block;
        height:600px;
    }

    .homeCityRight {        
        float:left;
        width:50%;
        display:inline-block;
        text-align:left;
    }

    .homeCityBgOverlay {
        background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0)10%, rgba(255,255,255,1)80%);
    }
}

@media only screen and (max-width: 819px) {

    .homeCityLeft {
        display:none;
    }

    .homeCityRight {
        width:100%;
        text-align:center;
    }

    .homeCityBgOverlay {
        background-image: linear-gradient(to right, rgba(255,255,255,0)0%, rgba(255,255,255,.5)20%, rgba(255,255,255,1)50%);
    }
		.RandomTestimonialBox {
    font-size:18px;
    color:#ffffff;
}

	.HomeCircleImage img{
		width:200px;
		height:200px;
		border-width: 0;
	}
}


	
	.HomeCirclesOuter{
		padding:0px 0px 20px 0px;
		display:inline-block;
		
		margin:0 auto;
	}
	
	.HomeCircleBox{
		max-width:390px;
		width:100%;
		box-sizing:border-box;
		margin:0 auto;
		padding:20px;
	}
	
	.HomeCircleImage{
		padding:10px 0px 10px 0px;
	}
	
	
	.HomeCircleTextHeader{
		font-size:18px;
		font-weight:700;
		padding:10px 0px 5px 0px;
	}
	
	.HomeCircleText{
		font-size:16px;
		padding:5px 0px 10px 0px;
	}

	@media only screen and (max-width: 799px) {
		.HomeCirclesOuter{
			max-width:390px;
			width:100%;
		}
	}

	@media only screen and (min-width: 800px) {
		.HomeCirclesOuter{
			max-width:1170px;				
			display:flex;
			flex-wrap:wrap;
			align-items: center;
			justify-content: center;
			padding-top:50px;
			padding-bottom:25px
		}
	}
	
	@media only screen and (min-width: 2000px) {
		.HomeCirclesOuter{
			max-width:2000px;			
		}
	}




/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	html {    
		overflow: hidden;
	}
	body {    
		overflow: auto;
	}
}


/* Edge CSS */
@supports (-ms-ime-align:auto) { 
	html {    
		overflow: hidden;
	}
	body {    
		overflow: auto;
	}
}


