/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/****************  MIXINS  ********************/
/****************  VARIABLES  ********************/
/*
 BODY
 ********************/
body {
  font: 12px/8px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  min-width: 370px;
  background-color: #f3f3f0;
}

html, body {
  height: 100%;
}

.mobile_tablet {
  margin-top: 40px;
}
.mobile_tablet span {
  font-size: 14pt;
  display: block;
  max-width: 800px;
  color: #888;
  line-height: 1.6em;
  margin-bottom: 20px;
}

/*
 HEADERS
********************/
h1 {
  font-size: 22pt;
  line-height: 14pt;
}

h2 {
  font-size: 20pt;
  line-height: 12pt;
}

h3 {
  font-size: 18pt;
  line-height: 10pt;
}

h4 {
  font-size: 16pt;
  line-height: 8pt;
}

h5 {
  font-size: 14pt;
  line-height: 6pt;
}

h6 {
  font-size: 12pt;
  line-height: 4pt;
}

/*
 Layout Elements
 _ua suffix: Universe of Atoms classes
***************************************/
.opening_about_ua {
  width: 100%;
  height: 92%;
  background-color: #fff;
  color: #fff;
  overflow: hidden;
}
.opening_about_ua #about_header {
  width: 20%;
  position: relative;
  margin: 0 0 0 20px;
}
.opening_about_ua #about_header img {
  position: absolute;
  margin: 30px 0 0 0;
}
.opening_about_ua #system {
  background-color: #002933;
}
.opening_about_ua p {
  display: none;
  color: #222;
  line-height: 1.2em;
  background-color: #f3f3f0;
  width: 200px;
  opacity: 0.6;
  padding: 10px;
}
.opening_about_ua #header {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.opening_about_ua h1 {
  color: #222;
  font-size: 14pt;
  border: 1px solid #EA320F;
  opacity: 0.9;
  padding: 11px;
  float: left;
}

#fixed_nav_ua.affix {
  top: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0.93;
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}
#fixed_nav_ua .home {
  background-color: #f3f3f0;
  height: 10%;
}

/* adjust for static photo pages */
#static_nav_ua {
  margin-bottom: -120px;
}

.navbar {
  padding: 5px;
  border-bottom: 1px dotted #999;
  background-color: #f3f3f0;
}
.navbar .navbar-nav {
  margin: 20px 0 0 0;
}
.navbar .navbar-collapse {
  margin: 0px 0 15px 0;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-toggle {
  margin-top: 15px;
  background-color: #f3f3f0;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #111;
}
.navbar .nav_selected_ua {
  border-bottom: 3px solid #222;
}
.navbar .mini_subnav {
  float: right;
  width: 40px;
  margin: 17px 0 0 0;
  display: block;
  cursor: pointer;
}
.navbar .mini_subnav span {
  opacity: 0;
  display: block;
  float: left;
  width: 7px;
  height: 7px;
  margin: 1px;
  background-color: #ccc;
}
.navbar .mini_subnav span:hover {
  border: 1px solid #666;
}
.navbar .mini_subnav:hover {
  opacity: 0.6;
}
.navbar .mini_subnav .active {
  background-color: #222;
}

#nav_ua {
  margin: 0px;
}
#nav_ua li {
  padding: 0px 0 0 25px;
}
#nav_ua li a {
  padding: 0 0 5px 0;
}
#nav_ua li a:link {
  color: #222;
}
#nav_ua li a:focus {
  color: #555;
}
#nav_ua li a:active {
  color: #555;
}
#nav_ua li a:visited {
  color: #888;
}
#nav_ua li a:hover {
  color: #666;
}

#static_logo {
  margin-top: 0px;
  width: 95px;
  height: 95px;
}

#static_logo_small {
  margin-top: 2px;
  width: 55px;
  height: 55px;
}

