@charset "utf-8";
/* CSS Document */


.hidden { display: none; }
.inline-block { display: inline-block; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html { font-size: 100%; } 
body { 
    font-size: 1.1rem; 
    line-height: 150%; 
}
html, body {
    height: 100%;
	background-color: #fff;
	color: #224C58;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

html:focus-within {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 { 
    font-family: 'Ubuntu', sans-serif; 
	font-weight: 400;
    font-style: normal;
    max-width: 980px;
	margin-left: auto;
	margin-right: auto;
    color: #00474a;
    line-height: 120%;
}
h1, h2 { font-family: 'Ubuntu', serif; }
h3, h4, h5, h6 { font-family: 'Ubuntu', sans-serif; }

h1 { font-size: 3em; }
h2 { font-size: 2.4em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
p { font-size: 1em; }

@media (min-width: 800px) {
	h1 { font-size: 3.2em; }
    h2 { font-size: 3em; }
    h3 { font-size: 2em; }
    h4 { font-size: 1.8em; }
    h5 { font-size: 1.2em; }
    p { 
        font-size: 1.1em; 
        line-height: 150%;
    }
}

.highlight { 
    font-size: 1.2em; 
    line-height: 150%;
}

.footnote { 
    font-size: .8em; 
    line-height: normal;
}

img { font-size: initial; }

img,
iframe { max-width: 100%; }

/* Make iframe/video Responsive */ 
.videoWrapper {
	position: relative;
	padding-bottom: 52.4%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.center {
	width: 100%;
	margin: auto;
	text-align: center;
}

.clear { clear: both; }
 
.inline-block { 
	display: inline-block; 
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Skip to main content link */

.skip-to-main {
    text-transform: initial !important;
    text-align: center;
}
.skip-to-main:active, .skip-to-main:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    display: block;
    background: #ffe785;
    color: #224c58 !important;
    padding: 5px;
}


.sml-txt { font-size: .95em; }

.container {
    width: 100%;
	max-width: 1600px; 
	padding: 0 4%;
	margin: auto;
}

p { 
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* Hide anchor link & create space on top of anchor links */
a.anchor {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    margin: 0;
    margin-top: -80px;
    text-decoration: none;
}
/* Suppress a visible focus indicator on the focusable target  */
:focus { outline: none; }


a, a:hover { color: #547781; }
a:hover { text-decoration: none; }
a,
.btn {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.btn {
	display: inline-block;
	position: relative;
	margin: 10px auto;
	padding: 8px 18px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;	
	background-image: none;
	background-color: transparent; 
    border: 3px solid hsl(48 47% 84% / 1);
	font-weight: normal;
	font-size: 1.2em;
	font-family: 'Ubuntu', sans-serif;
    background: #c8b568;
    color: #224C58;
    font-weight: bold;
    border-radius: 15px;
    text-shadow: 1px 1px 1px #c8b568;
}
.btn:hover { 
    background-color: #66a3a9;
    border-color: #fff;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(43 57 15 / 80%);
}
.btn .txt-transform { text-transform: uppercase; }

a.btn { text-decoration: none; }

a.btn.fancy {
	-webkit-box-shadow: 0px 3px 0px 0px rgba(48,60,64,.2);	
	-moz-box-shadow: 0px 3px 0px 0px rgba(48,60,64,.2);
	box-shadow: 0px 3px 0px 0px rgba(48,60,64,.2);
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.divider {
    width: 100%;
    height: 1px;
    margin-top: calc(1em + 30px);;
    background: rgb(200,181,104);
    background: radial-gradient(circle, rgba(200,181,104,1) 0%, rgba(200,181,104,1) 50%, rgba(200,181,104,0) 100%);
}


.notice {
    background: rgba(174, 99, 87, .2);
    border: 1px solid #ae6357;
    max-width: 780px;
    margin: 30px auto 20px;
    text-align: center;
    padding: 1em;
}


header {
    z-index: 1000;
    position: relative;
}

/* Set custom height above targeted element to match fixed header/menu */

:target:before {
	content:"";
	display:block;
	height: 60px; /* header/menu height */
	margin-top: -60px; 
}
@media (min-width: 992px) {
	:target:before {
		content:"";
		display:block;
		height: 80px; /* menu/header height */
		margin-top: -80px; 
	}
}


/* ------> Style the scroll bars <------ */

/* width */
/* ::-webkit-scrollbar { width: 20px; } */

/* Track */
/* ::-webkit-scrollbar-track {
box-shadow: inset 0 0 2px #224c58; 
background-color: rgba(85, 119, 130, 0.1);
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
background: #c8b568; 
border-radius: 10px;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
background: #c8b568; 
} */

/* ------> Navigation Elements <------ */

/* Nav Bar */

#nav-bar {
	width: 100vw;
	height: auto;
    min-height: 80px;
	position: fixed;
	top: 0;
	color: #fff;	
	text-align: left;
	z-index: 1;
    background: #224C58;
    background: linear-gradient(137deg, rgb(33, 33, 33) 0%, rgb(0, 71, 74) 100%);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(16, 16, 16, .5);
    box-shadow: 0px 2px 4px 0px rgba(16, 16, 16, .5);
}

#nav-bar .container { 
	max-width: 1600px; 
	min-height: 80px;
	padding: 0 4%;
	display: flex; 
	flex-flow: row wrap; 
	align-items: center;	
	justify-content: space-between;
}
	
#nav-bar a {
	color: #c7dddf;
	font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}

#nav-bar a:hover { 
    color:#fff; 
    text-decoration: underline;
}

#nav-bar .primary-nav li:first-child a { 
    padding: 0 4%;
    min-height: 80px;
    display: flex;
}


@media (min-width: 1024px) {
	#nav-bar a { font-size: 18px; }
}

@media (min-width: 1200px) {
	#nav-bar a { font-size: 20px; }
}

#nav-bar img.logo {
	width: 100%;
	max-width: 120px;
	height: auto;
}

@media (min-width: 380px) {
    #nav-bar .primary-nav.open img.logo { width: calc(100% - 220px); }
}
@media (min-width: 1024px) {
    #nav-bar img.logo { max-width: 160px; }
    #nav-bar .primary-nav li:first-child a { 
        min-height: auto; 
        margin-left: -16px;
    }
}

#nav-bar .request-appointment {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -1px;
}

#nav-bar .request-appointment a.phone { display: none; }

#nav-bar .request-appointment a.btn { 
    flex: 1 1 auto;
    width: auto;
    margin: auto 1%;
    background: #00474a;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #c7dddf;
    border-bottom-width: 0;
    font-size: 1.2rem;
    line-height: 120%;
    font-weight: bold;
    white-space: normal;
}
#nav-bar .request-appointment a.btn:hover { 
    background-color: #66a3a9;
    border-color: #fff;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(43 57 15 / 80%);
    text-decoration: none;
}

