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

/* Font styles. */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 16px/26px "museo-slab", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #222;
}
body.welcome {
  color: #fff;
}
body sup {
  font: 12px/15px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}

/* Links */
a {
  cursor: pointer;
  cursor: hand;
  /* LoVe & HAte: Link, Visited, Hover, Active */
}
ul.links li a, ul.social.links li a {
  font-family: "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#content-header ul.tabs.primary li a {
  background: none;
  font-weight: 300;
  font-family: "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
#content-header ul.tabs.primary li a span {
  background: none;
}
#utility a {
  display: block;
  border-bottom: 1px solid #191919;
}
#utility .block a {
  border: none;
}
a:link, a:visited {
  color: #004711;
  text-decoration: none;
}
a:link.heading-link, a:visited.heading-link {
  background: none;
  display: inline-block;
  height: 100%;
  margin-left: 10px;
  width: 16px;
}
.block-uci-next-previous-block a:link, ul.links li a:link, ul.social.links li a:link, h2.title a:link, #block-data_book-data_book_next_prev a:link, .view .item-list .pager a:link, .view-home-article-stack .views-field-title a:link, .block-uci-next-previous-block a:visited, ul.links li a:visited, ul.social.links li a:visited, h2.title a:visited, #block-data_book-data_book_next_prev a:visited, .view .item-list .pager a:visited, .view-home-article-stack .views-field-title a:visited {
  color: #222;
  text-decoration: none;
}
#lead .views-field-title a:link, #lead .views-field-field-category a:link, .region-header ul.menu a:link, #lead .views-field-title a:visited, #lead .views-field-field-category a:visited, .region-header ul.menu a:visited {
  color: #4b4f54;
}
#utility .block-data-book a:link, #lead a:link.more.button, #content-header ul.tabs.primary li a:link, #block-block-21 .content a:link, .publication .rand a:link, .publication .print a:link, .publication .e-book a:link, .databook .print a:link, .databook .e-book a:link, ul.social.links li.download a:link, #preface .block-menu-block a:link, #utility .block-data-book a:visited, #lead a:visited.more.button, #content-header ul.tabs.primary li a:visited, #block-block-21 .content a:visited, .publication .rand a:visited, .publication .print a:visited, .publication .e-book a:visited, .databook .print a:visited, .databook .e-book a:visited, ul.social.links li.download a:visited, #preface .block-menu-block a:visited {
  color: rgba(255, 255, 255, 0.8);
}
#preface .block-menu-block .active-trail a:link, #preface .block-menu-block .active-trail a:visited {
  color: white;
}
#utility a:link, #sitemap h2 a:link, #utility a:visited, #sitemap h2 a:visited {
  color: #fff;
}
#footer a:link, #sitemap ul.menu a:link, #footer a:visited, #sitemap ul.menu a:visited {
  color: #999;
  text-decoration: none;
}
.green ul.menu a:link.active-trail, .green ul.menu a:visited.active-trail {
  color: #84bd00;
}
.orange ul.menu a:link.active-trail, .orange ul.menu a:visited.active-trail {
  color: #ff671f;
}
.purple ul.menu a:link.active-trail, .purple ul.menu a:visited.active-trail {
  color: #ae2573;
}
.red ul.menu a:link.active-trail, .red ul.menu a:visited.active-trail {
  color: #f9423a;
}
.yellow ul.menu a:link.active-trail, .yellow ul.menu a:visited.active-trail {
  color: #ffc72c;
}
a:hover, a:active {
  color: #004711;
  text-decoration: underline;
}
#block-block-25 .content a:hover, #block-block-25 .content a:active {
  background-color: #0093b2;
  color: #fff;
  text-decoration: none;
}
a:hover.heading-link, a:active.heading-link {
  background: 0 50% no-repeat;
  background-image: url("../images/icons/body/link-blue.png");
  text-decoration: none;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  a:hover.heading-link, a:active.heading-link {
    background-image: url("../images/icons/body/link-blue@2x.png");
    background-size: 16px 16px;
  }
}
#lead .views-field-title a:hover, #lead .views-field-field-category a:hover, .block-uci-next-previous-block a:hover, ul.links li a:hover, ul.social.links li a:hover, h2.title a:hover, #utility a:hover, .region-header ul.menu a:hover, #block-data_book-data_book_next_prev a:hover, .view .item-list .pager a:hover, .view-home-article-stack .views-field-title a:hover, #lead .views-field-title a:active, #lead .views-field-field-category a:active, .block-uci-next-previous-block a:active, ul.links li a:active, ul.social.links li a:active, h2.title a:active, #utility a:active, .region-header ul.menu a:active, #block-data_book-data_book_next_prev a:active, .view .item-list .pager a:active, .view-home-article-stack .views-field-title a:active {
  color: #0093b2;
  text-decoration: none;
}
#utility .block-data-book a:hover, #lead a:hover.more.button, #content-header ul.tabs.primary li a:hover, #block-block-21 .content a:hover, .publication .rand a:hover, .publication .print a:hover, .publication .e-book a:hover, .databook .print a:hover, .databook .e-book a:hover, ul.social.links li.download a:hover, #preface .block-menu-block a:hover, #utility .block-data-book a:active, #lead a:active.more.button, #content-header ul.tabs.primary li a:active, #block-block-21 .content a:active, .publication .rand a:active, .publication .print a:active, .publication .e-book a:active, .databook .print a:active, .databook .e-book a:active, ul.social.links li.download a:active, #preface .block-menu-block a:active {
  color: white;
  text-decoration: none;
}
#footer a:hover, #sitemap ul.menu a:hover, #footer a:active, #sitemap ul.menu a:active {
  color: #ccc;
  text-decoration: none;
}
.view .more-link a, a.more-link, a.more.button {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  color: #fff;
  background: #004711;
  display: inline-block;
  padding: 10px 20px;
  font: 18px/18px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
.green .view .more-link a, .green a.more-link, .green a.more.button {
  background: #84bd00;
}
.orange .view .more-link a, .orange a.more-link, .orange a.more.button {
  background: #ff671f;
}
.purple .view .more-link a, .purple a.more-link, .purple a.more.button {
  background: #ae2573;
}
.red .view .more-link a, .red a.more-link, .red a.more.button {
  background: #f9423a;
}
.yellow .view .more-link a, .yellow a.more-link, .yellow a.more.button {
  background: #ffc72c;
}
.page-projects a.more.button,
.view .more-link a.grey, a.more-link.grey, a.more.button.grey {
  background: #4b4f54;
}
.page-projects a.more.button:hover {
background:#ffc72c;
color:#4b4f54;
}
.view .more-link a.arrow, a.more-link.arrow, a.more.button.arrow {
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/body/more-white.png");
  line-height: 77%;
  padding: 16px 40px 16px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .view .more-link a.arrow, a.more-link.arrow, a.more.button.arrow {
    background-image: url("../images/icons/body/more-white@2x.png");
    background-size: 6px 10px;
  }
}
.welcome .view .more-link a, .welcome a.more-link, .welcome a.more.button {
  opacity: 0.6;
}
a.more {
  background: 100% 50% no-repeat;
  background-image: url("../images/icons/body/moresm-blue.png");
  display: inline-block;
  padding-right: 10px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  a.more {
    background-image: url("../images/icons/body/moresm-blue@2x.png");
    background-size: 6px 10px;
  }
}

/* Titles. */
#site-name a {
  background: #004711 18px 18px no-repeat;
  background-image: url("../images/icons/header/uci-logo.png");
  display: block;
  height: 110px;
  overflow: hidden;
  text-indent: -9999px;
  width: 106px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #site-name a {
    background-image: url("../images/icons/header/uci-logo@2x.png");
    background-size: 76px 74px;
  }
}
.stick #site-name a {
  background-position: 10px 10px;
  background-size: 36px;
}
.green #site-name a {
  background-color: #84bd00;
}
.orange #site-name a {
  background-color: #ff671f;
}
.purple #site-name a {
  background-color: #ae2573;
}
.red #site-name a {
  background-color: #f9423a;
}
.yellow #site-name a {
  background-color: #ffc72c;
}

