<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 *    Minimal Mistakes Jekyll Theme
 *
 *  - Created by: Michael Rose
 *
*/
/* ==========================================================================
   Variables
   ========================================================================== */
/*
   Typography
   ========================================================================== */
/* paragraph indention */
/* system typefaces */
/* sans serif typefaces */
/* serif typefaces */
/* type scale */
/*
   Colors
   ========================================================================== */
/* brands */
/* links */
/*
   Breakpoints
   ========================================================================== */
/*
   Grid
   ========================================================================== */
/*
   Other
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
a:focus {
  outline: thin dotted #f89406;
  outline: 5px auto #f89406;
  outline-offset: -2px; }

/*
   em function
   ========================================================================== */
/*
   Bourbon clearfix
   ========================================================================== */
/* ==========================================================================
   STYLE RESETS
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  /* apply a natural box layout model to all elements */
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media (min-width: 48em) {
    html {
      font-size: 18px; } }

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

/* Selected elements */
::selection {
  color: #fff;
  background: #000; }

/* Display HTML5 elements in IE6-9 and FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

/* Display block in IE6-9 and FF3 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none; }

a {
  color: #52adc8; }

/* Apply focus state */
/* Remove outline from links */
a:hover,
a:active {
  outline: 0; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* img border in anchor's and image quality */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Prevent max-width from affecting Google Maps */
#map_canvas img,
.google-maps img {
  max-width: none; }

/* Consistent form font size in all browsers, margin changes, misc */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* ==========================================================================
   BASE ELEMENTS
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  color: #494e52;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  line-height: 1.5; }
  body.overflow--hidden {
    /* when primary navigation is visible, the content in the background won't scroll */
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 2em 0 0.5em;
  line-height: 1.2;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-weight: bold; }

h1 {
  margin-top: 0;
  font-size: 1.463em; }

h2 {
  font-size: 1.15em; }

h3 {
  font-size: 0.9em; }

h4 {
  font-size: 0.75em; }

h5 {
  font-size: 0.75em; }

h6 {
  font-size: 0.75em; }

small, .small {
  font-size: 0.75em; }

p {
  margin-bottom: 1.3em; }

u,
ins {
  text-decoration: none;
  border-bottom: 1px solid #494e52; }
  u a,
  ins a {
    color: inherit; }

del a {
  color: inherit; }

/* reduce orphans and widows when printing */
p, pre, blockquote, ul, ol, dl, figure, table, fieldset {
  orphans: 3;
  widows: 3; }

/* abbreviations */
abbr[title],
abbr[data-original-title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted #494e52; }

/* blockquotes */
blockquote {
  margin: 2em 1em 2em 0;
  padding-left: 1em;
  padding-right: 1em;
  font-style: italic;
  border-left: 0.25em solid #7a8288; }
  blockquote cite {
    font-style: italic; }
    blockquote cite:before {
      content: "\2014";
      padding-right: 5px; }

/* links */
a:hover, a:active {
  outline: 0; }

/* code */
tt, code, kbd, samp, pre {
  font-family: Monaco, Consolas, "Lucida Console", monospace; }

pre {
  overflow-x: auto; }

p &gt; code,
a &gt; code,
li &gt; code,
figcaption &gt; code,
td &gt; code {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 0.75em;
  background: #fafafa;
  border: 1px solid #f2f3f3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); }
  p &gt; code:before, p &gt; code:after,
  a &gt; code:before,
  a &gt; code:after,
  li &gt; code:before,
  li &gt; code:after,
  figcaption &gt; code:before,
  figcaption &gt; code:after,
  td &gt; code:before,
  td &gt; code:after {
    letter-spacing: -0.2em;
    content: "\00a0"; }

/* horizontal rule */
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #f2f3f3; }

/* lists */
ul li,
ol li {
  margin-bottom: 0.5em; }

li ul,
li ol {
  margin-top: 0.5em; }

/*
   Media and embeds
   ========================================================================== */
/* Figures and images */
figure {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em 0; }
  figure img,
  figure iframe,
  figure .fluid-width-video-wrapper {
    margin-bottom: 1em; }
  figure img {
    width: 100%;
    border-radius: 4px;
    transition: all 0.2s ease-in-out; }
  figure &gt; a {
    display: block; }
  @media (min-width: 37.5em) {
    figure.half &gt; a,
    figure.half &gt; img {
      width: calc(50% - 0.5em); } }
  figure.half figcaption {
    width: 100%; }
  @media (min-width: 37.5em) {
    figure.third &gt; a,
    figure.third &gt; img {
      width: calc(33.3333% - 0.5em); } }
  figure.third figcaption {
    width: 100%; }

/* Figure captions */
figcaption {
  margin-bottom: 0.5em;
  color: #777a7d;
  font-family: Georgia, Times, serif;
  font-size: 0.75em; }
  figcaption a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #bdc1c4;
    transition: all 0.2s ease-in-out; }
    figcaption a:hover {
      color: #000;
      border-bottom-color: #000; }

/* Fix IE9 SVG bug */
svg:not(:root) {
  overflow: hidden; }

/*
   Navigation lists
   ========================================================================== */
/**
 * Removes margins, padding, and bullet points from navigation lists
 *
 * Example usage:
 * &lt;nav&gt;
 *    &lt;ul&gt;
 *      &lt;li&gt;&lt;a href="#link-1"&gt;Link 1&lt;/a&gt;&lt;/li&gt;
 *      &lt;li&gt;&lt;a href="#link-2"&gt;Link 2&lt;/a&gt;&lt;/li&gt;
 *      &lt;li&gt;&lt;a href="#link-3"&gt;Link 3&lt;/a&gt;&lt;/li&gt;
 *    &lt;/ul&gt;
 *  &lt;/nav&gt;
 */
nav {
  /* override white-space for nested lists */ }
  nav ul {
    margin: 0;
    padding: 0; }
  nav li {
    list-style: none; }
  nav a {
    text-decoration: none; }
  nav ul li,
  nav ol li {
    margin-bottom: 0; }
  nav li ul,
  nav li ol {
    margin-top: 0; }

/*
   Global animation transition
   ========================================================================== */
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a, tr, td, form button, input[type="submit"], .btn, #goog-wm-sb, .highlight, .archive__item-teaser {
  transition: all 0.2s ease-in-out; }

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */
/*
   Visibility
   ========================================================================== */
/* http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/ */
.hidden {
  display: none;
  visibility: hidden; }

/* for preloading images */
.load {
  display: none; }

.transparent {
  opacity: 0; }

/* https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html */
.visually-hidden,
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  width: 1px !important;
  border: 0 !important;
  overflow: hidden; }

body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
  display: none !important; }

/* screen readers */
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  background: #fff;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

/*
   Skip links
   ========================================================================== */
.skip-link {
  position: fixed;
  z-index: 20;
  margin: 0;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  white-space: nowrap; }

.skip-link li {
  height: 0;
  width: 0;
  list-style: none; }

/*
   Type
   ========================================================================== */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

/*
   Alignment
   ========================================================================== */
/* clearfix */
.cf {
  clear: both; }

.wrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; }

/*
   Images
   ========================================================================== */
/* image align left */
.align-left {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 37.5em) {
    .align-left {
      float: left;
      margin-right: 1em; } }

/* image align right */
.align-right {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 37.5em) {
    .align-right {
      float: right;
      margin-left: 1em; } }

/* image align center */
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* file page content container */
@media (min-width: 64em) {
  .full {
    margin-right: -19.4915254237% !important; } }

/*
   Icons
   ========================================================================== */
.fa-6 {
  font-size: 2em; }

.fa-4 {
  font-size: 1.5em; }

.icon {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1.1em;
  line-height: 1;
  position: relative;
  top: -0.1em;
  vertical-align: middle; }

.social-icons .fa {
  color: #000; }
.social-icons .fa-behance,
.social-icons .fa-behance-square {
  color: #1769FF; }
.social-icons .fa-dribbble {
  color: #ea4c89; }
.social-icons .fa-facebook,
.social-icons .fa-facebook-square {
  color: #3b5998; }
.social-icons .fa-flickr {
  color: #ff0084; }
.social-icons .fa-foursquare {
  color: #0072b1; }
.social-icons .fa-github,
.social-icons .fa-github-alt,
.social-icons .fa-github-square {
  color: #171516; }
.social-icons .fa-google-plus,
.social-icons .fa-google-plus-square {
  color: #dd4b39; }
.social-icons .fa-instagram {
  color: #517fa4; }
.social-icons .fa-lastfm,
.social-icons .fa-lastfm-square {
  color: #d51007; }
.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
  color: #007bb6; }
.social-icons .fa-pinterest,
.social-icons .fa-pinterest-p,
.social-icons .fa-pinterest-square {
  color: #cb2027; }
.social-icons .fa-rss,
.social-icons .fa-rss-square {
  color: #fa9b39; }
.social-icons .fa-soundcloud {
  color: #ff3300; }
.social-icons .fa-stack-exchange,
.social-icons .fa-stack-overflow {
  color: #fe7a15; }
.social-icons .fa-tumblr,
.social-icons .fa-tumblr-square {
  color: #32506d; }
.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
  color: #55acee; }
.social-icons .fa-vimeo,
.social-icons .fa-vimeo-square {
  color: #1ab7ea; }
.social-icons .fa-vine {
  color: #00bf8f; }
.social-icons .fa-youtube,
.social-icons .fa-youtube-square,
.social-icons .fa-youtube-play {
  color: #bb0000; }
.social-icons .fa-xing,
.social-icons .fa-xing-square {
  color: #006567; }

/*
   Navicons
   ========================================================================== */
.navicon {
  position: relative;
  width: 28px;
  height: 4px;
  background: #fff;
  margin: auto;
  transition: 0.3s; }
  .navicon:before, .navicon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 4px;
    background: #fff;
    transition: 0.3s; }
  .navicon:before {
    top: -8px; }
  .navicon:after {
    bottom: -8px; }

.close .navicon {
  background: transparent; }
  .close .navicon:before, .close .navicon:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 28px; }
  .close .navicon:before {
    transform: rotate3d(0, 0, 1, 45deg); }
  .close .navicon:after {
    transform: rotate3d(0, 0, 1, -45deg); }

/*
   Sticky, fixed to top content
   ========================================================================== */
@media (min-width: 64em) {
  .sticky {
    clear: both;
    /*  position: -webkit-sticky;
      position: sticky; removing stickiness for the time being*/
    top: 2em; }
    .sticky::after {
      clear: both;
      content: "";
      display: table; }
    .sticky &gt; * {
      display: block; } }

/*
not Sticky, fixed to top content
   ========================================================================== */
@media (min-width: 64em) {
  .notsticky {
    clear: both;
    top: 2em; }
    .notsticky::after {
      clear: both;
      content: "";
      display: table; }
    .notsticky &gt; * {
      display: block; } }

.notsticky a {
  color: #494e52 !important; }

/*
   Wells
   ========================================================================== */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

/*
   Footnotes
   ========================================================================== */
.footnote {
  color: #9ba1a6;
  text-decoration: none; }

.footnotes {
  color: #9ba1a6; }
  .footnotes ol, .footnotes li, .footnotes p {
    margin-bottom: 0;
    font-size: 0.75em; }

a.reversefootnote {
  color: #7a8288;
  text-decoration: none; }
  a.reversefootnote:hover {
    text-decoration: underline; }

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes intro {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ==========================================================================
   TABLES
   ========================================================================== */
table {
  margin-bottom: 1em;
  width: 100%;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.7em !important;
  border-collapse: collapse; }
  table + table {
    margin-top: 1em; }

thead {
  border-bottom: 2px solid #bdc1c4;
  color: #428aa0;
  font-size: 1.2em; }

tfoot {
  border-bottom: 2px solid #bdc1c4;
  border-top: 1px solid #bdc1c4; }

th {
  padding: 0.5em;
  font-weight: bold;
  text-align: left; }

td {
  padding: 0.5em; }

tr, td, th {
  vertical-align: middle; }

/*  Only apply these styles to main pages but not the search */
.page__content tbody tr:nth-child(2n+1) {
  background-color: #f9f9f9;
  border-bottom: 1px solid #bdc1c4;
  border-top: 1px solid #bdc1c4; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
/*
   Default button
   ========================================================================== */
.btn, #goog-wm-sb {
  /* default button */
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0.5em 1em;
  color: #fff !important;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  background-color: #7a8288;
  border: 0 !important;
  border-radius: 4px;
  cursor: pointer;
  /* fills width of parent container */
  /* for dark backgrounds */
  /* light outline */
  /* information */
  /* warning */
  /* success */
  /* danger */
  /* disabled */
  /* social buttons */
  /* extra large button */
  /* large button */
  /* small button */ }
  .btn:hover, #goog-wm-sb:hover {
    background-color: #333333; }
  .btn .icon, #goog-wm-sb .icon {
    margin-right: 0.5em; }
  .btn .icon + .hidden, #goog-wm-sb .icon + .hidden {
    margin-left: -0.5em; }
  .btn--block {
    display: block;
    width: 100%; }
    .btn--block + .btn--block {
      margin-top: 0.25em; }
  .btn--inverse {
    color: #7a8288 !important;
    border: 1px solid #bdc1c4 !important;
    background-color: #fff; }
    .btn--inverse:hover {
      color: #fff !important;
      border-color: #7a8288; }
  .btn--light-outline {
    border: 1px solid #fff !important;
    background-color: transparent; }
  .btn--info {
    background-color: #52adc8; }
    .btn--info:hover {
      background-color: #428aa0; }
  .btn--warning {
    background-color: #f89406; }
    .btn--warning:hover {
      background-color: #c67605; }
  .btn--success {
    background-color: #62c462; }
    .btn--success:hover {
      background-color: #4e9d4e; }
  .btn--danger {
    background-color: #ee5f5b; }
    .btn--danger:hover {
      background-color: #be4c49; }
  .btn--disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65; }
  .btn--facebook {
    background-color: #3b5998; }
    .btn--facebook:hover {
      background-color: #2f477a; }
  .btn--twitter {
    background-color: #55acee; }
    .btn--twitter:hover {
      background-color: #448abe; }
  .btn--google-plus {
    background-color: #dd4b39; }
    .btn--google-plus:hover {
      background-color: #b13c2e; }
  .btn--linkedin {
    background-color: #007bb6; }
    .btn--linkedin:hover {
      background-color: #006292; }
  .btn--x-large {
    font-size: 1.15em; }
  .btn--large {
    font-size: 0.9em; }
  .btn--small {
    font-size: 0.7875em; }

/* ==========================================================================
   NOTICE TEXT BLOCKS
   ========================================================================== */
/**
 *  Default Kramdown usage (no indents!):
 *  &lt;div class="notice" markdown="1"&gt;
 *  #### Headline for the Notice
 *  Text for the notice
 *  &lt;/div&gt;
 */
/* Default notice */
.notice {
  margin: 2em 0 !important;
  padding: 1em;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial;
  background-color: #f8f9f9;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(189, 193, 196, 0.25); }
  .notice h4 {
    margin-top: 0 !important;
    margin-bottom: 0.75em; }
  .notice h2 {
    font-size: 1.5em;
    margin-top: 0 !important; }
  .page__content .notice h4 {
    margin-bottom: 0;
    font-size: 1em; }
  .notice p:last-child {
    margin-bottom: 0 !important; }
  .notice h4 + p {
    margin-top: 0;
    padding-top: 0; }
  .notice a {
    color: #bdc1c4; }
    .notice a:hover {
      color: #717476; }
  .notice code {
    background-color: #fcfcfc; }
  .notice ul:last-child {
    margin-bottom: 0; }

/* Primary notice */
.notice--primary {
  margin: 2em 0 !important;
  padding: 1em;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial;
  background-color: #f2f3f3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(122, 130, 136, 0.25); }
  .notice--primary h4 {
    margin-top: 0 !important;
    margin-bottom: 0.75em; }
  .notice--primary h2 {
    font-size: 1.5em;
    margin-top: 0 !important; }
  .page__content .notice--primary h4 {
    margin-bottom: 0;
    font-size: 1em; }
  .notice--primary p:last-child {
    margin-bottom: 0 !important; }
  .notice--primary h4 + p {
    margin-top: 0;
    padding-top: 0; }
  .notice--primary a {
    color: #7a8288; }
    .notice--primary a:hover {
      color: #494e52; }
  .notice--primary code {
    background-color: #f8f9f9; }
  .notice--primary ul:last-child {
    margin-bottom: 0; }

/* Info notice */
.notice--info {
  margin: 2em 0 !important;
  padding: 1em;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial;
  background-color: #eef7fa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(82, 173, 200, 0.25); }
  .notice--info h4 {
    margin-top: 0 !important;
    margin-bottom: 0.75em; }
  .notice--info h2 {
    font-size: 1.5em;
    margin-top: 0 !important; }
  .page__content .notice--info h4 {
    margin-bottom: 0;
    font-size: 1em; }
  .notice--info p:last-child {
    margin-bottom: 0 !important; }
  .notice--info h4 + p {
    margin-top: 0;
    padding-top: 0; }
  .notice--info a {
    color: #52adc8; }
    .notice--info a:hover {
      color: #316878; }
  .notice--info code {
    background-color: #f6fbfc; }
  .notice--info ul:last-child {
    margin-bottom: 0; }

/* Warning notice */
.notice--warning {
  margin: 2em 0 !important;
  padding: 1em;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial;
  background-color: #fef4e6;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(248, 148, 6, 0.25); }
  .notice--warning h4 {
    margin-top: 0 !important;
    margin-bottom: 0.75em; }
  .notice--warning h2 {
    font-size: 1.5em;
    margin-top: 0 !important; }
  .page__content .notice--warning h4 {
    margin-bottom: 0;
    font-size: 1em; }
  .notice--warning p:last-child {
    margin-bottom: 0 !important; }
  .notice--warning h4 + p {
    margin-top: 0;
    padding-top: 0; }
  .notice--warning a {
    color: #f89406; }
    .notice--warning a:hover {
      color: #955904; }
  .notice--warning code {
    background-color: #fffaf3; }
  .notice--warning ul:last-child {
    margin-bottom: 0; }

/* Success notice */
.notice--success {
  margin: 2em 0 !important;
  padding: 1em;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial;
  background-color: #eff9ef;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(98, 196, 98, 0.25); }
  .notice--success h4 {
    margin-top: 0 !important;
    margin-bottom: 0.75em; }
  .notice--success h2 {
    font-size: 1.5em;
    margin-top: 0 !important; }
  .page__content .notice--success h4 {
    margin-bottom: 0;
    font-size: 1em; }
  .notice--success p:last-child {
    margin-bottom: 0 !important; }
  .notice--success h4 + p {
    margin-top: 0;
    padding-top: 0; }
  .notice--success a {
    color: #62c462; }
    .notice--success a:hover {
      color: #3b763b; }
  .notice--success code {
    background-color: #f7fcf7; }
  .notice--success ul:last-child {
    margin-bottom: 0; }

/* Danger notice */
.notice--danger {
  margin: 2em 0 !important;
  padding: 1em;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em !important;
  text-indent: initial;
  background-color: #fdefef;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(238, 95, 91, 0.25); }
  .notice--danger h4 {
    margin-top: 0 !important;
    margin-bottom: 0.75em; }
  .notice--danger h2 {
    font-size: 1.5em;
    margin-top: 0 !important; }
  .page__content .notice--danger h4 {
    margin-bottom: 0;
    font-size: 1em; }
  .notice--danger p:last-child {
    margin-bottom: 0 !important; }
  .notice--danger h4 + p {
    margin-top: 0;
    padding-top: 0; }
  .notice--danger a {
    color: #ee5f5b; }
    .notice--danger a:hover {
      color: #8f3937; }
  .notice--danger code {
    background-color: #fef7f7; }
  .notice--danger ul:last-child {
    margin-bottom: 0; }

/* ==========================================================================
   MASTHEAD
   ========================================================================== */
.masthead {
  position: relative;
  border-bottom: 1px solid #f2f3f3;
  animation: intro 0.3s both;
  animation-delay: 0.15s;
  z-index: 20; }
  .masthead__inner-wrap {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding: 1em 1em 1em;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; }
    .masthead__inner-wrap:after {
      content: " ";
      display: block;
      clear: both; }
    .masthead__inner-wrap::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 80em) {
      .masthead__inner-wrap {
        max-width: 1280px; } }
    .masthead__inner-wrap nav {
      z-index: 10; }
    .masthead__inner-wrap a {
      text-decoration: none; }

.masthead__menu ul {
  margin: 0;
  padding: 0;
  clear: both;
  list-style-type: none; }

.masthead__menu-item {
  display: block;
  list-style-type: none;
  white-space: nowrap; }
  .masthead__menu-item--lg {
    padding-right: 2em;
    font-weight: 700; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
/*
   Breadcrumb navigation links
   ========================================================================== */
.breadcrumbs {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  animation: intro 0.3s both;
  animation-delay: 0.30s; }
  .breadcrumbs:after {
    content: " ";
    display: block;
    clear: both; }
  .breadcrumbs::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 64em) {
    .breadcrumbs {
      padding-left: 1em;
      padding-right: 1em; } }
  @media (min-width: 80em) {
    .breadcrumbs {
      max-width: 1280px; } }
  .breadcrumbs ol {
    padding: 0;
    list-style: none;
    font-size: 0.75em; }
    @media (min-width: 64em) {
      .breadcrumbs ol {
        width: 83.0508474576%;
        float: right;
        margin-right: 0; } }
    @media (min-width: 80em) {
      .breadcrumbs ol {
        padding-left: 4.2372881356%; } }
  .breadcrumbs li {
    display: inline; }
  .breadcrumbs .current {
    font-weight: bold; }

/*
   Post pagination navigation links
   ========================================================================== */
.pagination {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  margin-top: 1em;
  padding-top: 1em;
  /* next/previous buttons */ }
  .pagination::after {
    clear: both;
    content: "";
    display: table; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; }
  .pagination li {
    display: block;
    float: left;
    margin-left: -1px; }
    .pagination li a {
      margin-bottom: 0.25em;
      padding: 0.5em 1em;
      font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      text-decoration: none;
      color: #9ba1a6;
      border: 1px solid #bdc1c4;
      border-radius: 0; }
      .pagination li a:hover {
        color: #3e8296; }
      .pagination li a.current {
        color: #fff;
        background: #7a8288; }
      .pagination li a.disabled {
        color: #bdc1c4;
        pointer-events: none;
        cursor: not-allowed; }
    .pagination li:first-child {
      margin-left: 0; }
      .pagination li:first-child a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
    .pagination li:last-child a {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination--pager {
    display: block;
    padding: 1em 2em;
    float: left;
    width: 50%;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #9ba1a6;
    border: 1px solid #bdc1c4;
    border-radius: 4px; }
    .pagination--pager:hover {
      color: #3e8296; }
    .pagination--pager:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .pagination--pager:last-child {
      margin-left: -1px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .pagination--pager.disabled {
      color: #bdc1c4;
      pointer-events: none;
      cursor: not-allowed; }

.page__content + .pagination,
.page__meta + .pagination,
.page__share + .pagination,
.page__comments + .pagination {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #f2f3f3; }

/*
   Priority plus navigation
   ========================================================================== */
.greedy-nav {
  position: relative;
  min-width: 250px;
  background: #fff; }
  .greedy-nav a {
    display: block;
    margin: 0 1rem;
    padding: 0.5rem 0;
    color: #7a8288;
    text-decoration: none; }
    .greedy-nav a:hover {
      color: #5c6266; }
  .greedy-nav button {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0 0.5rem;
    border: 0;
    outline: none;
    background-color: #7a8288;
    color: #fff;
    cursor: pointer; }
  .greedy-nav .visible-links {
    display: table; }
    .greedy-nav .visible-links li {
      display: table-cell;
      vertical-align: middle; }
      .greedy-nav .visible-links li:first-child {
        font-weight: bold; }
        .greedy-nav .visible-links li:first-child a {
          margin-left: 0; }
      .greedy-nav .visible-links li:last-child a {
        margin-right: 0; }
    .greedy-nav .visible-links a {
      position: relative; }
      .greedy-nav .visible-links a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        background: #bdc1c4;
        width: 100%;
        transition: all 0.2s ease-in-out;
        transform: scaleX(0); }
      .greedy-nav .visible-links a:hover:before {
        transform: scaleX(1); }
  .greedy-nav .hidden-links {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px;
    padding: 5px;
    border: 1px solid #f2f3f3;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
    .greedy-nav .hidden-links a {
      margin: 0;
      padding: 10px 20px;
      font-size: 0.9em; }
      .greedy-nav .hidden-links a:hover {
        color: #5c6266;
        background: #dee0e1; }
    .greedy-nav .hidden-links:before {
      content: "";
      position: absolute;
      top: -11px;
      right: 10px;
      width: 0;
      border-style: solid;
      border-width: 0 10px 10px;
      border-color: #f2f3f3 transparent;
      display: block;
      z-index: 0; }
    .greedy-nav .hidden-links:after {
      content: "";
      position: absolute;
      top: -10px;
      right: 10px;
      width: 0;
      border-style: solid;
      border-width: 0 10px 10px;
      border-color: #fff transparent;
      display: block;
      z-index: 1; }
    .greedy-nav .hidden-links li {
      display: block;
      border-bottom: 1px solid #f2f3f3; }
      .greedy-nav .hidden-links li:last-child {
        border-bottom: none; }

/*
   Navigation list
   ========================================================================== */
.nav__list {
  font-size: 1.1rem; }
  .nav__list ul {
    margin-bottom: 1em; }
  .nav__list a {
    display: block;
    padding: 0.125em 0;
    color: inherit; }
    .nav__list a:hover {
      text-decoration: underline; }
  .nav__list .active {
    margin-left: -0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #fff;
    font-weight: bold;
    background: #7a8288;
    border-radius: 4px; }
    .nav__list .active:hover {
      color: #fff; }

.nav__title {
  margin: 0;
  padding: 0.5rem 1rem;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold; }

.nav__sub-title {
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f3f3; }

/*
   Table of contents navigation
   ========================================================================== */
.toc {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  color: #7a8288;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #f2f3f3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); }
  .toc .nav__title {
    color: #fff;
    font-size: 0.75em;
    background: #7a8288;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.toc__menu {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  font-size: 0.8rem; }
  .toc__menu a {
    display: block;
    padding: 0.5rem 1rem;
    color: #7a8288;
    font-size: 0.7875em;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #f2f3f3; }
    .toc__menu a:hover {
      color: #000;
      background: #f2f3f3; }
  .toc__menu &gt; li:last-child a {
    border-bottom: none; }
  .toc__menu li ul &gt; li a {
    padding-left: 2rem;
    font-weight: normal; }
  .toc__menu li &gt; ul li {
    display: none; }
    @media (min-width: 48em) {
      .toc__menu li &gt; ul li {
        display: block; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.page__footer {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  margin-top: 3em;
  color: #9ba1a6;
  animation: intro 0.3s both;
  animation-delay: 0.45s;
  background-color: #f2f3f3;
  border-top: 1px solid #bdc1c4; }
  .page__footer::after {
    clear: both;
    content: "";
    display: table; }
  .page__footer footer {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 2em;
    padding: 0 1em 2em; }
    .page__footer footer:after {
      content: " ";
      display: block;
      clear: both; }
    .page__footer footer::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 80em) {
      .page__footer footer {
        max-width: 1280px; } }
  .page__footer a {
    color: inherit;
    text-decoration: none; }
    .page__footer a:hover {
      text-decoration: underline; }
  .page__footer .fa {
    color: #9ba1a6; }

.page__footer-copyright {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.7875em; }

.page__footer-follow ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.page__footer-follow li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase; }
.page__footer-follow li + li:before {
  content: "";
  padding-right: 5px; }
.page__footer-follow a {
  padding-right: 10px;
  font-weight: bold; }

/* ==========================================================================
   Syntax highlighting
   ========================================================================== */
/* Make sure code in challenge blocks is readable */
div.notice--warning pre {
  font-size: 0.9em !important;
  background-color: #fafafa; }

pre {
  background-color: #fafafa;
  padding: 2em; }

div.highlighter-rouge, figure.highlight {
  position: relative;
  margin-bottom: 1em;
  padding: .3em;
  border: 1px solid #f2f3f3;
  border-radius: 4px;
  background-color: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  /*padding-top: 1em;*/ }
  div.highlighter-rouge:before, figure.highlight:before {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em;
    background-color: #f2f3f3;
    /*content: "\f121";  This is the little code icon - turning off*/
    font-family: "fontawesome" !important;
    font-size: 0.75em;
    line-height: 1;
    text-transform: none;
    speak: none; }
  div.highlighter-rouge .highlight, figure.highlight .highlight {
    margin: 0;
    font-family: Monaco, Consolas, "Lucida Console", monospace;
    font-size: 0.7875em;
    line-height: 1.8;
    padding: 1em;
    /* Add padding to make space for copy button */ }

.highlight table td {
  padding: 5px; }

.highlight table pre {
  margin: 0; }

/*
   Solarized Light
   http://ethanschoonover.com/solarized

   SOLARIZED HEX      ROLE
   --------- -------- ------------------------------------------
   base01    #586e75  body text / default code / primary content
   base1     #93a1a1  comments / secondary content
   base3     #fdf6e3  background
   orange    #cb4b16  constants
   red       #dc322f  regex, special keywords
   blue      #22b3eb  reserved keywords
   cyan      #2aa198  strings, numbers
   green     #859900  operators, other keywords
   ========================================================================== */
.highlight .c {
  color: #93a1a1; }

/* Comment */
.highlight .err {
  color: #586e75; }

/* Error */
.highlight .g {
  color: #586e75; }

/* Generic */
.highlight .k {
  color: #859900; }

/* Keyword */
.highlight .l {
  color: #586e75; }

/* Literal */
.highlight .n {
  color: #586e75; }

/* Name */
.highlight .o {
  color: #859900; }

/* Operator */
.highlight .x {
  color: #cb4b16; }

/* Other */
.highlight .p {
  color: #586e75; }

/* Punctuation */
.highlight .cm {
  color: #93a1a1; }

/* Comment.Multiline */
.highlight .cp {
  color: #859900; }

/* Comment.Preproc */
.highlight .c1 {
  color: #93a1a1; }

/* Comment.Single */
.highlight .cs {
  color: #859900; }

/* Comment.Special */
.highlight .gd {
  color: #2aa198; }

/* Generic.Deleted */
.highlight .ge {
  color: #586e75;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #dc322f; }

/* Generic.Error */
.highlight .gh {
  color: #cb4b16; }

/* Generic.Heading */
.highlight .gi {
  color: #859900; }

/* Generic.Inserted */
.highlight .go {
  color: #586e75; }

/* Generic.Output */
.highlight .gp {
  color: #586e75; }

/* Generic.Prompt */
.highlight .gs {
  color: #586e75;
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #cb4b16; }

/* Generic.Subheading */
.highlight .gt {
  color: #586e75; }

/* Generic.Traceback */
.highlight .kc {
  color: #cb4b16; }

/* Keyword.Constant */
.highlight .kd {
  color: #22b3eb; }

/* Keyword.Declaration */
.highlight .kn {
  color: #859900; }

/* Keyword.Namespace */
.highlight .kp {
  color: #859900; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #22b3eb; }

/* Keyword.Reserved */
.highlight .kt {
  color: #dc322f; }

/* Keyword.Type */
.highlight .ld {
  color: #586e75; }

/* Literal.Date */
.highlight .m {
  color: #2aa198; }

/* Literal.Number */
.highlight .s {
  color: #2aa198; }

/* Literal.String */
.highlight .na {
  color: #586e75; }

/* Name.Attribute */
.highlight .nb {
  color: #B58900; }

/* Name.Builtin */
.highlight .nc {
  color: #22b3eb; }

/* Name.Class */
.highlight .no {
  color: #cb4b16; }

/* Name.Constant */
.highlight .nd {
  color: #22b3eb; }

/* Name.Decorator */
.highlight .ni {
  color: #cb4b16; }

/* Name.Entity */
.highlight .ne {
  color: #cb4b16; }

/* Name.Exception */
.highlight .nf {
  color: #22b3eb; }

/* Name.Function */
.highlight .nl {
  color: #586e75; }

/* Name.Label */
.highlight .nn {
  color: #586e75; }

/* Name.Namespace */
.highlight .nx {
  color: #586e75; }

/* Name.Other */
.highlight .py {
  color: #586e75; }

/* Name.Property */
.highlight .nt {
  color: #22b3eb; }

/* Name.Tag */
.highlight .nv {
  color: #22b3eb; }

/* Name.Variable */
.highlight .ow {
  color: #859900; }

/* Operator.Word */
.highlight .w {
  color: #586e75; }

/* Text.Whitespace */
.highlight .mf {
  color: #2aa198; }

/* Literal.Number.Float */
.highlight .mh {
  color: #2aa198; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #2aa198; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #2aa198; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #93a1a1; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #2aa198; }

/* Literal.String.Char */
.highlight .sd {
  color: #586e75; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #2aa198; }

/* Literal.String.Double */
.highlight .se {
  color: #cb4b16; }

/* Literal.String.Escape */
.highlight .sh {
  color: #586e75; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #2aa198; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #2aa198; }

/* Literal.String.Other */
.highlight .sr {
  color: #dc322f; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #2aa198; }

/* Literal.String.Single */
.highlight .ss {
  color: #2aa198; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #22b3eb; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #22b3eb; }

/* Name.Variable.Class */
.highlight .vg {
  color: #22b3eb; }

/* Name.Variable.Global */
.highlight .vi {
  color: #22b3eb; }

/* Name.Variable.Instance */
.highlight .il {
  color: #2aa198; }

/* Literal.Number.Integer.Long */
/* ==========================================================================
   Syntax highlighting
   ========================================================================== */
kbd {
  background-color: #333;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
  color: #fff;
  font-size: 65%;
  padding: 2px 4px; }

/* ==========================================================================
   Forms
   ========================================================================== */
btnform {
  margin: 0 0 5px 0; }
  btnform fieldset {
    margin-bottom: 5px;
    padding: 0;
    border-width: 0; }
  btnform legend {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    *margin-left: -7px;
    padding: 0;
    color: #494e52;
    border: 0;
    border-bottom: 1px solid #cccccc;
    white-space: normal; }
  btnform p {
    margin-bottom: 5px / 2; }
  btnform ul {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0; }
  btnform br {
    display: none; }

label,
input,
button,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle; }

input,
button,
select,
textarea {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  box-sizing: border-box; }

label {
  display: block;
  margin-bottom: 10px / 8;
  font-weight: bold;
  color: #494e52;
  cursor: pointer; }
  label input,
  label textarea,
  label select {
    display: block; }

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 5px / 4;
  background-color: #fff;
  border: 1px solid #cccccc;
  color: #494e52; }
  input:hover,
  textarea:hover,
  select:hover {
    border-color: #bdc1c4; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
  border: 0 \9; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="image"] {
  border: 0;
  box-shadow: none; }

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  box-shadow: none; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible; }

select,
input[type="file"] {
  *margin-top: 4px; }

select {
  width: auto;
  background-color: #fff; }

select[multiple],
select[size] {
  height: auto; }

textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top; }

input[type="hidden"] {
  display: none; }

.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

/*
   Disabled state
   ========================================================================== */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: 0.5;
  cursor: not-allowed; }

/*
   Focus &amp; active state
   ========================================================================== */
input:focus,
textarea:focus {
  border-color: #7a8288;
  outline: 0;
  outline: thin dotted \9; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  box-shadow: none; }

/*
   Help text
   ========================================================================== */
.help-block,
.help-inline {
  color: #52adc8; }

.help-block {
  display: block;
  margin-bottom: 1em;
  line-height: 1em; }

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

/*
   .form-inline
   ========================================================================== */
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0; }

.form-inline label {
  display: inline-block; }

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

/*
   .form-search
   ========================================================================== */
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0; }

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  border-radius: 14px; }

.form-search label {
  display: inline-block; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

/*
   Google search form
   ========================================================================== */
#goog-fixurl ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  #goog-fixurl ul li {
    list-style-type: none; }

#goog-wm-qt {
  width: auto;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 8px 20px;
  display: inline-block;
  font-size: 0.75em;
  background-color: #fff;
  color: #000;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: gray;
  border-radius: 4px; }

/* ==========================================================================
   SINGLE PAGE/POST
   ========================================================================== */
#main {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  animation: intro 0.3s both;
  animation-delay: 0.35s; }
  #main:after {
    content: " ";
    display: block;
    clear: both; }
  #main::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 80em) {
    #main {
      max-width: 1280px; } }

@media (min-width: 64em) {
  .page {
    width: 83.0508474576%;
    float: right;
    margin-right: 0;
    padding-left: 4.2372881356%;
    padding-right: 16.9491525424%; } }
.page .page__inner-wrap {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .page .page__inner-wrap .page__content,
  .page .page__inner-wrap .page__meta,
  .page .page__inner-wrap .page__share {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

.page__title {
  margin-top: 0;
  line-height: 1; }
  .page__title + .page__meta {
    margin-top: -0.5em; }

.page__lead {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 1.15em; }

.page__content {
  /* paragraph indents */
  /* blockquote citations */ }
  .page__content h2 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #f2f3f3; }
  .page__content p, .page__content li, .page__content dl {
    font-size: 0.9em; }
  .page__content p {
    margin: 0 0 1.3em; }
  .page__content a {
    text-decoration: none;
    color: #52adc8; }
    .page__content a:hover {
      text-decoration: underline; }
      .page__content a:hover img {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
  .page__content dt {
    margin-top: 1em;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    font-weight: bold; }
  .page__content dd {
    margin-left: 1em;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    font-size: 0.75em; }
  .page__content .small {
    font-size: 0.75em; }
  .page__content blockquote + .small {
    margin-top: -1.5em;
    padding-left: 1.25rem; }

.page__hero {
  position: relative;
  margin-bottom: 2em;
  clear: both;
  animation: intro 0.3s both;
  animation-delay: 0.25s; }
  .page__hero::after {
    clear: both;
    content: "";
    display: table; }
  .page__hero--overlay {
    position: relative;
    margin-bottom: 2em;
    padding: 3em 0;
    clear: both;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: intro 0.3s both;
    animation-delay: 0.25s; }
    .page__hero--overlay::after {
      clear: both;
      content: "";
      display: table; }
    .page__hero--overlay a {
      color: #fff; }
    .page__hero--overlay .wrapper {
      padding-left: 1em;
      padding-right: 1em; }
      @media (min-width: 80em) {
        .page__hero--overlay .wrapper {
          max-width: 1280px; } }
    .page__hero--overlay .page__title,
    .page__hero--overlay .page__meta,
    .page__hero--overlay .page__lead,
    .page__hero--overlay .btn,
    .page__hero--overlay #goog-wm-sb {
      color: #fff;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
    .page__hero--overlay .page__lead {
      max-width: 768px; }
    .page__hero--overlay .page__title {
      font-size: 1.853em; }
      @media (min-width: 37.5em) {
        .page__hero--overlay .page__title {
          font-size: 2.341em; } }

.page__hero-image {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

.page__hero-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding: 2px 5px;
  color: #fff;
  font-family: Georgia, Times, serif;
  font-size: 0.7875em;
  background: #000;
  text-align: right;
  z-index: 5;
  opacity: 0.5;
  border-radius: 4px 0 4px 0; }
  @media (min-width: 64em) {
    .page__hero-caption {
      padding: 5px 10px; } }
  .page__hero-caption a {
    color: #fff;
    text-decoration: none; }

/*
   Social sharing
   ========================================================================== */
.page__share {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #f2f3f3; }
  @media (max-width: 37.5em) {
    .page__share .btn span, .page__share #goog-wm-sb span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.page__share-title {
  margin-bottom: 10px;
  font-size: 0.75em;
  text-transform: uppercase; }

/*
   Page meta
   ========================================================================== */
.page__meta {
  margin-top: 2em;
  color: #9ba1a6;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em; }
  .page__meta p {
    margin: 0; }
  .page__meta a {
    color: inherit; }

.page__meta-title {
  margin-bottom: 10px;
  font-size: 0.75em;
  text-transform: uppercase; }

/*
   Page taxonomy
   ========================================================================== */
.page__taxonomy .sep {
  display: none; }
.page__taxonomy strong {
  margin-right: 10px; }

.page__taxonomy-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #bdc1c4;
  border-radius: 4px; }
  .page__taxonomy-item:hover {
    text-decoration: none;
    color: #3e8296; }

/*
   Comments
   ========================================================================== */
.page__comments {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.page__comments-title {
  margin-top: 2rem;
  margin-bottom: 10px;
  padding-top: 2rem;
  font-size: 0.75em;
  border-top: 1px solid #f2f3f3;
  text-transform: uppercase; }

/*
   Related
   ========================================================================== */
.page__related {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #f2f3f3;
  clear: both;
  float: left; }
  .page__related::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 64em) {
    .page__related {
      margin-left: 21.186440678%; } }
  .page__related a {
    color: inherit;
    text-decoration: none; }

.page__related-title {
  margin-bottom: 10px;
  font-size: 0.75em;
  text-transform: uppercase; }

/* ==========================================================================
   ARCHIVE
   ========================================================================== */
.archive {
  margin-bottom: 2em; }
  @media (min-width: 48em) {
    .archive {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 64em) {
    .archive {
      width: 83.0508474576%;
      float: right;
      margin-right: 0;
      padding-left: 4.2372881356%; } }
  .archive a {
    color: #52adc8;
    text-decoration: none; }
  .archive a:hover {
    color: #3e8296; }

.archive__subtitle {
  margin: 1.414em 0 0;
  padding-bottom: 0.5em;
  font-size: 1.15em;
  color: #9ba1a6;
  border-bottom: 1px solid #f2f3f3; }
  .archive__subtitle + .list__item .archive__item-title {
    margin-top: 0.5em; }

.archive__item-title {
  margin-bottom: 0.25em;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; }

.page__content .archive__item-title {
  margin-top: 1em;
  border-bottom: none; }

.archive__item-excerpt {
  margin-top: 0;
  font-size: 0.75em !important; }
  .archive__item-excerpt + p {
    text-indent: 0; }

.archive__item-teaser {
  border-radius: 4px;
  overflow: hidden; }
  .archive__item-teaser img {
    width: 100%; }

a:hover .archive__item-teaser {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
a:hover .archive__item-title {
  text-decoration: underline; }

/*
   List view
   ========================================================================== */
@media (min-width: 48em) {
  .list__item {
    padding-right: 200px; } }
@media (min-width: 64em) {
  .list__item {
    padding-right: 300px; } }
@media (min-width: 80em) {
  .list__item {
    padding-right: 400px; } }
.list__item .page__meta {
  margin: 0 0 4px; }

/*
   Grid view
   ========================================================================== */
.grid__item {
  margin-bottom: 2em; }
  .grid__item .page__meta {
    margin: 0 0 4px; }
  .grid__item .archive__item-title {
    margin-top: 0.5em;
    font-size: 0.9em; }
  .grid__item .archive__item-excerpt {
    display: none; }
  @media (min-width: 37.5em) {
    .grid__item {
      width: 48.9795918367%;
      float: left; }
      .grid__item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .grid__item:nth-child(2n + 2) {
        margin-left: 51.0204081633%;
        margin-right: -100%;
        clear: none; }
      .grid__item .archive__item-teaser {
        max-height: 200px; } }
  @media (min-width: 48em) {
    .grid__item {
      margin-left: 0;
      margin-right: 0;
      width: 23.4693877551%;
      float: left; }
      .grid__item:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .grid__item:nth-child(4n + 2) {
        margin-left: 25.5102040816%;
        margin-right: -100%;
        clear: none; }
      .grid__item:nth-child(4n + 3) {
        margin-left: 51.0204081633%;
        margin-right: -100%;
        clear: none; }
      .grid__item:nth-child(4n + 4) {
        margin-left: 76.5306122449%;
        margin-right: -100%;
        clear: none; }
      .grid__item .archive__item-teaser {
        max-height: 120px; }
      .grid__item .archive__item-excerpt {
        display: block;
        font-size: 0.75em; } }

/*
   Features
   ========================================================================== */
.feature__wrapper {
  clear: both;
  margin-bottom: 2em;
  border-bottom: 1px solid #f2f3f3; }
  .feature__wrapper::after {
    clear: both;
    content: "";
    display: table; }

.feature__item {
  margin-bottom: 2em;
  font-size: 1.25rem; }
  @media (min-width: 37.5em) {
    .feature__item {
      margin-bottom: 0;
      width: 32.2033898305%;
      float: left; }
      .feature__item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .feature__item:nth-child(3n + 2) {
        margin-left: 33.8983050847%;
        margin-right: -100%;
        clear: none; }
      .feature__item:nth-child(3n + 3) {
        margin-left: 67.7966101695%;
        margin-right: -100%;
        clear: none; }
      .feature__item .feature__item-teaser {
        max-height: 200px;
        overflow: hidden; } }
  .feature__item--left {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem; }
    .feature__item--left .archive__item-teaser {
      margin-bottom: 2em; }
    @media (min-width: 37.5em) {
      .feature__item--left .archive__item-teaser {
        width: 40.6779661017%;
        float: left;
        margin-right: 1.6949152542%; }
      .feature__item--left .archive__item-body {
        width: 57.6271186441%;
        float: right;
        margin-right: 0;
        padding-left: 4.2372881356%;
        padding-right: 8.4745762712%; } }
  .feature__item--right {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem; }
    .feature__item--right .archive__item-teaser {
      margin-bottom: 2em; }
    @media (min-width: 37.5em) {
      .feature__item--right {
        text-align: right; }
        .feature__item--right .archive__item-teaser {
          width: 40.6779661017%;
          float: right;
          margin-left: 1.6949152542%; }
        .feature__item--right .archive__item-body {
          width: 57.6271186441%;
          float: left;
          margin-left: 0;
          padding-left: 4.2372881356%;
          padding-right: 8.4745762712%; } }
  .feature__item--center {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.25rem; }
    .feature__item--center .archive__item-teaser {
      margin-bottom: 2em; }
    @media (min-width: 37.5em) {
      .feature__item--center {
        text-align: center; }
        .feature__item--center .archive__item-teaser {
          margin: 0 auto;
          width: 40.6779661017%; }
        .feature__item--center .archive__item-body {
          margin: 0 auto;
          width: 57.6271186441%; } }

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
/*
   Default
   ========================================================================== */
.sidebar {
  clear: both;
  margin-bottom: 1em; }
  .sidebar::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 64em) {
    .sidebar {
      width: 15.2542372881%;
      float: left;
      margin-right: 1.6949152542%;
      opacity: 0.75;
      transition: opacity 0.2s ease-in-out; }
      .sidebar:hover {
        opacity: 1; } }
  @media (min-width: 80em) {
    .sidebar {
      padding-right: 0; } }
  .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    margin-bottom: 0;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; }
  .sidebar h3, .sidebar h4 {
    font-size: 0.9em; }
  .sidebar p, .sidebar li {
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    font-size: 0.75em;
    line-height: 1.5; }
  .sidebar img {
    width: 100%; }

.sidebar__right {
  margin-bottom: 1em; }
  @media (min-width: 64em) {
    .sidebar__right {
      position: relative;
      float: right;
      width: 200px;
      margin-left: 2.5423728814%;
      z-index: 10; } }
  @media (min-width: 80em) {
    .sidebar__right {
      width: 300px; } }

/*
   Author profile and links
   ========================================================================== */
.author__avatar {
  display: table-cell;
  vertical-align: top;
  width: 36px;
  height: 36px; }
  @media (min-width: 64em) {
    .author__avatar {
      display: block;
      width: auto;
      height: auto; } }
  .author__avatar img {
    max-width: 110px;
    border-radius: 50%; }
    @media (min-width: 64em) {
      .author__avatar img {
        padding: 5px;
        border: 1px solid #f2f3f3; } }

.author__content {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 25px;
  line-height: 1; }
  @media (min-width: 64em) {
    .author__content {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.author__name {
  margin: 0; }
  @media (min-width: 64em) {
    .author__name {
      margin-top: 10px;
      margin-bottom: 10px; } }

.sidebar .author__name {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.9em; }

.author__bio {
  margin: 0; }
  @media (min-width: 64em) {
    .author__bio {
      margin-top: 10px;
      margin-bottom: 20px; } }

.author__urls-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  z-index: 10;
  position: relative;
  cursor: pointer; }
  .author__urls-wrapper li:last-child a {
    margin-bottom: 0; }
  @media (min-width: 64em) {
    .author__urls-wrapper {
      display: block; } }
  .author__urls-wrapper button {
    margin-bottom: 0; }
    @media (min-width: 64em) {
      .author__urls-wrapper button {
        display: none; } }

.author__urls {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 15px;
  padding: 10px;
  list-style-type: none;
  border: 1px solid #f2f3f3;
  border-radius: 4px;
  background: #fff;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  cursor: default; }
  @media (min-width: 64em) {
    .author__urls {
      display: block;
      position: relative;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
      box-shadow: none; } }
  .author__urls:before {
    display: block;
    content: "";
    position: absolute;
    top: -11px;
    left: calc(50% - 10px);
    width: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #f2f3f3 transparent;
    z-index: 0; }
    @media (min-width: 64em) {
      .author__urls:before {
        display: none; } }
  .author__urls:after {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    width: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #fff transparent;
    z-index: 1; }
    @media (min-width: 64em) {
      .author__urls:after {
        display: none; } }
  .author__urls li {
    white-space: nowrap; }
  .author__urls a {
    display: block;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: inherit;
    font-size: 0.9em;
    text-decoration: none; }
    .author__urls a:hover {
      text-decoration: underline; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Magnific Popup CSS */
.mfp-counter {
  font-family: Georgia, Times, serif; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Georgia, Times, serif; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #fff; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #fff; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
  .mfp-figure figcaption {
    margin-top: 0;
    margin-bottom: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/*
   Hide the following elements on print
   ========================================================================== */
@media print {
  .masthead,
  .toc,
  .page__share,
  .page__related,
  .ads,
  .page__footer {
    display: none; } }
/* ==========================================================================
   Earth Lab Specific css highlighting this will allow us to more easily
   integrate with Minimal Minstakes in the future
   ========================================================================== */
/* reduce padding in the top bar  */
.masthead__inner-wrap {
  padding: 0 1em !important; }

/* tags on the bottom of the page */
.a-main-tag {
  font-weight: bold;
  padding-left: .7em; }

/* Search pages for content pages 4 courses... */
#home-search table {
  font-size: 1em !important;
  width: 70%; }

#single-search table {
  font-size: 1em !important;
  width: 90%; }

#single-search .gsc-table-result tr {
  border: none !important; }

.gsc-table-cell-thumbnail.gsc-thumbnail {
  background-color: #fff; }

#single-search .gsc-table-cell-snippet-close {
  background-color: #fff; }

/* search results on the main search page */
#main-search {
  font-size: .8em;
  width: 75%; }

/* search form on the top bar */
div.search {
  margin-left: 65%;
  width: 30%;
  font-size: .8em; }

div.notice--success, div.notice--warning {
  padding: 2em !important;
  font-size: .8em !important; }
  div.notice--success code, div.notice--warning code {
    font-size: .9em;
    background-color: #fafafa; }

.page__content .notice--warning h4 {
  font-size: 1.1em;
  margin-bottom: 0;
  margin-top: 2em !important; }

.nav__sub-title {
  background-color: #428aa0;
  color: #fff;
  padding-left: .7em; }

.nav__list li .active {
  margin-top: .5em; }

.nav__list .active {
  margin-top: .2em; }

.nav__list li ul li:hover {
  background-color: #e3e3e3; }

.active-menu li:hover {
  background-color: #ccc !important; }

.active-menu a, a.active {
  padding-left: .4em; }

.nav__list li ul li {
  padding-left: 0.5em; }

/* previous and next buttons */
.previous--next {
  margin-top: 2.5em; }

/* if the warning block is a header, remove the top margin so things line up */
.header {
  margin-top: 0 !important; }

/* for font awesome sizing */
.fa-2 {
  font-size: .8em; }

.nav__sub-title.grey {
  background-color: #fff;
  color: #7a8288;
  background-color: #fff;
  color: #7a8288;
  font-size: 1em;
  font-weight: normal;
  padding: 0; }

/* Custom side bar links to Home and before /next week */
.sidebar.sticky a {
  text-decoration: none; }

.sidebar.sticky &gt; h4 {
  margin-top: 0.3em; }

/* Force the TOC to have grey text not blue */
#markdown-toc a {
  color: #7a8288;
  font-size: 0.9em; }

/* Adding space under authors */
.page__title + .page__meta {
  margin-bottom: 1.4em; }

/* For code blocks within .notice tags */
.notice pre, .notice--success pre, .notice--warning pre {
  font-size: 0.8em !important;
  padding: 0; }

/* grade rubrics in notice divs */
.notice--info td {
  font-size: 1.3em; }

.notice--info th {
  font-size: 1.3em; }

/* Site bar menu items */
.nav__list .active {
  border-radius: 0 !important; }

div.active-menu {
  box-shadow: 1px 5px 3px #ccc; }

.active-menu .nav__sub-title.grey {
  margin-top: 0; }

.active-menu {
  border-right: 1px solid #428aa0;
  border-bottom: 1px solid #428aa0;
  margin-bottom: .6em;
  background-color: #e3e3e3; }

.active-menu .nav__sub-title.grey {
  background-color: #e3e3e3; }

div.active-section {
  box-shadow: 1px 5px 3px #ccc; }

.active-section {
  background-color: #ccc;
  &nbsp;&nbsp;font-weight: bold !important;
  &nbsp;&nbsp;padding: 0.5em !important;
  border-right: 1px solid #428aa0; }

.tag-landing-intro {
  margin: 0 15em 0em 0 !important; }

/* Prof certifcate and other sidebar banners*/
.prof-cert-wrapper {
  overflow: hidden; }

.prof-cert-wrapper div {
  min-height: 100px;
  padding: 2px; }

#left {
  float: left;
  width: 69%; }

#right {
  /*overflow:hidden;*/
  float: right;
  min-height: 80px;
  width: 31%; }

@media screen and (max-width: 400px) {
  #right, #left {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0; } }
/* make the top bar less tall*/
.page__hero--overlay {
  padding: 1.8em 0 0 1.2em !important;
  margin-bottom: .4em !important; }

/* this is very time intensive to load. removing it.

@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
*/
.remark-slide-content .logo {
  position: absolute;
  bottom: 1px;
  left: 30px; }

.remark-slide-content .logo img {
  width: 2.5em; }

.remark-slide-content img {
  max-width: 100%;
  max-height: 100%; }

.remark-slide-content .wCaption img {
  max-height: 70%;
  max-width: 70%; }

.remark-slide-content .wCaption-50 img {
  max-height: 50%;
  max-width: 50%; }

/* Add a Caption to an image */
.remark-slide-content .caption {
  font-size: .7em;
  font-style: italic; }

.remark-slide-content blockquote {
  background-color: #fff;
  border-radius: .3em;
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 50px 0 20px;
  position: relative;
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
  /*Borders - (Optional)*/
  border-left: 15px solid #52adc8;
  border-right: 2px solid #52adc8; }

.remark-slide-content blockquote p {
  line-height: 2.1em;
  color: #272822; }

.remark-slide-content body {
  font-family: 'Droid Serif';
  font-size: 1.2em; }

.remark-slide-content {
  font-size: 1.5em; }

.remark-slide-content.middle.hljs-default &gt; ul li {
  padding-top: 1em; }

.remark-slide-content ul li, .remark-slide-content ol li {
  padding-top: .6em; }

.remark-slide-content ul li li {
  font-size: 0.8em;
  margin: 0;
  padding: 0; }

.remark-slide-content h1, .remark-slide-content h2, .remark-slide-content h3 {
  font-weight: 400;
  margin-bottom: 0; }

.remark-slide-content h1, .remark-slide-content h2 {
  padding-top: 0;
  margin-top: 0; }

.remark-slide-content h1 {
  font-size: 3em; }

.remark-slide-content h2 {
  font-size: 1.5em; }

.remark-slide-content h3 {
  font-size: 1.3em; }

.remark-slide-content .remark-slide-content.footnote {
  position: absolute;
  bottom: 3em; }

.remark-slide-content li p {
  line-height: 1.25em; }

.remark-slide-content .red {
  color: #fa0000; }

.remark-slide-content .large {
  font-size: 2em; }

.remark-slide-content a, .remark-slide-content a &gt; code {
  color: #f92672;
  text-decoration: none; }

.remark-slide-content code {
  background: #e7e8e2;
  border-radius: 5px; }

.remark-slide-content .remark-code, .remark-slide-content .remark-inline-code {
  font-family: 'Ubuntu Mono'; }

.remark-code-line-highlighted {
  background-color: #373832; }

.pull-left {
  float: left;
  width: 47%; }

.pull-right {
  float: right;
  width: 47%; }

.pull-right ~ p {
  clear: both; }

#slideshow .slide .content code {
  font-size: 0.8em; }

#slideshow .slide .content pre code {
  font-size: 0.9em;
  padding: 15px; }

.inverse {
  background: #272822;
  color: #777872;
  text-shadow: 0 0 20px #333; }

.inverse h1, .inverse h2 {
  color: #f3f3f3;
  line-height: 0.8em;
  padding-top: 0;
  margin-top: 0; }

/* Slide-specific styling */
#slide-inverse .footnote {
  bottom: 12px;
  left: 20px; }

#slide-how .slides {
  font-size: 0.9em;
  position: absolute;
  top: 151px;
  right: 140px; }

#slide-how .slides h3 {
  margin-top: 0.2em; }

#slide-how .slides .first, #slide-how .slides .second {
  padding: 1px 20px;
  height: 90px;
  width: 120px;
  -moz-box-shadow: 0 0 10px #777;
  -webkit-box-shadow: 0 0 10px #777;
  box-shadow: 0 0 10px #777; }

#slide-how .slides .first {
  background: #fff;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 1; }

#slide-how .slides .second {
  position: relative;
  background: #fff;
  z-index: 0; }

/* Two-column layout */
.left-column {
  color: #777;
  width: 20%;
  height: 92%;
  float: left; }

.left-column h2:last-of-type, .left-column h3:last-child {
  color: #000; }

.right-column {
  width: 75%;
  float: right;
  padding-top: 1em; }

.columns {
  clear: right;
  float: left;
  padding: 0.4em;
  box-sizing: border-box; }

.full-width,
.one-third,
.two-third,
.one-half,
.two-third,
.one-fourth,
.three-fourth {
  clear: right;
  float: left;
  padding: 0.4em;
  box-sizing: border-box; }

.one-third {
  width: 33.3%; }

.two-third {
  width: 66.7%; }

.one-half {
  width: 50%; }

.one-fourth {
  width: 25%; }

.three-fourth {
  width: 75%; }

.full-width {
  width: 100%; }

.remark-slide-number {
  font-size: .5em; }

.small {
  font-size: .8em; }

.smaller-image &gt; img {
  width: 65%; }

.inverse &gt; blockquote {
  border-left: none;
  border-right: none;
  box-shadow: 0px 0px 0px;
  background-color: #272822;
  color: #fff; }

.inverse &gt; blockquote &gt; p {
  font-size: 1.45em;
  line-height: 1.1em;
  color: #fff; }

.remark-slide &gt; .full {
  padding: 0em; }

/* turn off logo */
.full .logo {
  left: -300px; }

.inverse {
  color: #c1c1bd !important; }

.remark-slide-content .outline-header {
  color: #ccc;
  left: 80px;
  position: absolute;
  text-align: left;
  top: 30px; }

/*  Also apply these to slides search */
.remark-slide tbody tr:nth-child(2n+1) {
  background-color: #f9f9f9;
  border-bottom: 1px solid #bdc1c4;
  border-top: 1px solid #bdc1c4; }

.remark-slide tbody {
  font-size: .9em; }

/* ==========================================================================
   Forms
   Jupyter cell styles - this code forces before and after styling on code cells to
   avoid multiple divs (visually) per line of code and respective output
   ========================================================================== */
div.input {
  background-color: #fafafa;
  border-bottom: 0px !important;
  margin-bottom: 0; }

div.input pre {
  background-color: inherit;
  padding: 0px; }

div.output {
  background-color: #fafafa;
  padding: 0px;
  border-top: none !important;
  margin-top: 0; }

div.execute_result {
  padding: 0px; }

div.output table {
  margin-top: 2em; }

/* Remove the code icon from output chunks */
div.output.highlighter-rouge::before, figure.highlight::before {
  content: none; }

.highlight &gt; code {
  color: #93a1a1; }

/* Add hash symbols so it looks like the R output */
div.output .highlight &gt; code::before {
  content: "## "; }

div.output .highlight {
  border-top: medium none;
  padding-top: 0.4em; }

div.output .highlighter-rouge .highlight {
  border-top: none; }

/* Ensure there is top padding after a input block if there's no output! */
div.input + p {
  padding-top: 2em; }

/* Fix padding around python figure outputs! */
.output.display_data {
  padding: 2em 0;
  margin: 0 auto !important;
  width: 90%; }

p.display_data {
  /* padding-top: 20px; */
  margin: 0px 20%;
  width: 50%; }

p.display_data img {
  margin: 0 auto !important;
  max-width: 100%;
  height: auto;
  display: block; }

/* Copy buttons */
button.copybtn {
  transition: opacity .5s;
  opacity: .3;
  padding: 2px 6px;
  position: absolute;
  top: .8em;
  right: .2em;
  background-color: #fff !important;
  user-select: none; }

div.highlight:hover .copybtn, div.highlight .copybtn:focus {
  opacity: .3; }

div.highlight .copybtn:hover {
  opacity: 1; }

div.highlight {
  position: relative; }

::selection {
  color: #fff;
  background: #000; }

/* Copy buttons */
.btn a.copybtn, #goog-wm-sb a.copybtn {
  position: absolute;
  top: .2em;
  right: .2em;
  width: 1em;
  height: 1em;
  opacity: .3;
  transition: opacity 0.5s;
  border: none;
  user-select: none; }

div.highlight {
  position: relative; }

a.copybtn &gt; img {
  vertical-align: top;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute; }

.highlight:hover .copybtn {
  opacity: 1; }
</pre></body></html>