﻿/*----------------------------------------------------
Author: James Ison
Version: 1.0.0
Domain: pgaff.com
Tags:

pgaff.com main stylesheet

-----------------------------------------------------*/
/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Reset
* 3.0 - In Page Animation Effects
* 4.0 - Main Styles
* 5.0 - Form Styles
* 6.0 - Header & Nav Styles
* 7.0 - Footer Styles
* 8.0 - News Page Styles
* 9.0 - Areas of Focus Page Styles
* 10.0 - Our Culture Homepage Blocks Styles
* 11.0 - Jobs Styles
* 12.0 - Keyframe Animations
* 13.0 - Responsive Breakpoints
* 14.0 - Overrides for plugin or other css
*/
/* Variables */
/* COLORS */
/* FONTS */
/* FONT WEIGHTS */
/*----------------------------------------------------
    1.0 Fonts
-----------------------------------------------------*/
/* 
     ADOBE FONTS LINK ON MASTERPAGE
*/
/*----------------------------------------------------
    2.0 Reset
-----------------------------------------------------*/
/*.PagePlaceholder, .EditorWidgetZone {
    margin-top: 160px;
}*/
/*//remove before launch
#CMSHeaderDiv {
    display: none;
}*/
/*.manPortal {
    height: 0px;
}*/
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #182d5e;
  font-family: "franklin-gothic-urw", Arial, Helvetica, Sans-Serif;
  position: relative;
  z-index: 10000; }

html, body {
  font-size: 20px;
  line-height: 1.2em;
  font-family: "franklin-gothic-urw", Arial, Helvetica, Sans-Serif; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

/*----------------------------------------------------
    3.0 In Page Animation Effects
-----------------------------------------------------*/
/*----------------------------------------------------
    4.0 Main Styles
-----------------------------------------------------*/
a {
  color: #1da7e0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  font-weight: 500; }
  a:hover {
    color: #004cac; }

img {
  -webkit-tap-highlight-color: transparent; }

h1 {
  font-family: "franklin-gothic-urw", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 76px;
  line-height: 1em;
  margin: 0 0 20px 0; }

h2 {
  font-family: "franklin-gothic-urw", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 56px;
  line-height: 1em;
  margin: 0 0 40px 0; }

h3 {
  font-family: "franklin-gothic-urw", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 36px;
  line-height: 1em;
  margin: 0 0 40px 0; }

h4 {
  font-family: "franklin-gothic-urw", Arial, Helvetica, Sans-Serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1em;
  margin: 0 0 20px 0; }

p {
  margin: 0 0 1.5em 0; }

ul > li {
  padding-bottom: 0.75em; }

.section_header {
  margin: 0 155px 75px 155px; }

.small {
  font-size: 16px; }

.large {
  font-size: 42px;
  line-height: 1.25em; }

.extra-large {
  font-size: 56px;
  line-height: 1.25em; }

.button {
  border: solid 2px #febd40;
  padding: 10px 50px;
  font-weight: 600; }

.maincontent {
  padding-top: 150px;
  overflow-x: hidden; }

.content-padding {
  padding: 0px 155px;
  margin-bottom: 75px; }

.scroll-down {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 15px;
  background-image: url("/Custom/Images/scrolldown-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: bottom;
  z-index: 10000;
  cursor: pointer; }

/*----------------------------------------------------
    5.0 Form Styles
-----------------------------------------------------*/
/*----------------------------------------------------
    6.0 Header & Nav Styles
-----------------------------------------------------*/
.header {
  display: flex;
  /*align-items: stretch;*/
  z-index: 2000;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0px;
  left: 0px; }
  .header > .logo {
    display: inline-block;
    width: 36%;
    line-height: 180px;
    flex-grow: 0;
    text-align: center;
    padding: 0 20px;
    vertical-align: middle; }
    .header > .logo img {
      width: 80%; }

.nav {
  display: inline-block;
  position: relative;
  flex-grow: 1;
  width: 64%;
  padding: 60px 0px 20px 40px;
  text-align: left; }

#main-menu {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer; }
  #main-menu a {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase; }
    #main-menu a:hover {
      border-bottom: 1px solid #ffffff; }
  #main-menu.nav-dark {
    color: #182d5e; }
    #main-menu.nav-dark a {
      color: #182d5e; }
      #main-menu.nav-dark a:hover {
        border-bottom: 1px solid #182d5e; }
  #main-menu > ul {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    list-style-type: none;
    text-align: left; }
    #main-menu > ul > li {
      display: inline-block;
      margin-right: 80px; }
      #main-menu > ul > li .has-child {
        padding-left: 35px;
        background-image: url(/Custom/Images/navDownArrowWhite.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 25px auto; }
      #main-menu > ul > li > ul {
        position: absolute;
        z-index: 500;
        list-style-type: none;
        padding: 5px 0px 0px 35px;
        margin: 0px;
        opacity: 0;
        transition: left 0s ease 0.6s, opacity 0.6s ease 0s; }
        #main-menu > ul > li > ul > li {
          clear: left;
          height: 25px;
          text-align: left;
          display: block;
          position: relative; }
          #main-menu > ul > li > ul > li a {
            font-size: 18px; }
  #main-menu li:hover ul {
    opacity: 1;
    transition: left 0s ease 0s, opacity 0.6s ease 0s; }
  #main-menu.nav-dark > ul > li .has-child {
    background-image: url(/Custom/Images/navDownArrow.png); }

