﻿.HomeImage {
	background-image: url('../SiteImages/EBOS_slide_Napolean.jpg');
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	width: 100%;
	height: 100%;
}

.HomeText {
	padding-top: 1px;
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 16%;
}

.HomeTextFont {
	font-family: 'Open Sans';
	text-shadow: 2px 2px 4px #000000;
	color: white;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 190%;
}

.HomeSearch {
	text-align: center;
	padding-bottom: 10%;
}

.txtbox {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #333;
	width: 800px;
	height: 30px;
}

.HomeAdvanced {
	font-family: 'Open Sans';
	text-shadow: 3px 3px 5px #000000;
	color: white;
	font-size: 16px;
	font-weight: 800;
}

.HomeButtons {
	padding-bottom: 400px;
}

@media (max-width: 1440px) {
	.HomeText {
		padding-bottom: 10%;
	}

	.HomeTextFont {
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 190%;
	}

	.txtbox {
		width: 600px;
	}

	.HomeSearch {
		padding-bottom: 9%;
	}
}

@media (max-width: 1366px) {
	.HomeText {
		padding-bottom: 10%;
	}

	.HomeTextFont {
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 200%;
	}

	.txtbox {
		width: 500px;
	}

	.HomeSearch {
		padding-bottom: 9%;
	}
}

@media (max-width: 1280px) {
	.HomeText {
		padding-bottom: 10%;
	}

	.HomeTextFont {
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 200%;
	}

	.txtbox {
		width: 500px;
	}

	.HomeSearch {
		padding-bottom: 9%;
	}
}

@media (max-width: 1024px) {
	.HomeText {
		padding-bottom: 10%;
	}

	.HomeTextFont {
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 150%;
	}

	.txtbox {
		width: 500px;
	}

	.HomeSearch {
		padding-bottom: 7%;
	}

	.HomeButtons {
		padding-bottom: 300px;
	}
}

@media (max-width: 768px) {
	.HomeText {
		padding-bottom: 10%;
	}

	.HomeTextFont {
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 125%;
	}

	.txtbox {
		width: 400px;
	}

	.HomeSearch {
		padding-bottom: 2%;
	}

	.HomeButtons {
		padding-bottom: 400px;
	}
}

@media (max-width: 640px) {
	.HomeText {
		padding-bottom: 5%;
	}

	.HomeTextFont {
		font-size: 10px;
	}

	.txtbox {
		width: 300px;
	}

	.HomeSearch {
		padding-bottom: 5px;
	}

	.HomeButtons {
		padding-bottom: 30px;
	}
}

/*Document.aspx*/
.Document_label {
	font-family: 'Open Sans', sans-serif;
	color: #003366;
}

quote {
	font-family: 'Open Sans', sans-serif;
	color: #180F0F;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	display: block;
}

sup {
	/* font-weight: bold; */
}

.ModalPopupBG {
	background-color: #404040;
	filter: alpha (opacity=50);
	opacity: 0.7;
}

.ModalPopup {
	background-color: white;
	padding: 0px 8px 8px 8px;
	border-radius: 25px;
	min-width: 500px;
}

.Video {
	width: 640px;
	height: 480px;
}

.ImgView {
	max-width: 1200px;
}

/*Explore.aspx*/
.Explore_Header {
}

.Explore_Right {
	float: right;
	padding: 20px 0 0;
}

.Explore_Categories {
	color: #337ab7;
	text-decoration: none;
}

/* Explore.aspx Image Boxes */
.group_box {
	float: left;
	padding: 9px 6px 9px 6px;
	margin: 10px 10px 10px 10px;
	border-style: solid;
	border-width: thin;
	border-color: #F3F0ED;
	box-shadow: 2px 2px 1px #888888;
	height: 260px;
	width: 200px;
	position: relative;
	text-align: center;
}

.group_image_position {
	text-align: center;
	height: 197px;
}

.group_image {
	max-width: 155px;
	max-height: 190px;
}

.group_text {
	text-align: center;
}

.group_link {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #545454;
	vertical-align: middle;
}

