@charset "UTF-8";
/******************************************************************
Site Name: Ricky Synnot
Author: Ricky Synnot

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*
Layers CSS 1.1.2 
Released by Jerry Jäppinen under the MIT license
http://eiskis.net/layers
2014-12-29 12:30 UTC
*/
html, body {
  width: 100%;
  height: 100%; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, a, small, strong, sub, sup, var, i, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  clear: both;
  outline-width: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  background: transparent;
  outline-style: solid;
  vertical-align: baseline; }

html, body, blockquote, pre, table, form {
  margin: 0;
  padding: 0; }

figure, button, input, select, textarea {
  margin: 0; }

img, iframe, button, input, select, textarea {
  max-width: 100%; }

iframe {
  width: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

img {
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

ul {
  list-style: disc;
  padding-left: 2em; }

ol {
  list-style: decimal;
  padding-left: 2em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  padding-left: 0; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top; }

html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, strong, dt, mark, th {
  font-weight: bold; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

input, select, textarea, button {
  font-family: inherit; }

input[type=""], input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], select, textarea, pre, code, kbd, samp {
  font-size: inherit;
  line-height: inherit; }

input:not([type]) {
  font-size: inherit;
  line-height: inherit; }

button, input, select, textarea, pre, code, kbd, samp {
  font-weight: inherit; }

button, select {
  text-transform: none; }

em, dfn, q, blockquote {
  font-style: italic; }

del {
  text-decoration: line-through; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

button, input, textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield; }

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

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

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  text-align: center; }

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

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

body {
  cursor: default; }

abbr[title], dfn[title] {
  text-decoration: underline;
  cursor: help; }

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

.disabled button, .disabled label, .disabled a, button.disabled, label.disabled, a.disabled, .disabled input[type="submit"], .disabled input[type="button"], .disabled input[type="reset"], input[type="submit"].disabled, input[type="button"].disabled, input[type="reset"].disabled {
  cursor: default; }

a[disabled], button[disabled], input[disabled] {
  cursor: default; }

a:focus {
  outline-style: dotted; }

a:active, a:hover {
  outline: 0; }

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type=""] {
  width: 20em;
  max-width: 90%; }

input:not([type]) {
  width: 20em;
  max-width: 90%; }

input[type="text"].squeeze, input[type="password"].squeeze, input[type="email"].squeeze, input[type="url"].squeeze, input[type="search"].squeeze, input[type="tel"].squeeze, input[type=""].squeeze {
  width: 14em; }

input:not([type]).squeeze {
  width: 14em; }

textarea {
  width: 32em;
  max-width: 90%;
  height: 10.72em; }

textarea.squeeze {
  width: 20em;
  height: 4.02em; }

button.plain, input.plain, textarea.plain {
  color: inherit;
  border-width: 0;
  border-style: solid;
  background-color: transparent;
  padding: 0; }

button.plain, input[type="submit"].plain, input[type="button"].plain, input[type="reset"].plain {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit; }

input.buffer, input.buffer-top, textarea.buffer, textarea.buffer-top {
  padding-top: 0.35em; }

input.buffer, input.buffer-right, textarea.buffer, textarea.buffer-right {
  padding-right: 0.6em; }

input.buffer, input.buffer-bottom, textarea.buffer, textarea.buffer-bottom {
  padding-bottom: 0.4em; }

input.buffer, input.buffer-left, textarea.buffer, textarea.buffer-left {
  padding-left: 0.6em; }

.row, .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  width: 100%;
  clear: both;
  float: none;
  *zoom: 1; }

.row-content {
  max-width: 70em;
  margin: 0 auto;
  *zoom: 1; }

.row:after, .row-content:after {
  content: " ";
  display: table;
  clear: both; }

.row-content.buffer, .row-content.buffer-top {
  padding-top: 2%; }

.row-content.buffer.even, .row-content.buffer-top.even {
  padding-top: 6%; }

.row-content.buffer, .row-content.buffer-right {
  padding-right: 8%; }

.row-content.buffer, .row-content.buffer-bottom {
  padding-bottom: 6%; }

.row-content.buffer, .row-content.buffer-left {
  padding-left: 8%; }

.column.one, .column.two, .column.sixth, .column.fifth, .column.three, .column.fourth, .column.four, .column.twofifths, .column.twosixths, .column.third, .column.five, .column.six, .column.half, .column.threefifths, .column.threesixths, .column.twofourths, .column.seven, .column.eight, .column.fourfifths, .column.foursixths, .column.twothirds, .column.nine, .column.threefourths, .column.ten, .column.fivefifths, .column.fivesixths, .column.eleven, .column.twelve, .column.full {
  clear: none;
  float: left;
  min-height: 1px;
  margin-left: 0;
  margin-right: 3.8%; }

.column.right.one, .column.right.two, .column.right.fifth, .column.right.sixth, .column.right.three, .column.right.fourth, .column.right.four, .column.right.twofifths, .column.right.twosixths, .column.right.third, .column.right.five, .column.right.six, .column.right.half, .column.right.threefifths, .column.right.threesixths, .column.right.twofourths, .column.right.seven, .column.right.eight, .column.right.fourfifths, .column.right.foursixths, .column.right.twothirds, .column.right.nine, .column.right.threefourths, .column.right.ten, .column.right.fivefifths, .column.right.fivesixths, .column.right.eleven, .column.right.twelve, .column.right.full {
  float: right;
  margin-right: 0;
  margin-left: 3.8%; }

.column.first, .column.full, .column.twelve {
  clear: both; }

.column.reset {
  margin-right: 0; }

.column.right.reset {
  margin-left: 0; }

.column.full, .column.twelve {
  width: 100%; }

.column.fifth {
  width: 16.95%; }

.column.twofifths {
  width: 37.70%; }

.column.threefifths {
  width: 58.45%; }

.column.fourfifths {
  width: 79.20%; }

.column.push-fifth {
  margin-left: 20.45%; }

.column.right.push-fifth {
  margin-right: 20.45%; }

.column.push-twofifths {
  margin-left: 41.50%; }

.column.right.push-twofifths {
  margin-right: 41.50%; }

.column.push-threefifths {
  margin-left: 62.25%; }

.column.right.push-threefifths {
  margin-right: 62.25%; }

.column.push-fourfifths {
  margin-left: 83.00%; }

.column.right.push-fourfifths {
  margin-right: 83.00%; }

.column.one {
  width: 4.85%; }

.column.two, .column.sixth {
  width: 13.45%; }

.column.three, .column.fourth {
  width: 22.05%; }

.column.four, .column.twosixths, .column.third {
  width: 30.75%; }

.column.five {
  width: 39.45%; }

.column.six, .column.half, .column.threesixths, .column.twofourths {
  width: 48%; }

.column.seven {
  width: 56.75%; }

.column.eight, .column.foursixths, .column.twothirds {
  width: 65.4%; }

.column.nine, .column.threefourths {
  width: 74.05%; }

.column.ten, .column.fivesixths {
  width: 82.7%; }

.column.eleven {
  width: 91.35%; }

.column.push-one {
  margin-left: 8.65%; }

.column.right.push-one {
  margin-right: 8.65%; }

.column.push-two, .column.push-sixth {
  margin-left: 17.25%; }

.column.right.push-two, .column.right.push-sixth {
  margin-right: 17.25%; }

.column.push-three, .column.push-fourth {
  margin-left: 25.85%; }

.column.right.push-three, .column.right.push-fourth {
  margin-right: 25.85%; }