#leadership-memphis a {
  background: 18px 18px no-repeat;
  background-image: url("../images/lm-square-logo.png");
  display: block;
  height: 110px;
  overflow: hidden;
  text-indent: -9999px;
  width: 124px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #leadership-memphis a {
    background-image: url("../images/lm-square-logo@2x.png");
    background-size: 76px 88px;
  }
}
.stick #leadership-memphis a {
  background-position: 10px 10px;
  background-size: 41px 35px;
}

#print-mail-form #edit-fld-title a,
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 100%;
}

h1 {
  font-size: 32px;
  margin: 0 0 12px 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: 48px;
  }
}
.node-type-data-book-chapter h1 span {
  display: block;
  font: 22px/32px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.sg-wrapper h1.sg-title {
  font-size: 48px;
  font-weight: 600;
}

h2.green { color: #84bd00; }
h2.orange { color: #ff671f; }
h2.purple { color:#ae2573; }
h2.red { color:#f9423a; }
h2.yellow { color:#ffc72c; }
h2.blue { color:#0093b2; }

h3, h2 {
  font-size: 24px;
  margin-bottom: 26px;
}
@media screen and (min-width: 960px) {
  h3, h2 {
    font-size: 36px;
  }
}
h3.title, h2.title {
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
}
.views-view-grid h3.title, .views-view-grid h2.title {
  font-size: 26px;
  line-height: 30px;
}
#block-webform-client-block-1116 h3.block-title, #block-webform-client-block-1116 h2.block-title {
  font-size: 26px;
  margin-bottom: 20px;
}
.view-home-article-stack h3, .view-home-article-stack h2 {
  font-size: 48px;
  margin: 0 0 12px 0;
}
@media screen and (min-width: 960px) {
  .view-home-article-stack h3, .view-home-article-stack h2 {
    font-size: 36px;
  }
}
#sitemap h3, #sitemap h2 {
  font: 16px/26px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #fff;
  margin-bottom: 12px;
}
.bio h3, .bio h2 {
  font: 28px/28px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
}
#block-block-32 h3.title, #block-block-31 h3.title, #block-block-32 h2.title, #block-block-31 h2.title {
  color: #f9423a;
  font-size: 48px;
  margin-bottom: 10px;
}

#block-block-32 h2, #block-block-31 h2 {
  font: 38px/38px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

#block-block-32 h3, #block-block-31 h3 {
  font: 24px/28px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
.node-data-book-chapter h3 {
  font-size: 30px;
}
.search-results h3.title {
  font-size: 36px;
}

/* this should be changed to h3 eventually */
.field-name-field-data-book-references .field-label,
h4 {
  font-size: 24px;
  margin-bottom: 26px;
}
@media screen and (min-width: 960px) {
  .field-name-field-data-book-references .field-label,
h4 {
    font-size: 24px;
  }
}
.view-first-years-content .field-name-field-data-book-references .field-label,
.view-first-years-content h4 {
  margin: 26px 0 0;
}

/* this should be changed to h4 eventually*/
h5 {
  font: 18px/26px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 26px;
  text-transform: uppercase;
}

/* this should be changed to h5 eventually*/
h6 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 26px;
}

strong, b {
  font-weight: 600;
}

/* Paragraph styles. */
p {
  margin: 0 0 26px 0;
}
p.highlight, .qa p.q, p.intro {
  font: 22px/32px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
p.note {
  font: italic 12px/18px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #4b4f54;
}
blockquote p {
  font: 22px/36px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-style: italic;
}
blockquote p span {
  font-style: normal;
}
#block-webform-client-block-1116 p {
  font: 14px/20px "museo-slab", "Helvetica Neue", helvetica, Arial, sans-serif;
}
.bio p {
  font: 16px/26px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
#block-block-30 .content p {
  font: 24px/28px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  color: #f9423a;
}
p.search-snippet {
  margin-bottom: 13px;
}

blockquote {
  background: 0 0 no-repeat;
  background-image: url("../images/icons/body/lquote.png");
  margin-left: 30px;
  min-height: 60px;
  padding-left: 90px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  blockquote {
    background-image: url("../images/icons/body/lquote@2x.png");
    background-size: 48px 60px;
  }
}

/* Table styles. */
table th {
  white-space: nowrap;
  vertical-align: top;
  font: 22px/24px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
table.sg-table th {
  white-space: normal;
  font: 16px/26px "museo-slab", "Helvetica Neue", helvetica, Arial, sans-serif;
}
table.appendix th span {
  font-size: 16px;
}

tr.odd {
  background-color: white;
}

/* Code. */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #e3e3e3;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
ul, ol {
  margin-left: 0;
  padding-left: 40px;
  margin-bottom: 26px;
}
ul ol, ul ul, ol ol, ol ul {
  padding-left: 20px;
}

ul {
  list-style-type: disc;
}
.region-header ul.menu {
  font: 18px/18px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  height: 110px;
  line-height: 110px;
}
.stick .region-header ul.menu {
  height: 55px;
  line-height: 55px;
}
.region-header ul.menu li {
  list-style: none;
}
#content-header ul.primary.tabs {
  background: none;
  height: 44px;
  line-height: 44px;
  padding: 0;
}
#content-header ul.primary.tabs li, #content-header ul.primary.tabs a, #content-header ul.primary.tabs span {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
}
#preface .block-menu-block ul.menu {
  font-family: "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  list-style: none;
  text-align: center;
}
div.messages ul li {
  text-align: left;
}
#sitemap ul.menu {
  font-family: "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sitemap ul.menu li {
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}
ol.search-results {
  padding: 0;
}
ol.search-results .search-result {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  max-width: 1280px;
  padding: 0 180px;
  right: 180px;
  width: 1280px;
  position: relative;
}
ol.search-results .search-result:after {
  content: "";
  display: table;
  clear: both;
}
ol.search-results .search-result:after {
  content: "";
  display: table;
  clear: both;
}
ol.search-results .search-result .wrapper {
  overflow: auto;
  padding-bottom: 30px;
}
ol.search-results .image {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
}
ol.search-results .image:last-child {
  margin-right: 0;
}

