@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

html,
body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-feature-settings: 'liga', 'dlig';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  overflow-y: auto;
  padding: 0; }
  @media screen and (max-width: 767px) {
    html,
    body {
      font-size: 16px;
      font-weight: 400; } }

header,
main,
section,
article,
footer {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e37526;
  font-weight: 400;
  margin-bottom: .75em;
  padding: .05em 0; }

.title h1 {
  margin: 0; }

.page h1 {
  margin: 0 0 .25em; }

a {
  color: #005c9f; }
  a:focus, a:hover, a:active {
    color: #3ab9d9;
    text-decoration: underline; }

.caps {
  text-transform: uppercase; }

i {
  color: #333;
  font-family: Georgia, serif; }

img {
  height: auto;
  max-width: 100%; }

pre,
code {
  border-radius: 3px;
  font-size: 15px; }

code {
  padding: 1px 5px; }

pre {
  overflow-x: scroll;
  padding: 8px 12px; }
  pre > code {
    border: 0;
    padding-left: 0;
    padding-right: 0; }

hr {
  border: 0;
  border-top: 1px solid #e37526;
  clear: both;
  display: block;
  margin: 3em auto;
  padding: 0;
  width: 45%; }

figure {
  margin: 0;
  padding: 0 0 30px; }

figcaption {
  color: #737373;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  outline: 0;
  text-align: left;
  z-index: 300; }

.archive-item {
  color: #bcc1c2;
  list-style: none;
  margin: 0 0 .25em;
  padding: 0; }

.archive-item:last-child {
  margin: 0 0 2em; }

.right {
  float: right;
  margin: 0 0 1em 1em; }

.left {
  float: left;
  margin: 0 1em 1em 0; }

.category-title {
  text-transform: uppercase; }

.flat-list {
  list-style: none;
  margin: 1em 0;
  padding: 0; }

.image-gradient-dynamic {
  line-height: 0;
  position: relative;
  width: 100%; }
  .image-gradient-dynamic img {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%; }
  .image-gradient-dynamic .copy {
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 999; }
    .image-gradient-dynamic .copy p {
      color: white;
      line-height: 1.5em;
      padding: .5em 2em;
      position: relative; }
      @media screen and (max-width: 767px) {
        .image-gradient-dynamic .copy p {
          padding: 0 1em 1em; } }
  .image-gradient-dynamic .overlay {
    background-color: rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(-270deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
    .image-gradient-dynamic .overlay:after {
      background-color: rgba(0, 0, 0, 0.15);
      background-image: -webkit-linear-gradient(-360deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
      background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      content: '';
      display: block; }

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.card {
  -webkit-flex-basis: 15em;
  -moz-flex-basis: 15em;
  flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 1px solid gainsboro;
  box-shadow: 0 2px 4px #e6e6e6;
  cursor: pointer;
  margin: 0 1em 1.5em 1em;
  position: relative; }
  .card .card-image {
    overflow: hidden;
    height: 150px;
    max-height: 150px;
    background-color: #F8F2B4; }
    .card .card-image img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      width: 100%;
      opacity: 1; }
  .card .card-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #f6f6f6;
    border-bottom: 1px solid gainsboro;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.5em 0.75em; }
  .card .card-copy {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.75em 0.75em; }
    .card .card-copy p {
      margin: 0 0 0.75em; }
  .card:focus, .card:hover {
    cursor: pointer; }
    .card:focus img, .card:hover img {
      opacity: 0.7; }
  .card:active {
    background-color: #f6f6f6; }
    .card:active .card-header {
      background-color: #f6f6f6; }

.comment {
  display: table;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  width: 100%; }
  .comment .comment-container {
    display: block;
    margin: 0 auto;
    max-width: 550px; }
  .comment .comment-image,
  .comment .comment-content {
    display: table-cell;
    vertical-align: top; }
  .comment .comment-image {
    padding-right: 1.4em; }
    .comment .comment-image > img {
      background: #82a7db;
      border-radius: 100%;
      display: inline-block;
      height: auto;
      margin-left: 2em;
      max-width: 175px; }
      @media screen and (max-width: 767px) {
        .comment .comment-image > img {
          max-width: 100px; } }
    .comment-reverse-order .comment .comment-image {
      padding-right: 0;
      padding-left: 10px; }
  .comment .comment-content {
    width: 100%;
    text-align: left;
    vertical-align: middle; }
    .comment .comment-content h1 {
      font-size: 1em;
      margin: 0 0 0.5em 0; }
      @media screen and (min-width: 768px) {
        .comment .comment-content h1 {
          font-size: .75em; } }
    .comment .comment-content p {
      line-height: 1.5em;
      margin-bottom: 0.5em; }
    .comment .comment-content p.published {
      color: #333;
      font-size: .75em; }
    .comment .comment-content p.comment-detail {
      color: rgba(51, 51, 51, 0.5);
      font-size: 0.9em;
      font-style: italic; }

.footer {
  background: #092030;
  padding: 3em 1.618em;
  width: 100%; }
  .footer .footer-logo {
    margin-bottom: 2em;
    text-align: center; }
    .footer .footer-logo img {
      height: 3em; }
  .footer hr {
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 auto 1.5em;
    width: 12em; }
  .footer p {
    color: #bcc1c2;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.5em;
    margin: auto;
    max-width: 50em;
    text-align: center; }

.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: .5em auto;
  max-width: 68em; }
  .row::after {
    clear: both;
    content: "";
    display: block; }

.one-fourth {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%; }
  .one-fourth:last-child {
    margin-right: 0; }

.one-third {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .one-third:last-child {
    margin-right: 0; }

.one-half {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%; }
  .one-half:last-child {
    margin-right: 0; }

.two-thirds {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%; }
  .two-thirds:last-child {
    margin-right: 0; }

.three-fourths {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%; }
  .three-fourths:last-child {
    margin-right: 0; }

.full {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .full:last-child {
    margin-right: 0; }

.block {
  padding: 1em; }

.block-nopadding {
  padding: 1em 1em 0; }

@media screen and (max-width: 767px) {
  .one-fourth,
  .one-third,
  .one-half,
  .two-thirds,
  .three-fourths {
    float: left;
    display: block;
    margin-right: 7.4229717578%;
    width: 100%; }
    .one-fourth:last-child,
    .one-third:last-child,
    .one-half:last-child,
    .two-thirds:last-child,
    .three-fourths:last-child {
      margin-right: 0; } }

.page-content {
  margin-bottom: 4em;
  width: 100%; }

.omnibar {
  background-color: #00458c;
  color: #fff;
  font-size: 12px;
  letter-spacing: .12em;
  padding: .5em .5em .25em 1rem; }
  .omnibar a {
    color: #bcc1c2;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase; }

.site-header {
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: .75em 1em;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .site-header {
      display: flex;
      flex-direction: column;
      justify-content: center; } }

.logo-wrapper .logo {
  display: inline-block;
  padding: 0; }
  .logo-wrapper .logo img {
    max-height: 100px; }

.block img {
  max-width: 100%; }

.features {
  border: 1px solid #e37526;
  border-width: 1px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: .5em 0; }

.header.highlight {
  border: 0;
  color: #e37526;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: .14em;
  margin-bottom: 0;
  text-transform: uppercase; }

.toc-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0; }
  .toc-list li {
    flex-basis: 48%;
    margin-bottom: 1.5em;
    padding: .5em 0; }
    .toc-list li h3,
    .toc-list li p {
      margin: 0;
      padding: 0; }
    .toc-list li h3 {
      font-size: 1.5em;
      font-weight: 600;
      margin-bottom: .2em; }
      @media screen and (max-width: 767px) {
        .toc-list li h3 {
          font-size: 1.2em; } }
    .toc-list li p {
      color: #757575;
      font-weight: 400;
      margin-bottom: .25em; }
    .toc-list li a {
      text-decoration: none; }
    .toc-list li .author {
      border: 0;
      color: #3ab9d9;
      font-size: .8em;
      font-weight: 400;
      text-align: left; }

.plain {
  margin-top: .25em; }
  .plain li {
    margin-bottom: .25em; }
  .plain a {
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .plain a {
        font-size: 1.2em; } }
  .plain .toc-list a,
  .plain .heavy {
    font-weight: 600; }

.sharing-container {
  display: block;
  margin: 1em auto;
  padding: 1.5em 0 1.25em;
  text-align: center;
  width: 100%; }
  .sharing-container .container {
    display: inline-block;
    margin: 0 auto;
    max-width: 360px;
    text-align: center;
    width: auto; }
  .sharing-container span {
    color: #00458c;
    float: left;
    padding-right: .5em; }

.twitter,
.twitter:active {
  background: url(/assets/twitter-3487135aa55eb07e312b99cb1ef156824bf5de9e9cd7e9cc7c97531e2404a48a.svg) no-repeat 0 0; }

.facebook,
.facebook:active {
  background: url(/assets/facebook-132fe502c7001801cacc92abefa2b3eadeac429977cf36a2e777fe8e0535bc28.svg) no-repeat 0 0; }

.google,
.google:active {
  background: url(/assets/google-6b0cea3a0ebd9090f60f1674901abce2d90edbe2a8366634af33fd3301b28f4e.svg) no-repeat 0 0; }

.linkedin,
.linkedin:active {
  background: url(/assets/linkedin-c210b82c05ac5f6a1029f1d2bf007c6b740dc8364b37d95feb7f684a57b6a330.svg) no-repeat 0 0;
  margin-right: .6em; }

.twitter,
.twitter:active,
.facebook,
.facebook:active,
.google,
.google:active,
.linkedin,
.linkedin:active {
  background-size: 46px;
  display: inline-block;
  float: left;
  height: 23px;
  margin-right: 1em;
  width: 23px; }

.twitter:hover,
.facebook:hover,
.google:hover,
.linkedin:hover {
  background-position: -23px 0; }

.twitter span,
.facebook span,
.google span,
.linkedin span {
  position: absolute;
  top: -999em; }

.navigation-wrapper {
  background-color: #fff;
  margin: 0;
  padding: 0;
  z-index: 900; }
  .navigation-wrapper ul,
  .navigation-wrapper li {
    list-style: none; }

.nav-items {
  padding: 0;
  text-align: center; }

.nav-item {
  color: #00458c;
  display: inline;
  font-weight: 600;
  padding: 1em; }
  .nav-item a {
    text-decoration: none; }

.nav-item-dropdown {
  position: relative; }
  .nav-item-dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1; }

.dropdown-trigger {
  cursor: pointer;
  position: relative; }
  .dropdown-trigger:focus + .dropdown-menu {
    display: block;
    opacity: 1; }
  .dropdown-trigger::after {
    color: #00458c;
    content: '›';
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: -18px;
    top: -6px;
    transform: rotate(90deg); }

.dropdown-menu {
  background-color: #fff;
  border: 1px solid #bcc1c2;
  display: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -55%;
  text-align: right;
  top: 2.8rem;
  transition: opacity .5s ease;
  width: 12em; }

.dropdown-menu-item {
  cursor: pointer;
  padding: 0;
  text-align: center;
  width: 100%; }
  .dropdown-menu-item a {
    display: block;
    padding: .5em 1em;
    width: 100%; }
  .dropdown-menu-item a:hover {
    background-color: #00458c;
    color: #fff; }

.breadcrumbs {
  font-size: .8em;
  width: 100%; }
  .breadcrumbs a {
    color: #3ab9d9;
    text-decoration: none; }
  .breadcrumbs ul {
    margin-bottom: 0;
    padding-left: 0; }
  .breadcrumbs li {
    display: inline;
    list-style-type: none; }

.topbutton {
  background-repeat: no-repeat;
  bottom: 30px;
  display: none;
  height: 50px;
  position: fixed;
  right: 15px;
  width: 50px;
  z-index: 99999; }
  .topbutton .fa {
    background-color: #ffc500;
    color: #fff;
    padding: 0 5px 5px; }

aside {
  font-weight: 300;
  padding: 1.8em; }
  aside > :first-child {
    margin-top: 0;
    padding-top: 0; }
  aside > :last-child {
    margin-bottom: 0; }
  aside p {
    font-size: .9em;
    line-height: 1.3; }
  aside.left {
    float: left;
    margin-left: -20%;
    width: 60%; }
  aside.right {
    float: right;
    margin-right: -20%;
    width: 60%; }
  @media screen and (max-width: 767px) {
    aside.right, aside.left {
      float: none;
      margin: 18px 0;
      width: 100%; } }
  aside h1,
  aside h2,
  aside h3 {
    color: inherit;
    text-transform: lowercase; }
    aside h1::first-letter,
    aside h2::first-letter,
    aside h3::first-letter {
      text-transform: uppercase; }
  aside figcaption {
    color: #737373; }

.flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: baseline;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .flex {
      display: block; } }
  .flex .double {
    flex: 0 0 45%; }
  .flex .single {
    flex: 1 0 75%;
    margin: 0 15px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .flex .single {
        margin: 0 auto; } }
  .flex img {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin: 0 auto 1em; }
    .flex img:last-child {
      margin-right: 0; }

.brief {
  margin-bottom: 3em; }
  .brief h2 {
    margin: .25em 0; }
  .brief .tags {
    font-size: .85em;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase; }
  .brief p:first-of-type {
    margin-top: 0; }

.the-spirit-of-inquiry-at-uc-santa-cruz .contributors > li:nth-child(6) {
  display: none; }
.the-spirit-of-inquiry-at-uc-santa-cruz .contributors > li > p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important; }

.post-title,
.post-content,
.post-footer {
  margin: 0 auto;
  max-width: 40.25em;
  padding: 0 36px; }
  @media screen and (max-width: 767px) {
    .post-title,
    .post-content,
    .post-footer {
      padding: 0 22.5px; } }

.post-header {
  position: relative; }
  .post-header img {
    display: block;
    height: auto;
    width: 100%;
    z-index: -900; }

.post-title {
  margin: 3em auto 2em; }
  @media screen and (min-width: 768px) {
    .post-title {
      margin: 1em auto 1.5em; } }
  @media screen and (max-width: 767px) {
    .post-title h1 {
      font-size: 2.1rem;
      line-height: 1.2; } }
  .post-title h1 {
    font-size: 3.25em;
    line-height: 1.2;
    margin: .10rem; }
  .post-title p {
    font-size: 1.25em;
    margin: .15em 0; }

@media screen and (max-width: 767px) {
  .post-content img {
    float: left;
    display: block;
    margin-right: 7.4229717578%;
    width: 180.5672288184%;
    margin: 0 auto 1em; }
    .post-content img:last-child {
      margin-right: 0; } }

.contributors-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: right;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  max-width: 50%;
  padding: 0; }
  .contributors-container li {
    flex: 1 0 42%;
    line-height: 1.2;
    margin: 0 0 1em .5em; }
    .contributors-container li img {
      display: block;
      margin: 0;
      width: 100%; }
    .contributors-container li span {
      color: #3d4142;
      display: block;
      font-size: .72em;
      padding: .5em .25em;
      text-align: center; }

.contributors-container::after {
  content: "";
  flex: auto;
  width: 42%;
  margin: 0 0 1em .5em; }

.author {
  margin: 2em 0;
  padding: 1em 0 0;
  text-align: center; }
  .author li {
    margin-bottom: .75em; }
    .author li span {
      color: #3ab9d9;
      display: block;
      font-family: "Georgia", serif;
      font-style: italic; }

.briefs figure {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 400px; }

.briefs-full {
  float: none !important;
  margin: 0 !important;
  max-width: 600px !important; }

.related-links {
  padding-top: 20px; }
  .related-links h3 {
    border-top: 2px solid #afc930;
    padding-top: 10px; }

.front.banner-wrapper {
  position: relative; }
  .front.banner-wrapper img {
    display: block;
    height: auto;
    margin: 0;
    width: 100%; }

.issue-title {
  border-bottom: 1px solid #e37526;
  color: #e37526;
  font-size: 1.8em;
  font-weight: 400;
  line-height: .75em;
  margin: 0;
  padding-bottom: .15em; }

.pen-inq figure {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 180px; }
  .pen-inq figure img {
    box-shadow: 8px 8px 6px #bcc1c2; }

.pen-inq em {
  color: #00458c;
  font-weight: bold; }

/**
* Contributors fix
*/
.inquiring-minds .page-content {
  padding-bottom: 5em; }
