@charset "utf-8";
/* CSS Document */

.darktop {
	background-color: #034462;
	min-height: 50px;
	padding-top: 15px;
	margin-bottom: 0;
}

.bluesection {
	background-color: #03587a;
	padding: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 0;
}

.whitetext {
	font-size: 1.2em;
	color: #fff;
}

.white {
	font-size: 1.2em;
	color: #fff;
}

.makewhite {
	color: #fff;
}

.white:hover {
	color: #327792;
	text-decoration: none;
}

.row.text-center > div {
    display: inline-block;
    float: none;
}

.btn {
	border-radius: 0;
}

.heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 3em;
	color: #000;
	margin-top: 0px;
	padding-bottom: 5px;
}

.subhead {
	font-size: 3em;
	font-weight: 400;
	margin-top: 0px;
}

.white-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 3em;
	color: #fff;
	margin-top: 0px;
	padding-bottom: 5px;
}

/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text {
	font-size: 1.5em;
	color: #000;
	font-family: 'Quicksand', sans-serif;
}

	
@media (min-width: 768px) {
 	
	.callBtn {
		display: none;
		margin: auto; 
		float: none;
	}

	.navbar-left {
		float: left !important;
	}
	
	.navbar-right {
		float: right !important;
	}
	
	.maplink {
		display: none;
		margin: auto; 
		float: none;
	}
	
}

@media (max-width: 776px) {
	
	.callBtn {
		display: block;
		margin-bottom: 20px;
	}

	.begone {
		display: none;
	}
	
	.heading {
		font-size: 3em;
		color: #000;
		font-weight: 600;
		margin-top: 0px;
		padding-bottom: 5px;
	}
	
	.map {
		display: none;
		margin: auto; 
		float: none;
	}
	
}

@media (max-width: 1224px) {
	
	.foottext {
		text-align: center;
	}

	.subhead {
		font-size: 1.85em;
		font-weight: 400;
		margin-top: 0px;
	}
	
	.text {
		font-size: 1.3em;
	}

	.whitetext {
		font-size: 1.0em;
		color: #fff;
	}
	
}

/* CUSTOM STYLES */
.bigtop {
	margin-top: 20px;
}

.photoborder {
	border: 1px solid #003366;
}

.biopic {
	margin-top: 20px; 
	padding-top: 20px;
	border: 1px solid #CCC;
}

.subLink {
	color: #000;
}

.subLink:hover{
	text-decoration: none;
}

.lightbox {
	border: 1px solid #2a548e;
}

.footLinks {
	color: #40a5fc;
	padding: 10px;
}

.footLinks:hover {
	color: #428bca;
	padding: 10px;
}

nav {
	font-size: 1.35em; 
}

.biotext {
	font-size: 1.25em;
	color: #333;
}

.btnText {
	font-size: 1.2em;
	color: #fff;
}

.tinytext {
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
}

section {
	background: #fff;
	padding-bottom: 15px;
}

.bottom {
	margin-bottom: 20px;
}

.hero {
	padding-bottom: 20px;
	padding-top: 0px;
	background-color: #ebebeb;
}

footer {
	background: #003366;
	padding-top: 20px;
	min-height: 100px;
}

.imgslide {
	width: 100%;
}

.nopad {
	padding: 0;
}

.leftmar {
	margin-left: 10px;
}

.navbar-inverse {
	padding-top: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-inverse .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #327792;
	background-color: transparent;
}

.faded_line { 
    margin-bottom: 45px;
	margin-top: 75px;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #999));
}

.bottomline {
	border-bottom: 1px dotted #999;
}