#nav-bar .request-appointment .btn span.txt-transform { text-transform: initial; }

#main-menu { 
    width: 100%;
    margin: auto 0; 
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

#main-menu ul.open {
	margin: -1px 0 0 0;
	padding: 0;
    background: #224C58;
    background: linear-gradient(137deg, rgb(33, 33, 33) 0%, rgb(0, 71, 74) 100%);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(16, 16, 16, .5);
    box-shadow: 0px 2px 4px 0px rgba(16, 16, 16, .5);
}

#main-menu ul>li {
	list-style: none;
	float: left;
}

#main-menu ul>li:first-child { margin-top: 0; }

#main-menu ul.open>li a:hover { background-color: rgba(0, 0, 0, .2); }

/* Navigation Button */

.mob-logo { flex: 1 1 auto; }

.mob-logo a {
    min-height: 80px;
    display: flex;
}

.nav-button {
    display: flex;
    justify-content: flex-end;
	position: relative;
	z-index: 999;
}

.nav-button {
    display: flex; 
    flex-flow: row nowrap; 
    align-items: center;
    width: auto;
	height: auto;
    background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.3));
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
    cursor: pointer;
	border: 1px solid transparent;
	box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
	border-radius: 5px;
    margin-left: 5px;
    padding: 4px 8px;
	color: #c7dddf;
	text-align: left;	   
    font-size: 1rem;	
    text-transform: uppercase;
    text-decoration: none;
}

.nav-button:hover { 
    background-color: rgba(0,0,0,.4); 
    text-decoration: none !important;
    border-color: #c7dddf;
}

.nav-button .nav-label { 
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
}
.nav-button .nav-icon {
    width: 20px;
    display: flex;
    align-items: center;
    color: #fff;
}

.nav-button .nav-icon:after {
    margin-left: 6px;
    margin-top: 2px;
    content: '\f0c9';  
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.nav-button.open .nav-icon:after {
    content: '\f00d';  
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 1.2rem;
}

@media (min-width: 380px) {
	.nav-button { 
        transform: scale(1);
        right: 0; 
    }
}

@media (min-width: 1024px) {

    .nav-button { display: none; } /* hide the navigation */	

	#nav-bar .mob-logo { display: none; }
    #nav-bar nav { 
        order: 1; 
        flex: 1 1 auto;
    }
    #nav-bar .nav-button { 
        order: 2; 
        flex: 0 0 auto;
    }

    #main-menu { 
        flex: 2 1 64%; 
        order: 1;
    }

    #nav-bar .request-appointment { 
        position: relative;
        width: auto;
        order: 2;
        flex: 0 0 auto;
        text-align: right;
        align-items: center;
        margin-right: 28px;
    }

    #nav-bar .request-appointment a.phone { 
        display: inline-block;
        margin-right: 20px; 
    }
    #nav-bar .request-appointment a.btn { 
        width: auto;
        padding: 8px 12px 6px 12px;
        margin-top: -1px;
        color: #fff;
        background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        border: 1px solid transparent;
        box-shadow: 0 0 4px rgba(0, 0, 0, .7) inset;
        border-radius: 5px;
    }

    #nav-bar .request-appointment a.btn:hover { 
        background-color: rgba(0, 0, 0, .4);
        border-color: #c7dddf ;
    }

    #nav-bar .request-appointment .txt-transform { display: none; }

	#main-menu ul { 
        text-align: left; 
        background: transparent;
        display: flex;
        align-items: center;
        margin: 4px 0;
        padding: 0;
    }
	#main-menu ul>li { 
	    vertical-align: middle;
		padding: 0 8px;
	}
		
	.primary-nav li a {	padding: 10px !important; }

	#nav-bar .phone a { font-size: 18px; }
}
@media (min-width: 1200px) {
	#main-menu ul>li { padding: 0 16px; }
}

