

/* ################## Global Styles ################### */
h1, h2, h3, h4, p, table {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p, table{
	color:#222222;
}
p{
	font-size: 12px;
    text-align: justify;
    font-weight: 200;
}

/* ################## modal window ################ */
	.overlay-container {
		display: none;
		content: " ";
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
	}
	
	.window-container {
		display: block;
		margin: 0em auto;
		width: 950px;
		padding: 35px 20px 20px;
		z-index: 3;
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-ms-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
		transition: 0.4s ease-out;
		opacity: 0;
	}
	
	.zoomin {
		-webkit-transform:  scale(1.2);
		-moz-transform:  scale(1.2);
		-ms-transform:  scale(1.2);
		transform:  scale(1.2);
	}
	
	.zoomout {
		-webkit-transform:  scale(0.7);
		-moz-transform:  scale(0.7);
		-ms-transform:  scale(0.7);
		transform:  scale(0.7);
	}
	
	.window-container-visible {
		-webkit-transform:  scale(1);
		-moz-transform:  scale(1);
		-ms-transform:  scale(1);
		transform:  scale(1);
		opacity: 1;
	}
	
		.window-container h3 {
			margin: 1em 0 0.5em;
			font-family: "Oleo Script";
			font-weight: normal;
			font-size: 25px;
			text-align: center;
		}
		
		.close {
			display: block;
			position: relative;
			top: 28px;
			right: -930px;
			width: 30px;
			background: #045AB5;
			border: 2px solid #fff;
			padding: 5px 14px;
			color: #fff;
			font-family: Helvetica, sans-serif;
			font-size: 12px;
			border-radius: 25px;
			box-shadow: 6px 5px 6px #333333;
			-webkit-transition: 0.2s linear;
			-moz-transition: 0.2s linear;
			-ms-transition: 0.2s linear;
			-o-transition: 0.2s linear;
			transition: 0.2s linear;
			cursor: pointer;
		}
	
			.close:hover {
				background: #045AB5;
				box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
				border: 2px solid #aaa;
			}
	
			.close:active {
				background: #045AB5;
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
			}



/* ################## modal window end ################ */

#blue_border{
	border: 2px solid #0063B9;
    border-radius: 12px;
    height: 660px;
    margin: 3px;
}
#ip_modal_window_slider_wrapper{
	width: 960px;
	height: 670px;
	border-radius: 12px;
	background:#fff;
	color:#000;
	box-shadow: 0px 0px 0px 15px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 0px 0px 15px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 0px 0px 15px rgba(255,255,255,0.3);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	margin-top: 20px;
	margin-left: 8px;
	padding-top: 1px;
}


.ip_modal_top_one{
	border-right: 5px solid #B6D1DC;
    display: block;
    height: 80px;
    margin: 20px 0 10px;
    position: fixed;
    width: 555px;
}
.ip_modal_top_one p{
	padding-left: 40px;
}
.ip_modal_top_two{
	display: block;
    height: 80px;
    margin: 20px 0 10px 555px;
    position: fixed;
    width: 380px;
}
.ip_modal_top_two p{
	padding-left: 20px;
}
.ip_modal_top_one img, .ip_modal_top_two img{
	float: right;
	padding-right: 25px;
}

.ip_modal_top_one span, .ip_modal_top_two span{
	font-size: 24px;
	font-weight: 500;
}

.ip_modal_top_one p, .ip_modal_top_two p{
text-align: left;
}

.ip_modal_main_content{
	width: 950px;
	height: 510px;
}




/* ################## Accordion ##################### */


.liteAccordion, .liteAccordion * { padding: 0; margin: 0; border: 0; box-sizing: content-box }
.liteAccordion > ol { position: relative; overflow: hidden; height: 100%; margin: 0; padding: 0; list-style-type: none }
.liteAccordion > ol > li { list-style-type: none }