#logo {
  margin-top: 2px;
}
#logo .categories path {
  fill: none;
  stroke: #777;
  opacity: 0.5;
  stroke-width: 1;
}
#logo .categories circle {
  fill: #ddd;
  stroke: #222;
  stroke-width: 1;
  opacity: 0.6;
}

.push_nav_once {
  margin-top: 80px;
}

.expand {
  min-height: 700px;
}

#subnav_ua {
  margin: 0 auto;
  width: 80%;
  padding: 50px 0 100px 0;
}
#subnav_ua h2 {
  margin: 20px 0 40px 0;
  color: #222;
  line-height: 1.3em;
}
#subnav_ua div:not(.this_project) {
  padding: 0 5px 0 5px;
}
#subnav_ua a {
  display: block;
  text-decoration: none;
}
#subnav_ua .img-responsive {
  position: relative;
  left: 0px;
  right: 0;
  border-bottom: 1px solid #ddd;
}

#subnavigation, #subnavigation_cd, #subnavigation_photo {
  background-color: #F1EFE8;
  padding: 50px 0 100px 0;
}

.this_project {
  min-height: 350px;
  max-width: 350px;
  background-color: #fff;
  opacity: 0.9;
  margin: 10px 0 0 0;
  border: 1px dotted #ccc;
}

.this_project_title {
  display: block;
  padding: 15px;
  line-height: 1.2em;
  color: #222;
  text-shadow: 0px 2px 0px #f3f3f0;
}

.this_project_meta {
  display: none;
  padding: 10px 10px 0 10px;
  font-size: 11pt;
  color: #222;
  line-height: 1em;
  z-index: 100;
}
.this_project_meta .tags {
  margin: 100px 0 20px 0;
  clear: left;
}
.this_project_meta .tags span {
  line-height: 1.2em;
  font-size: 8pt;
  letter-spacing: 1px;
  padding: 4px;
  display: inline-block;
  background-color: #EA320F;
  color: #fff;
  margin: 2px 0px 1px 0;
}
.this_project_meta p {
  padding-top: 3px;
}

.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

/*
 ROLE
********************/

.role {
  margin: 0 0 40px 0;
}

.role_offset_top {
  margin-top: 30px
}
.role h2 {
  font-size: 12pt !important;
}

.role h6 {
  font-size: 12pt;
  font-weight: 600;
  line-height: 1.6em;
}

.role p {
  font-size: 12pt;
  line-height: 1.4em;
}


@media (min-width: 1680px) {
  #subnav_ua {
    width: 60%;
  }

  .this_project {
    min-height: 330px;
  }

  .this_project_title {
    font-size: 130%;
  }

  .this_project_meta {
    font-size: 11pt;
  }
}
@media (max-width: 1680px) {
  #subnav_ua {
    width: 60%;
  }

  .this_project {
    min-height: 290px;
  }

  .this_project_title {
    font-size: 130%;
  }

  .this_project_meta {
    font-size: 11pt;
  }
}
@media (max-width: 1400px) {
  #subnav_ua {
    width: 70%;
  }

  .this_project {
    min-height: 290px;
  }

  .this_project_title {
    font-size: 130%;
  }

  .this_project_meta {
    font-size: 11pt;
  }
}
@media (max-width: 1200px) {
  #subnav_ua {
    width: 60%;
  }

  .this_project {
    min-height: 260px;
  }

  .this_project_title {
    font-size: 110%;
  }
}
@media (max-width: 1024px) {
  .this_project {
    min-height: 260px;
  }
}
@media (max-width: 768px) {
  .this_project {
    min-height: 270px;
  }

  .this_project_title {
    font-size: 110%;
  }

  .this_project_meta {
    font-size: 11pt;
  }
}
@media (max-width: 550px) {
  #subnav_ua {
    width: 70%;
  }

  .this_project {
    min-height: 230px;
  }

  .this_project_title {
    font-size: 85%;
  }

  .this_project_meta {
    font-size: 80%;
  }
  .this_project_meta .tags span {
    font-size: 6pt;
  }
}
.emphasize {
  font-weight: 600;
}

