/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* Change the default font family in all browsers (opinionated). */
  font-family: "Lato", sans-serif;
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre, code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  /* 1 */
  font-family: "Lato", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

nav {
  display: table;
  width: 100%;
  background-color: #333333;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300; }
  nav .inner {
    margin: 6px auto;
    width: 80%;
    max-width: 900px;
    text-align: center;
    white-space: nowrap; }
  nav a {
    padding: 0 5%;
    position: relative;
    top: -8px;
    color: #FFF;
    text-decoration: none; }
    nav a span#phone-icon {
      position: relative;
      top: 2px;
      margin: 2px;
      font-size: 22px; }
      nav a span#phone-icon img {
        position: relative;
        top: 1px;
        left: -3px;
        width: 16px; }
  nav a:hover {
    opacity: 0.75;
    text-decoration: none; }
  nav a.logo {
    top: 2px;
    padding: 1%; }
    nav a.logo img {
      height: 30px; }
  nav a.twitter {
    top: -3px;
    padding: 1%; }
    nav a.twitter img {
      max-width: 100%;
      max-height: 100%;
      height: 20px; }

#footer {
  text-align: center;
  clear: both;
  width: 100%;
  margin: 60px 0 0;
  padding: 30px 0;
  font-size: 14px;
  color: #AAA;
  background-color: #343434;
  font-weight: 300;
  flex-shrink: 0; }
  #footer .selectric {
    background: #ffffff;
    color: #333 !important; }
  #footer .footer-name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px; }
    #footer .footer-name img {
      width: 50px;
      margin: 0 5px; }
    #footer .footer-name span {
      font-size: 36px;
      font-weight: 300;
      color: #fff; }
  #footer ul {
    margin: 0;
    padding: 0; }
    #footer ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  #footer a:hover {
    text-decoration: underline; }
  #footer #footer-links {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px;
    text-align: left;
    line-height: 2.0em; }
    #footer #footer-links li {
      float: left;
      margin: 0 10px;
      font-weight: 300g; }
  #footer div.copyright {
    margin: 35px 5px 0 5px; }
  #footer .copyright, #footer .trademark {
    font-size: 10px;
    font-weight: 300; }
  #footer .copyright {
    margin-top: 15px;
    color: #c3beb8; }
  #footer .copyright a {
    color: #fff; }
  #footer .copyright a:hover {
    text-decoration: underline; }
  #footer #footer-section-container {
    display: flex;
    justify-content: space-around;
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #4a4a4a;
    padding-top: 40px; }
    #footer #footer-section-container ul li a {
      color: #c3beb8;
      font-size: 16px;
      line-height: 1.4; }
    #footer #footer-section-container .footer-section {
      text-align: left;
      border-right: 1px solid #4a4a4a;
      padding: 10px 6% 10px 0; }
      #footer #footer-section-container .footer-section .section-image {
        text-align: center; }
        #footer #footer-section-container .footer-section .section-image img {
          height: 32px;
          margin-bottom: 10px; }
      #footer #footer-section-container .footer-section h4 {
        margin: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 300; }
      #footer #footer-section-container .footer-section ul li a {
        text-decoration: none; }
      #footer #footer-section-container .footer-section ul li a:hover {
        text-decoration: underline; }
    #footer #footer-section-container .footer-section:last-child {
      border-right: 0; }
    #footer #footer-section-container .footer-section.contribute {
      display: flex;
      align-items: center;
      justify-content: center; }
      #footer #footer-section-container .footer-section.contribute p {
        display: flex;
        align-items: center;
        font-size: 36px;
        color: #fff;
        position: relative;
        margin: 0 0 10px 0; }
        #footer #footer-section-container .footer-section.contribute p img {
          width: 50px; }
      #footer #footer-section-container .footer-section.contribute ul li:first-child {
        margin-bottom: 10px; }
        #footer #footer-section-container .footer-section.contribute ul li:first-child a {
          color: #ffffff;
          font-size: 20px; }
      #footer #footer-section-container .footer-section.contribute ul li a {
        font-size: 18px !important;
        color: #c3beb8 !important;
        line-height: 1.4 !important; }
    #footer #footer-section-container .footer-section.interactive ul li:first-child {
      margin-bottom: 10px; }
      #footer #footer-section-container .footer-section.interactive ul li:first-child a {
        color: #ffffff;
        font-size: 20px; }
    #footer #footer-section-container #social-media-footer {
      position: absolute;
      bottom: 0;
      display: flex;
      margin-top: 10px; }
      #footer #footer-section-container #social-media-footer a {
        margin: 0 5px; }
      #footer #footer-section-container #social-media-footer a:first-child {
        margin-left: 0; }
      #footer #footer-section-container #social-media-footer img {
        width: 18px; }
      #footer #footer-section-container #social-media-footer img:hover {
        opacity: .5; }
      #footer #footer-section-container #social-media-footer img.twitter {
        position: relative;
        top: 2px; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  background-color: #fcfcfc;
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