/* Mobile Navigation Bar */
	
@media (max-width: 1023.98px) {

	.primary-nav {
		width: 100%;
		float: none;
		background-image: none;
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
        left: 0;
		z-index: 998;
		clear: both;
		-webkit-box-shadow: 0px 8px 23px 0px rgba(48,60,64,.5);
		-moz-box-shadow: 0px 8px 23px 0px rgba(48,60,64,.5);
		box-shadow: 0px 8px 23px 0px rgba(48,60,64,.5);
	}

	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 100%;
		padding: 14px 4%;
		border-top: 1px solid rgba(246,217,213,.15); 
	}


	/* Toggle Navigation Bar Open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
		animation-name: pullDown;
		-webkit-animation-name: pullDown;	

		animation-duration: 1.1s;	
		-webkit-animation-duration: 1.1s;

		animation-timing-function: ease-out;	
		-webkit-animation-timing-function: ease-out;	

		-ms-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%; 	
		transform-origin: 50% 0%;
	}

	.primary-nav.open li { 
		display: block; 
	}

	/* Nav Submenus */

	.primary-nav li ul {
		display: none;
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}
}


/* ------> General Content <------ */

section { padding: 20px; }

/* Hide the nav heading default */ 
nav h2 {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding:0 !important;
	border:0 !important;
	height: 1px !important; 
	width: 1px !important; 
	overflow: hidden;
}

/* Check List */
article ul { padding: 0; }

article ul.check-list li {
    position: relative;
    list-style-type: none;
    text-align: left;
    padding: 0 0 0 30px;
}

article ul.check-list li:before {
    content: "\f00c";
    text-decoration: inherit;
    top: 1px;
	left: 0;
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    display: inline-block;

}


/* Intro section */

.intro {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    padding: 150px 5% 50px;
    background: #212121;
    background-image: url('/assets/images/intro-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro img.logo { 
    width: 90%;
    max-width: 400px;
    flex: 1 1 100%;
    text-align: center;
    margin: auto;
}
.intro h2 { 
    color: #fff;
    flex: 1 1 100%; 
}

/* About section */

.about { padding: 40px 20px; }

.about ul { 
    text-align: left; 
    max-width: 722px;
    margin: 40px auto 20px;
    padding: 10px 20px;
    border: 1px solid #c7dddf
}

.about ul li { 
    margin: 20px 0; 
    list-style: none;
}

/* Services section */

.services { background: #e8eded; }
.services > .cards > section { 
    background-color: #fff; 
    border: 1px solid #c7dddf;
    margin: 20px auto;
    padding: 20px 40px;
    max-width: 500px;
}
.services > .cards > section:first-of-type { margin-top: 40px; }
.services > .cards > section h3 { margin: 0; }
.services > .cards > section ul.check-list { margin-bottom: 0; }
.services > .cards > section ul.check-list li {
    padding: 10px 0 10px 30px;
    border-top: 1px solid #c7dddf;
}
.services > .cards > section ul.check-list li:before { top: 11px; }

.services > aside { margin: 60px auto; }
.services > aside > .cards section {
    border: 1px solid #c7dddf;
    max-width: 500px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #fff;
}
.services > aside > .cards section h4 { margin: 15px auto; }

@media (min-width: 1024px) {
    .services > .cards,
    .services > aside > .cards {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        margin: auto;
        max-width: 1400px;
        gap: 20px;
    }
    .services > .cards > section { 
        flex: 0 1 48%; 
        margin: 0;
        max-width: none;
    }
    .services .cards > section:first-of-type { margin-top: 0; }

    .services > aside > .cards > section { 
        flex: 1 1 48%; 
        margin: 0;
        max-width: none;
    }
}

@media (min-width: 1272px) { 
    .services .cards > section { flex: 0 1 32%; }
    .services > aside > .cards > section { flex: 1 1 32%; }
}

/* Contact section */

.contact h2 small {
    line-height: 105%;
    display: inline-block;
    margin-top: 22px;
}

.contact .contact-options p {
    max-width: 722px;
    margin: 0 auto;
    padding: 10px 0 16px;
    border-top: 1px solid #c7dddf;
}
.contact .contact-options p i { padding-right: 8px; }

.contact iframe { 
    width: 100%; 
    margin-top: 10px;
}


/* Footer */

footer { 
    color: #c7dddf;
    font-size: .8rem;
    padding: 40px 20px 80px; 
    background: #224C58;
    background: linear-gradient(137deg, rgb(33, 33, 33) 0%, rgb(0, 71, 74) 100%);
}
footer a,
footer a,
footer a:hover { color: #fff; }

@media (min-width: 1024px) {
    footer { padding: 40px 20px; }
}