.column.push-four, .column.push-twosixths, .column.push-third {
  margin-left: 34.55%; }

.column.right.push-four, .column.right.push-twosixths, .column.right.push-third {
  margin-right: 34.55%; }

.column.push-five {
  margin-left: 43.25%; }

.column.right.push-five {
  margin-right: 43.25%; }

.column.push-six, .column.push-half, .column.push-threesixths, .column.push-twofourths {
  margin-left: 51.8%; }

.column.right.push-six, .column.right.push-half, .column.right.push-threesixths, .column.right.push-twofourths {
  margin-right: 51.8%; }

.column.push-seven {
  margin-left: 60.55%; }

.column.right.push-seven {
  margin-right: 60.55%; }

.column.push-eight, .column.push-foursixths, .column.push-twothirds {
  margin-left: 69.2%; }

.column.right.push-eight, .column.right.push-foursixths, .column.right.push-twothirds {
  margin-right: 69.2%; }

.column.push-nine, .column.push-threefourths {
  margin-left: 77.85%; }

.column.right.push-nine, .column.right.push-threefourths {
  margin-right: 77.85%; }

.column.push-ten, .column.push-fivesixths {
  margin-left: 86.5%; }

.column.right.push-ten, .column.right.push-fivesixths {
  margin-right: 86.5%; }

.column.push-eleven {
  margin-left: 95.15%; }

.column.right.push-eleven {
  margin-right: 95.15%; }

.column.one.reset {
  width: 8.3%; }

.column.two.reset, .column.sixth.reset {
  width: 16.65%; }

.column.fifth.reset {
  width: 20%; }

.column.three.reset, .column.fourth.reset {
  width: 25%; }

.column.four.reset, .column.twosixths.reset, .column.third.reset {
  width: 33.3%; }

.column.twofifths.reset {
  width: 40%; }

.column.five.reset {
  width: 41.65%; }

.column.six.reset, .column.half.reset, .column.threesixths.reset, .column.twofourths.reset {
  width: 50%; }

.column.seven.reset {
  width: 58.3%; }

.column.threefifths.reset {
  width: 60%; }

.column.eight.reset, .column.foursixths.reset, .column.twothirds.reset {
  width: 66.6%; }

.column.nine.reset, .column.threefourths.reset {
  width: 75%; }

.column.fourfifths.reset {
  width: 80%; }

.column.ten.reset, .column.fivesixths.reset {
  width: 83.35%; }

.column.eleven.reset {
  width: 91.7%; }

.column.reset.push-one {
  margin-left: 8.3%; }

.column.reset.right.push-one {
  margin-right: 8.3%; }

.column.reset.push-two, .column.reset.push-sixth {
  margin-left: 16.65%; }

.column.reset.right.push-two, .column.reset.right.push-sixth {
  margin-right: 16.65%; }

.column.reset.push-fifth {
  margin-left: 20%; }

.column.reset.right.push-fifth {
  margin-right: 20%; }

.column.reset.push-three, .column.reset.push-fourth {
  margin-left: 25%; }

.column.reset.right.push-three, .column.reset.right.push-fourth {
  margin-right: 25%; }

.column.reset.push-four, .column.reset.push-twosixths, .column.reset.push-third {
  margin-left: 33.3%; }

.column.reset.right.push-four, .column.reset.right.push-twosixths, .column.reset.right.push-third {
  margin-right: 33.3%; }

.column.reset.push-twofifths {
  margin-left: 40%; }

.column.reset.right.push-twofifths {
  margin-right: 40%; }

.column.reset.push-five {
  margin-left: 41.65%; }

.column.reset.right.push-five {
  margin-right: 41.65%; }

.column.reset.push-six, .column.reset.push-half, .column.reset.push-threesixths, .column.reset.push-twofourths {
  margin-left: 50%; }

.column.reset.right.push-six, .column.right.reset.push-half, .column.right.reset.push-threesixths, .column.right.reset.push-twofourths {
  margin-right: 50%; }

.column.reset.push-seven {
  margin-left: 58.3%; }

.column.reset.right.push-seven {
  margin-right: 58.3%; }

.column.reset.push-threefifths {
  margin-left: 60%; }

.column.reset.right.push-threefifths {
  margin-right: 60%; }

.column.reset.push-eight, .column.reset.push-foursixths, .column.reset.push-twothirds {
  margin-left: 66.6%; }

.column.reset.right.push-eight, .column.reset.right.push-foursixths, .column.reset.right.push-twothirds {
  margin-right: 66.6%; }

.column.reset.push-nine, .column.reset.push-threefourths {
  margin-left: 75%; }

.column.reset.right.push-nine, .column.reset.right.push-threefourths {
  margin-right: 75%; }

.column.reset.push-fourfifths {
  margin-left: 80%; }

.column.reset.right.push-fourfifths {
  margin-right: 80%; }

.column.reset.push-ten, .column.reset.push-fivesixths {
  margin-left: 83.35%; }

.column.reset.right.push-ten, .column.reset.right.push-fivesixths {
  margin-right: 83.35%; }

.column.reset.push-eleven {
  margin-left: 91.7%; }

.column.reset.right.push-eleven {
  margin-right: 91.7%; }

.column.last {
  margin-right: 0; }

.column.right.last {
  margin-left: 0; }