#hamburger {
  display: none; }

#hamburger > i.icon-menu {
  color: #182d5e;
  font-size: 32px;
  cursor: pointer;
  margin-left: 10px; }

#mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 80px 40px 40px 40px;
  overflow: auto;
  background-color: RGBA(24, 45, 97, 0.9);
  font-size: 32px;
  text-transform: uppercase;
  z-index: 10001; }
  #mobile-menu > .close {
    position: absolute;
    top: 40px;
    right: 60px;
    color: #FFFFFF; }
    #mobile-menu > .close > [class^="icon-"], #mobile-menu > .close [class*=" icon-"] {
      font-size: 32px !important; }
  #mobile-menu > .mobile-nav {
    width: 200px;
    margin: 0 auto; }
    #mobile-menu > .mobile-nav > a {
      display: table;
      /*margin: 0px auto 20px;*/
      margin-top: 30px;
      text-decoration: none;
      -webkit-tap-highlight-color: transparent;
      font-weight: 700;
      color: #FFFFFF; }
      #mobile-menu > .mobile-nav > a.nav-item.sub {
        margin: 15px 0 0 20px;
        font-size: 24px;
        text-transform: uppercase; }
        #mobile-menu > .mobile-nav > a.nav-item.sub:last-of-type {
          margin-bottom: 15px; }
      #mobile-menu > .mobile-nav > a:hover {
        color: #febd40; }
    #mobile-menu > .mobile-nav > span {
      display: table;
      /*margin: 0px auto 15px;*/
      margin-top: 0px;
      text-decoration: none;
      -webkit-tap-highlight-color: transparent;
      color: #FFFFFF;
      font-weight: 700;
      cursor: pointer; }
      #mobile-menu > .mobile-nav > span.nav-item.sub {
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        margin-top: -10px; }
        #mobile-menu > .mobile-nav > span.nav-item.sub:last-of-type {
          margin-bottom: 15px; }

