/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*EV Dashboard styles*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    color: #333;
    font-family: proxima-nova,Helvetica,Arial,Nimbus Sans L,sans-serif;
    font-size: 100%;
    letter-spacing: -.0135em;
    line-height: 1.5em;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #00609c;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
p {
  background: #fff;
      color: #333;
      font-family: proxima-nova,Helvetica,Arial,Nimbus Sans L,sans-serif;
      font-size: 100%;
      letter-spacing: -.0135em;
      line-height: 1.5em;
      font-size:120%;
			margin: 0 0 1.5em;
}
em {
	font-style:italic;
}
h2 {
		font-size: 2em;
    line-height: 1.3095238095em;
    margin-bottom: 0.5952380952em;
    margin-top: 1.1904761905em;
		font-weight: bold;
}
strong {
	font-weight:bold;
}
.header-container {margin: 0 auto;
    min-width: 260px;
    padding: 0 1.5em;
    max-width: 1250px;
}

.header {background: #fff;
    border-bottom: 1px solid #d1d1d1;
    border-top: 3px solid #666;
    padding: 10px 0;
    display: block;
    padding-bottom: 0;
    padding-top: 0;
}
.header.sticky {
    position: relative;
    top: 0;
    z-index: 999;
}
@media (max-width: 800px) {
  .header.sticky  {
    display:none;
		padding:0;
  }
}
.utility-nav {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.42em;
    clear:both;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.utility-nav-container {
    max-width: 1250px;
    margin: 0 auto;
    width: 90%;
}

.utility-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.utility-nav__list-item {
    float: left;
    font-size: .8em;
    font-weight: 700;
    line-height: 1.5882352941em;
    text-transform: uppercase;
}
.utility-nav__list-item a:link, .utility-nav__list-item a:visited {
    display: block;
    padding: 0.525em 3em 0 0;
    color: #333;
}
.nav-drawer {
    float: right;
}
.nav-list__item {
    font-weight: 700;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: none 0 ease;
    transition: none 0 ease;
    border-bottom: 0;
    display: inline-block;
    font-size: 1em;
    line-height: 1.5882352941em;
    padding: 0 0.375em;
}
.nav-list__item a:active, .nav-list__item a:focus, .nav-list__item a:hover {
    text-decoration: none;
}
.nav-list__item a:link, .nav-list__item a:visited {
    border-top: 3px solid #666;
    color: #333;
    display: block;
    padding: 18px 0.375em;
}
.header__brand {
    display: inline-block;
    width: 60%;
    width: 200px;
}
.header__brand .logo {
    font-size: 1em;
    line-height: 1.5em;
    margin: 9px 0;
}
.header__brand .logo a {
    display: block;
    height: 46px;
    overflow: hidden;
}
.header__brand .logo svg {
    height: 46px;
    max-width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 160px;
}
.element-focusable, .element-invisible {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}
.basic-header--image.app-header, .basic-header--image.profile-header, .basic-header--video.app-header, .basic-header--video.profile-header, .basic-header.basic-header--image, .basic-header.basic-header--video {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0;
    margin-bottom: 0;
}
.landing-header.basic-header--image, .landing-header.basic-header--video {
    padding-top: 12em;
}

.container.basic-header__content, .gin-layout-container {
    margin: 0 auto;
    min-width: 260px;
    padding: 0;
    width: 100%;
    max-width: 1250px;
}

@media (max-width: 1370px) {
    .container.basic-header__content {
			padding: 0 1.5em;

    }
		.basic-header.basic-header--image .basic-header__block {
    padding: 2.625em 2em;

  }
}

.l-basic-header {
    width: 65%;
}
.basic-header.basic-header--image .app-header__block, .basic-header.basic-header--image .basic-header__block, .basic-header.basic-header--image .profile-header__block, .basic-header.basic-header--video .app-header__block, .basic-header.basic-header--video .basic-header__block, .basic-header.basic-header--video .profile-header__block {
    background-color: rgba(0,96,156,.8);
    color: #fff;
    margin: 0 -1.5em;
    padding: 2.625em 1.5em;
}
.basic-header.basic-header--image .basic-header__block, .basic-header.basic-header--video .basic-header__block {
    background-color: rgba(51,51,51,.8);
}
.app-header__title-block .app-header__title, .basic-header__title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 2.5em;
    line-height: 1.08em;
		font-weight:600;
}
.basic-header__subtitle, .profile-header__job-title {
    font-family: adobe-garamond-pro,Georgia,Times New Roman,"DejaVu Serif",serif;
    font-size: 1.26em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3095238095em;
    margin-bottom: 0;
    margin-top: 0.225em;
}
.basic-header__subtitle, .profile-header__job-title {
    font-size: 1.57em;
    line-height: 1.1942675159em;
}
.app-header__tag, .basic-header__tag, .profile-header__tag {
    display: inline-block;
    font-size: .85em;
    font-weight: 600;
    line-height: 1.4117647059em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    color: #fff;
}

.messageContainer {
  margin: 0 auto;
  min-width: 260px;
  padding: 0 1.5em;
  width: 100%;
  padding: 0;
  width: 90%;
  max-width: 1250px;
  margin-bottom: 2.25em;
  margin-top: 2.25em;
	min-height:500px;
	text-align: center;
	display: flex;
justify-content: center;
align-items: center;
}

.footer {
    border-top: 3px solid #a5a5a5;
    font-size: .85em;
    line-height: 1.3235294118em;
}
.footer__bottom.section-spacing {
    padding: 1.125em 0;
    background-color: #f2f2f2;
}
.footer .container {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0;
    width: 90%;
}
.l-1up, .l-1up-small-centered {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.footer__bottom .l-1up {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
    justify-content: space-between;
}
.footer__bottom .doe-logo-menu-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      justify-content: flex-start;
  }
@media (min-width: 1000px) {
  .footer__bottom .doe-logo-menu-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
  }
}
.footer-uchicago {
    font-size: .85em;
    line-height: 1.3235294118em;
    margin-bottom: 20px;
    margin-top: 0;
    margin-right: 1.875em;
}
.footer-uchicago svg {
    display: block;
    height: 36px;
    margin-top: 0;
    max-width: 100%;
    margin-top: 12px;
}
.footer-doe-logo {
    margin-top: -1px;
    margin-bottom: 0.375em;
    margin-right: 1.875em;
    width: auto;
}
.footer-doe-logo img {
  border: 0;
    max-width: 100%;
    display: block;
    height: 36px;
}
.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 1.125em 0;
}
.footer-nav-list__item {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 0.75em;
}
.footer__bottom .footer-nav-list {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 0;
    vertical-align: middle;
}
.footer__bottom .footer-nav-list li {
    display: inline-block;
    margin-right: 1.875em;
    vertical-align: middle;
}
.footer-nav-list__item a:link, .footer-nav-list__item a:visited {
    color: #666;
}

@media (max-width: 1000px) {
 .doe-logo-menu-wrapper {
	 display:block;
   margin:0 auto;
 }
	.footer {
		text-align: center;
	}
	.footer__bottom .footer-nav-list {
	    display: block;
	}
  .footer__bottom .footer-nav-list li {
    display: block;
    margin-right: 0 auto;
  }
}

.mobileHeader {
	display:none;
}
@media (max-width: 800px) {
	.mobileHeader {
		display:block;
		border-bottom: 1px solid #d1d1d1;
		width:100%;
	}
	.mobileHeader a {
		margin-left:2em;
	}
}