@media (max-width: 1366px) {
	.group_box {
		float: left;
		padding: 9px 6px 9px 6px;
		margin: 10px 10px 10px 10px;
		border-style: solid;
		border-width: thin;
		border-color: #F3F0ED;
		box-shadow: 2px 2px 1px #888888;
		height: 260px;
		width: 190px;
		position: relative;
		text-align: center;
	}

	.group_image_position {
		text-align: center;
		height: 197px;
	}

	.group_image {
		max-width: 150px;
		max-height: 180px;
	}

	.group_text {
		text-align: center;
	}

	.group_link {
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		font-size: 15px;
		color: #545454;
		vertical-align: middle;
	}

	.ImgView {
		max-width: 900px;
	}
}

@media (max-width: 1280px) {
	.group_box {
		float: left;
		padding: 9px 5px 9px 5px;
		margin: 10px 8px 8px 8px;
		border-style: solid;
		border-width: thin;
		border-color: #F3F0ED;
		box-shadow: 2px 2px 1px #888888;
		height: 260px;
		width: 178px;
		position: relative;
		text-align: center;
	}

	.group_image_position {
		text-align: center;
		height: 197px;
	}

	.group_image {
		max-width: 140px;
		max-height: 170px;
	}

	.group_text {
		text-align: center;
	}

	.group_link {
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		font-size: 13px;
		color: #545454;
		vertical-align: middle;
	}

	.ImgView {
		max-width: 800px;
	}
}

@media (max-width: 1024px) {
	.Video {
		width: 480px;
		height: 320px;
	}

	.ImgView {
		max-width: 600px;
	}

	.group_box {
		float: left;
		padding: 9px 5px 9px 5px;
		margin: 7px 7px 7px 7px;
		border-style: solid;
		border-width: thin;
		border-color: #F3F0ED;
		box-shadow: 2px 2px 1px #888888;
		height: 240px;
		width: 161px;
		position: relative;
		text-align: center;
	}

	.group_image_position {
		text-align: center;
		height: 175px;
	}

	.group_image {
		max-width: 125px;
		max-height: 160px;
	}

	.group_text {
		text-align: center;
	}

	.group_link {
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #545454;
		vertical-align: middle;
	}
}

@media (max-width: 768px) {
	.Video {
		width: 480px;
		height: 320px;
	}

	.ImgView {
		max-width: 450px;
	}

	.group_box {
		float: left;
		padding: 6px 4px 6px 4px;
		margin: 7px 7px 7px 7px;
		border-style: solid;
		border-width: thin;
		border-color: #F3F0ED;
		box-shadow: 2px 2px 1px #888888;
		height: 220px;
		width: 142px;
		position: relative;
		text-align: center;
	}

	.group_image_position {
		text-align: center;
		height: 160px;
	}

	.group_image {
		max-width: 110px;
		max-height: 150px;
	}

	.group_text {
		text-align: center;
	}

	.group_link {
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #545454;
		vertical-align: middle;
	}
}

/*Discover.aspx*/
.Discover_Body {
	text-align: center;
	padding-left: 80px;
	padding-right: 80px;
	margin-bottom: 150px;
}

.Discover_Title {
	text-align: left;
	font-size: x-large;
	font-weight: 400;
	color: #333333;
	margin-left: -18px;
}

.Discover_Document_Label {
	font-size: x-large;
	color: #333333;
	margin-left: -18px;
}

.Discover_Works {
	float: left;
	width: 45%;
	margin-right: 40px;
	text-align: left;
	margin-bottom: 40px;
}

.Discover_Docs {
	float: left;
	width: 45%;
	text-align: left;
	margin-bottom: 40px;
}

.DiscoverVideo {
	width: 320px;
	height: 240px;
}

@media (max-width: 1000px) {
	.Discover_Body {
		padding-left: 40px;
		padding-right: 40px;
		margin-bottom: 50px;
	}

	.Discover_Works {
		float: left;
		width: 90%;
		text-align: left;
	}

	.Discover_Docs {
		float: left;
		width: 90%;
		text-align: left;
	}
}

/*Results.aspx*/
.Results_Titles {
	width: 70%;
}

.Results_AuthorDate_Label {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	max-width: 300px;
	min-width: 200px;
}

.Results_Author {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #006dc6;
}

.Results_Date {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}

.Results_Summary {
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	color: #666666;
}

.Results_GetMore {
	max-width: 10px;
	text-align: left;
	padding-left: 15px;
}

/*Browse.aspx*/
.Browse_Items {
	font-size: 16px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #006dc6;
}

a.Browse_Items:hover {
	color: #084466;
	text-decoration: none;
}

.Browse_Trail {
	font-size: 20px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #006dc6;
}
