* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}

#container {
	margin: 0 auto;
}

.clear {
	clear: both;
}

.highlight {
	color: #539cd9;
}
hr {
	border: 0;
    height: 1px;
    background: #ddd;
    margin-bottom: 22px;
}

ul#navigation {
	background: #eeeeee;
	display: flex;
	flex-direction: row;
	gap: 0;
}

ul#navigation {}

ul#navigation li {
	/* float: left; */
	width: auto;
	/* list-style: none; */
	/* height: 100%; */
	display: block;
	/* background: red; */
	margin: 0;
	flex: 1 1 auto;
}

	ul#navigation li:last-child a {
		border: 0;
	}

ul#navigation li a {
	display: block;
	margin: 0;
	border-right: 1px solid #ddd;
	text-decoration: none;
	color: #363636;
	font-weight: bold;
	width: auto;
	text-align: center;
	padding: 1rem 0;
	font-size: 0.95rem;
}

	ul#navigation li a:hover {
		background: #e9e9e9;
	}

	ul#navigation li:nth-last-child(2) a {
		background: #02a8c2;
		color: #fff;
		border: 0;
	}

ul#navigation .icon {
	display: none;
}

@media only screen and (max-width: 992px) {  /* Below 992px */
	ul#navigation li:not(:first-child) {
		display: none;
	} /* Keep the home button */
	
	ul#navigation li.icon {
	    float: right;
		display: block;
	}

	ul#navigation.responsive {
		position: relative;
		display: block;
	}
  	ul#navigation.responsive li.icon {
    	position: absolute;
    	right: 0;
    	top: 0;
  	}
  	ul#navigation.responsive li.icon a {
    	padding-right: 1rem;
    	padding-left: 1rem;
  	}
  ul#navigation.responsive li {
    float: none;
    flex: none;
    display: block;
    text-align: left;
  }
  ul#navigation.responsive li a{
    padding: 0.7rem 0;
  }
}





#logo {
	height: 8rem;
	display: flex;
	margin: 0;
	background: url('/imgs/logo_bg.gif') no-repeat transparent right center;
	align-items: center;
}

h1 {
	margin: 0;
	background: url('/imgs/logo.png') no-repeat 0px 0 transparent;
	background-size: contain;
	height: 5.6rem;
	display: block;
	width: 100%;
}

h1 a {
	display: block;
	height: 100%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.pull-left {
	float: left;
	margin: 0 20px 15px 0
}

p.subtle {
	color: #999;
}

ul#contact {
	/* float: right; */
	/* width: 268px; */
	/* padding: 25px 20px 14px 0; */
	list-style: none;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	height: 8rem;
}

	ul#contact li {
	    text-align: right;
	    text-decoration: none;
	    color: #02a8c2;
	    font-size: 1.4rem;
	    font-weight: 600;
	    display: block;
	    width: 100%;
	}
		ul#contact li#email a {
			color: #999;
		    font-size: 16px;
		    font-weight: 600;
		    text-decoration: none;
		}

		ul#contact li#social {
			
		}

			ul#contact li#social a {
				height: 28px;
				width: 28px;
				display: inline-block;
				margin-left: 5px;
			}

				ul#contact li#social a#facebook {
					background: url('/imgs/facebook.png') no-repeat;
				}

				ul#contact li#social a#twitter {
					background: url('/imgs/twitter.png') no-repeat;
				}

#theimages {
	height: 9rem;
	display: block;
	background: url('/imgs/images_content.jpg') no-repeat center center transparent;
	background-size: cover;
	margin: 1rem 0;
	-moz-border-radius: 9px;
	border-radius: 0.8rem;
}

#theimages2 {
	float: left;
	height: 5px;
	width: 100%;
	background: url('/imgs/images_content.jpg') no-repeat center transparent;
	margin-top: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#about {
	float: left;
	height: auto;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 2rem;
}

#about img {
	max-width: 100%;
}

#content {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	display: block;
}

h2 {
	color: #444;
	font-size: 27px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	color: #222;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}

#left .standout {
	background: #539cd9;
	margin-bottom: 2rem;
	padding: 1rem;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

#left {
	color: #444444;
}

#left p {
	margin-bottom: 2rem;
}


	#left.full{
		float: none;
		width: auto;
	}

#left a {
	color: #8cbde6;
}