.de_emphasize {
  font-size: 9pt;
}

article .section_A {
  background-color: #f3f3f0;
  margin: 0 0 100px 0;
}
article .section_B {
  background-color: #fff;
}
article .section_C {
  background-color: #222;
}
article .section_D {
  background-color: #111;
}
article .section_E {
  background-color: #ebebeb;
}
article h3 {
  margin: 20px 40px 0px 40px;
  font-weight: 600;
  line-height: 18pt;
}
article p.caption {
  padding: 10px;
  border: 2px solid #bbb;
  line-height: 19pt;
  background-color: #eee;
  opacity: 0.9;
  font-family: Georgia, serif;
}
article p .emphasize {
  font-family: Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
}
article .description {
  padding: 10px;
  margin: 0 0 0 30px;
  border-bottom: 2px solid #ddd;
  line-height: 16pt;
  background-color: #fff;
  opacity: 0.7;
}
article p.big_caption {
  padding: 10px;
  margin: 0 0 20px 14px;
  line-height: 16pt;
}
article p.bigger_caption {
  margin: 30px 0 60px 40px;
  line-height: 26pt;
  font-size: 150%;
  color: #333;
}
article p.biggest_caption {
  margin: 30px 0 60px 40px;
  line-height: 24pt;
  font-size: 150%;
  color: #333;
}
article .push_top_once {
  margin-top: 50px;
}
article .push_top_twice {
  margin-top: 100px;
}
article .push_top_trice {
  margin-top: 150px;
}
article .push_bottom_once {
  margin-bottom: 40px;
}
article .push_bottom_twice {
  margin-bottom: 100px;
}

article .img-responsive {
  position: relative;
  left: 0px;
  right: 0;
  margin-bottom: 40px;
}
article .learn_more {
  font-size: 18pt;
  padding: 0 0 10px 0;
  font-weight: 600;
}
article .learn_button {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 20pt;
  margin: 20px 0 60px 0px;
  padding: 22px;
  line-height: 1.4em
}
article .versions_nyc_buttons {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 16pt;
  margin-top: 20px;
}
article .versions_nyc_buttons span {
  color: #888;
  cursor: pointer;
  display: block;
  margin: 0 30px 0 0;
  float: left;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #f0f0f8;
}
article .versions_nyc_buttons span:hover {
  border: 1px dotted #222;
  color: #fff;
  background-color: #222;
}
article .hang_quote {
  display: block;
  position: absolute;
  margin-left: -12px;
}
article a {
  cursor: pointer !important;
}

article .learn_button a:link {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background: #f6451f;
  text-decoration: none;
  padding: 5px;
  margin: 0;
  margin: 0px 0 1px 0;
}
article .learn_button a:visited {
  color: #fff;
}

article .learn_button a:hover {
  opacity: 0.8;
  background-color: #098;
  transition: all 0.7s;
}

article a:link {
  cursor: pointer;
  color: #f6451f;
  text-decoration: none;
}
article a:focus {
  color: #099;
}
article a:active {
  color: #099;
}
article a:visited {
  color: #f6451f;
}
article a:hover {
  color: #099;
}

#data_sources {
  float: left;
  margin: 80px 0 70px 30px;
  color: #666;
  font-size: 10pt;
  line-height: 1.2em;
}
#data_sources span {
  float: left;
  margin: 0 10px 10px 0;
}
#data_sources span:not(.ds) {
  min-height: 75px;
  padding: 10px;
  border: 1px dotted #444;
}

footer {
  margin: 0 0 0 0;
  padding: 16px;
  background-color: #ddd;
  opacity: 0.9;
}
footer span {
  color: #999;
  font-size: 10pt;
}
footer .cow {
  display: none;
  position: absolute;
  margin: -10px 0 0 0;
}

