@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Merriweather:ital,wght@0,400;0,700;1,400&display=swap');
html {
	font-family: 'Lato',sans-serif;
	scroll-behavior: smooth;
	height: 100%;
}

.btn-primary {
	background-color:#0b5e7e;
}


body {
	font-family: 'Lato',sans-serif;
	color: #333;
	margin: 0;
	height:100%;
	background-color: #fff;
}

a:link {
	 color: #2e578f;
	 text-decoration: underline;
}

a:visited {
    color:#2e578f;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -100px;
}

.imgscale {
    max-width: 100%;
    height: auto;
}

#topbar {
	width: auto;
	background-color: #0b5e7e;
	padding-top:.5em;
	padding-bottom: .5em;
	text-align: center;
	color:#fff;
	overflow: auto;
}

#topbar-left {
	float: left;
	width: auto;
	margin-left: 3em;
}

#topbar-right {
	float: right;
	width: auto;
	margin-right: 3em;
	font-size: 1.2em;
}

#header {
	width: 100%;
	text-align: right;
	padding-top:1em;
	color:#333;
	padding-bottom: 1em;
	background-color:#fff;
	overflow: auto;
}

#logo {
float: left;
margin-left:2em;
}

.logo {
	max-width: 230px;
}


#menu {
	width: auto;
	text-align: right;
	font-size: 1.5em;
	float: right;
	margin-right: 1em;
	margin-top:1em;
}

#menu a {
	text-decoration: none !important;
	color:#4d5c79;
}

#mobilemenu {
	display: none;
}

.nav {
	text-transform: uppercase;
}


#masthead {
	text-align: center;
	width: 100%;
	padding-top:15em;
	padding-bottom:15em;
}

#masthead h1 {
	font-size: 3.4em;
	text-shadow: 1px 1px 1px #333;
	color:#fff;
}



#content {
	margin: 0 auto;
	width: 85%;
	font-family: 'Merriweather', serif;
	line-height: 1.5em;
	color:#333;
	margin-top:1em;
	font-size: 1.3em;
	padding-bottom: 10em;
}

#content h1 {
	color: #4d5c79;
	font-size: 3.2em;
	margin-bottom:.3em;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

#content h2 {
	color: #0d6b90;
	font-size: 2.8em;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin-bottom:.6em;
}

#content h3 {
	color: #136d90;
	font-size: 2em;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	margin-bottom:.6em;
}

.columns {
	display: flex;
	margin-top:2em;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.column-gap {
	display: flex;
	flex-direction: column;
	flex-basis: 5%;
	flex: .2;
  }

#servicesholder {
	display: flex;
	width: 100%;
	margin-top:2em;
	margin-bottom: 2em;
}

.services {
	flex:1;
	padding: 1em;
	margin: 1em;
	text-align: center;
	background-color: #4d5d79;
	font-size: 1.1em;
	font-family: 'Lato', sans-serif;
	border-radius: 10px;
	color:#fff;
}

.services a {
	color:#fff;
}

.servicesmall {
	font-size: .7em;
	font-style: italic;
}



#contactholder {
	display: flex;
	width: 100%;
	margin-top:2em;
	margin-bottom: 2em;
}

.contact {
	flex:1;
	margin: 1em;
}



.container {
	margin-top:3em !important;
	text-align: justify;
}


#infobar {
	 position:relative;
     width: auto;
	 color: #333;
	 font-size: 1.4em;
	 background-color:#f3f3f3;
	 padding-top:1em;
	 padding-bottom:1em;
	 padding-left: 2em;
	 padding-right: 2em;
	 /*display: flex;*/
	 margin: 0 auto;
}

.doctor {
	width: auto;
	padding: 1em;
	vertical-align: top;
	text-align: center;
}

.doctor img {
	max-width: 200px;
	margin-bottom: 1em;
}

.map {
	width: auto;
	flex: 1;
	padding: 1em;
	vertical-align: top;
}


#staffholder {
	width: auto;
	text-align: center;
	margin-top:5em;
	margin-bottom: 1em;
}

.staff {
	display: inline-block;
	vertical-align: top;
	max-width: 210px;
	margin: 1em;
}

.staff img {
	padding-bottom: 1em;
}


#formholder {
	width: auto;
	text-align: center;
	margin-top:5em;
	margin-bottom: 1em;
}

.form {
	display: inline-block;
	vertical-align: top;
	max-width: 210px;
	margin: 1em;
	background-color: #4d5c79;
	text-align: center;
	color:#fff;
	padding: 1em;
	border-radius: 15px;
	min-height: 200px;
}

.formicon {
	margin-bottom: .3em;
}

#footer {
     position:relative;
     width: auto;
	 color: #fff;
	 background-color:#135b78;
	 padding-top:5em;
	 padding-left:1em;
	 padding-right: 1em;
	 padding-bottom:1em;
	 vertical-align: bottom;
}


#footer-left {
	display: inline-block;
	width:auto;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.9em;
	margin-left: 1em;
}

#footer-left a {
	color:#fff;
	text-decoration: none;
}

#footer-right {
	display: inline-block;
	width: auto;
	float: right;
	text-align: right;
	margin-right: 1em;
}

#footer-right a {
	color:#fff;
}

.btndark {
	background-color:#242e43;
	border: #fff;
}

.btndark:hover {
	background-color:#000;
}

.btngreen {
	background-color:#0d2a1a;
	border: #fff;
}

.btngreen:hover {
	background-color:#3ea66d;
}


/* Swiper Additional Styling */

	.swiper-container {
      width: 100%;
      height: 100%;
      background: #fff;
    }

    .swiper-slide {
      font-size: 1.5em;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 100px;
 	  min-height: 300px;
 	  padding-top: 5em !important;
      padding-bottom: 5em !important;   
      width: auto;
      background-size: cover;
    }

    .swiper-slide .textholder {
    	max-width: 60%;
    }

    .swiper-slide .title {
      font-size: 3em;
      font-weight: 300;
      line-height: normal;
      text-shadow: 1px 1px 1px #333;
    }

    .swiper-slide .subtitle {
      font-size: 1.5em;
    }

    .swiper-slide .text {
      margin-top:1em;
    }

	.swiper-slide .swiper-button-prev {
		z-index: 99999999999999 !important;
	}

	.textback {
		background-image: url('images/textback.png');
	}

	.square {
		color:#4d5c79;
		font-size: .9em;
	}

	.square:hover {
		color:#31a0cd;
	}

	.video {
		display: inline-block;
		width: 530px;
		height: 300px;
		margin:1em
	}

/* Google Map Responsive Credit : http://www.labnol.org/internet/embed-responsive-google-maps/28333/ */
	 .google-maps {
        position: relative;
        padding-bottom: 45%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .mobileonly {
    	display: none;
    }

	.floater {
		float: right;
		margin-left: 1em;
		margin-bottom: 1em;
	}

    .fa-twitter {
    	margin-right: .5em;
    }

    .fa-facebook {
    	margin-right: .5em;
    }

    .fa-instagram {
    	margin-right: .5em;
    }
