@charset "UTF-8";
/* CSS Document */
.logo {
	width: 490px;
	background:transparent url("../img/logo.svg") no-repeat scroll left 50%;
	background-size:65%;

}
.altlogo {
	height: 50px;
	width: 175px;
	margin-right: 1em;
	background:transparent url("../img/logo_ELPAC.png") no-repeat scroll right 50%;
}
.banner {
	background-color: #fff;
	border-bottom: 2px solid #016798;
	justify-content:space-between;
	}
.icon.signout_icon {
	background-color: #009344;
	border-radius: 20px;
}

.contactSections {
	display: flex;
	justify-content:space-around;
}
.extraInfo {
	text-align: center;
	font-size: 85%;
	line-height: 130%;
}
.terms{
  cursor: pointer;
  display: block;
  font-weight: bold;
}
.terms + input{
  display: none; /* hide the checkboxes */
}
.terms + input + div{
  display:none;
}
.terms + input:checked + div {
	display: block;
	text-align: left;
	line-height: 130%;
}

/*Mobile Styles*/

@media only screen and (max-width: 630px) {

.altlogo {
	background-size:auto 30px;
	background-position:right 10%;
	margin:0;
}
.logo {
	background-size:auto 30px;
	background-position:left 10%;
	margin:0;
}
}

header.uH-unifiedHeader .uH-logo {
  transition: width 0.3s ease-in-out, background 0s ease-in-out 0.3s;
}

/* california */
header.uH-unifiedHeader .uH-logo {
  background-image: url("../img/ca_full.svg");
  width: 175px;
}

@media (-webkit-max-device-pixel-ratio: 2), (max-resolution: 192dpi) { 

  /* california */
  header.uH-unifiedHeader .uH-logo {
    background-image: url("../img/ca_full@2x.png");
  }
}