.search {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 24px;
  margin: auto;
  right: 75px;
  background-image: url("/Custom/Images/searchWhite.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer; }

.search.nav-dark {
  background-image: url("/Custom/Images/search.png"); }

.searchmodal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #FFFFFF;
  opacity: 1;
  z-index: 10002; }
  .searchmodal > .loader {
    background: url("/UI/Images/ajax-loader.gif") no-repeat scroll center center #FFF;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2001; }
  .searchmodal > .searchheader {
    display: flex;
    /*align-items: stretch;*/
    z-index: 2000;
    width: 100%;
    height: 150px;
    background-color: #FFFFFF; }
    .searchmodal > .searchheader > .logo {
      display: inline-block;
      width: 36%;
      line-height: 175px;
      flex-grow: 0;
      text-align: center;
      padding: 0 20px;
      vertical-align: middle; }
      .searchmodal > .searchheader > .logo > img.logo-img {
        width: 80%; }
    .searchmodal > .searchheader > .close {
      display: inline-block;
      position: relative;
      flex-grow: 1;
      width: 64%;
      padding: 60px 80px 20px 40px;
      text-align: right; }
      .searchmodal > .searchheader > .close > [class^="icon-"], .searchmodal > .searchheader > .close [class*=" icon-"] {
        font-size: 32px !important;
        cursor: pointer; }
  .searchmodal .searchcontent {
    display: block;
    position: relative; }

.searcharea {
  display: block;
  height: 20px;
  padding: 0 140px 60px;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #D7D7DC; }
  .searcharea > i.search-icon {
    font-size: 45px; }
  .searcharea > .searchbox {
    /*height: 45px;*/
    font-size: 40px;
    margin-left: 20px;
    width: calc(100% - 80px);
    vertical-align: top;
    border: none;
    outline: none; }

.searchResults {
  display: block;
  padding: 0 40px;
  height: calc(100vh - 215px);
  overflow-y: scroll; }
  .searchResults > ul {
    padding: 0;
    list-style-type: none; }
    .searchResults > ul > li {
      margin-bottom: 40px;
      position: relative; }
      .searchResults > ul > li > .loader {
        background: url("/UI/Images/ajax-loader.gif") no-repeat scroll center center #FFF;
        text-align: center;
        vertical-align: middle;
        height: 40px;
        width: 100%;
        z-index: 1001; }

/*----------------------------------------------------
    7.0 Footer Styles
-----------------------------------------------------*/
.prefooter {
  display: inline-block;
  width: 100%;
  background-color: #004cac;
  padding: 90px 130px;
  color: #FFFFFF;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.1em; }
  .prefooter a {
    color: #FFFFFF;
    font-weight: 700; }
    .prefooter a:hover {
      color: #888888; }

.prefooter-logo {
  width: 40%; }
  .prefooter-logo img {
    max-height: 60px;
    margin-bottom: 60px; }

.prefooter-nav1 {
  position: absolute;
  top: 87px;
  left: 45%; }
  .prefooter-nav1 a {
    font-size: 18px;
    line-height: 1.2em;
    padding-left: 20px; }

.prefooter-nav2 {
  position: absolute;
  top: 87px;
  left: 60%; }

.prefooter-secondarynav {
  text-transform: none; }

.copyright {
  display: inline-block;
  background-color: #182d5e;
  color: #FFFFFF;
  width: 100%;
  font-size: 16px;
  padding: 15px 130px; }

.copyright a {
  color: #febd40;
  text-decoration: none; }
  .copyright a:hover {
    color: #888888; }

.copyright-date {
  float: left; }

.copyright-links {
  float: right; }

/*----------------------------------------------------
    8.0 Home Styles
-----------------------------------------------------*/
.home-hero {
  display: flex;
  width: 100%;
  max-height: 100vh; }

.home-hero-copy {
  position: relative;
  width: 36%;
  padding: 200px 100px 0px 100px;
  font-size: 70px;
  font-weight: 300;
  line-height: 1em; }

.home-hero-link {
  font-size: 28px;
  line-height: 1em;
  padding: 60px 0 10px 0;
  font-weight: 600; }

.home-hero-desktop {
  width: 64%;
  text-align: right;
  position: relative; }
  .home-hero-desktop > img {
    width: 100%;
    min-height: 100%;
    max-height: 100vh;
    vertical-align: bottom; }

.home-hero-gradient {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAC0CAYAAABVEkZPAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA0LzE4LzE4AjS+dQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAqSURBVCiRY2BgYPjPxMjICCWYmJj+YeUOqMRgcsuQcORgcsuQcORAugUASZ23WOvJ+ZsAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-position: top left;
  height: 200px;
  width: 100%;
  z-index: 1000;
  position: absolute;
  top: 0px;
  right: 0px; }

.home-hero-mobile {
  display: none; }
  .home-hero-mobile > img {
    width: 100%;
    min-height: 100%;
    max-height: 100vh;
    vertical-align: bottom; }

.program-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 75px; }

.program-tile {
  display: inline-block;
  width: 557px;
  height: 743px;
  position: relative;
  margin: 18px;
  overflow: hidden; }

.program-tile > h2 {
  padding: 40px 20px;
  font-size: 75px;
  line-height: 1.35em;
  font-weight: 400; }

.program-tile > .program-name {
  position: absolute;
  left: 0px;
  top: 100%;
  padding: 60px 40px 0px 40px;
  width: 100%;
  min-height: 100%;
  z-index: 1000;
  transition: top 0.5s; }

.program-tile > .program-name.bg {
  top: 0px !important; }

.program-tile > .program-name:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #004cac;
  opacity: 0.0;
  transition: opacity 0.5s; }

.program-tile:hover > .program-name.bg:before {
  opacity: 0.7; }

.program-tile > .program-name > h2 {
  position: relative;
  color: #FFFFFF;
  text-shadow: 0 3px 5px #333;
  z-index: 999;
  padding-bottom: 20px; }

.program-tile > .program-name > .intro {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5em;
  color: white;
  z-index: 1001;
  margin-top: -40px;
  opacity: 0.0;
  transition: opacity 1s; }

.program-tile > .program-name > .learn {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 40px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5em;
  color: white;
  z-index: 1001;
  opacity: 0.0;
  transition: opacity 1.5s; }

.program-tile > .program-name.bg > .intro {
  opacity: 1.0; }

.program-tile > .program-name.bg > .learn {
  opacity: 1.0; }

.program-tile > .program-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 36px;
  bottom: 36px;
  z-index: 1001; }

/*----------------------------------------------------
    9.0 Program Styles
-----------------------------------------------------*/
.program-landing {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 80vh;
  margin-bottom: 100px;
  background-color: #eef4f7; }

.program-image {
  width: 36%;
  line-height: 0px;
  background-repeat: no-repeat;
  background-position: center; }

.program-intro {
  width: 64%;
  padding: 100px;
  font-size: 36px;
  line-height: 1.25em; }

.focus-area-intro {
  display: block;
  position: relative;
  width: 100%;
  height: 639px;
  padding: 100px;
  margin-bottom: 50px;
  z-index: 100; }

.focus-area-label {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
  text-shadow: 0 3px 5px #333; }

.focus-area-title {
  color: #FFFFFF;
  max-width: 500px;
  font-size: 72px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 25px;
  text-shadow: 0 3px 5px #333; }

.program-list {
  padding: 0 135px 100px 100px; }

.focus-area-description {
  color: #1da7e0;
  font-size: 36px;
  line-height: 1em;
  margin: 0 100px 50px 30%; }

.project-container {
  width: 100%; }

.project-left {
  width: 250px;
  font-size: 60px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  left: 100px; }

.project-right {
  padding-left: 30%;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600; }

.project-detail > hr {
  width: 100%;
  border-top: 1px solid #febd40; }

.project-title {
  font-size: 48px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 30px 0 20px 0; }

.project-description {
  font-weight: 400;
  text-transform: none;
  padding-bottom: 20px; }

.project-partners {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px; }
  .project-partners a {
    color: #182d5e; }
    .project-partners a:hover {
      color: #1da7e0; }

.project-carousel {
  display: block;
  position: relative;
  background-color: #eef4f7; }
  .project-carousel > .feat-title {
    margin-bottom: 0px;
    padding-top: 20px; }
  .project-carousel > .featured-projects {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 20px 40px 40px 40px;
    overflow: hidden; }
    .project-carousel > .featured-projects .featproj-tile {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: stretch;
      width: 350px;
      height: 550px;
      min-width: 270px;
      max-width: 350px;
      max-height: 550px;
      margin: 15px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .project-carousel > .featured-projects .featproj-tile > .img-trans {
        display: flex;
        width: 100%;
        height: 50%; }
        .project-carousel > .featured-projects .featproj-tile > .img-trans > .transp-disp {
          width: 100%;
          height: 100%; }
      .project-carousel > .featured-projects .featproj-tile > .copy {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        z-index: 1000;
        background-color: rgba(24, 45, 94, 0.8);
        color: #FFFFFF;
        min-height: 50%;
        padding: 36px;
        text-align: left;
        color: #FFFFFF; }
        .project-carousel > .featured-projects .featproj-tile > .copy > .program {
          text-transform: uppercase;
          padding-bottom: 10px; }
        .project-carousel > .featured-projects .featproj-tile > .copy > .title {
          flex: 1;
          font-weight: 700;
          font-size: 26px;
          overflow: hidden;
          line-height: 1.2em; }
        .project-carousel > .featured-projects .featproj-tile > .copy > .date-link {
          display: flex;
          width: 100%;
          align-items: stretch; }
          .project-carousel > .featured-projects .featproj-tile > .copy > .date-link > .date {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            text-transform: uppercase;
            font-weight: 700; }
          .project-carousel > .featured-projects .featproj-tile > .copy > .date-link > .icon {
            display: inline-block; }
  .project-carousel > .nav-container {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50px;
    text-align: center; }
    .project-carousel > .nav-container > .nav-button {
      height: 50px;
      width: 50px;
      display: inline-block;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 50px;
      vertical-align: middle;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      vertical-align: middle;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 45px 45px; }
    .project-carousel > .nav-container > .prev {
      background-image: url("/Custom/Images/ArrowLeft.png");
      margin-left: 25px;
      float: left; }
    .project-carousel > .nav-container > .next {
      background-image: url("/Custom/Images/ArrowRight.png");
      margin-right: 25px;
      float: right; }

/*----------------------------------------------------
    10.0 News Styles
-----------------------------------------------------*/
.featured-news {
  display: flex;
  width: 100%;
  margin-bottom: 100px; }

.featured-news-image {
  width: 34%;
  line-height: 0px; }

.featured-news-intro {
  width: 64%;
  padding: 100px;
  font-size: 42px;
  line-height: 1.25em; }
  .featured-news-intro > h1 {
    padding-bottom: 20px; }

.news-container {
  display: block;
  position: relative;
  width: 100%;
  min-height: 800px;
  border-top: solid 1px #febd40;
  text-align: center;
  margin-bottom: 175px;
  background-color: #eef4f7;
  /*background-image: url('/Custom/Images/bg_white.png');*/
  background-repeat: repeat-x;
  background-position: bottom; }

.news-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 40px; }

.news-filter {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
  z-index: 2000; }
  .news-filter > .overlay {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background-color: rgb(24,45,94);*/
    background-color: rgba(24, 45, 97, 0.8);
    z-index: 1001; }
  .news-filter > #trigger > .show-filter {
    display: inline-block;
    color: #1da7e0;
    border-bottom: 1px solid #1da7e0;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
    margin: 0 7px 7px 7px; }
    .news-filter > #trigger > .show-filter:hover {
      color: #004cac; }
  .news-filter > #menu {
    display: none;
    position: relative;
    z-index: 1001; }
    .news-filter > #menu > .menu-top {
      color: transparent; }
      .news-filter > #menu > .menu-top > .menu-item.filter {
        display: inline-block;
        margin-bottom: 20px;
        color: #febd40;
        font-weight: 500;
        /*border-bottom: 1px solid $yellow;*/
        cursor: pointer;
        text-decoration: none;
        z-index: 1002; }
      .news-filter > #menu > .menu-top > .menu-item.filter:hover {
        color: #888888;
        /*border-bottom: 1px solid #888888;*/ }

.news-tile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 270px;
  width: 31%;
  height: 550px;
  min-width: 350px;
  max-width: 400px;
  max-height: 550px;
  margin: 15px;
  margin: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .news-tile > .img-trans {
    display: flex;
    width: 100%;
    height: 50%; }
    .news-tile > .img-trans > .transp-disp {
      width: 100%;
      height: 100%; }
  .news-tile > .copy {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    z-index: 1000;
    background-color: rgba(24, 45, 94, 0.8);
    color: #FFFFFF;
    min-height: 50%;
    padding: 36px;
    text-align: left;
    color: #FFFFFF; }
    .news-tile > .copy > .program {
      text-transform: uppercase;
      padding-bottom: 10px; }
    .news-tile > .copy > .title {
      flex: 1;
      font-weight: 700;
      font-size: 30px;
      line-height: 1.2em;
      overflow: hidden; }
    .news-tile > .copy > .date-link {
      display: flex;
      width: 100%;
      align-items: stretch; }
      .news-tile > .copy > .date-link > .date {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-transform: uppercase;
        font-weight: 700; }
      .news-tile > .copy > .date-link > .icon {
        display: inline-block; }
  .news-tile.visible_item {
    display: none !important; }

.news-load {
  display: inline-block;
  margin-bottom: 75px; }

/* article detail page */
.newsarticle-container {
  display: flex;
  margin-top: 55px; }

/* left column */
.newsarticle-leftcolumn {
  width: 200px;
  min-width: 200px;
  margin-top: 15px;
  text-align: right; }

/* center column */
.newsarticle-content {
  margin: 0 155px 50px 100px; }
  .newsarticle-content > .content-padding {
    padding: 0; }

.newsarticle-date {
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: 5px;
  left: 0px; }

.newsarticle-share {
  position: absolute;
  bottom: -7px;
  right: 0px; }

.newsarticle-widgets > .content-padding {
  margin-left: 145px; }

.newsarticle-widgets > .imagerow-default {
  padding-left: 145px; }

/*----------------------------------------------------
    11.0 About Styles
-----------------------------------------------------*/
.leadership {
  margin: 0px 155px;
  border-top: solid 1px #febd40;
  padding-top: 50px; }

.founder-block {
  display: flex;
  margin-bottom: 75px; }

.founder-image {
  display: inline-block;
  width: 400px;
  height: 480px;
  margin-right: 90px; }

.founder-info {
  display: inline-block;
  line-height: 1.2em; }

.director-container {
  display: flex;
  padding-bottom: 50px; }

.director-block {
  width: 450px;
  position: relative;
  margin-right: 100px; }

.director-image {
  width: 450px; }

.director-info {
  width: 450px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden; }
  .director-info > .name {
    color: #231F20;
    padding: 15px 0 60px 25px;
    font-size: 24px; }
  .director-info > .abstract {
    padding: 0 25px 20px 25px; }

/*----------------------------------------------------
    12.0 Press Room Styles
-----------------------------------------------------*/
.press-container {
  display: flex;
  margin: 55px 50px 0 50px; }

/* left column */
.press-leftcolumn {
  width: 300px;
  min-width: 300px;
  margin-top: 15px; }
  .press-leftcolumn.back {
    text-align: right; }
  .press-leftcolumn > .filter-header {
    background-color: #1da7e0;
    padding: 20px; }
    .press-leftcolumn > .filter-header > a {
      color: #FFFFFF;
      font-size: 16px;
      float: right; }
      .press-leftcolumn > .filter-header > a:hover {
        color: #666666; }
  .press-leftcolumn > .filters {
    background-color: #eef4f7;
    padding: 20px;
    line-height: 1.5em; }
    .press-leftcolumn > .filters > a > img {
      width: 35px;
      padding: 5px 5px 5px 0;
      vertical-align: middle; }
    .press-leftcolumn > .filters > hr {
      margin: 20px 0; }

.downloads-key {
  max-width: 300px;
  background-color: #eef4f7;
  padding: 30px 30px 20px 30px;
  border-top: solid 10px #1da7e0; }
  .downloads-key > img {
    vertical-align: middle;
    padding: 5px 3px 5px 0; }

/* center column */
.press-content {
  margin: 0 50px; }
  .press-content > .content-padding {
    padding: 0; }

.pressroom-item {
  position: relative;
  padding-bottom: 30px; }

.pressroom-icons {
  position: absolute;
  top: 0px;
  right: 0px; }
  .pressroom-icons > img {
    width: 30px;
    margin: 0 4px; }

.pressroom-date {
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px; }

.pressroom-program {
  font-weight: 400;
  color: #888888; }

.pressroom-title {
  font-weight: 600; }

.pressrelease-location {
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: 5px;
  left: 0px; }

.pressrelease-share {
  position: absolute;
  bottom: -7px;
  right: 0px; }

/* right column */
.press-rightcolumn {
  width: 300px;
  min-width: 300px;
  margin-top: 15px; }
  .press-rightcolumn hr {
    width: 100%;
    border-top: 5px solid #1da7e0; }
  .press-rightcolumn > .press-inquiries {
    background-color: #eef4f7;
    padding: 30px 30px 10px 30px;
    border-top: solid 10px #1da7e0; }
    .press-rightcolumn > .press-inquiries > p a {
      font-size: 17px; }
  .press-rightcolumn > .pressrelease-related {
    padding-top: 50px; }
    .press-rightcolumn > .pressrelease-related > p {
      margin: 0 15px 15px 0;
      line-height: 1.15em;
      font-size: 16px;
      font-weight: 500; }
  .press-rightcolumn > .pressrelease-downloads {
    padding-top: 50px; }

.pressrelease-download {
  position: relative;
  padding: 25px 0;
  border-bottom: solid 1px #febd40; }
  .pressrelease-download > .video-overlay {
    position: absolute;
    top: 65px;
    left: 105px;
    z-index: 1000; }
  .pressrelease-download:last-child {
    border-bottom: none; }

.download-caption {
  font-size: 16px;
  line-height: 1.15em;
  font-style: italic; }

.download-title {
  font-weight: 600;
  padding: 5px 0; }

.download-desc {
  font-size: 18px;
  line-height: 1.15em;
  padding: 0 0 5px 0; }

.download-file {
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase; }
  .download-file a {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px; }
  .download-file img {
    vertical-align: middle;
    margin-right: 5px; }

/*----------------------------------------------------
    13.0 keyframe Animations
-----------------------------------------------------*/
/*----------------------------------------------------
    14.0 Responsive Break Points
-----------------------------------------------------*/
@media screen and (max-width: 1385px) {
  .news-tiles {
    max-width: 900px; } }

@media screen and (max-width: 1500px) {
  #main-menu > ul > li {
    margin-right: 40px; }
  .prefooter-nav1 {
    left: 55%; }
  .prefooter-nav2 {
    left: 75%; }
  .home-hero-copy {
    font-size: 50px;
    padding: 200px 75px 0px 75px; }
  .home-hero-link {
    font-size: 24px;
    padding: 40px 0 10px 0; }
  .press-container {
    margin: 55px 0 0 0; }
  .press-leftcolumn {
    width: 250px;
    min-width: 250px; }
  .press-content {
    margin: 0 25px; }
  .press-rightcolumn {
    width: 250px;
    min-width: 250px; }
    .press-rightcolumn > .press-inquiries {
      padding: 15px 15px 2px 15px; }
      .press-rightcolumn > .press-inquiries > pa {
        font-size: 15px; } }

@media screen and (max-width: 1200px) {
  .header > .logo img {
    width: 90%; }
  .prefooter {
    padding: 90px 75px; }
  .copyright {
    padding: 15px 75px; }
  .content-padding {
    padding: 0 50px; }
  .extra-large {
    font-size: 48px; }
  .home-hero-copy {
    font-size: 40px;
    padding: 175px 50px 0px 50px; }
  .program-landing {
    min-height: 70vh; }
  .program-intro {
    padding: 50px;
    font-size: 30px; }
  .program-list {
    padding: 0 50px 100px 50px; }
  .focus-area-description {
    margin: 0 0 50px 25%; }
  .project-left {
    width: 200px;
    font-size: 50px;
    left: 50px; }
  .project-right {
    padding-left: 25%; }
  .leadership {
    margin: 0px 50px; }
  .founder-image {
    width: 350px;
    height: 420px;
    margin-right: 50px; }
  .searchmodal > .searchheader > .logo > img.logo-img {
    width: 90%; }
  .newsarticle-container {
    display: inline-block;
    margin: 25px 50px 0 50px; }
  .newsarticle-leftcolumn {
    width: 70%;
    min-width: 70%;
    margin: 0 0 20px 0;
    text-align: left; }
  .newsarticle-content {
    margin: 0 155px 75px 0px; }
  .newsarticle-widgets > .content-padding {
    margin-left: 0px; }
  .newsarticle-widgets > .imagerow-default {
    padding-left: 0px; }
    .newsarticle-widgets > .imagerow-default > .imagerow {
      padding: 0px 25px 50px; }
  .press-container {
    display: inline-block;
    margin: 25px 25px 0 25px; }
  .press-leftcolumn {
    width: 70%;
    min-width: 70%;
    margin: 0 25px 20px 25px;
    text-align: left !important; }
  .downloads-key {
    display: none; }
  .press-rightcolumn {
    width: 300px;
    min-width: 300px;
    /*margin: 0 25px;*/
    margin: 0 auto; }
    .press-rightcolumn > .press-inquiries {
      padding: 30px 30px 10px 30px; }
    .press-rightcolumn > .press-inquiries > p a {
      font-size: 17px; }
    .press-rightcolumn > .pressrelease-related > p {
      margin: 0 0 15px 0; } }

@media screen and (max-width: 1000px) {
  .header > .logo {
    width: 80%;
    max-width: 500px; }
  .nav > #main-menu {
    display: none; }
  .nav {
    text-align: right;
    padding: 40px 60px 20px 40px; }
  #hamburger {
    display: inline-block; }
  .search {
    position: relative;
    right: auto;
    background-image: url("/Custom/Images/search.png"); }
  .searchmodal > .searchheader > .logo {
    width: 80%;
    max-width: 500px; }
    .searchmodal > .searchheader > .logo > img.logo-img {
      width: 90%; }
  .searchmodal > .searchheader > .close {
    text-align: right;
    padding: 40px 100px 20px 40px; }
    .searchmodal > .searchheader > .close > [class^="icon-"], .searchmodal > .searchheader > .close [class*=" icon-"] {
      font-size: 32px !important;
      cursor: pointer; }
  .prefooter {
    padding: 50px 25px; }
  .prefooter-nav1 {
    left: 50%; }
  .copyright {
    padding: 15px 25px; }
  .prefooter-nav1 {
    top: 47px; }
  .prefooter-nav2 {
    top: 47px; }
  .home-hero {
    display: inline-block;
    position: relative; }
  .home-hero-copy {
    display: inline-block;
    width: 100%;
    font-size: 70px;
    padding: 175px 100px 75px 100px; }
    .home-hero-copy a {
      display: inline-block;
      position: absolute;
      bottom: -200px;
      z-index: 1000; }
    .home-hero-copy > .scroll-down {
      display: none; }
  .home-hero-link {
    display: inline-block;
    position: absolute;
    bottom: -125px;
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: 0 3px 5px #333;
    padding-right: 100px;
    z-index: 1000; }
  .home-hero-desktop {
    width: 100%; }
  .home-hero-gradient {
    display: none; }
  .program-landing {
    min-height: 50vh; }
  .program-intro {
    font-size: 24px; }
    .program-intro > h1 {
      font-size: 60px; }
  .focus-area-description {
    margin: 0; }
  .project-left {
    width: 150px;
    position: relative;
    font-size: 36px;
    left: 0px;
    top: 105px; }
  .project-right {
    padding-left: 25%; }
  .founder-image {
    width: 300px;
    height: 360px;
    margin-right: 50px; } }

@media screen and (max-width: 900px) {
  h1 {
    font-size: 60px; }
  h2 {
    font-size: 45px; }
  h3 {
    font-size: 30px; }
  .large {
    font-size: 32px; }
  .copyright-date {
    float: none;
    text-align: center; }
  .copyright-links {
    float: none;
    text-align: center;
    margin-top: 20px; }
    .copyright-links > a {
      white-space: nowrap; }
  .searcharea {
    display: block;
    height: 20px;
    padding: 0 40px 40px;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #D7D7DC; }
    .searcharea > i.search-icon {
      font-size: 36px; }
    .searcharea > .searchbox {
      /*height: 45px;*/
      font-size: 32px;
      margin-left: 20px;
      width: calc(100% - 80px);
      vertical-align: top;
      border: none;
      outline: none; }
  .program-landing {
    display: inline-block; }
  .program-image {
    width: 100%;
    height: 50vh; }
  .program-intro {
    width: 100%;
    font-size: 24px;
    position: relative; }
    .program-intro > h1 {
      position: absolute;
      top: -100px;
      color: #FFFFFF;
      text-shadow: 0 3px 5px #333; } }

@media screen and (max-width: 855px) {
  .news-tiles {
    max-width: 460px; } }

@media screen and (max-width: 800px) {
  .large {
    font-size: 26px; }
  .prefooter-logo {
    width: 100%; }
  .prefooter-nav1 {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 50px;
    padding-bottom: 50px; }
  .prefooter-nav2 {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 160px;
    padding-bottom: 50px; }
  .prefooter-secondarynav {
    padding-left: 50px; }
  .content-padding {
    padding: 0 25px; }
  .extra-large {
    font-size: 42px; }
  .large {
    font-size: 36px; }
  .program-list {
    padding: 0 25px 100px 25px; }
  .focus-area-description {
    font-size: 30px;
    margin: 0 50px 75px 50px; }
  .project-left {
    position: relative;
    font-size: 36px;
    left: 0px;
    top: 0px;
    width: 500px; }
  .project-right {
    padding-left: 0; }
  .leadership {
    margin: 0px 25px; }
  .founder-image {
    width: 300px;
    height: 360px;
    margin-right: 25px; }
  .newsarticle-container {
    margin: 25px 25px 0 25px; }
  .newsarticle-content {
    margin: 0 0 75px 0; }
  .newsarticle-widgets > .imagerow-default > .imagerow {
    padding: 0px 5px 50px; }
  .press-container {
    display: inline-block;
    margin: 25px 0 0 0;
    max-width: 100%; } }

@media screen and (max-width: 700px) {
  .founder-block {
    display: inline-block; }
  .founder-image {
    width: 100%;
    height: auto; }
  .founder-info > h3 {
    margin: 20px 0; }
  .focus-area-intro {
    padding: 100px 50px 50px 50px; } }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 24px; }
  .header {
    height: 100px; }
    .header > .logo {
      line-height: 135px;
      padding: 0; }
  .nav {
    text-align: right;
    padding: 40px 20px 20px 40px; }
  #mobile-menu > .close {
    top: 40px;
    right: 20px; }
  .maincontent {
    padding-top: 100px; }
  .prefooter-nav1 {
    width: 80%;
    padding-bottom: 30px; }
  .prefooter-nav2 {
    width: 80%;
    left: 50px;
    padding-bottom: 75px; }
  .home-hero-copy {
    font-size: 60px;
    padding: 175px 50px 75px 50px; }
  .home-hero-desktop {
    display: none; }
  .home-hero-mobile {
    display: inline-block; }
  .news-filter {
    font-size: 20px; }
  .focus-area-description {
    margin: 0 0 75px 0; }
  .program-tile {
    height: auto !important; }
  .program-tile > h2 {
    padding: 40px 20px;
    font-size: 70px;
    line-height: 1.35em;
    font-weight: 400; }
  .program-tile.prog {
    min-height: 80vh; }
  .searchmodal > .searchheader {
    height: 100px; }
    .searchmodal > .searchheader > .logo {
      width: 80%;
      max-width: 500px;
      line-height: 135px;
      padding: 0; }
      .searchmodal > .searchheader > .logo > img.logo-img {
        width: 90%; }
    .searchmodal > .searchheader > .close {
      text-align: right;
      padding: 40px 60px 20px 40px; }
      .searchmodal > .searchheader > .close > [class^="icon-"], .searchmodal > .searchheader > .close [class*=" icon-"] {
        font-size: 32px !important;
        cursor: pointer; }
  .searcharea {
    display: block;
    height: 20px;
    padding: 0 20px 30px;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #D7D7DC; }
    .searcharea > i.search-icon {
      font-size: 28px; }
    .searcharea > .searchbox {
      /*height: 45px;*/
      font-size: 18px;
      margin-left: 20px;
      width: calc(100% - 80px);
      vertical-align: top;
      border: none;
      outline: none; }
  .pressroom-icons {
    position: relative;
    left: -5px; }
  .pressrelease-share {
    bottom: 25px;
    left: 0px; } }

@media screen and (max-width: 500px) {
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 26px; }
  h3 {
    font-size: 20px;
    margin: 0 0 20px 0; }
  .home-hero-copy {
    font-size: 50px;
    padding: 150px 25px 75px 25px; }
  .home-hero-link {
    font-size: 30px; }
  .program-image {
    height: 50vh; }
  .program-intro {
    padding: 25px; }
    .program-intro > h1 {
      font-size: 40px;
      top: -80px; }
  .news-tiles {
    max-width: 100%; }
  .news-tile {
    min-width: 275px; }
  .program-name > h2 {
    font-size: 36px !important; }
  .focus-area-label {
    font-size: 24px; }
  .focus-area-title {
    font-size: 50px; } }

@media screen and (max-width: 400px) {
  .home-hero-link {
    font-size: 24px;
    padding-right: 50px; }
  .news-filter {
    font-size: 18px; }
  .news-tiles {
    padding: 20px; }
  .program-name > h2 {
    font-size: 32px !important; }
  .focus-area-intro {
    padding: 100px 25px 25px 25px; }
  .pressrelease-location {
    font-size: 16px; }
  .project-carousel > .featured-projects .featproj-tile {
    width: 275px; } }

@media screen and (max-width: 360px) {
  .news-filter {
    font-size: 14px; }
  .news-tiles {
    padding: 10px; }
  .press-rightcolumn {
    width: 250px;
    min-width: 250px;
    /*margin: 0 10px;*/
    margin: 0 auto; }
  .press-rightcolumn > .press-inquiries {
    padding: 15px 15px 2px 15px; }
    .press-rightcolumn > .press-inquiries > .press-inquiries > p a {
      font-size: 15px; } }

/*----------------------------------------------------
    14.0 Overrides for plugin or other css
-----------------------------------------------------*/
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  transition: background-color 5000s ease-in-out 0s; }