/* Abbreviation. */
abbr {
  border-bottom: 1px dotted #999;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
#edit-title {
  font-size: 24px;
  width: 99%;
}

#system-themes-form img {
  width: 100px;
}

.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #999;
}

#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

.region-header .block-title {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  background: #e3e3e3 80% 49% no-repeat;
  background-image: url("../images/icons/header/menu-gray.png");
  color: #4b4f54;
  cursor: pointer;
  font: 18px/18px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  margin: 0;
  padding: 14px 50px 12px 14px;
  text-transform: uppercase;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .region-header .block-title {
    background-image: url("../images/icons/header/menu-gray@2x.png");
    background-size: 16px 16px;
  }
}

#preface {
  text-align: center;
}
@media screen and (min-width: 960px) {
  #preface {
    text-align: left;
  }
}
#preface .block-menu-block {
  background: #0093b2;
  color: #fff;
  text-align: left;
}
.green #preface .block-menu-block {
  background: #84bd00;
}
.orange #preface .block-menu-block {
  background: #ff671f;
}
.purple #preface .block-menu-block {
  background: #ae2573;
}
.red #preface .block-menu-block {
  background: #f9423a;
}
.yellow #preface .block-menu-block {
  background: #ffc72c;
}
#preface .title {
  font: 28px/32px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  #preface .title {
    font: 48px/48px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
    font-weight: 600;
  }
}
#preface ol.flex-control-paging {
  text-align: center;
}
#preface .view-lead-image .views-field-field-headline-caption {
  color: rgba(255, 255, 255, 0.8);
  font-family: "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-size: 9px;
  line-height: 18px;
  text-align: right;
}
@media screen and (min-width: 960px) {
  #preface .view-lead-image .views-field-field-headline-caption {
    font-size: 13px;
  }
}
#preface #block-block-25 {
  text-align: center;
}
#preface #block-block-25 a {
  font: 36px/36px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: left;
}
#preface #block-block-25 a span {
  color: #4b4f54;
  font: 16px/16px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
}

