body {
	background: #f7f6f4;
	font-family: 'robotoregular', Arial, sans-serif;
	color: #000000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
a {
	color:#455E7D; /* dark blue */
	text-decoration:none;
	outline:none
}
a:visited {
	color:#455E7D;
}
a:hover {
	color:#72A7D3; /* bright blue */
}
h1, h2, h3, p {
	margin:0px;
	padding:0px;
	line-height:145%;
}
hr {
	margin:25px 0px 10px 0px;
}
p {
	font-family: 'robotoregular', Arial, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#333333;
	letter-spacing:-.01em;
}
.wrapper {
	width:95%;
	max-width:976px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}
header {
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom:8px;
}
.container {
	width:100%;
	padding:0px;
	margin:0px;
}
.slideshow {
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin:0px;
	padding:0px;
}
ul.bxslider {
	margin:0px;
	padding:0px;
}
.interior_header {
	display:block;
	width:100%;
	position:relative;
	margin:0px;
	padding:0px;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
 -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.main .main-top {
	clear:both;
	padding-bottom:20px
}
.main .breadcrumb a:link, .main .breadcrumb a:visited {
	color: #666666;
}
.main .breadcrumb a:hover {
	color: #00af40;
}
.main .breadcrumb span span {
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-right:4px;
}
.main .breadcrumb span span:first-child {
	padding-left: 0;
}
.main .tools {
	float:right;
	position:relative;
}
.main .tools>a {
	display: inline-block;
	vertical-align: top;
}
.main .tools img {
	padding-left:8px;
	text-align:right
}
.videoWrapper {
	width:100%;
	max-width:500px;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map-container {
	position: relative;
	width: 100%;
}
#map {
	width: 100%;
	height: 480px;
}

#map-side-bar {
	margin-top:10px;
	line-height:1.75em;
}
/************* Staff Listing and Bio Pages ************/

.staff-listing {
	padding:0px;
	margin:0px;
	margin-bottom:25px;
	clear:both;
	overflow:auto;
}
.staff-listing figure {
	float:left;
	width:24%;
	padding:0px;
	margin:0px;
	margin-right:3%;
}

.staff-listing figure img {
	max-width:100%;
	height:auto;
}


.staff-listing .staff-contact {
	float:left;
	width:73%;
	padding:0px;
	margin:0px;
}
.main .staff-listing h2 {
	padding-top:0px;
	margin-top:-3px;
	
}

.main .staff-listing h2 a:link, .main .staff-listing h2 a:visited {
	color:#72A7D3;
}
.main .staff-listing h2 a:hover {
	color:#455E7D;
}
.main .staff-listing h3 {
	font-family: 'robotoregular', Arial, sans-serif;
	font-size: 14px !important;
	line-height:140% !important;
	color: #222222;
	text-transform:none;
	padding:0px;
	margin:0px;
}
.staff-listing p {
	margin: 0px !important;
	padding: 0px;
	font-family: 'robotoregular', Arial, sans-serif;
	font-size: 14px !important;
	line-height:140% !important;
}
.main .contact_info ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-family: 'roboto_condensedregular', Arial, sans-serif;
	font-size: 16px;
}
.contact_info a {
	color: #72A7D3;
}
.main .person_title {
	color: #455E7D;
	margin-top: -24px;
	margin-bottom: 10px;
	font-family: 'roboto_condensedregular', Arial, sans-serif;
	font-size: 24px;
}
/************* Sponsor Tables ************/

.sponsor_table {
	border: 3px solid rgb(238, 238, 238);
	width:100%;
	margin-bottom:15px;
}
.sponsor_table td {
/*border: 1px dotted rgb(211, 211, 211);*/

}
.sponsor_table img {
	max-width:100%;
	height:auto !important;
}
/************* Gallery Page ************/





.nanoGalleryContainerParent {
	/*background-color:#F33;*/
	text-align:left !important;
}






/************* Register Button ************/




.register-button {
	padding:0px;
	margin:0px;
	margin-top:30px;
	margin-bottom:10px;
}
.btn {
	font-family: 'robotobold', Arial, sans-serif;
	color: #ffffff;
	font-size: 16px;
	background: #72A7D3;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	margin:0px;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	border: 0;
}
.btn:visited {
	background: #72A7D3;
	text-decoration: none;
	color: #ffffff;
}
.btn:hover {
	background: #808d82;
	text-decoration: none;
	color: #ffffff;
}

/************* Video Page ************/


.freedom-bkgrnd {
	padding:18px;
	
	background-image: url(../images/old_map.png);
	background-repeat: repeat;
}

.video-text {
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.main .video-text p {
	padding-bottom:10px;
	
	
}


/* Print Button */
button.print-button {
	background: none;
	border:0;
	-webkit-appearance:none;
	appearance:none;
}

button.print-button:focus-visible {
	outline: 1px dotted;	
}


/* Video
 * --------------------------------------- */

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


