body {
	font-family: Arial, sans-serif;
	font-size: 13px;
}
h4{
    text-align: center;
}
/******************** Banner ********************/
.slideshow-container { 
	position: relative; 
	margin: auto; 
	padding: 5px; 
	height: 80px;
}
.text { 
	position: absolute; 
	top: 70px;
	bottom: 8px; 
	width: calc(100% - 24px);
	text-align: right;
}
.quote{
	width: 100%;
	height:90px;
	padding: 8px 12px;
}
.fade { 
	animation-name: fade;
	animation-duration: 1.5s;
}
@keyframes fade { 
	from {opacity: .4} 
	to {opacity: 1}
}
/********************* Home *********************/
.wrapped-image {
	float: left;
	margin-right: 15px;
	height: auto;
	width: 200px;
	border-radius: 10px;
}
.text-image-wrapper {
	overflow: hidden;
}
/**************** NELP Standards ****************/
.toggle-button {
	display: inline-block;
	padding: 5px;
	background-color: #f0e3ff;
	color: a656fc;
	border: none;
	cursor: pointer;
	margin-top: 0px;
	border-radius: 5px;
	font-size: 12px;
	width: 78px;
	text-align: center;
}
.toggle-button:hover {
	background-color: #a656fc;
	color: #f0e3ff;
}
a {
	text-decoration: none;
}
table { 
	border-collapse: collapse;
}

table tr td,th { 
	border: 1px solid gray;
	padding: 5px;
}
#nav1{
	display:block;
	text-align:center;
	padding: 8px;
	margin-bottom: -13px;
}
#nav2{
	display:none;
	padding: 10px;
	margin: 0px 8px;
}
.navTab{
	text-decoration:none;
	color:black;
	padding:8px;
	cursor: pointer;
}
.navTab:hover{
	background-color:#e3e3e3;
}
@media only screen and (max-width: 730px) {
	#nav1{
		display:none;
	}
	#nav2{
		display:block;
		background-color:#e3e3e3;
	    margin: 0px 12px;
	}
	.navTab{
		display: block;
        margin: 0px 4px;
	}
    #horizontal-line {
        display: none;
    }
    #container {
        height: calc(100vh - 75px);
    }
    #embedded-page {
        height: 188px;
    }
}
.hidden {
	width: calc(100% - 2px);
	overflow: hidden;
}
* {
	box-sizing: border-box;
}
body {
	font-family: Verdana, sans-serif; font-size: 13px;
}
.mySlides {
	display: none;
}
img {
	vertical-align: middle;
}
#standard_container {
    height: calc(100vh - 49px);
    margin-top: 4px;
}
#container {
    height: calc(100vh - 175px);
}
#embedded-page {
    height: 388px;
}
.container-object {
    width: calc(100% - 12px);
    margin-left: 12px;
}
artifact{
	display: block;
	padding: 5px;
}