.column.fluid {
  clear: none;
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.column.fluid > .column-content {
  margin-right: 10em; }

.column.fixed {
  position: static;
  clear: none;
  float: right;
  margin-right: 0;
  margin-left: -100%;
  width: 10em; }

.column.fluid.right > .column-content {
  margin-right: 0;
  margin-left: 10em; }

.column.fixed.right {
  float: left; }

ul.plain, ul.plain ul, ul.plain ol, ol.plain, ol.plain ul, ol.plain ol, ul.inline, ol.inline, ul.collapse, ol.collapse {
  padding-left: 0;
  list-style-type: none; }

ul.plain ul, ul.plain ol, ol.plain ul, ol.plain ol, ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol, ul.collapse ul, ul.collapse ol, ol.collapse ul, ol.collapse ol {
  margin-top: 0;
  margin-bottom: 0; }

dl.plain dt {
  font-weight: inherit; }

ul.inline.right, ol.inline.right, dl.inline.right {
  text-align: right; }

ul.inline.center, ol.inline.center, dl.inline.center {
  text-align: center; }

ul.inline > li, ol.inline > li, dl.inline > dt, dl.inline > dd {
  display: inline; }

ul.collapse, ol.collapse, dl.collapse {
  float: left;
  clear: none; }

ul.collapse.right, ol.collapse.right, dl.collapse.right {
  float: right; }

ul.collapse > li, ol.collapse > li, dl.collapse > dt, dl.collapse > dd {
  float: left;
  clear: none; }

body {
  line-height: 1.34; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.34em;
  margin-bottom: 0.67em; }

p, ul, ol, table, pre, blockquote {
  margin-top: 0.67em;
  margin-bottom: 1.34em; }

ul ul, ul ol, ol ol, ol ul {
  margin-top: 0;
  margin-bottom: 0.67em; }

dl {
  margin-bottom: 1.34em; }

dl.plain {
  margin-top: 0.67em; }

dl.reset, dl.reset-top {
  margin-top: 0; }

dt {
  margin-top: 0.67em;
  margin-bottom: 0; }

dl.plain > dt, dl.inline > dt, dl.collapse > dt {
  margin-top: 0; }

dd {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0; }

caption {
  margin-bottom: 0.67em; }

th, td {
  padding: 0.67em; }

.squeeze th, .squeeze td, th.squeeze, td.squeeze, table table th, table table td {
  padding: 0.335em; }

table.plain th, table.plain td, tr.plain th, tr.plain td, tbody.plain th, tbody.plain td, thead.plain th, thead.plain td, tfoot.plain th, tfoot.plain td, th.plain, td.plain {
  padding: 0; }

h1.squeeze, h2.squeeze, h3.squeeze, h4.squeeze, h5.squeeze, h6.squeeze, h1.squeeze-top, h2.squeeze-top, h3.squeeze-top, h4.squeeze-top, h5.squeeze-top, h6.squeeze-top {
  margin-top: 0.67em; }

p.squeeze, ul.squeeze, ol.squeeze, table.squeeze, pre.squeeze, blockquote.squeeze, p.squeeze-top, ul.squeeze-top, ol.squeeze-top, table.squeeze-top, pre.squeeze-top, blockquote.squeeze-top {
  margin-top: 0.335em; }

h1.squeeze, h2.squeeze, h3.squeeze, h4.squeeze, h5.squeeze, h6.squeeze, h1.squeeze-bottom, h2.squeeze-bottom, h3.squeeze-bottom, h4.squeeze-bottom, h5.squeeze-bottom, h6.squeeze-bottom {
  margin-bottom: 0.335em; }

p.squeeze, ul.squeeze, ol.squeeze, table.squeeze, pre.squeeze, blockquote.squeeze, p.squeeze-bottom, ul.squeeze-bottom, ol.squeeze-bottom, table.squeeze-bottom, pre.squeeze-bottom, blockquote.squeeze-bottom {
  margin-bottom: 0.67em; }

.push, .push-top {
  margin-top: 1.34em; }

.push, .push-right {
  margin-right: 1.34em; }

.push, .push-bottom {
  margin-bottom: 1.34em; }

.push, .push-left {
  margin-left: 1.34em; }

.reset, .reset-top {
  margin-top: 0; }

.reset, .reset-right {
  margin-right: 0; }

.reset, .reset-bottom {
  margin-bottom: 0; }

.reset, .reset-left {
  margin-left: 0; }

.buffer, .buffer-top {
  padding-top: 1em; }

.buffer.even, .buffer-top.even {
  padding-top: 2em; }

.buffer, .buffer-right {
  padding-right: 2em; }

.buffer, .buffer-bottom {
  padding-bottom: 2em; }

.buffer, .buffer-left {
  padding-left: 2em; }

.no-buffer, .no-buffer-top {
  padding-top: 0; }

.no-buffer, .no-buffer-right {
  padding-right: 0; }

.no-buffer, .no-buffer-bottom {
  padding-bottom: 0 !important; }

.no-buffer, .no-buffer-left {
  padding-left: 0; }

th.left, td.left {
  text-align: left; }

th.right, td.right {
  text-align: right; }

th.center, td.center {
  text-align: center; }

th.top, td.top {
  vertical-align: top; }

th.vertical-center, td.vertical-center, th.middle, td.middle {
  vertical-align: middle; }

th.bottom, td.bottom {
  vertical-align: bottom; }

body {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto; }

input, textarea {
  word-break: normal; }

html {
  font-family: "Segoe UI","Helvetica Neue","Helvetica","Lucida Grande","Ubuntu","Roboto","Arial",sans-serif; }

blockquote, q {
  font-family: "Droid Serif","Georgia",serif; }

pre, code, kbd, samp {
  font-family: "Menlo","Monaco","Segoe UI Mono","Droid Sans Mono","Consolas",monospace;
  font-size: 0.9em; }

pre code, pre kbd, pre samp {
  font-size: 1em; }

h1, h2, h3 {
  text-rendering: optimizeLegibility; }

.keep-left, .keep-right {
  clear: none; }

.keep-left {
  float: left; }

.keep-right {
  float: right; }

.keep-center {
  margin-right: auto;
  margin-left: auto; }

.static {
  position: static; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.block {
  display: block; }

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

.inline {
  display: inline; }

ul.inline, ol.inline, dl.inline {
  display: block; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.clear-after:after {
  content: " ";
  display: table;
  clear: both; }

.clear-after {
  *zoom: 1; }

.dry {
  text-indent: -9999em;
  direction: ltr; }

.content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.border-box, button.border-box, input.border-box, textarea.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
Layers CSS 1.1.2
Released by Jerry Jäppinen under the MIT license
http://eiskis.net/layers
2015-03-12 00:59 UTC
*/
@media handheld, only screen and (min-width: 40em) {
  .limit-small {
    max-width: 40em; }

  .column.last.small-fifth, .column.last.small-twofifths, .column.last.small-threefifths, .column.last.small-fourfifths, .column.last.small-one, .column.last.small-two, .column.last.small-sixth, .column.last.small-three, .column.last.small-fourth, .column.last.small-four, .column.last.small-twosixths, .column.last.small-third, .column.last.small-five, .column.last.small-six, .column.last.small-half, .column.last.small-threesixths, .column.last.small-twofourths, .column.last.small-seven, .column.last.small-eight, .column.last.small-foursixths, .column.last.small-twothirds, .column.last.small-nine, .column.last.small-threefourths, .column.last.small-ten, .column.last.small-fivesixths, .column.last.small-eleven, .column.last.small-twelve, .column.last.small-full {
    margin-right: 3.8%; }

  .column.right.last.small-fifth, .column.right.last.small-twofifths, .column.right.last.small-threefifths, .column.right.last.small-fourfifths, .column.right.last.small-one, .column.right.last.small-two, .column.right.last.small-sixth, .column.right.last.small-three, .column.right.last.small-fourth, .column.right.last.small-four, .column.right.last.small-twosixths, .column.right.last.small-third, .column.right.last.small-five, .column.right.last.small-six, .column.right.last.small-half, .column.right.last.small-threesixths, .column.right.last.small-twofourths, .column.right.last.small-seven, .column.right.last.small-eight, .column.right.last.small-foursixths, .column.right.last.small-twothirds, .column.right.last.small-nine, .column.right.last.small-threefourths, .column.right.last.small-ten, .column.right.last.small-fivesixths, .column.right.last.small-eleven, .column.right.last.small-twelve, .column.right.last.small-full {
    margin-left: 3.8%; }

  .column.small-fifth, .column.small-twofifths, .column.small-threefifths, .column.small-fourfifths, .column.small-one, .column.small-two, .column.small-sixth, .column.small-three, .column.small-fourth, .column.small-four, .column.small-twosixths, .column.small-third, .column.small-five, .column.small-six, .column.small-half, .column.small-threesixths, .column.small-twofourths, .column.small-seven, .column.small-eight, .column.small-foursixths, .column.small-twothirds, .column.small-nine, .column.small-threefourths, .column.small-ten, .column.small-fivesixths, .column.small-eleven, .column.small-twelve, .column.small-full {
    clear: none;
    float: left;
    min-height: 1px;
    margin-left: 0;
    margin-right: 3.8%; }

  .column.right.small-fifth, .column.right.small-twofifths, .column.right.small-threefifths, .column.right.small-fourfifths, .column.right.small-one, .column.right.small-two, .column.right.small-sixth, .column.right.small-three, .column.right.small-fourth, .column.right.small-four, .column.right.small-twosixths, .column.right.small-third, .column.right.small-five, .column.right.small-six, .column.right.small-half, .column.right.small-threesixths, .column.right.small-twofourths, .column.right.small-seven, .column.right.small-eight, .column.right.small-foursixths, .column.right.small-twothirds, .column.right.small-nine, .column.right.small-threefourths, .column.right.small-ten, .column.right.small-fivesixths, .column.right.small-eleven, .column.right.small-twelve, .column.right.small-full {
    float: right;
    margin-right: 0;
    margin-left: 3.8%; }

  .column.reset.small-fifth, .column.reset.small-twofifths, .column.reset.small-threefifths, .column.reset.small-fourfifths, .column.reset.small-one, .column.reset.small-two, .column.reset.small-sixth, .column.reset.small-three, .column.reset.small-fourth, .column.reset.small-four, .column.reset.small-twosixths, .column.reset.small-third, .column.reset.small-five, .column.reset.small-six, .column.reset.small-half, .column.reset.small-threesixths, .column.reset.small-twofourths, .column.reset.small-seven, .column.reset.small-eight, .column.reset.small-foursixths, .column.reset.small-twothirds, .column.reset.small-nine, .column.reset.small-threefourths, .column.reset.small-ten, .column.reset.small-fivesixths, .column.reset.small-eleven, .column.reset.small-twelve, .column.reset.small-full {
    margin-right: 0;
    margin-left: 0; }

  .column.small-full, .column.small-twelve {
    width: 100%; }

  .column.small-fifth {
    width: 16.95%; }

  .column.small-twofifths {
    width: 37.70%; }

  .column.small-threefifths {
    width: 58.45%; }

  .column.small-fourfifths {
    width: 79.20%; }

  .column.small-push-fifth {
    margin-left: 20.45%; }

  .column.small-right.push-fifth {
    margin-right: 20.45%; }

  .column.small-push-twofifths {
    margin-left: 41.50%; }

  .column.small-right.push-twofifths {
    margin-right: 41.50%; }

  .column.small-push-threefifths {
    margin-left: 62.25%; }

  .column.small-right.push-threefifths {
    margin-right: 62.25%; }

  .column.small-push-fourfifths {
    margin-left: 83.00%; }

  .column.small-right.push-fourfifths {
    margin-right: 83.00%; }

  .column.small-one {
    width: 4.85%; }

  .column.small-two, .column.small-sixth {
    width: 13.45%; }

  .column.small-three, .column.small-fourth {
    width: 22.05%; }

  .column.small-four, .column.small-twosixths, .column.small-third {
    width: 30.75%; }

  .column.small-five {
    width: 39.45%; }

  .column.small-six, .column.small-half, .column.small-threesixths, .column.small-twofourths {
    width: 48%; }

  .column.small-seven {
    width: 56.75%; }

  .column.small-eight, .column.small-foursixths, .column.small-twothirds {
    width: 65.4%; }

  .column.small-nine, .column.small-threefourths {
    width: 74.05%; }

  .column.small-ten, .column.small-fivesixths {
    width: 82.7%; }

  .column.small-eleven {
    width: 91.35%; }

  .column.small-push-one {
    margin-left: 8.65%; }

  .column.right.small-push-one {
    margin-right: 8.65%; }

  .column.small-push-two, .column.small-push-sixth {
    margin-left: 17.25%; }

  .column.right.small-push-two, .column.right.small-push-sixth {
    margin-right: 17.25%; }

  .column.small-push-three, .column.small-push-fourth {
    margin-left: 25.85%; }

  .column.right.small-push-three, .column.right.small-push-fourth {
    margin-right: 25.85%; }

  .column.small-push-four, .column.small-push-twosixths, .column.small-push-third {
    margin-left: 34.55%; }

  .column.right.small-push-four, .column.right.small-push-twosixths, .column.right.small-push-third {
    margin-right: 34.55%; }

  .column.small-push-five {
    margin-left: 43.25%; }

  .column.right.small-push-five {
    margin-right: 43.25%; }

  .column.small-push-six, .column.small-push-half, .column.small-push-threesixths, .column.small-push-twofourths {
    margin-left: 51.8%; }

  .column.right.small-push-six, .column.right.small-push-half, .column.right.small-push-threesixths, .column.right.small-push-twofourths {
    margin-right: 51.8%; }

  .column.small-push-seven {
    margin-left: 60.55%; }

  .column.right.small-push-seven {
    margin-right: 60.55%; }

  .column.small-push-eight, .column.small-push-foursixths, .column.small-push-twothirds {
    margin-left: 69.2%; }

  .column.right.small-push-eight, .column.right.small-push-foursixths, .column.right.small-push-twothirds {
    margin-right: 69.2%; }

  .column.small-push-nine, .column.small-push-threefourths {
    margin-left: 77.85%; }

  .column.right.small-push-nine, .column.right.small-push-threefourths {
    margin-right: 77.85%; }

  .column.small-push-ten, .column.small-push-fivesixths {
    margin-left: 86.5%; }

  .column.right.small-push-ten, .column.right.small-push-fivesixths {
    margin-right: 86.5%; }

  .column.small-push-eleven {
    margin-left: 95.15%; }

  .column.right.small-push-eleven {
    margin-right: 95.15%; }

  .column.small-one.reset {
    width: 8.3%; }

  .column.small-two.reset, .column.small-sixth.reset {
    width: 16.65%; }

  .column.small-three.reset, .column.small-fourth.reset {
    width: 25%; }

  .column.small-four.reset, .column.small-twosixths.reset, .column.small-third.reset {
    width: 33.3%; }

  .column.small-five.reset {
    width: 41.65%; }

  .column.small-six.reset, .column.small-half.reset, .column.small-threesixths.reset, .column.small-twofourths.reset {
    width: 50%; }

  .column.small-seven.reset {
    width: 58.3%; }

  .column.small-eight.reset, .column.small-foursixths.reset, .column.small-twothirds.reset {
    width: 66.6%; }

  .column.small-nine.reset, .column.small-threefourths.reset {
    width: 75%; }

  .column.small-ten.reset, .column.small-fivesixths.reset {
    width: 83.35%; }

  .column.small-eleven.reset {
    width: 91.7%; }

  .column.small-full.reset, .column.small-twelve.reset {
    width: 100%; }

  .column.reset.small-push-one {
    margin-left: 8.3%; }

  .column.reset.right.small-push-one {
    margin-right: 8.3%; }

  .column.reset.small-push-two, .column.reset.small-push-sixth {
    margin-left: 16.65%; }

  .column.reset.right.small-push-two, .column.reset.right.small-push-sixth {
    margin-right: 16.65%; }

  .column.reset.small-push-three, .column.reset.small-push-fourth {
    margin-left: 25%; }

  .column.reset.right.small-push-three, .column.reset.right.small-push-fourth {
    margin-right: 25%; }

  .column.reset.small-push-four, .column.reset.small-push-twosixths, .column.reset.small-push-third {
    margin-left: 33.3%; }

  .column.reset.right.small-push-four, .column.reset.right.small-push-twosixths, .column.reset.right.small-push-third {
    margin-right: 33.3%; }

  .column.reset.small-push-five {
    margin-left: 41.65%; }

  .column.reset.right.small-push-five {
    margin-right: 41.65%; }

  .column.reset.small-push-six, .column.reset.small-push-half, .column.reset.small-push-threesixths, .column.reset.small-push-twofourths {
    margin-left: 50%; }

  .column.reset.right.small-push-six, .column.right.reset.small-push-half, .column.right.reset.small-push-threesixths, .column.right.reset.small-push-twofourths {
    margin-right: 50%; }

  .column.reset.small-push-seven {
    margin-left: 58.3%; }

  .column.reset.right.small-push-seven {
    margin-right: 58.3%; }

  .column.reset.small-push-eight, .column.reset.small-push-foursixths, .column.reset.small-push-twothirds {
    margin-left: 66.6%; }

  .column.reset.right.small-push-eight, .column.reset.right.small-push-foursixths, .column.reset.right.small-push-twothirds {
    margin-right: 66.6%; }

  .column.reset.small-push-nine, .column.reset.small-push-threefourths {
    margin-left: 75%; }

  .column.reset.right.small-push-nine, .column.reset.right.small-push-threefourths {
    margin-right: 75%; }

  .column.reset.small-push-ten, .column.reset.small-push-fivesixths {
    margin-left: 83.35%; }

  .column.reset.right.small-push-ten, .column.reset.right.small-push-fivesixths {
    margin-right: 83.35%; }

  .column.reset.small-push-eleven {
    margin-left: 91.7%; }

  .column.reset.right.small-push-eleven {
    margin-right: 91.7%; }

  .column.small-last, .column.last.small-last {
    margin-right: 0; }

  .column.right.small-last, .column.right.last.small-last {
    margin-left: 0; }

  .column.small-break {
    width: auto !important;
    float: none !important;
    clear: both !important;
    margin-right: 0 !important;
    margin-left: 0 !important; } }
@media handheld, only screen and (min-width: 70em) {
  .limit-medium {
    max-width: 70em; }

  .column.last.medium-fifth, .column.last.medium-twofifths, .column.last.medium-threefifths, .column.last.medium-fourfifths, .column.last.medium-one, .column.last.medium-two, .column.last.medium-sixth, .column.last.medium-three, .column.last.medium-fourth, .column.last.medium-four, .column.last.medium-twosixths, .column.last.medium-third, .column.last.medium-five, .column.last.medium-six, .column.last.medium-half, .column.last.medium-threesixths, .column.last.medium-twofourths, .column.last.medium-seven, .column.last.medium-eight, .column.last.medium-foursixths, .column.last.medium-twothirds, .column.last.medium-nine, .column.last.medium-threefourths, .column.last.medium-ten, .column.last.medium-fivesixths, .column.last.medium-eleven, .column.last.medium-twelve, .column.last.medium-full, .column.small-last.medium-fifth, .column.small-last.medium-twofifths, .column.small-last.medium-threefifths, .column.small-last.medium-fourfifths, .column.small-last.medium-one, .column.small-last.medium-two, .column.small-last.medium-sixth, .column.small-last.medium-three, .column.small-last.medium-fourth, .column.small-last.medium-four, .column.small-last.medium-twosixths, .column.small-last.medium-third, .column.small-last.medium-five, .column.small-last.medium-six, .column.small-last.medium-half, .column.small-last.medium-threesixths, .column.small-last.medium-twofourths, .column.small-last.medium-seven, .column.small-last.medium-eight, .column.small-last.medium-foursixths, .column.small-last.medium-twothirds, .column.small-last.medium-nine, .column.small-last.medium-threefourths, .column.small-last.medium-ten, .column.small-last.medium-fivesixths, .column.small-last.medium-eleven, .column.small-last.medium-twelve, .column.small-last.medium-full {
    margin-right: 3.8%; }

  .column.right.last.medium-fifth, .column.right.last.medium-twofifths, .column.right.last.medium-threefifths, .column.right.last.medium-fourfifths, .column.right.last.medium-one, .column.right.last.medium-two, .column.right.last.medium-sixth, .column.right.last.medium-three, .column.right.last.medium-fourth, .column.right.last.medium-four, .column.right.last.medium-twosixths, .column.right.last.medium-third, .column.right.last.medium-five, .column.right.last.medium-six, .column.right.last.medium-half, .column.right.last.medium-threesixths, .column.right.last.medium-twofourths, .column.right.last.medium-seven, .column.right.last.medium-eight, .column.right.last.medium-foursixths, .column.right.last.medium-twothirds, .column.right.last.medium-nine, .column.right.last.medium-threefourths, .column.right.last.medium-ten, .column.right.last.medium-fivesixths, .column.right.last.medium-eleven, .column.right.last.medium-twelve, .column.right.last.medium-full, .column.right.small-last.medium-fifth, .column.right.small-last.medium-twofifths, .column.right.small-last.medium-threefifths, .column.right.small-last.medium-fourfifths, .column.right.small-last.medium-one, .column.right.small-last.medium-two, .column.right.small-last.medium-sixth, .column.right.small-last.medium-three, .column.right.small-last.medium-fourth, .column.right.small-last.medium-four, .column.right.small-last.medium-twosixths, .column.right.small-last.medium-third, .column.right.small-last.medium-five, .column.right.small-last.medium-six, .column.right.small-last.medium-half, .column.right.small-last.medium-threesixths, .column.right.small-last.medium-twofourths, .column.right.small-last.medium-seven, .column.right.small-last.medium-eight, .column.right.small-last.medium-foursixths, .column.right.small-last.medium-twothirds, .column.right.small-last.medium-nine, .column.right.small-last.medium-threefourths, .column.right.small-last.medium-ten, .column.right.small-last.medium-fivesixths, .column.right.small-last.medium-eleven, .column.right.small-last.medium-twelve, .column.right.small-last.medium-full {
    margin-left: 3.8%; }

  .column.medium-fifth, .column.medium-twofifths, .column.medium-threefifths, .column.medium-fourfifths, .column.medium-one, .column.medium-two, .column.medium-sixth, .column.medium-three, .column.medium-fourth, .column.medium-four, .column.medium-twosixths, .column.medium-third, .column.medium-five, .column.medium-six, .column.medium-half, .column.medium-threesixths, .column.medium-twofourths, .column.medium-seven, .column.medium-eight, .column.medium-foursixths, .column.medium-twothirds, .column.medium-nine, .column.medium-threefourths, .column.medium-ten, .column.medium-fivesixths, .column.medium-eleven, .column.medium-twelve, .column.medium-full {
    clear: none;
    float: left;
    min-height: 1px;
    margin-left: 0;
    margin-right: 3.8%; }

  .column.right.medium-fifth, .column.right.medium-twofifths, .column.right.medium-threefifths, .column.right.medium-fourfifths, .column.right.medium-one, .column.right.medium-two, .column.right.medium-sixth, .column.right.medium-three, .column.right.medium-fourth, .column.right.medium-four, .column.right.medium-twosixths, .column.right.medium-third, .column.right.medium-five, .column.right.medium-six, .column.right.medium-half, .column.right.medium-threesixths, .column.right.medium-twofourths, .column.right.medium-seven, .column.right.medium-eight, .column.right.medium-foursixths, .column.right.medium-twothirds, .column.right.medium-nine, .column.right.medium-threefourths, .column.right.medium-ten, .column.right.medium-fivesixths, .column.right.medium-eleven, .column.right.medium-twelve, .column.right.medium-full {
    float: right;
    margin-right: 0;
    margin-left: 3.8%; }

  .column.reset.medium-fifth, .column.reset.medium-twofifths, .column.reset.medium-threefifths, .column.reset.medium-fourfifths, .column.reset.medium-one, .column.reset.medium-two, .column.reset.medium-sixth, .column.reset.medium-three, .column.reset.medium-fourth, .column.reset.medium-four, .column.reset.medium-twosixths, .column.reset.medium-third, .column.reset.medium-five, .column.reset.medium-six, .column.reset.medium-half, .column.reset.medium-threesixths, .column.reset.medium-twofourths, .column.reset.medium-seven, .column.reset.medium-eight, .column.reset.medium-foursixths, .column.reset.medium-twothirds, .column.reset.medium-nine, .column.reset.medium-threefourths, .column.reset.medium-ten, .column.reset.medium-fivesixths, .column.reset.medium-eleven, .column.reset.medium-twelve, .column.reset.medium-full {
    margin-right: 0;
    margin-left: 0; }

  .column.medium-full, .column.medium-twelve {
    width: 100%; }

  .column.medium-fifth {
    width: 16.95%; }

  .column.medium-twofifths {
    width: 37.70%; }

  .column.medium-threefifths {
    width: 58.45%; }

  .column.medium-fourfifths {
    width: 79.20%; }

  .column.medium-push-fifth {
    margin-left: 20.45%; }

  .column.medium-right.push-fifth {
    margin-right: 20.45%; }

  .column.medium-push-twofifths {
    margin-left: 41.50%; }

  .column.medium-right.push-twofifths {
    margin-right: 41.50%; }

  .column.medium-push-threefifths {
    margin-left: 62.25%; }

  .column.medium-right.push-threefifths {
    margin-right: 62.25%; }

  .column.medium-push-fourfifths {
    margin-left: 83.00%; }

  .column.medium-right.push-fourfifths {
    margin-right: 83.00%; }

  .column.medium-one {
    width: 4.85%; }

  .column.medium-two, .column.medium-sixth {
    width: 13.45%; }

  .column.medium-three, .column.medium-fourth {
    width: 22.05%; }

  .column.medium-four, .column.medium-twosixths, .column.medium-third {
    width: 30.75%; }

  .column.medium-five {
    width: 39.45%; }

  .column.medium-six, .column.medium-half, .column.medium-threesixths, .column.medium-twofourths {
    width: 48%; }

  .column.medium-seven {
    width: 56.75%; }

  .column.medium-eight, .column.medium-foursixths, .column.medium-twothirds {
    width: 65.4%; }

  .column.medium-nine, .column.medium-threefourths {
    width: 74.05%; }

  .column.medium-ten, .column.medium-fivesixths {
    width: 82.7%; }

  .column.medium-eleven {
    width: 91.35%; }

  .column.medium-full.reset, .column.medium-twelve.reset {
    width: 100%; }

  .column.medium-push-one {
    margin-left: 8.65%; }

  .column.right.medium-push-one {
    margin-right: 8.65%; }

  .column.medium-push-two, .column.medium-push-sixth {
    margin-left: 17.25%; }

  .column.right.medium-push-two, .column.right.medium-push-sixth {
    margin-right: 17.25%; }

  .column.medium-push-three, .column.medium-push-fourth {
    margin-left: 25.85%; }

  .column.right.medium-push-three, .column.right.medium-push-fourth {
    margin-right: 25.85%; }

  .column.medium-push-four, .column.medium-push-twosixths, .column.medium-push-third {
    margin-left: 34.55%; }

  .column.right.medium-push-four, .column.right.medium-push-twosixths, .column.right.medium-push-third {
    margin-right: 34.55%; }

  .column.medium-push-five {
    margin-left: 43.25%; }

  .column.right.medium-push-five {
    margin-right: 43.25%; }

  .column.medium-push-six, .column.medium-push-half, .column.medium-push-threesixths, .column.medium-push-twofourths {
    margin-left: 51.8%; }

  .column.right.medium-push-six, .column.right.medium-push-half, .column.right.medium-push-threesixths, .column.right.medium-push-twofourths {
    margin-right: 51.8%; }

  .column.medium-push-seven {
    margin-left: 60.55%; }

  .column.right.medium-push-seven {
    margin-right: 60.55%; }

  .column.medium-push-eight, .column.medium-push-foursixths, .column.medium-push-twothirds {
    margin-left: 69.2%; }

  .column.right.medium-push-eight, .column.right.medium-push-foursixths, .column.right.medium-push-twothirds {
    margin-right: 69.2%; }

  .column.medium-push-nine, .column.medium-push-threefourths {
    margin-left: 77.85%; }

  .column.right.medium-push-nine, .column.right.medium-push-threefourths {
    margin-right: 77.85%; }

  .column.medium-push-ten, .column.medium-push-fivesixths {
    margin-left: 86.5%; }

  .column.right.medium-push-ten, .column.right.medium-push-fivesixths {
    margin-right: 86.5%; }

  .column.medium-push-eleven {
    margin-left: 95.15%; }

  .column.right.medium-push-eleven {
    margin-right: 95.15%; }

  .column.medium-one.reset {
    width: 8.3%; }

  .column.medium-two.reset, .column.medium-sixth.reset {
    width: 16.65%; }

  .column.medium-three.reset, .column.medium-fourth.reset {
    width: 25%; }

  .column.medium-four.reset, .column.medium-twosixths.reset, .column.medium-third.reset {
    width: 33.3%; }

  .column.medium-five.reset {
    width: 41.65%; }

  .column.medium-six.reset, .column.medium-half.reset, .column.medium-threesixths.reset, .column.medium-twofourths.reset {
    width: 50%; }

  .column.medium-seven.reset {
    width: 58.3%; }

  .column.medium-eight.reset, .column.medium-foursixths.reset, .column.medium-twothirds.reset {
    width: 66.6%; }

  .column.medium-nine.reset, .column.medium-threefourths.reset {
    width: 75%; }

  .column.medium-ten.reset, .column.medium-fivesixths.reset {
    width: 83.35%; }

  .column.medium-eleven.reset {
    width: 91.7%; }

  .column.reset.medium-push-one {
    margin-left: 8.3%; }

  .column.reset.right.medium-push-one {
    margin-right: 8.3%; }

  .column.reset.medium-push-two, .column.reset.medium-push-sixth {
    margin-left: 16.65%; }

  .column.reset.right.medium-push-two, .column.reset.right.medium-push-sixth {
    margin-right: 16.65%; }

  .column.reset.medium-push-three, .column.reset.medium-push-fourth {
    margin-left: 25%; }

  .column.reset.right.medium-push-three, .column.reset.right.medium-push-fourth {
    margin-right: 25%; }

  .column.reset.medium-push-four, .column.reset.medium-push-twosixths, .column.reset.medium-push-third {
    margin-left: 33.3%; }

  .column.reset.right.medium-push-four, .column.reset.right.medium-push-twosixths, .column.reset.right.medium-push-third {
    margin-right: 33.3%; }

  .column.reset.medium-push-five {
    margin-left: 41.65%; }

  .column.reset.right.medium-push-five {
    margin-right: 41.65%; }

  .column.reset.medium-push-six, .column.reset.medium-push-half, .column.reset.medium-push-threesixths, .column.reset.medium-push-twofourths {
    margin-left: 50%; }

  .column.reset.right.medium-push-six, .column.right.reset.medium-push-half, .column.right.reset.medium-push-threesixths, .column.right.reset.medium-push-twofourths {
    margin-right: 50%; }

  .column.reset.medium-push-seven {
    margin-left: 58.3%; }

  .column.reset.right.medium-push-seven {
    margin-right: 58.3%; }

  .column.reset.medium-push-eight, .column.reset.medium-push-foursixths, .column.reset.medium-push-twothirds {
    margin-left: 66.6%; }

  .column.reset.right.medium-push-eight, .column.reset.right.medium-push-foursixths, .column.reset.right.medium-push-twothirds {
    margin-right: 66.6%; }

  .column.reset.medium-push-nine, .column.reset.medium-push-threefourths {
    margin-left: 75%; }

  .column.reset.right.medium-push-nine, .column.reset.right.medium-push-threefourths {
    margin-right: 75%; }

  .column.reset.medium-push-ten, .column.reset.medium-push-fivesixths {
    margin-left: 83.35%; }

  .column.reset.right.medium-push-ten, .column.reset.right.medium-push-fivesixths {
    margin-right: 83.35%; }

  .column.reset.medium-push-eleven {
    margin-left: 91.7%; }

  .column.reset.right.medium-push-eleven {
    margin-right: 91.7%; }

  .column.medium-last, .column.medium-last.medium-one, .column.medium-last.medium-two, .column.medium-last.medium-sixth, .column.medium-last.medium-three, .column.medium-last.medium-fourth, .column.medium-last.medium-four, .column.medium-last.medium-twosixths, .column.medium-last.medium-third, .column.medium-last.medium-five, .column.medium-last.medium-six, .column.medium-last.medium-half, .column.medium-last.medium-threesixths, .column.medium-last.medium-twofourths, .column.medium-last.medium-seven, .column.medium-last.medium-eight, .column.medium-last.medium-foursixths, .column.medium-last.medium-twothirds, .column.medium-last.medium-nine, .column.medium-last.medium-threefourths, .column.medium-last.medium-ten, .column.medium-last.medium-fivesixths, .column.medium-last.medium-eleven, .column.medium-last.medium-twelve, .column.medium-last.medium-full, .column.last.medium-last.medium-one, .column.last.medium-last.medium-two, .column.last.medium-last.medium-sixth, .column.last.medium-last.medium-three, .column.last.medium-last.medium-fourth, .column.last.medium-last.medium-four, .column.last.medium-last.medium-twosixths, .column.last.medium-last.medium-third, .column.last.medium-last.medium-five, .column.last.medium-last.medium-six, .column.last.medium-last.medium-half, .column.last.medium-last.medium-threesixths, .column.last.medium-last.medium-twofourths, .column.last.medium-last.medium-seven, .column.last.medium-last.medium-eight, .column.last.medium-last.medium-foursixths, .column.last.medium-last.medium-twothirds, .column.last.medium-last.medium-nine, .column.last.medium-last.medium-threefourths, .column.last.medium-last.medium-ten, .column.last.medium-last.medium-fivesixths, .column.last.medium-last.medium-eleven, .column.last.medium-last.medium-twelve, .column.last.medium-last.medium-full {
    margin-right: 0; }

  .column.right.medium-last, .column.right.medium-last.medium-one, .column.right.medium-last.medium-two, .column.right.medium-last.medium-sixth, .column.right.medium-last.medium-three, .column.right.medium-last.medium-fourth, .column.right.medium-last.medium-four, .column.right.medium-last.medium-twosixths, .column.right.medium-last.medium-third, .column.right.medium-last.medium-five, .column.right.medium-last.medium-six, .column.right.medium-last.medium-half, .column.right.medium-last.medium-threesixths, .column.right.medium-last.medium-twofourths, .column.right.medium-last.medium-seven, .column.right.medium-last.medium-eight, .column.right.medium-last.medium-foursixths, .column.right.medium-last.medium-twothirds, .column.right.medium-last.medium-nine, .column.right.medium-last.medium-threefourths, .column.right.medium-last.medium-ten, .column.right.medium-last.medium-fivesixths, .column.right.medium-last.medium-eleven, .column.right.medium-last.medium-twelve, .column.right.medium-last.medium-full, .column.right.last.medium-last.medium-one, .column.right.last.medium-last.medium-two, .column.right.last.medium-last.medium-sixth, .column.right.last.medium-last.medium-three, .column.right.last.medium-last.medium-fourth, .column.right.last.medium-last.medium-four, .column.right.last.medium-last.medium-twosixths, .column.right.last.medium-last.medium-third, .column.right.last.medium-last.medium-five, .column.right.last.medium-last.medium-six, .column.right.last.medium-last.medium-half, .column.right.last.medium-last.medium-threesixths, .column.right.last.medium-last.medium-twofourths, .column.right.last.medium-last.medium-seven, .column.right.last.medium-last.medium-eight, .column.right.last.medium-last.medium-foursixths, .column.right.last.medium-last.medium-twothirds, .column.right.last.medium-last.medium-nine, .column.right.last.medium-last.medium-threefourths, .column.right.last.medium-last.medium-ten, .column.right.last.medium-last.medium-fivesixths, .column.right.last.medium-last.medium-eleven, .column.right.last.medium-last.medium-twelve, .column.right.last.medium-last.medium-full {
    margin-left: 0; }

  .column.medium-break {
    width: auto !important;
    float: none !important;
    clear: both !important;
    margin-right: 0 !important;
    margin-left: 0 !important; } }
/*********************
FONTS
These are the fonts in the new dawn project.
*********************/
@font-face {
  font-family: 'apercu';
  src: url("../font/apercu.eot");
  src: url("../font/apercu.eot?#iefix") format("embedded-opentype"), url("../font/apercu.woff2") format("woff2"), url("../font/apercu.woff") format("woff"), url("../font/apercu.ttf") format("truetype"), url("../font/apercu.svg#apercuregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'apercu-bold';
  src: url("../font/apercu-bold.eot");
  src: url("../font/apercu-bold.eot?#iefix") format("embedded-opentype"), url("../font/apercu-bold.woff2") format("woff2"), url("../font/apercu-bold.woff") format("woff"), url("../font/apercu-bold.ttf") format("truetype"), url("../font/apercu-bold.svg#apercubold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'apercu-italic';
  src: url("../font/apercu-italic.eot");
  src: url("../font/apercu-italic.eot?#iefix") format("embedded-opentype"), url("../font/apercu-italic.woff2") format("woff2"), url("../font/apercu-italic.woff") format("woff"), url("../font/apercu-italic.ttf") format("truetype"), url("../font/apercu-italic.svg#apercuitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'apercu-bolditalic';
  src: url("../font/apercu-bolditalic.eot");
  src: url("../font/apercu-bolditalic.eot?#iefix") format("embedded-opentype"), url("../font/apercu-bolditalic.woff2") format("woff2"), url("../font/apercu-bolditalic.woff") format("woff"), url("../font/apercu-bolditalic.ttf") format("truetype"), url("../font/apercu-bolditalic.svg#apercubold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'utopia-display';
  src: url("../font/utopia-disp.eot");
  src: url("../font/utopia-disp.eot?#iefix") format("embedded-opentype"), url("../font/utopia-disp.woff2") format("woff2"), url("../font/utopia-disp.woff") format("woff"), url("../font/utopia-disp.ttf") format("truetype"), url("../font/utopia-disp.svg#UtopiaStdDisp") format("svg");
  font-weight: normal;
  font-style: normal; }
/* apply a natural box layout model to all elements, but allowing components to change */
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
html {
  box-sizing: border-box;
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111111; }

body {
  -webkit-font-smoothing: antialiased; }

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

p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

a, a:visited {
  color: #111111;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #282828; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

p {
  line-height: 150%;
  margin: 2em 0;
  border-bottom: none; }
  p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #555; }

blockquote {
  font-family: "apercu-italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  margin: 1em 0; }
  blockquote p {
    font-family: inherit;
    font-weight: normal;
    margin: 0; }

strong, b, table th {
  font-family: "apercu-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }
  strong em, strong i, b em, b i, table th em, table th i {
    font-family: "apercu-bold-italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal; }

em, i {
  font-family: "apercu-italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal; }

.text-light-grey {
  color: #e0e0e0; }

h1, .h1 {
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 3em; }
  h1 a, .h1 a {
    text-decoration: none;
    border-bottom: 1px solid #111111; }

h1.logo {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 100%;
  margin-top: 1em; }
  h1.logo a {
    text-decoration: none;
    border: none; }

h2, .h2 {
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2.35em; }
  h2 a, .h2 a {
    text-decoration: none;
    border-bottom: 1px solid #111111; }

h3, .h3 {
  font-family: "apercu-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.65em; }
  h3 a, .h3 a {
    text-decoration: none;
    border-bottom: 1px solid #111111; }

h4, .h4 {
  font-family: "apercu-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25em; }

h5, .h5 {
  font-family: "apercu-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em; }

h6, .h6 {
  font-family: "apercu-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875em; }

address {
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

.h-plain {
  font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

.monogram {
  font-family: "apercu-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #606060;
  font-size: 24px;
  letter-spacing: -1px;
  margin: 0 5% 0 5%; }

p.byline {
  color: #e0e0e0; }

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

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

.twoemunder {
  margin-bottom: 2em; }

.nav-row {
  position: relative;
  z-index: 1; }

.big-block {
  min-height: 10em;
  height: 10em;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  z-index: 0; }
  .big-block .big-block-table {
    display: table;
    width: 100%;
    height: 100%; }
  .big-block h1 {
    font-size: 1.5em;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    padding-top: 10%;
    color: white; }
    .big-block h1 a {
      color: inherit;
      text-decoration: none;
      border-bottom: 1px solid white; }
      .big-block h1 a:hover, .big-block h1 a:focus {
        color: inherit;
        text-decoration: none;
        border-bottom: 1px solid white; }

.homepage-hero ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .homepage-hero ul li img {
    width: 100%; }
.homepage-hero h2 {
  line-height: 400%;
  margin: 0;
  border-bottom: 2px solid #e0e0e0; }

@media only screen and (min-width: 40em) {
  .big-block h1 {
    font-size: 2em; } }
@media only screen and (min-width: 50em) {
  .big-block h1 {
    font-size: 2.5em; } }
header p {
  font-size: 1em; }
  header p.top-nav a {
    display: inline-block;
    margin-left: 2%; }

.homepage-hero ul li .hero {
  width: 100%;
  height: 14em;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: top center; }
.homepage-hero h2 {
  line-height: 130%;
  padding: 1em 0;
  font-size: 1em; }

.post-grid .post {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 1.5em; }

.homepage-blog-area > h3 {
  width: 100%;
  clear: both;
  text-align: center; }
.homepage-blog-area p.blog-cta {
  width: 100%;
  text-align: center; }

@media only screen and (min-width: 40em) {
  .homepage-blog-area > h3 {
    width: 42%;
    clear: right;
    float: right;
    text-align: left; }
  .homepage-blog-area .leader {
    width: 50%; }
  .homepage-blog-area .follower {
    width: 38%;
    clear: right; }
  .homepage-blog-area p.blog-cta {
    width: 42%;
    clear: left;
    float: left;
    margin-top: -9em;
    text-align: right; }

  .post-grid .post {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 3em; } }
article .article-image {
  height: 14em;
  width: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: top center; }
article p.post-image img {
  width: 100%;
  max-width: 100%; }

.entry-content p {
  margin: 1.25em 0; }
.entry-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 3px; }
.entry-content div.wp-caption {
  margin: 2em 0;
  width: 100%;
  max-width: 100%; }

.single-post .main {
  max-width: 48em;
  margin: 0 auto;
  float: none; }

@media only screen and (min-width: 40em) {
  header p {
    font-size: 1.25em; }
    header p.top-nav a {
      margin-left: 3%; }

  .post-grid .post {
    width: 45%;
    clear: none;
    margin-right: 9.99%; }
    .post-grid .post:nth-child(2n+2) {
      margin-right: 0; }
    .post-grid .post p.post-image a {
      border: none; }

  .homepage-hero h2 {
    font-size: 1.25em;
    padding: 2em; }
  .homepage-hero ul li .hero {
    height: 32em; } }
.tiled-area {
  background-color: #F5F5F6; }
  .tiled-area .tile {
    background-color: #FFFFFF;
    margin-bottom: 1em;
    min-height: 380px;
    color: #111111; }
    .tiled-area .tile img {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      margin-bottom: 0em;
      height: auto; }
    .tiled-area .tile h4, .tiled-area .tile p {
      width: 90%;
      margin: 1em auto; }
    .tiled-area .tile h4 a {
      color: inherit;
      text-decoration: none;
      border-bottom: 1px solid #555; }

@media only screen and (min-width: 40em) {
  .tiled-area .tile {
    min-height: 300px; }

  .post-grid {
    margin-top: 4em; } }
@media only screen and (min-width: 50em) {
  .tiled-area .tile {
    min-height: 320px; } }
@media only screen and (min-width: 55em) {
  .tiled-area .tile {
    min-height: 340px; } }
.title-rule {
  border-bottom: 1px solid #cfcfcf;
  line-height: 220%; }

.wp-post-nav .row-content .column {
  min-height: 142px; }
  .wp-post-nav .row-content .column p.nav-link {
    margin-top: 0; }

.footer {
  padding-top: 2em; }
  .footer p {
    font-size: 90%; }

.dark-nav {
  padding-top: 3em; }
  .dark-nav .dark-nav-rule {
    padding-bottom: 3.5em;
    border-bottom: 2px solid #606060; }
  .dark-nav .dark-single {
    text-align: center; }
    .dark-nav .dark-single p {
      font-size: 0.9em;
      color: #bababa; }
    .dark-nav .dark-single a {
      font-size: 1.25em;
      text-decoration: none;
      border-bottom: 1px solid #fff; }

body.archive .footer, body.single .footer, body.archive .dark-nav, body.single .dark-nav {
  background: #3a3a3a;
  color: #e0e0e0; }
  body.archive .footer a, body.single .footer a, body.archive .dark-nav a, body.single .dark-nav a {
    color: #fff; }

@media only screen and (min-width: 40em) {
  .dark-nav {
    padding-top: 5em; }
    .dark-nav .dark-nav-rule {
      padding-bottom: 7em; }
    .dark-nav .dark-single {
      text-align: inherit; }
      .dark-nav .dark-single p {
        font-size: 1; }
      .dark-nav .dark-single a {
        font-size: 1.75em; }
    .dark-nav .dark-single.right {
      text-align: right; } }
div.highball {
  background-color: #e0e0e0;
  padding: 3em 0;
  margin: 0 0 3em 0;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }
  div.highball p {
    width: 80%;
    margin-left: 10%;
    font-size: 1.6em;
    font-family: "apercu", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    div.highball p .quoted {
      color: #3a3a3a; }

@media only screen and (min-width: 40em) {
  div.highball {
    padding: 8em 1em;
    margin: 2em 0 3em 0; }
    div.highball p {
      margin-left: auto;
      margin-right: auto;
      max-width: 650px;
      font-size: 2em; } }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

#top, #bottom, #left, #right {
  background: #BBBEB4;
  position: fixed; }

#left, #right {
  top: 0;
  bottom: 0;
  width: 10px; }

#left {
  left: 0; }

#right {
  right: 0; }

#top, #bottom {
  left: 0;
  right: 0;
  height: 10px; }

#top {
  top: 0; }

#bottom {
  bottom: 0; }

@media only screen and (max-width: 500px) {
  #top, #bottom, #left, #right {
    display: none; } }
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
