/* site branding */
.site-identity,
.site-identity-unit {
  font-family: "cooper_hewittmedium", "Open Sans", "Nelvetica Neue", arial, sans-serif;
  font-size: 2.5rem;
  margin-top: 15px;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.site-identity a,
.site-identity-unit a {
  color: #fff;
  text-decoration: none;
}
.site-identity a:hover,
.site-identity-unit a:hover {
  color: #fff;
  text-decoration: none;
}

/* two-line site branding */
.site-identity-unit span.dept {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 5px;
}
/* white version */
.light-bg .site-identity,
.light-bg .site-identity-unit {
  border-color: #4f547a;
}
.light-bg .site-identity a,
.light-bg .site-identity-unit a {
  color: #003594;
}
.light-bg .site-identity a:hover,
.light-bg .site-identity-unit a:hover {
  color: #003594;
}


/* Header/Pitt Bar */
.header {
  margin: 0;
  padding: 30px 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  background: url(../img/bg_header.png) no-repeat center center #003594;
  background-size: auto;
  background-size: cover;
  display: inline-block;
}

.pitt-shield img {
  width: 148px;
  height: auto;
}
.light-bg .header {
  background: #fff;
	border-bottom: 1px solid #4f547a;
}


/* Secondary Links */
.secondary-links {
    float: right;
    padding: 12px 15px 18px;
    background: transparent;
    display: block;
    margin-right: 30px;
    margin-top: 14px;
}

.secondary-links ul.menu {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 0;
    margin: 0 -15px;
}

.secondary-links ul.menu li {
    float: left;
    list-style-type: none;
}

.secondary-links ul.menu li:first-child {
    border-right: 1px solid #d6d6e0;
}

.secondary-links ul.menu li a {
    padding: 0 10px;
    line-height: 120%;
    text-transform: uppercase;
    color: #ffb81c;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
}

.secondary-links ul.menu li a:hover {
    text-decoration: underline;
}


/* Footer */
.footer {
	background: #2b2b2b;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 35px 0;
}
.footer h3 {
  font-size: 1.5rem;
  margin: 0 0 10px;
  
}
.footer a {
	color: #ffb81c;
	text-decoration: none;
	font-size: 1.25rem;
}
.footer p {
	font-size: 1.25rem;
}
.footer .pitt-shield img {
  width: 148px;
  height: auto;
}
.footer .site-identity,
.footer .site-identity-unit {
  margin-bottom: 20px;
}
.footer .site-identity a,
.footer .site-identity-unit a {
  color: #fff;
  font-size: 2.5rem;
}
.footer .site-identity a:hover,
.footer .site-identity-unit a:hover {
  color: #fff;
}
.footer .site-identity-unit span.dept {
  font-size: 1.5rem;
}

.footer .sections {
	margin-bottom: 35px;
	margin-top: 15px;
	padding-left: 46px;
}
.footer .sections section {
	padding-right: 20px;
	margin-bottom: 35px;
	display: inline-block;
}
.footer h4 {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    margin-top: 0;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}
.footer ul {
	padding: 0;
}
.footer ul.two-column {
	width: 50%;
	display: inline;
}
.footer ul.two-column li {
	float: left;
  width: 48%;
  margin-right: 2%;
}
.footer ul li {
	list-style: none;
}
.light-bg .footer {
	color: #2b2b2b;
	background: #fff;
	border-top: 1px solid #4f547a;
}
.light-bg .footer a {
	color: #003594;
}
.light-bg .footer .site-identity a, 
.light-bg .footer .site-identity a:hover,
.light-bg .footer .site-identity-unit a,
.light-bg .footer .site-identity-unit a:hover {
  color: #003594;
}

#copyright {
	display: block;
	clear: both;
}

#copyright, #copyright a {
	font-size: 1rem;
}

#copyright span {
	margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .main-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pitt-shield {
    float: left;
  }
  .site-identity,
  .site-identity-unit {
    float: left;
  }
  .site-identity {
    margin: 8px 0 0 20px;
    padding: 10px 0 0 20px;
  }
  .site-identity-unit {
    margin: 7px 0 0 20px;
    padding: 0px 0 0 20px;
  }
  .footer .sections {
		columns: 2;
		display: flex;
	}
	.footer .sections section {
		width: 30%;
	}
}

@media screen and (min-width: 992px) {
  .main-container {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1200px) {

}