.liteAccordion .slide > h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 0;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden; /* fixes chrome bug */
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
}
.liteAccordion .slide > h2 span {
    display: block;
    padding-right: 8%;
    text-align: right;
    height: 90%;
    margin-top: 5%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.liteAccordion .slide > h2:hover { cursor: pointer }
.liteAccordion .slide > div { height: 100%; position: absolute; top: 0; z-index: 10; overflow: hidden; background: white }




/******************************************** IE */
/* stitch */
.liteAccordion.ie.stitch .slide > h2 { /*line-height: 265%*/ }
.liteAccordion.ie.stitch .slide > h2 span { /*height: 89%; padding-right: 8%*/ }
.liteAccordion.ie.stitch .slide > h2.selected:after { display: none }
.liteAccordion.ie.stitch .slide-0 > h2 span { background-color: #c25252 }
.liteAccordion.ie.stitch .slide-1 > h2 span { background-color: #ca9859 }
.liteAccordion.ie.stitch .slide-2 > h2 span { background-color: #96ba5f }
.liteAccordion.ie.stitch .slide-3 > h2 span { background-color: #59abb7 }
.liteAccordion.ie.stitch .slide-4 > h2 span { background-color: #bb6098 }
.liteAccordion.ie.stitch .slide-5 > h2 span { background-color: #c25252 }
.liteAccordion.ie.stitch .slide-6 > h2 span { background-color: #ca9859 }
.liteAccordion.ie.stitch .slide-7 > h2 span { background-color: #96ba5f }
.liteAccordion.ie.stitch .slide-8 > h2 span { background-color: #59abb7 }
.liteAccordion.ie.stitch .slide-9 > h2 span { background-color: #bb6098 }

/* transforms */
.liteAccordion.ie .slide > h2,
.liteAccordion.ie .slide > h2 span,
.liteAccordion.ie .slide > h2 b { filter: none; -ms-filter: none; -ms-transform: none }
.liteAccordion.ie7 .slide > h2 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) }
.liteAccordion.ie7 .slide > h2 b { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) }
.liteAccordion.ie8 .slide > h2 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)" }
.liteAccordion.ie8 .slide > h2 b { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)" }
.liteAccordion.ie9 .slide > h2 { -ms-transform: translateX(-100%) rotate(-90deg); -ms-transform-origin: right top }
.liteAccordion.ie9 .slide > h2 b { -ms-transform: rotate(90deg) }

/* misc */
.liteAccordion.ie7 .slide > h2 b, .liteAccordion.ie8 .slide > h2 b { top: 44%; left: 5% }
.liteAccordion.ie7.stitch .slide > h2 b, .liteAccordion.ie8.stitch .slide > h2 b { top: 36% }
.liteAccordion.ie9.stitch { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4) }


/* ############### Custom Accordian Style Class Additions ############## */
#ip_modal_accordion{ 
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
}
.title_holder_one{
	background: #7c509c; /* Old browsers */
	background: -moz-linear-gradient(top,  #7c509c 0%, #4c3161 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c509c), color-stop(100%,#4c3161)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7c509c 0%,#4c3161 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7c509c 0%,#4c3161 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7c509c 0%,#4c3161 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7c509c 0%,#4c3161 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c509c', endColorstr='#4c3161',GradientType=0 ); /* IE6-9 */
}
.content_holder_one{
	border: 3px solid #4C3161;
	background: #F2EDF4 !important;
	height: 514px !important;
	width: 664px !important;
}

.title_holder_two{
	background: #90c64f; /* Old browsers */
	background: -moz-linear-gradient(top,  #90c64f 0%, #558001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90c64f), color-stop(100%,#558001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #90c64f 0%,#558001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #90c64f 0%,#558001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #90c64f 0%,#558001 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #90c64f 0%,#558001 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c64f', endColorstr='#558001',GradientType=0 ); /* IE6-9 */
}

.content_holder_two{
	border: 3px solid #558001;
	background: #F2F8EC !important;
	height: 514px !important;
	width: 664px !important;
}
.title_holder_three{
	background: #ec372e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec372e 0%, #990000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec372e), color-stop(100%,#990000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ec372e 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ec372e 0%,#990000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ec372e 0%,#990000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ec372e 0%,#990000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec372e', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
}

.content_holder_three{
	border: 3px solid #990000;
	background: #FEF5F4 !important;
	height: 514px !important;
	width: 664px !important;
}

.ip_content_main_image{
	margin: 25px 20px 0 20px;
}
.ip_content_main_image img{
	width: 100%;
}
.ip_modal_content{
	margin: 5px 20px;
	height: 505px;
}
.ip_modal_content_one_bar{
	background-color: #FFFFFF;
    border-bottom: 2px solid #B6D1DC;
    margin: 0 20px;
    padding-top: 5px;
    height: 50px;
}
.ip_modal_content_one_bar_one{
	display: block;
	float: left;
	max-width: 160px;
	/* max-width: 130px; */
	position: relative;
	margin-top: 7px;
	padding-left: 20px;

}
.ip_modal_content_one_bar_two{
	display: block;
	position: fixed;
	text-align: center;
/* 	width: 624px; */
	width: 635px;
}
.ip_modal_content_one_bar_two p{
	text-align: center;
	font-weight: bold;
}
.ip_modal_content_one_bar_two img{
	text-align: center;

}
.ip_modal_content_two_bar{
	background-color: #FFFFFF;
    border-bottom: 2px solid #B6D1DC;
    margin: 0 20px;
    padding: 5px 0px 0px;
    height: 50px;
}
.ip_modal_content_two_bar_one{
	display: block;
	float: left;
	width: 80px;
	position: relative;
	margin-left: 10px;
	margin-top: 7px;
}
.ip_modal_content_two_bar_two{
	display: block;
	float: left;
	width: 220px;
	position: relative;
}
.ip_modal_content_two_bar_two p{
	text-align: center;
	font-weight: bold;
}
.ip_modal_content_two_bar_three{
	display: block;
	float: left;
	width: 80px;
	position: relative;
	margin-left: 10px;
	margin-top: 7px;
}
.ip_modal_content_two_bar_four {
	display: block;
	float: left;
	width: 220px;
	position: relative;
}
.ip_modal_content_two_bar_four p{
	text-align: center;
	font-weight: bold;
}
	

/* Zoomed image styling */
.zoom {
	display:inline-block;
	position: relative;
	text-align: center;
	cursor: crosshair;
	height: 300px;
	width: 100%;
}





/* ################# Touch jQuery image zoom */
/* Zoom parent */
.zoom-container {
	position:relative;
	display:inline-block; 
	height: 300px;
	width: 624px;
	margin-left: 20px;
}
/*
.zoom-container img{
	height: 300px;
	width: 100%;
	text-align: center;
}
*/

/* Image to zoom */
#zoom-target {
	position:relative;
	display: block;
	height: 300px;
	
}
/* Zoom panel */
#zoom-panel {
	position:fixed;
	width:624px !important;
	height:300px !important;
	overflow:hidden;
	z-index:999;
	top:139px;
	left:144px;

}
/*
#zoom-panel img {
	height: 400px;
}
*/





/* magnifying glass icon */
.click_to_zoom:after {
	content:'Click to zoom';
	display:block; 
	width:105px; 
	height:20px; 
	position:absolute; 
	top:0;
	left:39%;
	/* background:url(../images/icon.png); */
	background:url(../images/magnifying-glass-black.png) no-repeat scroll 4px 4px #fff;
	opacity: 0.5;
	font-weight: 200;
	padding: 5px 0 0 15px;
	margin-left: 10px;
	font-size: 12px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	color:#000;
	text-align: center;
}
.zoom img {
	display: block;
}
.zoom img::selection { background-color: transparent; }

/* Mission description styles */
h2.mission {
	border-bottom: 2px solid #B6D1DC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h3.mission {
	border-top: 2px solid #B6D1DC;
	padding: 5px 0;
	margin-top: 10px;
	font-size: 15px;
}
img.mission{
	width:45%;
	height: auto;
	margin-left:15px;
	margin-bottom:10px;
}
table.mission{
	font-size: 13px;
	background-color: #fff;
	width: 100%;
	border: 1px solid #B7D0DD;
	font-weight: 200;
}
table.mission tr{
	border-bottom: 1px solid #B7D0DD;
	background-color: #fff;
}
table.mission tr:hover{
	background-color: #e2ecf1;
	cursor: pointer;
}
table.mission tr{
	border-bottom: 1px solid #B7D0DD;
}
table.mission th{
	background-color: #B7D0DD;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px 20px;
	text-align: left;
	color: #fff;
}
table.mission th:first-child{
	border-left: none;
}
table.mission th:last-child{
	border-right: none;
/*
	padding:0;
	width: 25px;
*/
}
table.mission td{
	border-right: 1px solid #B7D0DD;
	border-bottom: 1px solid #B7D0DD;
	padding: 2px 20px;
}
table.mission td:first-child{
	border-left: 1px solid #B7D0DD;
	/* font-weight: bold; */
}
/*
table.mission td:last-child{
	padding:0;
	text-align: center;
}
*/
a.magnifying-glass{
	background: url('images/magnifying-glass.html') fixed no-repeat 0 0;
	width: 25px;
	height: 18px;
}

/* ###############  Learn More ################# */
.learnmore ul{
	margin:0 50px 20px;
	list-style: disc;
}
.learnmore li{
	font-size: 12px;
    text-align: left;
    font-weight: 200;
    color: #222222;
    line-height: 16px;
    
}
.learnmore h2{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #B6D1DC;
	
}
.learnmore h3{
	border-top: 2px solid #B6D1DC;
	padding: 5px 0;
	margin-top: 10px;
	font-size: 15px;
}
#learmore_first_h3{
	border-top: none;
}
.learnmore a{
	color: #B81511;
	text-decoration: none;
}

.no_hover:hover{
	background-color:#fff !important;
	cursor: auto !important;
}
.no_hover td{
	font-weight: 500;
}
.google_earth{
/*
	background: url('../images/google_earth_icon.png') no-repeat scroll right transparent;
	padding-right: 20px;
*/
}
a#about{
	text-decoration: none;
	color: #B7D0DD;
}
a#about:hover{
	text-decoration: underline;
}
.about-title{
	font-size: 24px;
	text-transform: uppercase;
	padding:10px;
	color: #fff;
}
.about-title span{
	font-weight: bold;
}
.about-body{
	font-size: 12px;
    text-align: justify;
    font-weight: 200;
	padding:10px 10px 15px;
}
.about-body ul{
	margin:0px;
	text-align: left;
}
.about-wrapper{
	display:none;
	position:absolute;
	width: 100%;
	height:100%;
	left:0;
	top:0;
	z-index:173;
}
.about{
	position:absolute;
	left:50%;
	top:70px;
	height:707px;
	width:992px;
	margin-left:-496px;
}
/*
.about{
	display:none;
	position:fixed;
	left:50%;
	top:50%;
	height:707px;
	width:992px;
	margin-left:-496px;
	margin-top:-358px;
	z-index:173;
}
*/
ul.columns {
	width: 28%;
	float:left;
}