
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.topBanner{
	width: 100%;
	height: 90px;
	padding-top:25px;
	background-color:#fff;
}

.helpMenu{
	float: right;
	padding-top: 30px;
	width: 380px;
}

.btn, a.btn {
	margin-right: 1.25em;
	margin-bottom: 2em;
	font-size: 1.1em;
	padding: 0.75em 1.25em;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 1px;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 30px;
	transition: all 0.4s ease;
	box-sizing: border-box;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);
	color: #707070;
	border-color: #ccc;
}

@media (hover:hover) {
	.btn:hover {
		background: #006DAE;
		color: #fff;
		border-color: #006DAE;	
	}
}

.siteTitle{
	padding-left: 40px;
	width: 400px;
	float: left;
	position: absolute;
	cursor: default;
	text-decoration:none;
}

#M-device {
	height: 60px;
	background: linear-gradient(0deg, #006DAE, #00ddba);
	background-size: 250% 250%;
	animation: Gradient 10s linear infinite;
}
#M-device text {
	text-anchor: middle;
}
#M-device mask rect {
	fill: rgba(255, 255, 255, 1);
}
#M-device > rect {
	fill: #fff;
	-webkit-mask: url(#mask);
	mask: url(#mask);
}
@keyframes Gradient {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}

#SIS {
	margin-left: -3px; 
	letter-spacing:-2px; 
	display:inline-block; 
	transform:scale(0.95,1); 
	-webkit-transform:scale(0.95,1); 
	font-family:Calibri,Trebuchet MS,Lucida Sans Unicode,sans-serif; 
	font-size:48pt; 
	color:#555;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 #M-device {
		 display:none;
	 }
	 #M-device-IE {
		 display:inline !important;
	 }
}

#title-description {
	padding-left:12px;
	margin-left:10px;
	border-left:2px solid #606060;
	display:inline-block;
	font-size:16pt;
	color:#606060;
}

.container {
	text-align: center;
	box-shadow: inset 0 20px 40px -20px rgba(0,0,0,0.025);
}

.tile-container {
	padding-top:10vh;
	width: 100%;
	max-width:660px;
	display: inline-block;
	padding-bottom:5vh;
}

.tiles{
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
}

#message-container {
	cursor: pointer;
}

.message{
	color: #fff;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height:1.25em;
	height:0px;
	margin-left:12px;
	margin-right:12px;
	bottom:125px;
	text-align: left;
	cursor: pointer;
}

#message-h2 {
	font-size: 1.65em;
	line-height:1.5em;
}

#site-select {
	bottom:175px;
	margin-left:16px;
}

#site-select ul {
	margin:8px 0px 0px 0px;
	padding-left:24px;
}

#site-select a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0.2em 0em;
	cursor: pointer;
}

#site-select a:hover {
	text-decoration:underline;
}

.menu{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.65em;
	height:0px;
	margin-left:11px;
	bottom:36px;
	text-align: left;
	font-stretch: wider;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

.menu  a:link, .menu a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}

.menu  a:hover {
	text-decoration: none;
	width: 100%;
	display: block;
	
}

.footer {
	text-align:center;
}

.footer-text {
	display: inline-block;
	font-size: 10px;
	color: #909090;
}

#shadow-container {
	position: relative;
	width:200px;
	height:200px;
	margin:10px;
	background-color:#fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#shadow-container img {
	width:200px;
	border-radius: 3px;
}

#shadow-container:hover {
	box-shadow: 0 5px 23px -3px rgba(0,0,0,0.45);
}

#message_modal {
position:fixed;
width:80vw;
height:70vh;
margin-left:10vw;
top:18vh;
background-color:#fff;
border-radius:4px;
box-shadow: 0 12px 24px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.20);
z-index:2;
}

#message_modal.hidden, #modal_background.hidden {
	display:none;
}

#modal_background {
position:fixed;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.35);
z-index:1;
}

#modal-header {
	height:13.5%;
}

#modal_close {
display:inline-block;
float:right;
padding: 25px;
width:30px;
font-weight:900;
font-size:1.75em;
color: #555 !important;
cursor: pointer;
}

#message_modal h2 {
display:inline-block;
padding:10px 30px 0vw 30px;
font-weight:700;
font-size:2.25em;
color: #444;
cursor: default;
}

#message_content {
display:inline-block;
height:80%;
margin:0px 28px 0px 30px;
padding-right:6px;
font-weight:200;
font-size:1.35em;
text-align: justify;
cursor: default;
overflow-x:hidden;
overflow-y:auto;
}

#message_content::-webkit-scrollbar {
	width: 6px;
}
#message_content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eee;
}
#message_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #7f7f7f;
}
#message_content::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    background: #5f5f5f;
}
#message_content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100,100,100,0.4); 
}

@media screen and (min-width: 900px) {
	#message_modal {
	left:50%;
	width:700px;
	margin-left:-350px;
	}
}

@media screen and (max-width: 880px) {
		.tiles{
	justify-content:center;
	}
}

@media screen and (max-width: 820px) {
	#title-description {
		display:none;
	}
	.siteTitle {
	width: 200px;
	}
	.tile-container {
	padding-top:3vh;
	}
}