@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a, a:visited, a:hover, a:active {
  text-decoration: none;
  font-weight: bold;
  color: #587abc; }

.outer-wrapper {
  position: relative;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto; }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

header {
  background-color: #00274c;
  height: 180px;
  color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  padding: 30px; }
  header .outer-wrapper {
    max-width: 500px; }

#nagrath-logo {
  height: 100px;
  display: block;
  margin: 0 auto; }

nav {
  position: relative;
  margin: -22px 0 8px 0;
  height: 40px;
  line-height: 40px;
  text-align: center; }
  nav .center {
    background-color: #fafafa;
    display: block;
    width: 760px;
    display: flex;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.2); }
  nav a, nav a:visited {
    color: #202020;
    flex: 1 0;
    margin: 0 0;
    padding: 0 0;
    height: 40px; }
  nav a:hover {
    color: black; }

footer {
  background-color: #00274c;
  padding: 10px;
  text-align: right;
  position: absolute;
  bottom: 0;
  height: 64px;
  width: 100%;
  color: #e6e6e6; }
  footer div {
    position: relative;
    text-align: right;
    right: 100px;
    top: 50%;
    transform: translateY(-50%); }

div.link-to-alumni {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 20px; }

.profile {
  margin: 10px;
  padding: 0;
  border-radius: 3px;
  width: 100%;
  text-align: left;
  display: table; }
  .profile p:not(:first-of-type) {
    margin-top: 5px; }

.profile.half {
  margin: 10px auto;
  width: 45%;
  float: left;
  align-self: center; }
  .profile.half .profile-image {
    height: 130px;
    width: 130px; }

.profile-image-container {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  text-align: center; }

.profile-image {
  margin: 0;
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  display: block; }

.profile-text {
  text-align: left;
  padding: 20px 20px;
  display: table-cell;
  vertical-align: top; }
  .profile-text p:first-of-type {
    margin-top: 20px; }

.profile-name, .profile-position {
  text-align: left; }

.profile-link {
  font-size: 12px; }

.bio-container {
  padding: 30px 50px;
  min-height: 400px; }

.bio-header {
  display: block;
  text-align: center; }

.bio-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  float: left;
  margin: 15px; }

#bio-blurb {
  margin: 15px;
  font-size: 16px;
  line-height: 20px;
  text-indent: 20px; }

#bio-publications {
  margin-top: 20px; }
  #bio-publications .bio-publications-title {
    text-align: center; }
  #bio-publications .bio-publications-entry {
    margin-top: 40px; }
  #bio-publications .bio-publications-entry:first-of-type {
    margin-top: 20px; }
  #bio-publications .bio-publications-description {
    margin-left: 30px;
    color: #202020; }
  #bio-publications .bio-publications-image {
    max-width: 90%;
    max-height: 400px;
    display: block;
    margin: 0 auto; }

/* alumni */
.alumni-table {
  margin: 0 auto; }
  .alumni-table td {
    padding: 6px; }

.news-container {
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news-container h4 {
    margin-left: 30px; }

html {
  height: 100%; }

body {
  height: 100%;
  font-family: Calibri, Arial;
  background-color: #fafafa; }

#content-wrapper {
  background: white;
  margin-top: 20px;
  padding: 30px 50px;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.2); }

#everything-wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 80px;
  background-color: #989C97; }

.card-container {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .card-container .card {
    position: relative;
    flex-basis: auto;
    min-width: 300px;
    /*max-width: 500px */
    flex: 1;
    margin: 20px;
    padding: 20px;
    background: white;
    border-radius: 3px;
    background-size: cover; }
  .card-container .card-caption {
    font-style: italic;
    color: #202020;
    text-align: center;
    background: white;
    padding: 10px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .card-container .card-caption-left {
    font-style: italic;
    color: #202020;
    text-align: center;
    background: white;
    padding: 10px;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .card-container .small {
    flex: 1 0 200px;
    min-width: 200px; }
  .card-container .medium {
    flex: 2 0 400px;
    min-width: 400px; }
  .card-container .full {
    min-width: 80%; }

article h3 {
  font-size: 1.5em;
  text-align: center;
  margin: 10px; }

.h-right-v-center {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* research stuff */
.justify-all-p {
  text-align: justify; }

.img-card {
  min-height: 300px; }

/* news stuff */
.news-article {
  margin: 20px; }

.news-article:first-child {
  margin-top: 0; }

.news-content {
  margin: 10px 0 0 30px; }

.news-title-link, .news-title-link:visited {
  color: #14457e; }

/* publications stuff */
.publications-article {
  margin: 40px 20px; }

.publications-article:first-child {
  margin-top: 0; }

.publications-authors {
  color: #202020; }

.publications-description {
  margin: 10px 0 0 30px; }

.publications-image {
  max-width: 90%;
  max-height: 400px;
  display: block;
  margin: 0 auto; }

#home-slideshow div.text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
#home-slideshow div {
  background-size: cover; }
#home-slideshow p {
  margin-bottom: 10px;
  text-indent: 20px; }
#home-slideshow .description {
  text-align: center;
  margin: 15px 15px 0 15px; }
#home-slideshow h1, #home-slideshow h2, #home-slideshow h3 {
  text-align: center;
  margin: 10px;
  font-weight: bold; }

.pagination {
  display: block;
  width: 100%;
  text-align: center; }
  .pagination a {
    margin: 0px 10px; }

blockquote.fancy {
  font-size: 20px;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 20px 10px;
  padding: 0 10px;
  quotes: "“" "”" "‘" "’";
  padding: 10px 20px;
  line-height: 1.4; }
  blockquote.fancy:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 30px;
    color: #ccc;
    font-size: 3em; }
  blockquote.fancy .cite {
    display: block;
    text-align: right;
    font-size: 20px;
    font-style: italic; }

/*# sourceMappingURL=main.css.map */
