 /* Google fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600, 600i700,700i');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

h1.page-title {
  color: var(--nittany-navy);
  font-family: 'Roboto', sans-serif;
  font-size: calc(2rem + .8vw);
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3em;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 0;
  text-transform: none;
}
h1.page-title:after {
  content : "";
  border-bottom: 2px solid var(--psu-line-blue);
  height: 2px;
  width: 84px;
  margin: 0 0 1rem;
  font-size: 10px;
  font-weight: 700;
  display: block;
  padding-top: 3em;
}
h2 {
  font-size: calc(1.2rem + .8vw);
  color: var(--beaver-blue);
  font-family: 'Roboto',sans-serif;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1em;
}
h3 {
  font-size: calc(1rem + .4vw);
  color: var(--nittany-navy);
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 1em;
}

h4 {
  font-size: calc(.8rem + .6vw);
  color:#444;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
p {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  color:#444;
  font-weight: 300;
}
p a {
  color: var(--psu-accent-blue);
  text-decoration: none;
}
a {
  color: var(--psu-accent-blue);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--psu-accent-blue);
  text-decoration: underline;
  cursor: pointer;
}
ul {
  font-family: var(--roboto);
  font-size: 1.1em;
  color: #444;
  font-weight: 300;
  }

.text-content a:where(:not(.button)) {
  color: var(--psu-accent-blue);
  text-decoration: none;
  text-decoration-thickness: 0px;
  overflow-wrap: break-word;
  box-shadow: inset 0 0px 0 0 var(--color--primary-50);
}

body:not(.is-always-mobile-nav) .site-footer {
    border-inline-start:none; 
}
#page {
    background: var(--light-grey);
}
.main-content {
  margin: 0 auto;
  background-color: #fff;
  width: calc(100% - 5rem);
  min-height: 100vh;
  padding-top: 5em;
  padding-bottom: 2em;
}

@media (min-width: 75rem) {
  .main-content {
    width: calc(100% - 10rem);
  }
}
.node__content {
  padding-block-end: var(--sp1-5);
}
.region > *:where(:not([data-big-pipe-placeholder-id])) {
  margin-block-end: var(--sp2);
}
/***** timelines ******/

ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker {
    right: -5px;
}
ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker {
    left: -5px;
}
.timeline-year{
  font-size: 1.3em;
  margin: 0 0 1em 0;
  color: var(--beaver-blue);
}

.timeline-title {
   font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.3em;
}

.timeline-description p {
    font-size: 1.1em;
    margin: 1em 0;
}
ul.timeline-list li.timeline-item {
    margin-bottom: 2em;
}

ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper img {
  float: right;
} 


/**** Hero ***/


.header-overlay {
	height: 100vh;
	width: 100vw;
  background: var(--nittany-navy);
  position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.region--content {
  margin-bottom: 2rem;
}


/****search****/
.button--primary {
  color: #fff;
  background-color: #1e407c;
}
.button {
border: solid 2px #0d77b5;
}

[type="text"] {
	    border: 1px solid #0d77b5;
}

.layout--pass--content-medium > * {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / 14;
}

/****main****/

.block__title {
    margin-top: 0;
    margin-bottom: 2rem;
    letter-spacing: 0.02em;
    color: #1e407c;
    font-size: 2.2rem;
    font-weight:600; 
    line-height: 1.25rem;
}

.hero-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
/*  max-height: 400px;*/
  height: 100%;
  margin: 0 auto;
  width: calc(100% - 10rem);
}

@media (min-width: 75rem) {
  .hero-title {
    width: calc(100% - 20rem);
  }
}


.hero-title h1{
  color: #fff;
 /* font-weight: 600;*/
/*  font-size: 2.8rem; */
  margin: 0 auto;
  width: 100%;
  /*padding: 0 3rem;*/
  line-height: 4rem;
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-justify-content: center;
   justify-content: center;
}

.site-footer {
    background: var(--nittany-navy)
}
.sticky-header-toggle {
display: none;
}

/*** webforms ***/
.form-required {
    color: #000;
}
