/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 12, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 30, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 50, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 74, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 108, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 116, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 133, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 141, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 151, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 163, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 173, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 181, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 197, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
sup {
  top: -0.5em; }

/* line 201, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 213, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 221, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 233, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 245, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 256, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 267, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 294, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 306, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 328, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 360, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 373, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* line 381, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

/* line 389, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
:focus {
  /* remember to define focus styles! */
  outline: 0; }

/* line 391, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
body {
  background: #fff;
  line-height: 1; }

/* line 392, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
ol, ul {
  list-style: none; }

/* line 393, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

/* line 395, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
caption, th, td {
  font-weight: normal;
  text-align: left; }

/* line 396, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

/* line 398, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
blockquote, q {
  quotes: "" ""; }

/* line 399, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
a img {
  border: 0; }

/* line 400, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 403, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
strong {
  font-weight: bold; }

/* line 404, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
em {
  font-style: italic; }

/* line 405, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
a {
  outline: none; }

/* line 406, /Users/darianscatton/repos/carnell/source/stylesheets/_normalize.scss */
img {
  display: block; }

@font-face {
  font-family: 'carnell';
  src: url("../fonts/carnell.eot"); }
@font-face {
  font-family: 'carnell';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }
/* line 13, /Users/darianscatton/repos/carnell/source/stylesheets/vector/_fonts.scss */
[class^="carnell-"], [class*=" carnell-"] {
  font-family: 'carnell';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 27, /Users/darianscatton/repos/carnell/source/stylesheets/vector/_fonts.scss */
.carnell-grid:before {
  content: "\e603"; }

/* line 31, /Users/darianscatton/repos/carnell/source/stylesheets/vector/_fonts.scss */
.carnell-logo:before {
  content: "\e600"; }

/* line 35, /Users/darianscatton/repos/carnell/source/stylesheets/vector/_fonts.scss */
.carnell-list:before {
  content: "\e604"; }

/* line 39, /Users/darianscatton/repos/carnell/source/stylesheets/vector/_fonts.scss */
.carnell-facebook:before {
  content: "\e601"; }

/* line 43, /Users/darianscatton/repos/carnell/source/stylesheets/vector/_fonts.scss */
.carnell-linkedin:before {
  content: "\e602"; }

/* line 47, /Users/darianscatton/repos/carnell/source/stylesheets/vector/_fonts.scss */
.carnell-instagram:before {
  content: "\e605"; }

/* line 1, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
html {
  height: 100%;
  min-height: 100%; }

/* line 6, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
body {
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #6d6e71;
  line-height: 1.71429em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px; }

/* line 16, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1780px; }

/* line 22, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.show-mobile {
  display: none; }

/* line 26, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
h1 {
  margin-left: -5px;
  color: #ed1c24;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 2.7rem;
  text-transform: uppercase; }
  /* line 33, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  h1 a {
    color: #ed1c24; }

/* line 38, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
h2 {
  color: #58595b;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 2em;
  text-transform: uppercase; }

/* line 46, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
h3 {
  margin-bottom: 1em;
  font-size: 1.3rem;
  font-weight: bold; }

/* line 52, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
a {
  color: #d95943;
  text-decoration: none; }
  /* line 55, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .dropdown a.active {
    color: #f15b40; }

/* line 60, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.clear {
  clear: both; }

/* line 64, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.grey-link {
  color: #58595b; }
  /* line 66, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .grey-link.active, .grey-link.always-active {
    color: #d95943; }
    /* line 68, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    .grey-link.active:hover, .grey-link.always-active:hover {
      color: #f15b40; }
  /* line 72, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .inactive .grey-link {
    color: #eee; }

/* line 76, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
a:hover {
  color: #f15b40; }

/* line 78, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
header {
  display: inline-block;
  vertical-align: top;
  position: fixed;
  top: 0;
  width: 18rem;
  margin-top: 3.57143rem;
  margin-left: 2.25rem; }

/* line 88, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.expand-menu {
  display: none; }

/* line 92, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.dropdown {
  display: none; }
  /* line 94, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .dropdown.open {
    display: block; }

/* line 99, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.primary-nav {
  margin-top: 1.5rem;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1rem; }
  /* line 105, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .primary-nav > ul > li {
    margin-bottom: 1.5rem; }
  /* line 109, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .primary-nav li {
    line-height: 1.5rem; }

/* line 114, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.dropdown li {
  font-size: .8rem; }

/* line 118, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.subnav {
  position: absolute;
  bottom: 0;
  left: 2rem;
  height: 2.21429rem;
  width: 17rem;
  /*border:2px solid #999;*/
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 2.51429rem; }
  /* line 129, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .subnav ul {
    float: left;
    display: inline-block; }
  /* line 130, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .subnav .right {
    float: right; }
  /* line 132, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .subnav li {
    display: inline-block;
    padding: 0 .6rem; }

/* line 139, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.gallery .subnav {
  min-width: 230px; }

/* line 143, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.about .subnav {
  position: fixed;
  margin-bottom: 2rem; }

/* line 148, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
main {
  display: inline-block;
  vertical-align: top;
  min-height: 31.8rem;
  max-height: 1600px;
  max-width: 1500px;
  margin-left: 20rem; }
  /* line 157, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  main .image-container {
    position: relative; }
  /* line 161, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  main .image-mass {
    width: 100%;
    margin-top: 3.57143rem; }
  /* line 166, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  main .horizontal {
    max-width: 100%; }
  /* line 170, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  main .horizontal, main .vertical {
    top: 0;
    left: 0;
    position: absolute;
    max-height: 1500px;
    min-height: 450px;
    max-width: 1500px; }
  /* line 179, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  main .thumbnails {
    margin-top: 11.5rem; }
    /* line 183, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    main .thumbnails img {
      display: inline-block;
      height: 90px;
      margin: 0 1rem 1rem 0; }

/* line 192, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.about main {
  max-height: none;
  max-width: none; }

/* line 197, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.about main {
  background-color: #e6e7e8; }

/* line 201, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
article {
  height: inherit;
  width: 59%;
  padding-top: 3.57143rem;
  padding-bottom: 2rem;
  background-color: #fff; }
  /* line 208, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  article p {
    width: 94%; }
  /* line 212, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  article .year {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 4%; }
  /* line 219, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  article .details {
    display: inline-block;
    vertical-align: top;
    width: 80%; }
  /* line 225, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  article li {
    list-style: none;
    margin-bottom: 5px;
    padding-right: 2rem; }

/* line 233, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
.right {
  float: right; }

/* phones & tablets */
@media screen and (max-width: 1024px) {
  /* line 240, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  h1 {
    font-size: 1.2rem; }

  /* line 244, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  h2 {
    font-size: 1rem; }

  /* line 248, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  header {
    margin-top: 2rem; }

  /* line 252, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .primary-nav {
    font-size: .8rem; }

  /* line 256, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .subnav {
    width: 8rem;
    bottom: 50px;
    font-size: 1rem; }
    /* line 261, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    .gallery .subnav {
      min-width: 100px; }
    /* line 264, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    .subnav ul {
      float: none;
      display: block; }
    /* line 265, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    .subnav .right {
      float: none; }

  /* line 268, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  main {
    margin-left: 12rem; }
    /* line 271, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    main .horizontal {
      width: 98%;
      height: auto;
      min-height: 0; }
    /* line 277, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    main .vertical {
      min-height: 0; }
    /* line 281, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    main .image-mass {
      margin-top: 2rem; }

  /* line 287, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  article {
    width: 80%; } }
@media screen and (max-width: 768px) {
  /* line 299, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .show-mobile {
    display: block; }

  /* line 303, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .hide-mobile {
    display: none !important; }

  /* line 307, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .expand-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 2.25rem;
    z-index: 1; }

  /* line 316, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  header {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 3rem;
    margin-left: 0;
    display: block;
    overflow: visible; }

  /* line 327, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  h1 {
    margin-left: 2.25rem; }

  /* line 331, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  h2 {
    font-size: .75rem;
    margin-left: 2.25rem; }

  /* line 336, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .primary-nav {
    position: absolute;
    top: 5.5rem;
    z-index: 0;
    width: 100%;
    margin-top: 0;
    background-color: #fff; }
    /* line 343, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    .primary-nav .topnav li {
      text-indent: 2.25rem; }

  /* line 348, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  main {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    margin-left: 2.25rem;
    min-height: 0; }
    /* line 355, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    main .horizontal, main .vertical {
      position: static;
      min-height: 0;
      margin-left: 0;
      margin-top: 2.25rem; }
    /* line 361, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    main .subnav {
      position: absolute;
      left: 0;
      top: -3rem;
      left: auto;
      text-align: left; }
      /* line 367, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
      main .subnav li:first-child {
        padding-left: 0; }
    /* line 372, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
    .about main .subnav {
      position: absolute;
      top: -2.25rem; }

  /* line 380, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .back-to-top {
    display: block;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }

  /* line 386, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  .about main {
    background-color: #fff; }

  /* line 390, /Users/darianscatton/repos/carnell/source/stylesheets/modules/_base.scss */
  article {
    height: inherit;
    width: 100%;
    padding-top: 3.57143rem;
    padding-bottom: 2rem;
    background-color: #fff; } }
