/* 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;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
  /*  overflow: hidden;*/
  font-family: Raleway, sans-serif;
  background-color: #000;
  color: #fff;
}

a {
  color: #fff;
}

#footer {
  flex-shrink: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix {
  clear: both;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

p {
  line-height: 1.4em;
  margin-bottom: 1em;
}

#topbar {
  color: #CC154E;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#topbar #topbar--content {
  margin: auto;
  width: 80%;
  max-width: 1200px;
  padding: 20px 0;
}

section {
  padding: 60px 0;
}
section .section--content {
  margin: auto;
  width: 80%;
  max-width: 1200px;
}
section h1 {
  font-size: 1.6em;
  font-weight: 600;
  border-bottom: 2px solid #CC154E;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  section {
    padding: 100px 0;
  }
  section h1 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  section {
    padding: 120px 0;
  }
  section h1 {
    margin-bottom: 80px;
  }
}

section.about {
  background-color: #161624;
}

@media (min-width: 767px) {
  .about--content {
    width: 66%;
    float: left;
  }
}

.about--intro {
  width: 100%;
  max-width: 600px;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .about--intro {
    margin-bottom: 35px;
    width: 90%;
    font-size: 1.5em;
  }
}
@media (min-width: 1000px) {
  .about--intro {
    margin-bottom: 45px;
    font-size: 1.8em;
  }
}

.about--shoutout {
  font-size: 1.3em;
}

.about--columns .about--column {
  width: 100%;
  color: #ABABC7;
}
.about--columns .about--column p {
  line-height: 1.5em;
}
@media (min-width: 767px) {
  .about--columns {
    display: flex;
  }
  .about--columns .about--column {
    width: 50%;
    padding-right: 40px;
  }
}

.meg--hero {
  margin-bottom: 40px;
}
.meg--hero img {
  width: 100%;
  max-width: 240px;
}
@media (min-width: 767px) {
  .meg--hero {
    width: 33%;
    text-align: right;
    float: right;
  }
  .meg--hero img {
    max-width: 320px;
  }
}

#ext--links {
  margin-top: 50px;
}

.ext--link {
  color: #ccc;
  text-decoration: none;
  margin-right: 30px;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1em;
  line-height: 1.25em;
}
.ext--link .arw--svg {
  height: 25px;
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.ext--link .arw {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.ext--link:hover {
  color: #fff;
}
.ext--link:hover .arw {
  fill: #fff;
}
@media (min-width: 1000px) {
  .ext--link {
    font-size: 1.1em;
  }
}
@media (min-width: 1400px) {
  .ext--link {
    font-size: 1.2em;
  }
}

section.promoPanels {
  background-color: #161624;
  padding-top: 0;
}

#promo--panels .promo--panel {
  width: 100%;
  background-color: #CC154E;
  padding: 30px;
}
#promo--panels .promo--panel h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-weight: 600;
}
#promo--panels .promo--panel h4 {
  font-weight: 500;
}
#promo--panels .promo--panel:nth-child(1) {
  background-image: url(../img/logos.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: bottom 30px left 30px;
  padding-bottom: 65px;
}
#promo--panels .promo--panel:nth-child(2) {
  background-color: #b9003d;
}
#promo--panels .promo--panel:nth-child(3) {
  background-color: #950038;
}
@media (min-width: 767px) {
  #promo--panels {
    display: flex;
  }
  #promo--panels .promo--panel {
    width: 33.3%;
    padding-bottom: 14px;
  }
  #promo--panels .promo--panel:nth-child(1) {
    padding-bottom: 14px;
  }
}

section.projects {
  background-color: #0B0B11;
}
section.projects .project .project--hero {
  width: 100%;
}
section.projects .project .project--hero img {
  width: 100%;
}
@media (min-width: 767px) {
  section.projects .project .project--hero {
    width: 50%;
    float: left;
  }
}
section.projects .project .project--content {
  padding-top: 30px;
}
section.projects .project .project--content h3 {
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 1em;
}
section.projects .project .project--content .project--summary {
  padding-bottom: 10px;
  color: #ABABC7;
}
section.projects .project .project--content .project--meta {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 2px solid #292732;
  /*border-bottom: 2px solid #292732;*/
}
section.projects .project .project--content .project--meta h4 {
  font-weight: 600;
}
section.projects .project .project--content .project--meta p {
  color: #ABABC7;
}
@media (min-width: 767px) {
  section.projects .project .project--content {
    padding-top: 0;
    padding-left: 50px;
    width: 50%;
    float: left;
  }
  section.projects .project .project--content .project--summary {
    /* border-bottom: 2px solid #292732; */
    padding-bottom: 10px;
  }
  section.projects .project .project--content .project--meta {
    padding-bottom: 0;
  }
}
section.projects .project + .project {
  margin-top: 50px;
}
@media (min-width: 767px) {
  section.projects .project + .project {
    margin-top: 100px;
  }
}

section.publications {
  background-color: #161624;
}
section.publications h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-weight: 600;
}
section.publications .publications--list {
  margin-bottom: 40px;
}
section.publications .publications--list p.publication {
  margin-bottom: 1em;
  color: #ABABC7;
}
section.publications .publications--list em {
  color: #fff;
  font-style: italic;
}
section.publications .publications--list a {
  color: #fff;
  font-weight: 600;
}

section.contact .contact--hero {
  margin-right: 80px;
}
section.contact .contact--hero img {
  max-width: 260px;
}
section.contact .contact--details {
  padding-top: 20px;
}
section.contact .contact--details h2 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
section.contact .contact--details p {
  font-size: 1.1em;
}
section.contact .contact--details a {
  font-weight: 600;
  font-size: 1.2em;
  color: #CC154E;
}
@media (min-width: 767px) {
  section.contact .contact--hero {
    float: left;
  }
}

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