.scroll-top {
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 2%;
  z-index: 10;
  background: #ddd;
  font-size: 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.scroll-top .glyphicon-chevron-up {
  color: #999;
}
.scroll-top .glyphicon-chevron-up:hover {
  color: #111;
}

/*
 META DATA PROJECT
********************/
#about_this {
  padding: 140px 0 100px 0;
  background-color: #fff;
}
#about_this h1 {
  line-height: 1.2em;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #222;
}
#about_this .about_this_description {
  line-height: 18pt;
  margin: 0px 0 0 0;
}
#about_this p {
  margin: 0px 0 15px 0;
}
#about_this h2 {
  font-weight: 600;
  font-size: 16pt;
  margin: 5px 0 10px 0;
}
#about_this a:link {
  color: #222;
  font-size: 12pt;
  text-decoration: underline;
}
#about_this a:focus {
  color: #555;
}
#about_this a:active {
  color: #555;
}
#about_this a:visited {
  color: #888;
}
#about_this a:hover {
  color: #666;
}

.software, .languages, .data {
  margin: 10px 0 10px 0;
  clear: left;
}
.software p, .languages p, .data p {
  font-size: 10pt;
  padding-top: 2px;
  line-height: 1.3em;
}

.data {
  margin-bottom: 40px;
}

.software-icon {
  background-image: url(../../assets/icons/software.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: top left;
  display: block;
  width: 25px;
  height: 20px;
  float: left;
}

.languages-icon {
  background-image: url(../../assets/icons/language.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 25px;
  height: 20px;
  float: left;
}

.data-icon {
  background-image: url(../../assets/icons/data.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 25px;
  height: 20px;
  float: left;
}

.static-icon {
  background-image: url(../../assets/icons/static.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 25px;
  height: 20px;
  float: left;
}

.interactive-icon {
  background-image: url(../../assets/icons/interactive.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 25px;
  height: 20px;
  float: left;
}

.medium-icon {
  background-image: url(../../assets/icons/medium.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  width: 25px;
  height: 20px;
  float: left;
  margin-left: 5px;
}

.deactivate-icon {
  opacity: 0.3;
}

.fotorama {
  margin-bottom: 100px;
}

/*
About
********************/
.about_me_aside h4 {
  line-height: 1.9em;
  clear: left;
}

.push_top {
  margin-top: 8px;
}

.push_down {
  margin-bottom: 5px;
  display: block;
}

.about_me_aside ul, .honors_aside ul {
  float: left;
  margin: 0 0 20px 0;
}
.about_me_aside ul li, .honors_aside ul li {
  float: left;
  margin: 5px 5px 3px 0;
}
.about_me_aside ul li ul li, .honors_aside ul li ul li {
  line-height: 1.3em;
  padding: 5px;
}

.about_me_caption {
  font-size: 15pt;
  line-height: 1.5em;
  margin: 0 0 40px 0;
}

.about_me_aside ul li ul li {
  border-bottom: 1px dotted #ccc;
  font-size: 10pt;
  background-color: #fff;
}

.honors_aside ul li ul li {
  font-size: 14.5pt;
  line-height: 1.5em;
  clear: left;
}

/*
JavaScript Disabled
********************/
.lt-ie8 .old-ie-browsers, .lt-ie9 .old-ie-browsers {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-top: 200px;
  line-height: 1.3em;
}
.lt-ie8 nav, .lt-ie8 article, .lt-ie8 footer, .lt-ie8 .opening_about_ua, .lt-ie9 nav, .lt-ie9 article, .lt-ie9 footer, .lt-ie9 .opening_about_ua {
  display: none;
}

.hide_this {
  display: none;
}

.no-javascript {
  display: none;
}

.old-ie-browsers {
  display: none;
}

.no-js .no-javascript {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-top: 200px;
  line-height: 1.3em;
}
.no-js #subnav_ua, .no-js #subnavigation {
  display: none;
}
.no-js .home__landing_bg {
  display: none;
}
.no-js nav, .no-js article, .no-js footer, .no-js .opening_about_ua {
  display: none;
}