.page-firstyears #node-1148 {
  text-align: center;
}

.field-name-field-intro {
  font: 22px/32px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
.page-node-879 .field-name-field-intro {
  font: 16px/26px "museo-slab", "Helvetica Neue", helvetica, Arial, sans-serif;
}

#block-block-18 {
  text-align: center;
  font: 22px/32px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}

#block-block-20 h2.title,
#mc_embed_signup h2.title {
  font: 600 28px/18px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  padding-top: 2px;
  text-align: center;
  text-transform: uppercase;
}

#block-webform-client-block-936 .webform-component-markup {
  text-align: center;
}
@media screen and (min-width: 960px) {
  #block-webform-client-block-936 .webform-component-markup {
    text-align: right;
  }
}
#block-webform-client-block-936 .webform-component-email label,
#block-webform-client-block-936 .connect span {
  font: 600 28px/45px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#block-block-19 {
  text-align: center;
}
#block-block-19 .connect span {
  font: 600 28px/45px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#block-uci_next_previous_block-uci_next_previous_block,
#block-data_book-data_book_next_prev .content a,
.view .item-list .pager {
  font: 28px/28px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
}
#block-uci_next_previous_block-uci_next_previous_block span,
#block-data_book-data_book_next_prev .content a span,
.view .item-list .pager span {
  font-weight: 300;
}

