/*
colors:
#003359 sandia blue
#00ADD0 sandia light blue
#bdf4ff light light blue
#822433 sandia red
#82786F sandia tan
*/
body {
	background-color: #ffffff;
	margin: .7em;
	padding: 0;
	color: #003359;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#banner {
	display: none;
}
#authButtons, #notice, #siteSelection {
	max-width: 400px;
	margin: 0 auto;
}
#authButtons,  #siteSelection { text-align: center; }
#site-select {color: #82786F}
#authButtons a, #siteSelection .changeBtn {
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#authButtons .helpLink {
	float: right;
	background-color: #8999ad;
	padding: .4em .6em;
	font-size: .8em;
}
#authButtons .authBtn, #siteSelection .changeBtn {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	background-color: #003359;
	font-weight: bold;
	font-size: 1.3em;
	margin: .7em auto;
	padding: .4em;
	max-width: 400px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
}
#siteSelection .changeBtn {
    background-color: #00ADD0;
}
#authButtons a:hover, #siteSelection a:hover {
    background-color: #bdf4ff;
    color: #000;
}
.footer {
	font-size: .7em;
	color: #8999ad;
	text-align: center;
}
.modal {
	background-color: #82786F;
	padding: .2em .7em;
	max-width: 600px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 10px;
	right: 10px;
	top: 0;
	z-index: 20;
	-webkit-box-shadow: 0 0 60px 0 #000000;
	box-shadow: 0 0 60px 0 #000000;
    display: none;
}

.modalBarrier, .modalBlocker {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 10;
}

.closeSite, .closeHelp {
	color: #ffffff !important;
}
.modal .closeSite {
	text-decoration: underline !important;
	background: none !important;
	margin: 10px auto 0 auto;
	display: block;
    position: relative;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
.modal .modalTitle {
    text-align: center;
    color: #fff;
}
#authButtons .modal a:hover { background-color: #bdf4ff; }
#helpModal a:hover { background: none !important; }
.site-select {
	background: none;
	width: 100%;
	display: block;
	border: 1px solid #eeeeee;
	padding: 10px 0px;
}
.site-select span {
	text-align: center;
	font-weight: 600;
	color: #003359;
}
.site-list {
	background-color: #ffffff;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px;
    clear: both;
}
@media screen and (min-width: 600px) {
	#banner { display: block; background: url('../image/SNL_Horizontal_Black_Blue.png') center no-repeat; height: 100px; margin: 30px; }
	#authButtons, #notice, #siteSelection { min-width: 600px; max-width: 800px; position: relative; }
	#break2 { display: none; }
	#helpModal {
		padding: .2em .7em;
		position: absolute;
		top: 0px;
		left: 430px;
		max-width: 350px;
	}
	.modal {
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		z-index: 50;
	}
	#siteModal { margin-top: -60px; }
    .modal .closeSite {
        position: absolute;
        right: 1em;
        top: 0.8em;
    }
	.abq-complex { background: url('../image/AbqComplex_200x200_transparent.png') no-repeat; }
	.kcp { background: url('../image/KCP_200x200_transparent.png') no-repeat; }
	.lanl { background: url('../image/LANL_200x200_transparent.png') no-repeat; }
	.idme { background: url('../image/IDMe-200x200.png') no-repeat; }
	.oneid { background: url('../image/ONEID-200x200.png') no-repeat; }
	.symantec { background: url('../image/symantec_200x200_transparent.png') no-repeat; }
	.llnl { background: url('../image/LLNL_200x200_transparent.png') no-repeat; }
	.nevada { background: url('../image/Nevada_200x200_transparent.png') no-repeat; }
	.pantex { background: url('../image/Pantex_200x200_transparent.png') no-repeat; }
	.sandia { background: url('../image/SNL_200x200_transparent.png') no-repeat; }
	.srnl { background: url('../image/SRNL_200x200_transparent.png') no-repeat; }
	.y12 { background: url('../image/Y12_200x200_transparent.png') no-repeat; }
	.piv { background: url('../image/PIV_200x200.png') no-repeat; }
	.site-select {
		background-size: 100px;
		background-position: center top;
		width: 130px;
		height: 130px;
		float: left;
		margin: 15px;
		padding: 0px;
		position: relative;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.site-select span {
		position: absolute;
		bottom: 2px;
		left: 0px;
		right: 0px;
		font-size: .8em;	
	}
}
@media screen and (min-width: 375px) {
	#break1 { display: none; }
}