#left p {
}

#left ul{
	margin: 1.5rem 0rem 1.5rem 4rem;
}

#left li {
	padding-bottom: 1rem;
	font-weight: bold;
}

#left #sub {
	border-width: 1px 0;
	border-style: solid;
	border-color: #e6e6e6;
	background: #fff;
	padding: 1.5rem 0;
	text-align: center;
	font-weight: bold;
	margin: 2rem 0;
}

ul#right {
	background: url('/imgs/right_back.jpg') no-repeat right 0 #ecf5f8;
	border: 1px solid #c6e0e7;
	padding: 1rem 1rem 1.8rem 1rem;
	margin: 0;
}

ul#right li {
	color: #7496bc;
	padding: 1rem 0 0 0;
	margin-left: 3rem;
	list-style-type: square;
}

ul#right li:first-child {
	color: #539cd9;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 1rem 0.5rem 0;
	text-shadow: #FFF 0 0.1rem 0;
	list-style: none;
	margin: 0;
}

ul#fees {
	border-bottom: 0.25rem solid #D6D6D6;
	margin: 0 auto 3rem;
	width: auto;
}

ul#fees li {
	list-style-image:initial;
	list-style-position:initial;
	list-style-type:none;
	padding: 0.8rem 1.5rem;
}

ul#fees li span {
	float:right;
	font-weight:bold;
}

ul#fees li.alternate {
	background-color:#F0F0F0;
}

form {
	padding-top: 20px;
}

form .row [class^="col"] {
	/* margin: 0; */
}

label {
	color: #0a0a0a;
	display: block;
	font-weight: bold;
	padding: 0 0 0.4rem 0.5rem;
}

.field {
	border: 2px solid #dddddd;
	-moz-border-radius: 6px;
	border-radius: 0.5rem;
	color: #000;
	padding: 0.8rem;
	margin-bottom: 1.2rem;
	width: 100%;
	box-sizing: border-box;
}

.field:active, .field:focus, .textarea:active, .textarea:focus {
	border-color: #70b5f0;
	color: #70b5f0;
}

.textarea {
	border: 2px solid #dddddd;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	height: 10rem;
	padding: 0.8rem;
	width: 100%;
	box-sizing: border-box;
}

button {
	border: 0;
	-moz-border-radius: 6px;
	border-radius: 0.5rem;
	padding: 1rem;
	width: 100%;
	color: #fff;
	margin: 0;
	background: #02a8c2;
}

button:hover {
	background: #118091;
	cursor: pointer;
}

.error {
	background: #ffe7e7;
	border: 2px solid #de4343;
	color: #de4343;
	padding: 9px;
	margin-bottom: 10px;
}

.success {
	background: #f2ffe7;
	border: 2px solid #b0de43;
	color: #53802f;
	padding: 9px;
	margin-bottom: 10px;
}

#quotes-left, #quotes-right {
	width: 50%;
	display: block;
	float: left;
}

	#quotes-left .quote {
		margin-right: 0.6rem;
	}

	#quotes-right .quote {
		margin-left: 10px;
	}


#left .quote {
	background: #ecf6f8;
	border: 1px solid #c6e0e7;
	border-radius: 0.5rem;
	margin-bottom: 1.2rem;
	padding: 1rem;
	background: url('imgs/quote_bg.png') no-repeat left bottom;
}

	#left .quote p {
		color: #5099d7;
		font-size:15px;
		font-family: 'cambria', 'times new roman';
		padding-bottom: 8px;
	}
	
	#left .quote b {
		display: block;
		font-size:16px;
		color: #171717;
		font-weight: bold;
		text-align: right;
	}
	
	#left .quote u {
		display: block;
		font-size:14px;
		color: ##171717;
		text-align: right;
		text-decoration: none;
	}
	
	#left .quote img {
		display: block;
		width: 100%;
		margin-bottom: 1rem;
	}

.maps {
	border: 0;
    width: 100%;
    height: 40vh;
}

p.about {
	margin-bottom: 2rem;
}



@media only screen and (max-width: 576px) {  /* Below 540px */

}

@media only screen and (max-width: 768px) {  /* Below 720px */
	
	h1 {
    	background-position: center center;
	}
	
	ul#contact {
		display: none;
	}

	
}

@media only screen and (max-width: 992px) { /* Below 960px */
}