.submitted {
  color: #999;
  font: 600 14px/36px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.view-display-id-reading .views-field-title {
  font-family: "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
.view-display-id-reading .views-field-title a {
  font: 600 30px/26px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  margin-bottom: 12px;
}

.view-home-article-stack #home {
  text-align: center;
}
.view-home-article-stack #home p {
  color: #4b4f54;
}
.view-home-article-stack .view-content {
  font-family: "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
.view-home-article-stack .view-content h2 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  .view-home-article-stack .view-content h2 {
    padding: 0 0 20px;
  }
}
.view-home-article-stack .view-content .views-row-even {
  background: #e3e3e3;
}
.view-home-article-stack .view-content .views-field-title {
  font: 600 28px/32px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
}
.view-home-article-stack .view-content .views-field-created,
.view-home-article-stack .view-content .views-field-field-category {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.view-home-article-stack .view-footer {
  font-family: "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}

.tweet-this {
  font: 18px/26px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
@media screen and (min-width: 960px) {
  .tweet-this {
    font: 24px/36px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  }
  .tweet-this a {
    font: 18px/26px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  }
}

.no-wrap {
  white-space: nowrap;
}

#utility .region {
  background: #222;
  font: 20px/26px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
#utility .region #select-chapter span,
#utility .region #select-section span {
  color: #fff;
  font: 300 26px/39px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
}
#utility .region #next-chapter-link a span {
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/body/moresm-white.png");
  display: inline-block;
  font: 16px/24px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  padding-right: 10px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #utility .region #next-chapter-link a span {
    background-image: url("../images/icons/body/moresm-white@2x.png");
    background-size: 6px 10px;
  }
}
#utility .region #next-chapter-link a:hover span {
  background-image: url("../images/icons/body/moresm-blue.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #utility .region #next-chapter-link a:hover span {
    background-image: url("../images/icons/body/moresm-blue@2x.png");
    background-size: 6px 10px;
  }
}
#utility .region #previous-chapter-link a span {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/body/lesssm-white.png");
  display: inline-block;
  font: 16px/24px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  padding-left: 10px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #utility .region #previous-chapter-link a span {
    background-image: url("../images/icons/body/lesssm-white@2x.png");
    background-size: 6px 10px;
  }
}
#utility .region #previous-chapter-link a:hover span {
  background-image: url("../images/icons/body/lesssm-blue.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #utility .region #previous-chapter-link a:hover span {
    background-image: url("../images/icons/body/lesssm-blue@2x.png");
    background-size: 6px 10px;
  }
}
#utility .region li {
  list-style: none;
  margin: 0;
  padding: 0 0 5px;
}

.fancybox-title .source,
.figure .source {
  color: #999;
  font: 13px/23px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
}
.fancybox-title .title,
.figure .title {
  font: 24px/26px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
}
.fancybox-title .title span,
.figure .title span {
  color: #999;
  font: 18px/26px "proxima-nova", "Helvetica Neue", helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.view-scientific-advisory-committee .staffer-name,
.view-staff2 .staffer-name {
  font: 30px/30px "proxima-nova-extra-condensed", "Helvetica Neue", helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

#footer,
#sitemap {
  color: #fff;
  background: #4b4f54;
  text-align: left;
}
body.page-node-1205 #footer,
body.page-node-1205 #sitemap {
  font: 13px/18px "museo-slab", "Helvetica Neue", helvetica, Arial, sans-serif;
}

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