h2 {
  color: #D15549; }

a {
  color: #4990d1;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

blockquote {
  border-left: 5px solid #DDD; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.top_bar {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 60px;
  font-size: 1.25em;
  line-height: 3.2;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
  .top_bar a {
    text-decoration: none;
    margin: 0 25px;
    color: #333; }
    .top_bar a.active, .top_bar a:hover {
      text-decoration: underline; }

.banner {
  position: relative;
  overflow: hidden;
  min-height: 100px;
  height: 25vw;
  max-height: 220px;
  background-size: cover;
  background-position: 50% 30%; }
  .banner .shadow {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.55); }

main {
  max-width: 1260px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 10px; }

.post_title {
  z-index: 1;
  margin: 0 7%;
  width: 100%;
  text-align: center; }
  .post_title a {
    color: #fff;
    text-decoration: none;
    font-size: 6vw;
    font-weight: 100; }

.old_post a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none; }
.old_post a:hover {
  text-decoration: underline; }

.post_body {
  display: inline-block;
  width: 60%;
  max-width: 720px;
  margin: 40px 0 0 8%;
  padding: 12px;
  line-height: 1.5em; }
  .post_body p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.9rem; }

.footnotes,
.credits {
  font-size: 0.75em;
  color: #666; }

.credits {
  font-style: italic; }

#sidebar {
  margin-top: 40px;
  width: 22%;
  overflow: hidden;
  font-size: 0;
  padding-bottom: 120px; }
  #sidebar .post_link {
    position: relative;
    display: block;
    height: 140px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform .45s;
    transition: -webkit-transform .45s;
    -o-transition: transform .45s;
    -webkit-transition: -webkit-transform .45s;
    transition: -webkit-transform .45s;
    transition: transform .45s;
    transition: transform .45s,-webkit-transform .45s;
    transition: transform .45s,-webkit-transform .45s;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
    #sidebar .post_link:hover .post_link_title {
      background-color: rgba(255, 255, 255, 0.85); }
  #sidebar .post_link_container {
    padding: 5px;
    background-color: #eee;
    margin-bottom: 15px; }
  #sidebar .post_link_title {
    display: block;
    bottom: 0;
    margin-top: 0;
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    transition: background-color 100ms ease;
    font-weight: bold; }
  #sidebar .post_link_date {
    font-size: 13px;
    margin-bottom: 2px; }
  #sidebar .post_link_author {
    font-style: italic;
    text-align: right;
    font-size: 16px; }

/* Responsive styles */
@media (max-width: 960px) {
  main {
    flex-direction: column;
    align-items: center; }

  .post_body {
    width: auto; }
    .post_body img {
      height: auto; }

  .post_title {
    position: static; }

  #sidebar {
    width: 75%; } }
/* Mobile styles for nav */
@media (max-width: 815px) {
  nav {
    font-size: 15px; }

  nav a {
    padding: 1.2%; } }
@media (max-width: 500px) {
  nav > .inner {
    width: auto; } }
@media (max-width: 335px) {
  nav .inner a {
    padding: 1%; } }
@media (max-width: 350px) {
  nav a.twitter {
    display: none; }

  nav .inner a {
    padding: .5%; } }
/* Footer responsive styles */
@media (max-width: 500px) {
  #footer-section-container {
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  #footer-section-container .footer-section.contribute p {
    justify-content: center;
    font-size: 46px; }

  #footer-section-container .footer-section h4 {
    font-size: 26px; }

  #footer-section-container .footer-section.contribute ul li a {
    color: #fff;
    font-size: 24px;
    text-decoration: underline; }

  #social-media-footer {
    position: initial !important;
    justify-content: center !important;
    margin-top: 25px !important; }

  #social-media-footer a:first-child {
    margin-left: 20px; }

  #social-media-footer img {
    opacity: .5; }

  #social-media-footer a {
    margin: 0 20px; }

  #footer-section-container {
    border-top: 0; }

  #footer-section-container .footer-section {
    border-right: 0 !important;
    border-bottom: 1px solid #4a4a4a !important;
    width: 85%;
    padding: 15px 0;
    text-align: center !important; }

  #footer-section-container .footer-section ul li {
    margin-bottom: 8px; }

  #footer #footer-links {
    display: flex;
    flex-direction: column;
    align-items: center; }

  #footer #footer-links li {
    margin: 15px 0; }

  /* Show/hide units depending on mobile */
  #header .options {
    display: none; }

  #footer #units-container {
    display: initial; }

  .twitter-tweet {
    width: auto !important; }

  .post_body {
    margin: 0; } }
/* Styles for iPhone 4 and 5 */
@media (max-width: 370px) {
  #footer #footer-links {
    margin: 0 20px; } }
/* Alert styling */
.banner__alert__notification {
  text-align: center;
  padding: 20px 0;
  background-color: #d66161;
  border-bottom: 1px solid #713131;
  color: white; }

.banner__alert__notification p {
  margin: 0;
  line-height: normal; }

.banner__alert__notification .first__line {
  font-size: 24px !important;
  font-weight: 400 !important; }

.banner__alert__notification .second__line {
  font-weight: 300 !important;
  margin-top: 10px !important;
  font-size: 20px; }

.banner__alert__notification .second__line a {
  color: #fff;
  text-decoration: underline; }

.banner__alert__notification .second__line a:hover {
  text-decoration: none; }
