.row.homesbkg {
	background: #5E8399;
	margin: 0;
	padding: 0;
	
}

#map_canvas {
    border: 1px solid #ccc;
    height: 350px;
    margin: 0 0 25px;
    width: 100%;
}

.home-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: #5E8399;
	/** background: #121F26; **/
	color: #fff;
}

.home-wrapper h2 {
	font-size: 26px;
}

.home-header {
	background: #0f2633;
	padding: 20px 30px;
	color: #fff;
}

.home-header .col-md-4 {
	padding-left: 1px;
    padding-right: 1px;
}


.home-header p.bluetxt {
	color: #2484c2;
	text-transform: uppercase;
}



.home-info {
	padding: 30px 30px 10px 30px;
}
.home-info p.bluetxt{
	color: #2484c2;
}



.home-info ul,
.home-info ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	text-transform: uppercase;
}

.home-info ul {
	margin-bottom: 10px;
}

.home-info ul li {
	
}

.home-info ul li a:link,
.home-info ul li a:visited {
	color: #fff;
}
.home-info ul li a:visited {}

.home-info strong {
	color: #fff;
}

ul.home-details,
ul.home-details li {}

ul.home-details li a:link,
ul.home-details li a:visited {}
ul.home-details li a:hover {}


.map {
	margin: 20px 0;
	border: 1px #ccc solid;
}

.home-icons {
	margin-top: 20px;
}

.icon-tray {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #526673;
	padding: 4px;
}

.icon-tray dl,
.icon-tray dl dt,
.icon-tray dl dd {
	padding: 0;
	margin: 0;
}

.page-content .margin-bottom {
	margin-bottom: 30px;
}

.btn.blue-box {
	color: #fff;
}

#directions-panel {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.page-header {
	margin-top: 0;
}

.page-title-1.ken {
	background: url('/data/staff/staff_details_placeholder.jpg') 0 0 no-repeat;
}

.page-title-1.blue {
	background: #117dc2 url('/system/cms/modules/themes/default/assets/images/misc/pattern.png') 0 0 repeat;
}

.page-title-1.placeholder3 {
	background: url('/data/pages/placeholder3.jpg') 0 0 no-repeat;
}

.margin-bottom .spacer img {
margin-top: -10px;
	margin-bottom: 20px;
}

.margin-bottom .spacer {
	margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 479px){
	#gform .form-group {
	padding: 0;
}

@media only screen and (min-width: 992px) {
	#gform .form-group.col-md-9 {
		padding-right: 15px;
	}
}

	
}