@import url("//fonts.googleapis.com/css?family=Inconsolata");
/*
Theme Name: yesdevnull 2.0
Author: Dan Barrett
Version 2.0 beta
*/
/**
* Gumby Framework
* ---------------
*
* Follow @gumbycss on twitter and spread the love.
* We worked super hard on making this awesome and released it to the web.
* All we ask is you leave this intact. #gumbyisawesome
*
* Gumby Framework
* http://gumbyframework.com
*
* Built with love by your friends @digitalsurgeons
* http://www.digitalsurgeons.com
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* @import "var/lists"; */
/* @import "var/icons/entypo"; */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

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

.pull_right { float: right; }

.pull_left { float: left; }

/* @import "icons"; */
/* Base Styles */
* html { font-size: 100%; }

html { font-size: 16px; line-height: 1.625em; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { background: white; font-family: "Siri Light", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; font-weight: 400; color: black; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@media only screen and (max-width: 767px) { body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; } }

html, body { height: 100%; }

.hide { display: none; }

.hide.active, .show { display: block; }

/* @include icon(all); */
.fixed { position: fixed; }
.fixed.pinned { position: absolute; }
@media only screen and (max-width: 768px) { .fixed { position: relative !important; top: auto !important; left: auto !important; } }

.unfixed { position: relative !important; top: auto !important; left: auto !important; }

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

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

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

/* Typography */
h1, h2, h3, h4, h5, h6 { font-family: "Siri Light", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; font-weight: Normal; color: black; text-rendering: optimizeLegibility; padding-top: 0.273em; line-height: 1.15538em; padding-bottom: 0.273em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: black; }

@media only screen and (max-width: 767px) { h1, h2, h3, h4, h5, h6 { word-wrap: break-word; } }
h1 { font-size: 68px; font-size: 4.25rem; }
h1.xlarge { font-size: 110px; font-size: 6.875rem; }
h1.xxlarge { font-size: 126px; font-size: 7.875rem; }
h1.absurd { font-size: 177px; font-size: 11.0625rem; }

h2 { font-size: 42px; font-size: 2.625rem; }

h3 { font-size: 30px; font-size: 1.875rem; }

h4 { font-size: 26px; font-size: 1.625rem; }

h5 { font-size: 18px; font-size: 1.125rem; }

h6 { font-size: 16px; font-size: 1rem; }

@media only screen and (max-width: 767px) { h1 { font-size: 42px; font-size: 2.625rem; }
  h2 { font-size: 36px; font-size: 2.25rem; } }
.subhead { color: #777; font-weight: normal; margin-bottom: 20px; }

/*=====================================================  Links & Paragraph styles  ======================================================*/
p { font-family: "Siri Light", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; font-weight: 400; font-size: 16px; font-size: 1rem; margin-bottom: 13px; line-height: 1.625em; }
p.lead { font-size: 20px; font-size: 1.25rem; margin-bottom: 18px; }
@media only screen and (max-width: 768px) { p { font-size: 17.6px; font-size: 1.1rem; line-height: 1.625em; } }

a { color: black; text-decoration: none; outline: 0; line-height: inherit; }
a:hover { color: #555555; }

/*=====================================================
 Lists  ======================================================*/
ul, ol { margin-bottom: 0.273em; }

ul { list-style: none outside; }

ol { list-style: decimal; margin-left: 30px; }

ul.square, ul.circle, ul.disc { margin-left: 25px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul { margin: 4px 0 5px 25px; }

ol ol { margin: 4px 0 5px 30px; }

li { padding-bottom: 0.273em; }

ul.large li { line-height: 21px; }

dl dt { font-weight: bold; font-size: 16px; font-size: 1rem; }

@media only screen and (max-width: 768px) { ul, ol, dl, p { text-align: left; } }
/* Mobile */
em { font-style: italic; line-height: inherit; }

strong { font-weight: 700; line-height: inherit; }

small { font-size: 56.4%; line-height: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }

/*  Blockquotes  */
blockquote { line-height: 20px; color: #777; margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 5px solid #cccccc; }
blockquote p { line-height: 20px; color: #777; }
blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: black; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a { color: black; }
blockquote cite a:visited { color: black; }

hr { border: 1px solid #cccccc; clear: both; margin: 16px 0 18px; height: 0; }

abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #cccccc; cursor: help; }

abbr { text-transform: none; }

/** Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */
@media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: sanbeiji.com/archives/953 */
  p a { color: black !important; text-decoration: underline; }
  p a:visited { color: black !important; text-decoration: underline; }
  p a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }
.row .pull_one.one.column:first-child, .row .pull_one.two.columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-child, .row .pull_one.five.columns:first-child, .row .pull_one.six.columns:first-child, .row .pull_one.seven.columns:first-child, .row .pull_one.eight.columns:first-child, .row .pull_one.nine.columns:first-child, .row .pull_one.ten.columns:first-child, .row .pull_two.one.column:first-child, .row .pull_two.two.columns:first-child, .row .pull_two.three.columns:first-child, .row .pull_two.four.columns:first-child, .row .pull_two.five.columns:first-child, .row .pull_two.six.columns:first-child, .row .pull_two.seven.columns:first-child, .row .pull_two.eight.columns:first-child, .row .pull_two.nine.columns:first-child, .row .pull_two.eleven.columns:first-child, .row .pull_three.one.column:first-child, .row .pull_three.two.columns:first-child, .row .pull_three.three.columns:first-child, .row .pull_three.four.columns:first-child, .row .pull_three.five.columns:first-child, .row .pull_three.six.columns:first-child, .row .pull_three.seven.columns:first-child, .row .pull_three.eight.columns:first-child, .row .pull_three.ten.columns:first-child, .row .pull_three.eleven.columns:first-child, .row .pull_four.one.column:first-child, .row .pull_four.two.columns:first-child, .row .pull_four.three.columns:first-child, .row .pull_four.four.columns:first-child, .row .pull_four.five.columns:first-child, .row .pull_four.six.columns:first-child, .row .pull_four.seven.columns:first-child, .row .pull_four.nine.columns:first-child, .row .pull_four.ten.columns:first-child, .row .pull_four.eleven.columns:first-child, .row .pull_five.one.column:first-child, .row .pull_five.two.columns:first-child, .row .pull_five.three.columns:first-child, .row .pull_five.four.columns:first-child, .row .pull_five.five.columns:first-child, .row .pull_five.six.columns:first-child, .row .pull_five.eight.columns:first-child, .row .pull_five.nine.columns:first-child, .row .pull_five.ten.columns:first-child, .row .pull_five.eleven.columns:first-child, .row .pull_six.one.column:first-child, .row .pull_six.two.columns:first-child, .row .pull_six.three.columns:first-child, .row .pull_six.four.columns:first-child, .row .pull_six.five.columns:first-child, .row .pull_six.seven.columns:first-child, .row .pull_six.eight.columns:first-child, .row .pull_six.nine.columns:first-child, .row .pull_six.ten.columns:first-child, .row .pull_six.eleven.columns:first-child, .row .pull_seven.one.column:first-child, .row .pull_seven.two.columns:first-child, .row .pull_seven.three.columns:first-child, .row .pull_seven.four.columns:first-child, .row .pull_seven.six.columns:first-child, .row .pull_seven.seven.columns:first-child, .row .pull_seven.eight.columns:first-child, .row .pull_seven.nine.columns:first-child, .row .pull_seven.ten.columns:first-child, .row .pull_seven.eleven.columns:first-child, .row .pull_eight.one.column:first-child, .row .pull_eight.two.columns:first-child, .row .pull_eight.three.columns:first-child, .row .pull_eight.five.columns:first-child, .row .pull_eight.six.columns:first-child, .row .pull_eight.seven.columns:first-child, .row .pull_eight.eight.columns:first-child, .row .pull_eight.nine.columns:first-child, .row .pull_eight.ten.columns:first-child, .row .pull_eight.eleven.columns:first-child, .row .pull_nine.one.column:first-child, .row .pull_nine.two.columns:first-child, .row .pull_nine.four.columns:first-child, .row .pull_nine.five.columns:first-child, .row .pull_nine.six.columns:first-child, .row .pull_nine.seven.columns:first-child, .row .pull_nine.eight.columns:first-child, .row .pull_nine.nine.columns:first-child, .row .pull_nine.ten.columns:first-child, .row .pull_nine.eleven.columns:first-child, .row .pull_ten.one.column:first-child, .row .pull_ten.three.columns:first-child, .row .pull_ten.four.columns:first-child, .row .pull_ten.five.columns:first-child, .row .pull_ten.six.columns:first-child, .row .pull_ten.seven.columns:first-child, .row .pull_ten.eight.columns:first-child, .row .pull_ten.nine.columns:first-child, .row .pull_ten.ten.columns:first-child, .row .pull_ten.eleven.columns:first-child, .row .pull_eleven.two.columns:first-child, .row .pull_eleven.three.columns:first-child, .row .pull_eleven.four.columns:first-child, .row .pull_eleven.five.columns:first-child, .row .pull_eleven.six.columns:first-child, .row .pull_eleven.seven.columns:first-child, .row .pull_eleven.eight.columns:first-child, .row .pull_eleven.nine.columns:first-child, .row .pull_eleven.ten.columns:first-child, .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.one.column:first-child, .sixteen.colgrid .row .pull_one.two.columns:first-child, .sixteen.colgrid .row .pull_one.three.columns:first-child, .sixteen.colgrid .row .pull_one.four.columns:first-child, .sixteen.colgrid .row .pull_one.five.columns:first-child, .sixteen.colgrid .row .pull_one.six.columns:first-child, .sixteen.colgrid .row .pull_one.seven.columns:first-child, .sixteen.colgrid .row .pull_one.eight.columns:first-child, .sixteen.colgrid .row .pull_one.nine.columns:first-child, .sixteen.colgrid .row .pull_one.ten.columns:first-child, .sixteen.colgrid .row .pull_one.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.twelve.columns:first-child, .sixteen.colgrid .row .pull_one.thirteen.columns:first-child, .sixteen.colgrid .row .pull_one.fourteen.columns:first-child, .sixteen.colgrid .row .pull_two.one.column:first-child, .sixteen.colgrid .row .pull_two.two.columns:first-child, .sixteen.colgrid .row .pull_two.three.columns:first-child, .sixteen.colgrid .row .pull_two.four.columns:first-child, .sixteen.colgrid .row .pull_two.five.columns:first-child, .sixteen.colgrid .row .pull_two.six.columns:first-child, .sixteen.colgrid .row .pull_two.seven.columns:first-child, .sixteen.colgrid .row .pull_two.eight.columns:first-child, .sixteen.colgrid .row .pull_two.nine.columns:first-child, .sixteen.colgrid .row .pull_two.ten.columns:first-child, .sixteen.colgrid .row .pull_two.eleven.columns:first-child, .sixteen.colgrid .row .pull_two.twelve.columns:first-child, .sixteen.colgrid .row .pull_two.thirteen.columns:first-child, .sixteen.colgrid .row .pull_two.fifteen.columns:first-child, .sixteen.colgrid .row .pull_three.one.column:first-child, .sixteen.colgrid .row .pull_three.two.columns:first-child, .sixteen.colgrid .row .pull_three.three.columns:first-child, .sixteen.colgrid .row .pull_three.four.columns:first-child, .sixteen.colgrid .row .pull_three.five.columns:first-child, .sixteen.colgrid .row .pull_three.six.columns:first-child, .sixteen.colgrid .row .pull_three.seven.columns:first-child, .sixteen.colgrid .row .pull_three.eight.columns:first-child, .sixteen.colgrid .row .pull_three.nine.columns:first-child, .sixteen.colgrid .row .pull_three.ten.columns:first-child, .sixteen.colgrid .row .pull_three.eleven.columns:first-child, .sixteen.colgrid .row .pull_three.twelve.columns:first-child, .sixteen.colgrid .row .pull_three.fourteen.columns:first-child, .sixteen.colgrid .row .pull_three.fifteen.columns:first-child, .sixteen.colgrid .row .pull_four.one.column:first-child, .sixteen.colgrid .row .pull_four.two.columns:first-child, .sixteen.colgrid .row .pull_four.three.columns:first-child, .sixteen.colgrid .row .pull_four.four.columns:first-child, .sixteen.colgrid .row .pull_four.five.columns:first-child, .sixteen.colgrid .row .pull_four.six.columns:first-child, .sixteen.colgrid .row .pull_four.seven.columns:first-child, .sixteen.colgrid .row .pull_four.eight.columns:first-child, .sixteen.colgrid .row .pull_four.nine.columns:first-child, .sixteen.colgrid .row .pull_four.ten.columns:first-child, .sixteen.colgrid .row .pull_four.eleven.columns:first-child, .sixteen.colgrid .row .pull_four.thirteen.columns:first-child, .sixteen.colgrid .row .pull_four.fourteen.columns:first-child, .sixteen.colgrid .row .pull_four.fifteen.columns:first-child, .sixteen.colgrid .row .pull_five.one.column:first-child, .sixteen.colgrid .row .pull_five.two.columns:first-child, .sixteen.colgrid .row .pull_five.three.columns:first-child, .sixteen.colgrid .row .pull_five.four.columns:first-child, .sixteen.colgrid .row .pull_five.five.columns:first-child, .sixteen.colgrid .row .pull_five.six.columns:first-child, .sixteen.colgrid .row .pull_five.seven.columns:first-child, .sixteen.colgrid .row .pull_five.eight.columns:first-child, .sixteen.colgrid .row .pull_five.nine.columns:first-child, .sixteen.colgrid .row .pull_five.ten.columns:first-child, .sixteen.colgrid .row .pull_five.twelve.columns:first-child, .sixteen.colgrid .row .pull_five.thirteen.columns:first-child, .sixteen.colgrid .row .pull_five.fourteen.columns:first-child, .sixteen.colgrid .row .pull_five.fifteen.columns:first-child, .sixteen.colgrid .row .pull_six.one.column:first-child, .sixteen.colgrid .row .pull_six.two.columns:first-child, .sixteen.colgrid .row .pull_six.three.columns:first-child, .sixteen.colgrid .row .pull_six.four.columns:first-child, .sixteen.colgrid .row .pull_six.five.columns:first-child, .sixteen.colgrid .row .pull_six.six.columns:first-child, .sixteen.colgrid .row .pull_six.seven.columns:first-child, .sixteen.colgrid .row .pull_six.eight.columns:first-child, .sixteen.colgrid .row .pull_six.nine.columns:first-child, .sixteen.colgrid .row .pull_six.eleven.columns:first-child, .sixteen.colgrid .row .pull_six.twelve.columns:first-child, .sixteen.colgrid .row .pull_six.thirteen.columns:first-child, .sixteen.colgrid .row .pull_six.fourteen.columns:first-child, .sixteen.colgrid .row .pull_six.fifteen.columns:first-child, .sixteen.colgrid .row .pull_seven.one.column:first-child, .sixteen.colgrid .row .pull_seven.two.columns:first-child, .sixteen.colgrid .row .pull_seven.three.columns:first-child, .sixteen.colgrid .row .pull_seven.four.columns:first-child, .sixteen.colgrid .row .pull_seven.five.columns:first-child, .sixteen.colgrid .row .pull_seven.six.columns:first-child, .sixteen.colgrid .row .pull_seven.seven.columns:first-child, .sixteen.colgrid .row .pull_seven.eight.columns:first-child, .sixteen.colgrid .row .pull_seven.ten.columns:first-child, .sixteen.colgrid .row .pull_seven.eleven.columns:first-child, .sixteen.colgrid .row .pull_seven.twelve.columns:first-child, .sixteen.colgrid .row .pull_seven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eight.one.column:first-child, .sixteen.colgrid .row .pull_eight.two.columns:first-child, .sixteen.colgrid .row .pull_eight.three.columns:first-child, .sixteen.colgrid .row .pull_eight.four.columns:first-child, .sixteen.colgrid .row .pull_eight.five.columns:first-child, .sixteen.colgrid .row .pull_eight.six.columns:first-child, .sixteen.colgrid .row .pull_eight.seven.columns:first-child, .sixteen.colgrid .row .pull_eight.nine.columns:first-child, .sixteen.colgrid .row .pull_eight.ten.columns:first-child, .sixteen.colgrid .row .pull_eight.eleven.columns:first-child, .sixteen.colgrid .row .pull_eight.twelve.columns:first-child, .sixteen.colgrid .row .pull_eight.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fifteen.columns:first-child, .sixteen.colgrid .row .pull_nine.one.column:first-child, .sixteen.colgrid .row .pull_nine.two.columns:first-child, .sixteen.colgrid .row .pull_nine.three.columns:first-child, .sixteen.colgrid .row .pull_nine.four.columns:first-child, .sixteen.colgrid .row .pull_nine.five.columns:first-child, .sixteen.colgrid .row .pull_nine.six.columns:first-child, .sixteen.colgrid .row .pull_nine.eight.columns:first-child, .sixteen.colgrid .row .pull_nine.nine.columns:first-child, .sixteen.colgrid .row .pull_nine.ten.columns:first-child, .sixteen.colgrid .row .pull_nine.eleven.columns:first-child, .sixteen.colgrid .row .pull_nine.twelve.columns:first-child, .sixteen.colgrid .row .pull_nine.thirteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fourteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fifteen.columns:first-child, .sixteen.colgrid .row .pull_ten.one.column:first-child, .sixteen.colgrid .row .pull_ten.two.columns:first-child, .sixteen.colgrid .row .pull_ten.three.columns:first-child, .sixteen.colgrid .row .pull_ten.four.columns:first-child, .sixteen.colgrid .row .pull_ten.five.columns:first-child, .sixteen.colgrid .row .pull_ten.seven.columns:first-child, .sixteen.colgrid .row .pull_ten.eight.columns:first-child, .sixteen.colgrid .row .pull_ten.nine.columns:first-child, .sixteen.colgrid .row .pull_ten.ten.columns:first-child, .sixteen.colgrid .row .pull_ten.eleven.columns:first-child, .sixteen.colgrid .row .pull_ten.twelve.columns:first-child, .sixteen.colgrid .row .pull_ten.thirteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fourteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.one.column:first-child, .sixteen.colgrid .row .pull_eleven.two.columns:first-child, .sixteen.colgrid .row .pull_eleven.three.columns:first-child, .sixteen.colgrid .row .pull_eleven.four.columns:first-child, .sixteen.colgrid .row .pull_eleven.six.columns:first-child, .sixteen.colgrid .row .pull_eleven.seven.columns:first-child, .sixteen.colgrid .row .pull_eleven.eight.columns:first-child, .sixteen.colgrid .row .pull_eleven.nine.columns:first-child, .sixteen.colgrid .row .pull_eleven.ten.columns:first-child, .sixteen.colgrid .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_eleven.twelve.columns:first-child, .sixteen.colgrid .row .pull_eleven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.one.column:first-child, .sixteen.colgrid .row .pull_twelve.two.columns:first-child, .sixteen.colgrid .row .pull_twelve.three.columns:first-child, .sixteen.colgrid .row .pull_twelve.five.columns:first-child, .sixteen.colgrid .row .pull_twelve.six.columns:first-child, .sixteen.colgrid .row .pull_twelve.seven.columns:first-child, .sixteen.colgrid .row .pull_twelve.eight.columns:first-child, .sixteen.colgrid .row .pull_twelve.nine.columns:first-child, .sixteen.colgrid .row .pull_twelve.ten.columns:first-child, .sixteen.colgrid .row .pull_twelve.eleven.columns:first-child, .sixteen.colgrid .row .pull_twelve.twelve.columns:first-child, .sixteen.colgrid .row .pull_twelve.thirteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fourteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fifteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.one.column:first-child, .sixteen.colgrid .row .pull_thirteen.two.columns:first-child, .sixteen.colgrid .row .pull_thirteen.four.columns:first-child, .sixteen.colgrid .row .pull_thirteen.five.columns:first-child, .sixteen.colgrid .row .pull_thirteen.six.columns:first-child, .sixteen.colgrid .row .pull_thirteen.seven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eight.columns:first-child, .sixteen.colgrid .row .pull_thirteen.nine.columns:first-child, .sixteen.colgrid .row .pull_thirteen.ten.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_thirteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.one.column:first-child, .sixteen.colgrid .row .pull_fourteen.three.columns:first-child, .sixteen.colgrid .row .pull_fourteen.four.columns:first-child, .sixteen.colgrid .row .pull_fourteen.five.columns:first-child, .sixteen.colgrid .row .pull_fourteen.six.columns:first-child, .sixteen.colgrid .row .pull_fourteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fourteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fourteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fourteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.two.columns:first-child, .sixteen.colgrid .row .pull_fifteen.three.columns:first-child, .sixteen.colgrid .row .pull_fifteen.four.columns:first-child, .sixteen.colgrid .row .pull_fifteen.five.columns:first-child, .sixteen.colgrid .row .pull_fifteen.six.columns:first-child, .sixteen.colgrid .row .pull_fifteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fifteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fifteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fifteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fifteen.columns:first-child { margin-left: 0; }

/*=================================================

	+++ LE GRID +++
	A Responsive Grid -- Gumby defaults to a standard 960 grid,
	but you can change it to whatever you'd like.
 ==================================================*/
/*.container {
	padding: 0 $gutter-in-px;
}*/
.row { width: 100%; max-width: 1264px; min-width: 320px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.row .row { min-width: 0; padding-left: 0; padding-right: 0; }

/* To fix the grid into a different size, set max-width to your desired width */
.column, .columns { margin-left: 1.63399%; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.column:first-child, .columns:first-child, .alpha { margin-left: 0; }

.column.omega, .columns.omega { float: right; }

/* Column Classes */
.row .one.column { width: 6.83551%; }
.row .one.columns { width: 6.83551%; }
.row .two.columns { width: 15.30501%; }
.row .three.columns { width: 23.77451%; }
.row .four.columns { width: 32.24401%; }
.row .five.columns { width: 40.71351%; }
.row .six.columns { width: 49.18301%; }
.row .seven.columns { width: 57.65251%; }
.row .eight.columns { width: 66.122%; }
.row .nine.columns { width: 74.5915%; }
.row .ten.columns { width: 83.061%; }
.row .eleven.columns { width: 91.5305%; }
.row .twelve.columns { width: 100%; }

/* Push and Pull Classes */
.row .push_one { margin-left: 10.10349%; }
.row .push_one:first-child { margin-left: 8.4695%; }
.row .pull_one.one.column { margin-left: -15.30501%; }
.row .pull_one.two.columns { margin-left: -23.77451%; }
.row .pull_one.three.columns { margin-left: -32.24401%; }
.row .pull_one.four.columns { margin-left: -40.71351%; }
.row .pull_one.five.columns { margin-left: -49.18301%; }
.row .pull_one.six.columns { margin-left: -57.65251%; }
.row .pull_one.seven.columns { margin-left: -66.122%; }
.row .pull_one.eight.columns { margin-left: -74.5915%; }
.row .pull_one.nine.columns { margin-left: -83.061%; }
.row .pull_one.ten.columns { margin-left: -91.5305%; }
.row .push_two { margin-left: 18.57298%; }
.row .push_two:first-child { margin-left: 16.939%; }
.row .pull_two.one.column { margin-left: -23.77451%; }
.row .pull_two.two.columns { margin-left: -32.24401%; }
.row .pull_two.three.columns { margin-left: -40.71351%; }
.row .pull_two.four.columns { margin-left: -49.18301%; }
.row .pull_two.five.columns { margin-left: -57.65251%; }
.row .pull_two.six.columns { margin-left: -66.122%; }
.row .pull_two.seven.columns { margin-left: -74.5915%; }
.row .pull_two.eight.columns { margin-left: -83.061%; }
.row .pull_two.nine.columns { margin-left: -91.5305%; }
.row .pull_two.eleven.columns { margin-left: -108.4695%; }
.row .push_three { margin-left: 27.04248%; }
.row .push_three:first-child { margin-left: 25.4085%; }
.row .pull_three.one.column { margin-left: -32.24401%; }
.row .pull_three.two.columns { margin-left: -40.71351%; }
.row .pull_three.three.columns { margin-left: -49.18301%; }
.row .pull_three.four.columns { margin-left: -57.65251%; }
.row .pull_three.five.columns { margin-left: -66.122%; }
.row .pull_three.six.columns { margin-left: -74.5915%; }
.row .pull_three.seven.columns { margin-left: -83.061%; }
.row .pull_three.eight.columns { margin-left: -91.5305%; }
.row .pull_three.ten.columns { margin-left: -108.4695%; }
.row .pull_three.eleven.columns { margin-left: -116.939%; }
.row .push_four { margin-left: 35.51198%; }
.row .push_four:first-child { margin-left: 33.878%; }
.row .pull_four.one.column { margin-left: -40.71351%; }
.row .pull_four.two.columns { margin-left: -49.18301%; }
.row .pull_four.three.columns { margin-left: -57.65251%; }
.row .pull_four.four.columns { margin-left: -66.122%; }
.row .pull_four.five.columns { margin-left: -74.5915%; }
.row .pull_four.six.columns { margin-left: -83.061%; }
.row .pull_four.seven.columns { margin-left: -91.5305%; }
.row .pull_four.nine.columns { margin-left: -108.4695%; }
.row .pull_four.ten.columns { margin-left: -116.939%; }
.row .pull_four.eleven.columns { margin-left: -125.4085%; }
.row .push_five { margin-left: 43.98148%; }
.row .push_five:first-child { margin-left: 42.34749%; }
.row .pull_five.one.column { margin-left: -49.18301%; }
.row .pull_five.two.columns { margin-left: -57.65251%; }
.row .pull_five.three.columns { margin-left: -66.122%; }
.row .pull_five.four.columns { margin-left: -74.5915%; }
.row .pull_five.five.columns { margin-left: -83.061%; }
.row .pull_five.six.columns { margin-left: -91.5305%; }
.row .pull_five.eight.columns { margin-left: -108.4695%; }
.row .pull_five.nine.columns { margin-left: -116.939%; }
.row .pull_five.ten.columns { margin-left: -125.4085%; }
.row .pull_five.eleven.columns { margin-left: -133.878%; }
.row .push_six { margin-left: 52.45098%; }
.row .push_six:first-child { margin-left: 50.81699%; }
.row .pull_six.one.column { margin-left: -57.65251%; }
.row .pull_six.two.columns { margin-left: -66.122%; }
.row .pull_six.three.columns { margin-left: -74.5915%; }
.row .pull_six.four.columns { margin-left: -83.061%; }
.row .pull_six.five.columns { margin-left: -91.5305%; }
.row .pull_six.seven.columns { margin-left: -108.4695%; }
.row .pull_six.eight.columns { margin-left: -116.939%; }
.row .pull_six.nine.columns { margin-left: -125.4085%; }
.row .pull_six.ten.columns { margin-left: -133.878%; }
.row .pull_six.eleven.columns { margin-left: -142.34749%; }
.row .push_seven { margin-left: 60.92048%; }
.row .push_seven:first-child { margin-left: 59.28649%; }
.row .pull_seven.one.column { margin-left: -66.122%; }
.row .pull_seven.two.columns { margin-left: -74.5915%; }
.row .pull_seven.three.columns { margin-left: -83.061%; }
.row .pull_seven.four.columns { margin-left: -91.5305%; }
.row .pull_seven.six.columns { margin-left: -108.4695%; }
.row .pull_seven.seven.columns { margin-left: -116.939%; }
.row .pull_seven.eight.columns { margin-left: -125.4085%; }
.row .pull_seven.nine.columns { margin-left: -133.878%; }
.row .pull_seven.ten.columns { margin-left: -142.34749%; }
.row .pull_seven.eleven.columns { margin-left: -150.81699%; }
.row .push_eight { margin-left: 69.38998%; }
.row .push_eight:first-child { margin-left: 67.75599%; }
.row .pull_eight.one.column { margin-left: -74.5915%; }
.row .pull_eight.two.columns { margin-left: -83.061%; }
.row .pull_eight.three.columns { margin-left: -91.5305%; }
.row .pull_eight.five.columns { margin-left: -108.4695%; }
.row .pull_eight.six.columns { margin-left: -116.939%; }
.row .pull_eight.seven.columns { margin-left: -125.4085%; }
.row .pull_eight.eight.columns { margin-left: -133.878%; }
.row .pull_eight.nine.columns { margin-left: -142.34749%; }
.row .pull_eight.ten.columns { margin-left: -150.81699%; }
.row .pull_eight.eleven.columns { margin-left: -159.28649%; }
.row .push_nine { margin-left: 77.85948%; }
.row .push_nine:first-child { margin-left: 76.22549%; }
.row .pull_nine.one.column { margin-left: -83.061%; }
.row .pull_nine.two.columns { margin-left: -91.5305%; }
.row .pull_nine.four.columns { margin-left: -108.4695%; }
.row .pull_nine.five.columns { margin-left: -116.939%; }
.row .pull_nine.six.columns { margin-left: -125.4085%; }
.row .pull_nine.seven.columns { margin-left: -133.878%; }
.row .pull_nine.eight.columns { margin-left: -142.34749%; }
.row .pull_nine.nine.columns { margin-left: -150.81699%; }
.row .pull_nine.ten.columns { margin-left: -159.28649%; }
.row .pull_nine.eleven.columns { margin-left: -167.75599%; }
.row .push_ten { margin-left: 86.32898%; }
.row .push_ten:first-child { margin-left: 84.69499%; }
.row .pull_ten.one.column { margin-left: -91.5305%; }
.row .pull_ten.three.columns { margin-left: -108.4695%; }
.row .pull_ten.four.columns { margin-left: -116.939%; }
.row .pull_ten.five.columns { margin-left: -125.4085%; }
.row .pull_ten.six.columns { margin-left: -133.878%; }
.row .pull_ten.seven.columns { margin-left: -142.34749%; }
.row .pull_ten.eight.columns { margin-left: -150.81699%; }
.row .pull_ten.nine.columns { margin-left: -159.28649%; }
.row .pull_ten.ten.columns { margin-left: -167.75599%; }
.row .pull_ten.eleven.columns { margin-left: -176.22549%; }
.row .push_eleven { margin-left: 94.79847%; }
.row .push_eleven:first-child { margin-left: 93.16449%; }
.row .pull_eleven.two.columns { margin-left: -108.4695%; }
.row .pull_eleven.three.columns { margin-left: -116.939%; }
.row .pull_eleven.four.columns { margin-left: -125.4085%; }
.row .pull_eleven.five.columns { margin-left: -133.878%; }
.row .pull_eleven.six.columns { margin-left: -142.34749%; }
.row .pull_eleven.seven.columns { margin-left: -150.81699%; }
.row .pull_eleven.eight.columns { margin-left: -159.28649%; }
.row .pull_eleven.nine.columns { margin-left: -167.75599%; }
.row .pull_eleven.ten.columns { margin-left: -176.22549%; }
.row .pull_eleven.eleven.columns { margin-left: -184.69499%; }

/* Centered Classes */
.row .one.centered { margin-left: 46.58224%; }
.row .two.centered { margin-left: 42.34749%; }
.row .three.centered { margin-left: 38.11275%; }
.row .four.centered { margin-left: 33.878%; }
.row .five.centered { margin-left: 29.64325%; }
.row .six.centered { margin-left: 25.4085%; }
.row .seven.centered { margin-left: 21.17375%; }
.row .eight.centered { margin-left: 16.939%; }
.row .nine.centered { margin-left: 12.70425%; }
.row .ten.centered { margin-left: 8.4695%; }
.row .eleven.centered { margin-left: 4.23475%; }

/* Hybrid Grid Columns */
.sixteen.colgrid .row .one.column { width: 4.71814%; }
.sixteen.colgrid .row .one.columns { width: 4.71814%; }
.sixteen.colgrid .row .two.columns { width: 11.07026%; }
.sixteen.colgrid .row .three.columns { width: 17.42239%; }
.sixteen.colgrid .row .four.columns { width: 23.77451%; }
.sixteen.colgrid .row .five.columns { width: 30.12663%; }
.sixteen.colgrid .row .six.columns { width: 36.47876%; }
.sixteen.colgrid .row .seven.columns { width: 42.83088%; }
.sixteen.colgrid .row .eight.columns { width: 49.18301%; }
.sixteen.colgrid .row .nine.columns { width: 55.53513%; }
.sixteen.colgrid .row .ten.columns { width: 61.88725%; }
.sixteen.colgrid .row .eleven.columns { width: 68.23938%; }
.sixteen.colgrid .row .twelve.columns { width: 74.5915%; }
.sixteen.colgrid .row .thirteen.columns { width: 80.94363%; }
.sixteen.colgrid .row .fourteen.columns { width: 87.29575%; }
.sixteen.colgrid .row .fifteen.columns { width: 93.64788%; }
.sixteen.colgrid .row .sixteen.columns { width: 100%; }

/* Hybrid Push and Pull Classes */
.sixteen.colgrid .row .push_one { margin-left: 7.98611%; }
.sixteen.colgrid .row .push_one:first-child { margin-left: 6.35212%; }
.sixteen.colgrid .row .pull_one.one.column { margin-left: -11.07026%; }
.sixteen.colgrid .row .pull_one.two.columns { margin-left: -17.42239%; }
.sixteen.colgrid .row .pull_one.three.columns { margin-left: -23.77451%; }
.sixteen.colgrid .row .pull_one.four.columns { margin-left: -30.12663%; }
.sixteen.colgrid .row .pull_one.five.columns { margin-left: -36.47876%; }
.sixteen.colgrid .row .pull_one.six.columns { margin-left: -42.83088%; }
.sixteen.colgrid .row .pull_one.seven.columns { margin-left: -49.18301%; }
.sixteen.colgrid .row .pull_one.eight.columns { margin-left: -55.53513%; }
.sixteen.colgrid .row .pull_one.nine.columns { margin-left: -61.88725%; }
.sixteen.colgrid .row .pull_one.ten.columns { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_one.eleven.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_one.twelve.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_one.thirteen.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_one.fourteen.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .push_two { margin-left: 14.33824%; }
.sixteen.colgrid .row .push_two:first-child { margin-left: 12.70425%; }
.sixteen.colgrid .row .pull_two.one.column { margin-left: -17.42239%; }
.sixteen.colgrid .row .pull_two.two.columns { margin-left: -23.77451%; }
.sixteen.colgrid .row .pull_two.three.columns { margin-left: -30.12663%; }
.sixteen.colgrid .row .pull_two.four.columns { margin-left: -36.47876%; }
.sixteen.colgrid .row .pull_two.five.columns { margin-left: -42.83088%; }
.sixteen.colgrid .row .pull_two.six.columns { margin-left: -49.18301%; }
.sixteen.colgrid .row .pull_two.seven.columns { margin-left: -55.53513%; }
.sixteen.colgrid .row .pull_two.eight.columns { margin-left: -61.88725%; }
.sixteen.colgrid .row .pull_two.nine.columns { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_two.ten.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_two.eleven.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_two.twelve.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_two.thirteen.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_two.fifteen.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .push_three { margin-left: 20.69036%; }
.sixteen.colgrid .row .push_three:first-child { margin-left: 19.05637%; }
.sixteen.colgrid .row .pull_three.one.column { margin-left: -23.77451%; }
.sixteen.colgrid .row .pull_three.two.columns { margin-left: -30.12663%; }
.sixteen.colgrid .row .pull_three.three.columns { margin-left: -36.47876%; }
.sixteen.colgrid .row .pull_three.four.columns { margin-left: -42.83088%; }
.sixteen.colgrid .row .pull_three.five.columns { margin-left: -49.18301%; }
.sixteen.colgrid .row .pull_three.six.columns { margin-left: -55.53513%; }
.sixteen.colgrid .row .pull_three.seven.columns { margin-left: -61.88725%; }
.sixteen.colgrid .row .pull_three.eight.columns { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_three.nine.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_three.ten.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_three.eleven.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_three.twelve.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_three.fourteen.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_three.fifteen.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .push_four { margin-left: 27.04248%; }
.sixteen.colgrid .row .push_four:first-child { margin-left: 25.4085%; }
.sixteen.colgrid .row .pull_four.one.column { margin-left: -30.12663%; }
.sixteen.colgrid .row .pull_four.two.columns { margin-left: -36.47876%; }
.sixteen.colgrid .row .pull_four.three.columns { margin-left: -42.83088%; }
.sixteen.colgrid .row .pull_four.four.columns { margin-left: -49.18301%; }
.sixteen.colgrid .row .pull_four.five.columns { margin-left: -55.53513%; }
.sixteen.colgrid .row .pull_four.six.columns { margin-left: -61.88725%; }
.sixteen.colgrid .row .pull_four.seven.columns { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_four.eight.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_four.nine.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_four.ten.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_four.eleven.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_four.thirteen.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_four.fourteen.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_four.fifteen.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .push_five { margin-left: 33.39461%; }
.sixteen.colgrid .row .push_five:first-child { margin-left: 31.76062%; }
.sixteen.colgrid .row .pull_five.one.column { margin-left: -36.47876%; }
.sixteen.colgrid .row .pull_five.two.columns { margin-left: -42.83088%; }
.sixteen.colgrid .row .pull_five.three.columns { margin-left: -49.18301%; }
.sixteen.colgrid .row .pull_five.four.columns { margin-left: -55.53513%; }
.sixteen.colgrid .row .pull_five.five.columns { margin-left: -61.88725%; }
.sixteen.colgrid .row .pull_five.six.columns { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_five.seven.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_five.eight.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_five.nine.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_five.ten.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_five.twelve.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_five.thirteen.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_five.fourteen.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_five.fifteen.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .push_six { margin-left: 39.74673%; }
.sixteen.colgrid .row .push_six:first-child { margin-left: 38.11275%; }
.sixteen.colgrid .row .pull_six.one.column { margin-left: -42.83088%; }
.sixteen.colgrid .row .pull_six.two.columns { margin-left: -49.18301%; }
.sixteen.colgrid .row .pull_six.three.columns { margin-left: -55.53513%; }
.sixteen.colgrid .row .pull_six.four.columns { margin-left: -61.88725%; }
.sixteen.colgrid .row .pull_six.five.columns { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_six.six.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_six.seven.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_six.eight.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_six.nine.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_six.eleven.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_six.twelve.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_six.thirteen.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_six.fourteen.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_six.fifteen.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .push_seven { margin-left: 46.09886%; }
.sixteen.colgrid .row .push_seven:first-child { margin-left: 44.46487%; }
.sixteen.colgrid .row .pull_seven.one.column { margin-left: -49.18301%; }
.sixteen.colgrid .row .pull_seven.two.columns { margin-left: -55.53513%; }
.sixteen.colgrid .row .pull_seven.three.columns { margin-left: -61.88725%; }
.sixteen.colgrid .row .pull_seven.four.columns { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_seven.five.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_seven.six.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_seven.seven.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_seven.eight.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_seven.ten.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_seven.eleven.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_seven.twelve.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_seven.thirteen.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_seven.fourteen.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .pull_seven.fifteen.columns { margin-left: -138.11275%; }
.sixteen.colgrid .row .push_eight { margin-left: 52.45098%; }
.sixteen.colgrid .row .push_eight:first-child { margin-left: 50.81699%; }
.sixteen.colgrid .row .pull_eight.one.column { margin-left: -55.53513%; }
.sixteen.colgrid .row .pull_eight.two.columns { margin-left: -61.88725%; }
.sixteen.colgrid .row .pull_eight.three.columns { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_eight.four.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_eight.five.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_eight.six.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_eight.seven.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_eight.nine.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_eight.ten.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_eight.eleven.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_eight.twelve.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_eight.thirteen.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .pull_eight.fourteen.columns { margin-left: -138.11275%; }
.sixteen.colgrid .row .pull_eight.fifteen.columns { margin-left: -144.46487%; }
.sixteen.colgrid .row .push_nine { margin-left: 58.8031%; }
.sixteen.colgrid .row .push_nine:first-child { margin-left: 57.16912%; }
.sixteen.colgrid .row .pull_nine.one.column { margin-left: -61.88725%; }
.sixteen.colgrid .row .pull_nine.two.columns { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_nine.three.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_nine.four.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_nine.five.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_nine.six.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_nine.eight.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_nine.nine.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_nine.ten.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_nine.eleven.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_nine.twelve.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .pull_nine.thirteen.columns { margin-left: -138.11275%; }
.sixteen.colgrid .row .pull_nine.fourteen.columns { margin-left: -144.46487%; }
.sixteen.colgrid .row .pull_nine.fifteen.columns { margin-left: -150.81699%; }
.sixteen.colgrid .row .push_ten { margin-left: 65.15523%; }
.sixteen.colgrid .row .push_ten:first-child { margin-left: 63.52124%; }
.sixteen.colgrid .row .pull_ten.one.column { margin-left: -68.23938%; }
.sixteen.colgrid .row .pull_ten.two.columns { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_ten.three.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_ten.four.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_ten.five.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_ten.seven.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_ten.eight.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_ten.nine.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_ten.ten.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_ten.eleven.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .pull_ten.twelve.columns { margin-left: -138.11275%; }
.sixteen.colgrid .row .pull_ten.thirteen.columns { margin-left: -144.46487%; }
.sixteen.colgrid .row .pull_ten.fourteen.columns { margin-left: -150.81699%; }
.sixteen.colgrid .row .pull_ten.fifteen.columns { margin-left: -157.16912%; }
.sixteen.colgrid .row .push_eleven { margin-left: 71.50735%; }
.sixteen.colgrid .row .push_eleven:first-child { margin-left: 69.87337%; }
.sixteen.colgrid .row .pull_eleven.one.column { margin-left: -74.5915%; }
.sixteen.colgrid .row .pull_eleven.two.columns { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_eleven.three.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_eleven.four.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_eleven.six.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_eleven.seven.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_eleven.eight.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_eleven.nine.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_eleven.ten.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .pull_eleven.eleven.columns { margin-left: -138.11275%; }
.sixteen.colgrid .row .pull_eleven.twelve.columns { margin-left: -144.46487%; }
.sixteen.colgrid .row .pull_eleven.thirteen.columns { margin-left: -150.81699%; }
.sixteen.colgrid .row .pull_eleven.fourteen.columns { margin-left: -157.16912%; }
.sixteen.colgrid .row .pull_eleven.fifteen.columns { margin-left: -163.52124%; }
.sixteen.colgrid .row .push_twelve { margin-left: 77.85948%; }
.sixteen.colgrid .row .push_twelve:first-child { margin-left: 76.22549%; }
.sixteen.colgrid .row .pull_twelve.one.column { margin-left: -80.94363%; }
.sixteen.colgrid .row .pull_twelve.two.columns { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_twelve.three.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_twelve.five.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_twelve.six.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_twelve.seven.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_twelve.eight.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_twelve.nine.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .pull_twelve.ten.columns { margin-left: -138.11275%; }
.sixteen.colgrid .row .pull_twelve.eleven.columns { margin-left: -144.46487%; }
.sixteen.colgrid .row .pull_twelve.twelve.columns { margin-left: -150.81699%; }
.sixteen.colgrid .row .pull_twelve.thirteen.columns { margin-left: -157.16912%; }
.sixteen.colgrid .row .pull_twelve.fourteen.columns { margin-left: -163.52124%; }
.sixteen.colgrid .row .pull_twelve.fifteen.columns { margin-left: -169.87337%; }
.sixteen.colgrid .row .push_thirteen { margin-left: 84.2116%; }
.sixteen.colgrid .row .push_thirteen:first-child { margin-left: 82.57761%; }
.sixteen.colgrid .row .pull_thirteen.one.column { margin-left: -87.29575%; }
.sixteen.colgrid .row .pull_thirteen.two.columns { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_thirteen.four.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_thirteen.five.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_thirteen.six.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_thirteen.seven.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_thirteen.eight.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .pull_thirteen.nine.columns { margin-left: -138.11275%; }
.sixteen.colgrid .row .pull_thirteen.ten.columns { margin-left: -144.46487%; }
.sixteen.colgrid .row .pull_thirteen.eleven.columns { margin-left: -150.81699%; }
.sixteen.colgrid .row .pull_thirteen.twelve.columns { margin-left: -157.16912%; }
.sixteen.colgrid .row .pull_thirteen.thirteen.columns { margin-left: -163.52124%; }
.sixteen.colgrid .row .pull_thirteen.fourteen.columns { margin-left: -169.87337%; }
.sixteen.colgrid .row .pull_thirteen.fifteen.columns { margin-left: -176.22549%; }
.sixteen.colgrid .row .push_fourteen { margin-left: 90.56373%; }
.sixteen.colgrid .row .push_fourteen:first-child { margin-left: 88.92974%; }
.sixteen.colgrid .row .pull_fourteen.one.column { margin-left: -93.64788%; }
.sixteen.colgrid .row .pull_fourteen.three.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_fourteen.four.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_fourteen.five.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_fourteen.six.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_fourteen.seven.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .pull_fourteen.eight.columns { margin-left: -138.11275%; }
.sixteen.colgrid .row .pull_fourteen.nine.columns { margin-left: -144.46487%; }
.sixteen.colgrid .row .pull_fourteen.ten.columns { margin-left: -150.81699%; }
.sixteen.colgrid .row .pull_fourteen.eleven.columns { margin-left: -157.16912%; }
.sixteen.colgrid .row .pull_fourteen.twelve.columns { margin-left: -163.52124%; }
.sixteen.colgrid .row .pull_fourteen.thirteen.columns { margin-left: -169.87337%; }
.sixteen.colgrid .row .pull_fourteen.fourteen.columns { margin-left: -176.22549%; }
.sixteen.colgrid .row .pull_fourteen.fifteen.columns { margin-left: -182.57761%; }
.sixteen.colgrid .row .push_fifteen { margin-left: 96.91585%; }
.sixteen.colgrid .row .push_fifteen:first-child { margin-left: 95.28186%; }
.sixteen.colgrid .row .pull_fifteen.two.columns { margin-left: -106.35212%; }
.sixteen.colgrid .row .pull_fifteen.three.columns { margin-left: -112.70425%; }
.sixteen.colgrid .row .pull_fifteen.four.columns { margin-left: -119.05637%; }
.sixteen.colgrid .row .pull_fifteen.five.columns { margin-left: -125.4085%; }
.sixteen.colgrid .row .pull_fifteen.six.columns { margin-left: -131.76062%; }
.sixteen.colgrid .row .pull_fifteen.seven.columns { margin-left: -138.11275%; }
.sixteen.colgrid .row .pull_fifteen.eight.columns { margin-left: -144.46487%; }
.sixteen.colgrid .row .pull_fifteen.nine.columns { margin-left: -150.81699%; }
.sixteen.colgrid .row .pull_fifteen.ten.columns { margin-left: -157.16912%; }
.sixteen.colgrid .row .pull_fifteen.eleven.columns { margin-left: -163.52124%; }
.sixteen.colgrid .row .pull_fifteen.twelve.columns { margin-left: -169.87337%; }
.sixteen.colgrid .row .pull_fifteen.thirteen.columns { margin-left: -176.22549%; }
.sixteen.colgrid .row .pull_fifteen.fourteen.columns { margin-left: -182.57761%; }
.sixteen.colgrid .row .pull_fifteen.fifteen.columns { margin-left: -188.92974%; }

.row .pull_one.one.column:first-child, .row .pull_one.two.columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-child, .row .pull_one.five.columns:first-child, .row .pull_one.six.columns:first-child, .row .pull_one.seven.columns:first-child, .row .pull_one.eight.columns:first-child, .row .pull_one.nine.columns:first-child, .row .pull_one.ten.columns:first-child, .row .pull_two.one.column:first-child, .row .pull_two.two.columns:first-child, .row .pull_two.three.columns:first-child, .row .pull_two.four.columns:first-child, .row .pull_two.five.columns:first-child, .row .pull_two.six.columns:first-child, .row .pull_two.seven.columns:first-child, .row .pull_two.eight.columns:first-child, .row .pull_two.nine.columns:first-child, .row .pull_two.eleven.columns:first-child, .row .pull_three.one.column:first-child, .row .pull_three.two.columns:first-child, .row .pull_three.three.columns:first-child, .row .pull_three.four.columns:first-child, .row .pull_three.five.columns:first-child, .row .pull_three.six.columns:first-child, .row .pull_three.seven.columns:first-child, .row .pull_three.eight.columns:first-child, .row .pull_three.ten.columns:first-child, .row .pull_three.eleven.columns:first-child, .row .pull_four.one.column:first-child, .row .pull_four.two.columns:first-child, .row .pull_four.three.columns:first-child, .row .pull_four.four.columns:first-child, .row .pull_four.five.columns:first-child, .row .pull_four.six.columns:first-child, .row .pull_four.seven.columns:first-child, .row .pull_four.nine.columns:first-child, .row .pull_four.ten.columns:first-child, .row .pull_four.eleven.columns:first-child, .row .pull_five.one.column:first-child, .row .pull_five.two.columns:first-child, .row .pull_five.three.columns:first-child, .row .pull_five.four.columns:first-child, .row .pull_five.five.columns:first-child, .row .pull_five.six.columns:first-child, .row .pull_five.eight.columns:first-child, .row .pull_five.nine.columns:first-child, .row .pull_five.ten.columns:first-child, .row .pull_five.eleven.columns:first-child, .row .pull_six.one.column:first-child, .row .pull_six.two.columns:first-child, .row .pull_six.three.columns:first-child, .row .pull_six.four.columns:first-child, .row .pull_six.five.columns:first-child, .row .pull_six.seven.columns:first-child, .row .pull_six.eight.columns:first-child, .row .pull_six.nine.columns:first-child, .row .pull_six.ten.columns:first-child, .row .pull_six.eleven.columns:first-child, .row .pull_seven.one.column:first-child, .row .pull_seven.two.columns:first-child, .row .pull_seven.three.columns:first-child, .row .pull_seven.four.columns:first-child, .row .pull_seven.six.columns:first-child, .row .pull_seven.seven.columns:first-child, .row .pull_seven.eight.columns:first-child, .row .pull_seven.nine.columns:first-child, .row .pull_seven.ten.columns:first-child, .row .pull_seven.eleven.columns:first-child, .row .pull_eight.one.column:first-child, .row .pull_eight.two.columns:first-child, .row .pull_eight.three.columns:first-child, .row .pull_eight.five.columns:first-child, .row .pull_eight.six.columns:first-child, .row .pull_eight.seven.columns:first-child, .row .pull_eight.eight.columns:first-child, .row .pull_eight.nine.columns:first-child, .row .pull_eight.ten.columns:first-child, .row .pull_eight.eleven.columns:first-child, .row .pull_nine.one.column:first-child, .row .pull_nine.two.columns:first-child, .row .pull_nine.four.columns:first-child, .row .pull_nine.five.columns:first-child, .row .pull_nine.six.columns:first-child, .row .pull_nine.seven.columns:first-child, .row .pull_nine.eight.columns:first-child, .row .pull_nine.nine.columns:first-child, .row .pull_nine.ten.columns:first-child, .row .pull_nine.eleven.columns:first-child, .row .pull_ten.one.column:first-child, .row .pull_ten.three.columns:first-child, .row .pull_ten.four.columns:first-child, .row .pull_ten.five.columns:first-child, .row .pull_ten.six.columns:first-child, .row .pull_ten.seven.columns:first-child, .row .pull_ten.eight.columns:first-child, .row .pull_ten.nine.columns:first-child, .row .pull_ten.ten.columns:first-child, .row .pull_ten.eleven.columns:first-child, .row .pull_eleven.two.columns:first-child, .row .pull_eleven.three.columns:first-child, .row .pull_eleven.four.columns:first-child, .row .pull_eleven.five.columns:first-child, .row .pull_eleven.six.columns:first-child, .row .pull_eleven.seven.columns:first-child, .row .pull_eleven.eight.columns:first-child, .row .pull_eleven.nine.columns:first-child, .row .pull_eleven.ten.columns:first-child, .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.one.column:first-child, .sixteen.colgrid .row .pull_one.two.columns:first-child, .sixteen.colgrid .row .pull_one.three.columns:first-child, .sixteen.colgrid .row .pull_one.four.columns:first-child, .sixteen.colgrid .row .pull_one.five.columns:first-child, .sixteen.colgrid .row .pull_one.six.columns:first-child, .sixteen.colgrid .row .pull_one.seven.columns:first-child, .sixteen.colgrid .row .pull_one.eight.columns:first-child, .sixteen.colgrid .row .pull_one.nine.columns:first-child, .sixteen.colgrid .row .pull_one.ten.columns:first-child, .sixteen.colgrid .row .pull_one.eleven.columns:first-child, .sixteen.colgrid .row .pull_one.twelve.columns:first-child, .sixteen.colgrid .row .pull_one.thirteen.columns:first-child, .sixteen.colgrid .row .pull_one.fourteen.columns:first-child, .sixteen.colgrid .row .pull_two.one.column:first-child, .sixteen.colgrid .row .pull_two.two.columns:first-child, .sixteen.colgrid .row .pull_two.three.columns:first-child, .sixteen.colgrid .row .pull_two.four.columns:first-child, .sixteen.colgrid .row .pull_two.five.columns:first-child, .sixteen.colgrid .row .pull_two.six.columns:first-child, .sixteen.colgrid .row .pull_two.seven.columns:first-child, .sixteen.colgrid .row .pull_two.eight.columns:first-child, .sixteen.colgrid .row .pull_two.nine.columns:first-child, .sixteen.colgrid .row .pull_two.ten.columns:first-child, .sixteen.colgrid .row .pull_two.eleven.columns:first-child, .sixteen.colgrid .row .pull_two.twelve.columns:first-child, .sixteen.colgrid .row .pull_two.thirteen.columns:first-child, .sixteen.colgrid .row .pull_two.fifteen.columns:first-child, .sixteen.colgrid .row .pull_three.one.column:first-child, .sixteen.colgrid .row .pull_three.two.columns:first-child, .sixteen.colgrid .row .pull_three.three.columns:first-child, .sixteen.colgrid .row .pull_three.four.columns:first-child, .sixteen.colgrid .row .pull_three.five.columns:first-child, .sixteen.colgrid .row .pull_three.six.columns:first-child, .sixteen.colgrid .row .pull_three.seven.columns:first-child, .sixteen.colgrid .row .pull_three.eight.columns:first-child, .sixteen.colgrid .row .pull_three.nine.columns:first-child, .sixteen.colgrid .row .pull_three.ten.columns:first-child, .sixteen.colgrid .row .pull_three.eleven.columns:first-child, .sixteen.colgrid .row .pull_three.twelve.columns:first-child, .sixteen.colgrid .row .pull_three.fourteen.columns:first-child, .sixteen.colgrid .row .pull_three.fifteen.columns:first-child, .sixteen.colgrid .row .pull_four.one.column:first-child, .sixteen.colgrid .row .pull_four.two.columns:first-child, .sixteen.colgrid .row .pull_four.three.columns:first-child, .sixteen.colgrid .row .pull_four.four.columns:first-child, .sixteen.colgrid .row .pull_four.five.columns:first-child, .sixteen.colgrid .row .pull_four.six.columns:first-child, .sixteen.colgrid .row .pull_four.seven.columns:first-child, .sixteen.colgrid .row .pull_four.eight.columns:first-child, .sixteen.colgrid .row .pull_four.nine.columns:first-child, .sixteen.colgrid .row .pull_four.ten.columns:first-child, .sixteen.colgrid .row .pull_four.eleven.columns:first-child, .sixteen.colgrid .row .pull_four.thirteen.columns:first-child, .sixteen.colgrid .row .pull_four.fourteen.columns:first-child, .sixteen.colgrid .row .pull_four.fifteen.columns:first-child, .sixteen.colgrid .row .pull_five.one.column:first-child, .sixteen.colgrid .row .pull_five.two.columns:first-child, .sixteen.colgrid .row .pull_five.three.columns:first-child, .sixteen.colgrid .row .pull_five.four.columns:first-child, .sixteen.colgrid .row .pull_five.five.columns:first-child, .sixteen.colgrid .row .pull_five.six.columns:first-child, .sixteen.colgrid .row .pull_five.seven.columns:first-child, .sixteen.colgrid .row .pull_five.eight.columns:first-child, .sixteen.colgrid .row .pull_five.nine.columns:first-child, .sixteen.colgrid .row .pull_five.ten.columns:first-child, .sixteen.colgrid .row .pull_five.twelve.columns:first-child, .sixteen.colgrid .row .pull_five.thirteen.columns:first-child, .sixteen.colgrid .row .pull_five.fourteen.columns:first-child, .sixteen.colgrid .row .pull_five.fifteen.columns:first-child, .sixteen.colgrid .row .pull_six.one.column:first-child, .sixteen.colgrid .row .pull_six.two.columns:first-child, .sixteen.colgrid .row .pull_six.three.columns:first-child, .sixteen.colgrid .row .pull_six.four.columns:first-child, .sixteen.colgrid .row .pull_six.five.columns:first-child, .sixteen.colgrid .row .pull_six.six.columns:first-child, .sixteen.colgrid .row .pull_six.seven.columns:first-child, .sixteen.colgrid .row .pull_six.eight.columns:first-child, .sixteen.colgrid .row .pull_six.nine.columns:first-child, .sixteen.colgrid .row .pull_six.eleven.columns:first-child, .sixteen.colgrid .row .pull_six.twelve.columns:first-child, .sixteen.colgrid .row .pull_six.thirteen.columns:first-child, .sixteen.colgrid .row .pull_six.fourteen.columns:first-child, .sixteen.colgrid .row .pull_six.fifteen.columns:first-child, .sixteen.colgrid .row .pull_seven.one.column:first-child, .sixteen.colgrid .row .pull_seven.two.columns:first-child, .sixteen.colgrid .row .pull_seven.three.columns:first-child, .sixteen.colgrid .row .pull_seven.four.columns:first-child, .sixteen.colgrid .row .pull_seven.five.columns:first-child, .sixteen.colgrid .row .pull_seven.six.columns:first-child, .sixteen.colgrid .row .pull_seven.seven.columns:first-child, .sixteen.colgrid .row .pull_seven.eight.columns:first-child, .sixteen.colgrid .row .pull_seven.ten.columns:first-child, .sixteen.colgrid .row .pull_seven.eleven.columns:first-child, .sixteen.colgrid .row .pull_seven.twelve.columns:first-child, .sixteen.colgrid .row .pull_seven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_seven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eight.one.column:first-child, .sixteen.colgrid .row .pull_eight.two.columns:first-child, .sixteen.colgrid .row .pull_eight.three.columns:first-child, .sixteen.colgrid .row .pull_eight.four.columns:first-child, .sixteen.colgrid .row .pull_eight.five.columns:first-child, .sixteen.colgrid .row .pull_eight.six.columns:first-child, .sixteen.colgrid .row .pull_eight.seven.columns:first-child, .sixteen.colgrid .row .pull_eight.nine.columns:first-child, .sixteen.colgrid .row .pull_eight.ten.columns:first-child, .sixteen.colgrid .row .pull_eight.eleven.columns:first-child, .sixteen.colgrid .row .pull_eight.twelve.columns:first-child, .sixteen.colgrid .row .pull_eight.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eight.fifteen.columns:first-child, .sixteen.colgrid .row .pull_nine.one.column:first-child, .sixteen.colgrid .row .pull_nine.two.columns:first-child, .sixteen.colgrid .row .pull_nine.three.columns:first-child, .sixteen.colgrid .row .pull_nine.four.columns:first-child, .sixteen.colgrid .row .pull_nine.five.columns:first-child, .sixteen.colgrid .row .pull_nine.six.columns:first-child, .sixteen.colgrid .row .pull_nine.eight.columns:first-child, .sixteen.colgrid .row .pull_nine.nine.columns:first-child, .sixteen.colgrid .row .pull_nine.ten.columns:first-child, .sixteen.colgrid .row .pull_nine.eleven.columns:first-child, .sixteen.colgrid .row .pull_nine.twelve.columns:first-child, .sixteen.colgrid .row .pull_nine.thirteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fourteen.columns:first-child, .sixteen.colgrid .row .pull_nine.fifteen.columns:first-child, .sixteen.colgrid .row .pull_ten.one.column:first-child, .sixteen.colgrid .row .pull_ten.two.columns:first-child, .sixteen.colgrid .row .pull_ten.three.columns:first-child, .sixteen.colgrid .row .pull_ten.four.columns:first-child, .sixteen.colgrid .row .pull_ten.five.columns:first-child, .sixteen.colgrid .row .pull_ten.seven.columns:first-child, .sixteen.colgrid .row .pull_ten.eight.columns:first-child, .sixteen.colgrid .row .pull_ten.nine.columns:first-child, .sixteen.colgrid .row .pull_ten.ten.columns:first-child, .sixteen.colgrid .row .pull_ten.eleven.columns:first-child, .sixteen.colgrid .row .pull_ten.twelve.columns:first-child, .sixteen.colgrid .row .pull_ten.thirteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fourteen.columns:first-child, .sixteen.colgrid .row .pull_ten.fifteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.one.column:first-child, .sixteen.colgrid .row .pull_eleven.two.columns:first-child, .sixteen.colgrid .row .pull_eleven.three.columns:first-child, .sixteen.colgrid .row .pull_eleven.four.columns:first-child, .sixteen.colgrid .row .pull_eleven.six.columns:first-child, .sixteen.colgrid .row .pull_eleven.seven.columns:first-child, .sixteen.colgrid .row .pull_eleven.eight.columns:first-child, .sixteen.colgrid .row .pull_eleven.nine.columns:first-child, .sixteen.colgrid .row .pull_eleven.ten.columns:first-child, .sixteen.colgrid .row .pull_eleven.eleven.columns:first-child, .sixteen.colgrid .row .pull_eleven.twelve.columns:first-child, .sixteen.colgrid .row .pull_eleven.thirteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fourteen.columns:first-child, .sixteen.colgrid .row .pull_eleven.fifteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.one.column:first-child, .sixteen.colgrid .row .pull_twelve.two.columns:first-child, .sixteen.colgrid .row .pull_twelve.three.columns:first-child, .sixteen.colgrid .row .pull_twelve.five.columns:first-child, .sixteen.colgrid .row .pull_twelve.six.columns:first-child, .sixteen.colgrid .row .pull_twelve.seven.columns:first-child, .sixteen.colgrid .row .pull_twelve.eight.columns:first-child, .sixteen.colgrid .row .pull_twelve.nine.columns:first-child, .sixteen.colgrid .row .pull_twelve.ten.columns:first-child, .sixteen.colgrid .row .pull_twelve.eleven.columns:first-child, .sixteen.colgrid .row .pull_twelve.twelve.columns:first-child, .sixteen.colgrid .row .pull_twelve.thirteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fourteen.columns:first-child, .sixteen.colgrid .row .pull_twelve.fifteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.one.column:first-child, .sixteen.colgrid .row .pull_thirteen.two.columns:first-child, .sixteen.colgrid .row .pull_thirteen.four.columns:first-child, .sixteen.colgrid .row .pull_thirteen.five.columns:first-child, .sixteen.colgrid .row .pull_thirteen.six.columns:first-child, .sixteen.colgrid .row .pull_thirteen.seven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eight.columns:first-child, .sixteen.colgrid .row .pull_thirteen.nine.columns:first-child, .sixteen.colgrid .row .pull_thirteen.ten.columns:first-child, .sixteen.colgrid .row .pull_thirteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_thirteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_thirteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_thirteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.one.column:first-child, .sixteen.colgrid .row .pull_fourteen.three.columns:first-child, .sixteen.colgrid .row .pull_fourteen.four.columns:first-child, .sixteen.colgrid .row .pull_fourteen.five.columns:first-child, .sixteen.colgrid .row .pull_fourteen.six.columns:first-child, .sixteen.colgrid .row .pull_fourteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fourteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fourteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fourteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fourteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fourteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fourteen.fifteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.two.columns:first-child, .sixteen.colgrid .row .pull_fifteen.three.columns:first-child, .sixteen.colgrid .row .pull_fifteen.four.columns:first-child, .sixteen.colgrid .row .pull_fifteen.five.columns:first-child, .sixteen.colgrid .row .pull_fifteen.six.columns:first-child, .sixteen.colgrid .row .pull_fifteen.seven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eight.columns:first-child, .sixteen.colgrid .row .pull_fifteen.nine.columns:first-child, .sixteen.colgrid .row .pull_fifteen.ten.columns:first-child, .sixteen.colgrid .row .pull_fifteen.eleven.columns:first-child, .sixteen.colgrid .row .pull_fifteen.twelve.columns:first-child, .sixteen.colgrid .row .pull_fifteen.thirteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fourteen.columns:first-child, .sixteen.colgrid .row .pull_fifteen.fifteen.columns:first-child { margin-left: 0; }

.row .pull_one.eleven.columns, .row .pull_two.ten.columns, .row .pull_three.nine.columns, .row .pull_four.eight.columns, .row .pull_five.seven.columns, .row .pull_six.six.columns, .row .pull_seven.five.columns, .row .pull_eight.four.columns, .row .pull_nine.three.columns, .row .pull_ten.two.columns, .row .pull_eleven.one.columns, .sixteen.colgrid .row .pull_one.fifteen.columns, .sixteen.colgrid .row .pull_two.fourteen.columns, .sixteen.colgrid .row .pull_three.thirteen.columns, .sixteen.colgrid .row .pull_four.twelve.columns, .sixteen.colgrid .row .pull_five.eleven.columns, .sixteen.colgrid .row .pull_six.ten.columns, .sixteen.colgrid .row .pull_seven.nine.columns, .sixteen.colgrid .row .pull_eight.eight.columns, .sixteen.colgrid .row .pull_nine.seven.columns, .sixteen.colgrid .row .pull_ten.six.columns, .sixteen.colgrid .row .pull_eleven.five.columns, .sixteen.colgrid .row .pull_twelve.four.columns, .sixteen.colgrid .row .pull_thirteen.three.columns, .sixteen.colgrid .row .pull_fourteen.two.columns, .sixteen.colgrid .row .pull_fifteen.one.columns { margin-left: -100%; }

/* Hybrid Centered Classes */
.sixteen.colgrid .row .one.centered { margin-left: 47.64093%; }
.sixteen.colgrid .row .two.centered { margin-left: 44.46487%; }
.sixteen.colgrid .row .three.centered { margin-left: 41.28881%; }
.sixteen.colgrid .row .four.centered { margin-left: 38.11275%; }
.sixteen.colgrid .row .five.centered { margin-left: 34.93668%; }
.sixteen.colgrid .row .six.centered { margin-left: 31.76062%; }
.sixteen.colgrid .row .seven.centered { margin-left: 28.58456%; }
.sixteen.colgrid .row .eight.centered { margin-left: 25.4085%; }
.sixteen.colgrid .row .nine.centered { margin-left: 22.23243%; }
.sixteen.colgrid .row .ten.centered { margin-left: 19.05637%; }
.sixteen.colgrid .row .eleven.centered { margin-left: 15.88031%; }
.sixteen.colgrid .row .twelve.centered { margin-left: 12.70425%; }
.sixteen.colgrid .row .thirteen.centered { margin-left: 9.52819%; }
.sixteen.colgrid .row .fourteen.centered { margin-left: 6.35212%; }
.sixteen.colgrid .row .fifteen.centered { margin-left: 3.17606%; }

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

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

#map_canvas img, .map_canvas img { max-width: none !important; }

/* Tile Grid */
.tiles { display: block; overflow: hidden; }
.tiles > li, .tiles > .tile { display: block; height: auto; float: left; padding-bottom: 0; }
.tiles.two_up { margin-left: -4%; }
.tiles.two_up > li, .tiles.two_up > .tile { margin-left: 4%; width: 46%; }
.tiles.three_up, .tiles.four_up { margin-left: -2%; }
.tiles.three_up > li, .tiles.three_up > .tile { margin-left: 2%; width: 31.3%; }
.tiles.four_up > li, .tiles.four_up > .tile { margin-left: 2%; width: 23%; }
.tiles.five_up { margin-left: -1.5%; }
.tiles.five_up > li, .tiles.five_up > .tile { margin-left: 1.5%; width: 18.5%; }

/* Nicolas Gallagher's micro clearfix */
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.row { *zoom: 1; }
.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }

.valign:before { content: ' '; display: inline-block; height: 400px; vertical-align: middle; margin-right: -0.25em; }
.valign > div, .valign > article, .valign > section, .valign > figure { display: inline-block; vertical-align: middle; }

/* Mobile */
@media only screen and (max-width: 767px) { body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; }
  .container { min-width: 0; margin-left: 0; margin-right: 0; }
  .row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
  .row .row .column, .row .row .columns { padding: 0; }
  .row .centered { margin-left: 0 !important; }
  .column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; }
  .column:last-child, .columns:last-child { margin-right: 0; float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  [class*="column"]:before { display: table; }
  [class*="column"]:after { display: table; clear: both; }
  [class^="push_"], [class*="push_"], [class^="pull_"], [class*="pull_"] { margin-left: 0 !important; } }
/* @import "tooltips"; */
/* Video */
body .video { /* width: 100%; */ max-width: 853px; margin: 0 auto; position: relative; height: 0; /* padding-bottom: 56.25%; */ padding-bottom: 48%; }

.video > video, .video > iframe, .video > object, .video > embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* SHAME */
.ie8 .xxwide, .ie8 .xwide, .ie8 .wide, .ie8 .normal, .ie8 .narrow, .ie8 .xnarrow { display: inline; }
.ie8 .xxwide + input, .ie8 .xwide + input, .ie8 .wide + input, .ie8 .normal + input, .ie8 .narrow + input, .ie8 .xnarrow + input { display: inline; margin: 0 0 0 -.25em; }
.ie8 .ttip:before, .ie8 .ttip:after { display: none; }
.ie8 .ttip:hover:before, .ie8 .ttip:hover:after { display: block; }

.ie9 .radio.checked i, .ie9 .checkbox.checked i { top: 0; }

html { background: white; font-size: 1.1em; line-height: 1.3em; }

body { font-weight: 200; font-style: normal; }

hr { padding-top: 20px; border: none; border-bottom: 6px solid #D9D9D9; }

.to-the-top { z-index: 0; position: fixed; bottom: 2em; right: 0px; text-decoration: none; color: #000000; background-color: #D9D9D9; font-size: 12px; padding: 1em; display: none; }

/* !Text */
/* _text.scss */
small { font-size: 0.9em; }

strong { font-family: "Siri Medium", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; font-weight: 500; font-style: normal; }

em { font-family: "Siri Light Italic", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; font-weight: 200; font-style: italic; }

figcaption { font-size: 0.8em; text-align: center; }

sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; }

code, pre { font-family: "Inconsolata" , monospace; font-weight: 200; font-size: 0.9em; line-height: 1.2em; background: #E4E4E4; border: 2px solid #D9D9D9; padding: 6px 10px; display: block; overflow: scroll; /* word-break: break-word; */ word-wrap: break-word; }

code.inline { display: inline; }

/* @end _text.scss */
/* !Anchors */
/* _anchors.scss */
a { color: #000; text-decoration: none; font-weight: 500; font-family: "Siri Medium", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; }

article:hover a, .navigation:hover a, footer > .row:hover a { text-decoration: underline; }

article a:hover, .navigation a:hover, footer > .row a:hover { color: #565656; }

/* @end _anchors.scss */
/* !Headers */
/* _headers.scss */
h1 { font-size: 1.7em; font-family: "Siri Medium", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; font-weight: 500; font-style: normal; }

h3 { font-family: "Siri Medium", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, sans-serif; font-weight: 500; font-style: normal; font-size: 1.3em; }

/* @end _headers.scss */
/* !Layout */
/* !Header */
/* _header.scss */
#site-header { text-align: center; border-bottom: 6px solid #D9D9D9; margin-bottom: 8px; }

#site-header h1 { font-family: 'Inconsolata' , monospace; text-shadow: 0 -1px 2px #fff; font-size: 2.2em; line-height: 1.625em; }

/* @end _header.scss */
.entry-content h3 { padding-top: 15px; padding-bottom: 10px; }

.entry-content p { padding: 8px 0; line-height: 1.7em; }

.entry-content ul, .entry-content ol { margin-left: 8px; padding-left: 10px; }

.entry-content ul.list-disc { list-style: disc; }

.entry-content ul.list-square { list-style: square; }

.entry-content ul.list-disc { list-style: disc; }

small.entry-meta, .entry-title { text-align: center; }

small.entry-meta ul li { display: inline-table; margin: 0 5px 14px 5px; }

small.entry-meta ul li:first-child { margin-left: 0px; }

.entry-title { margin-bottom: 20px; }

.entry-author { padding-left: 16px; background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 12" enable-background="new 0 0 12 12" xml:space="preserve"> <g id="user_2_"> <path id="user" fill="#010101" d="M11.478,9.382C11.165,9.164,8.974,7.8,7.826,7.364V5.291c0.313-0.273,0.522-0.655,0.522-1.2 V2.455C8.348,1.091,7.565,0,6,0S3.652,1.091,3.652,2.455c0,0,0,0.273,0,1.636c0,0.6,0.209,0.982,0.522,1.2v2.073 C3.13,7.855,0.835,9.218,0.522,9.382C0.104,9.655,0,9.873,0,10.418c0,0.218,0,1.309,0,1.309C0,11.891,0.104,12,0.261,12h11.478 C11.896,12,12,11.891,12,11.727c0,0,0-1.036,0-1.309C12,9.873,11.896,9.655,11.478,9.382z"/> </g> </svg>') no-repeat 0 4px; background-size: 12px 12px; }

.entry-date { padding-left: 16px; background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 12" enable-background="new 0 0 12 12" xml:space="preserve"> <g id="calendar"> <path fill="#010101" d="M0,3.44v7.993c0,0.25,0.261,0.5,0.522,0.5h10.957c0.261,0,0.522-0.25,0.522-0.5V3.44H0z M2.609,10.933 H1.043V9.434h1.565V10.933z M2.609,8.935H1.043V7.436h1.565V8.935z M2.609,6.937H1.043V5.438h1.565V6.937z M4.696,10.933H3.13 V9.434h1.565V10.933z M4.696,8.935H3.13V7.436h1.565V8.935z M4.696,6.937H3.13V5.438h1.565V6.937z M6.783,10.933H5.217V9.434h1.565 V10.933z M6.783,8.935H5.217V7.436h1.565V8.935z M6.783,6.937H5.217V5.438h1.565V6.937z M8.87,10.933H7.304V9.434H8.87V10.933z M8.87,8.935H7.304V7.436H8.87V8.935z M8.87,6.937H7.304V5.438H8.87V6.937z M10.957,10.933H9.391V9.434h1.565V10.933z M10.957,8.935H9.391V7.436h1.565V8.935z M10.957,6.937H9.391V5.438h1.565V6.937z M12,1.442V2.94H0V1.442 c0-0.25,0.261-0.5,0.522-0.5h1.043v-0.5c0-0.25,0.261-0.5,0.522-0.5h0.522c0.261,0,0.522,0.25,0.522,0.5v0.5H8.87v-0.5 c0-0.25,0.261-0.5,0.522-0.5h0.522c0.261,0,0.522,0.25,0.522,0.5v0.5h1.043C11.739,0.942,12,1.192,12,1.442z"/> </g> </svg>') no-repeat 0 3px; background-size: 12px 12px; }

.entry-tags { padding-left: 19px; background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 12" enable-background="new 0 0 15 12" xml:space="preserve"> <g id="tags"> <path fill="#010101" d="M14.744,7.369l-4.478,4.469c-0.101,0.1-0.252,0.05-0.352-0.05l-0.805-0.803l3.623-3.615 c0.252-0.251,0.252-0.452,0-0.703L5.988-0.062h1.51c0.151,0,0.453,0.05,0.554,0.1c0.101,0.05,0.201,0.151,0.302,0.251l6.391,6.377 C14.895,6.816,14.945,7.168,14.744,7.369z"/> <path fill="#010101" d="M5.183,0.138c-0.101-0.1-0.302-0.201-0.453-0.201H0.252C0.101-0.062,0,0.038,0,0.189v4.469 c0,0.151,0.101,0.351,0.201,0.452l6.743,6.728c0.101,0.1,0.252,0.1,0.352,0l4.629-4.619c0.101-0.1,0.101-0.251,0-0.351L5.183,0.138 z M3.22,3.151c-0.403,0.402-1.006,0.402-1.409,0s-0.403-1.004,0-1.406s1.006-0.402,1.409,0C3.623,2.147,3.623,2.749,3.22,3.151z"/> </g> </svg> ') no-repeat 0 3px; background-size: 16px 13px; }

.entry-gplus { padding-left: 16px; background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 12" enable-background="new 0 0 12 12" xml:space="preserve"> <g id="google_x5F_plus"> <path fill="#010101" d="M2.7,8.25C2.6,8.2,2.5,8.1,2.5,7.95c0,0,0-0.3,0-0.55C1.8,7.4,0.3,7.3,0,5.65v3.7 c0.85-0.75,2.35-0.8,2.95-0.8C2.9,8.35,2.8,8.3,2.7,8.25z"/> <path fill="#010101" d="M3,6.65c0.1,0,0.15,0,0.25-0.05C3.9,6.4,4.25,5.5,4,4.55C3.75,3.7,3.15,3.1,2.55,3.1 c-0.1,0-0.15,0-0.25,0.05C2,3.25,1.75,3.5,1.6,3.9C1.45,4.3,1.45,4.75,1.55,5.25C1.75,6.05,2.4,6.65,3,6.65z"/> <path fill="#010101" d="M10.75,0h-9.5C0.55,0,0,0.55,0,1.25v3.4C0.4,2.55,3,2.5,3.05,2.5H6l0,0c0,0.35-0.45,0.4-0.85,0.45 C5.05,2.95,4.95,3,4.85,3C5.55,3.4,5.6,4.05,5.6,4.9c0,1-0.6,1.5-1,1.85c-0.25,0.2-0.5,0.4-0.5,0.6c0,0.2,0.3,0.45,0.65,0.75 c0.6,0.45,1.35,1.1,1.35,2.2c0,0.7-0.2,1.25-0.6,1.65h5.25c0.7,0,1.25-0.55,1.25-1.25V1.2C12,0.55,11.45,0,10.75,0z M11.5,5h-2v2H9 V5H7V4.5h2v-2h0.5v2h2V5z"/> <path fill="#010101" d="M2.95,9.2c-0.05,0-0.15,0-0.2,0C2.2,9.25,1.65,9.45,1.3,9.75s-0.55,0.7-0.55,1.1c0.05,0.5,0.45,0.95,1,1.15 H3.8c0.7-0.3,1.2-0.85,1.15-1.45C4.9,9.8,4,9.2,2.95,9.2z"/> </g> </svg>') no-repeat 0 3px; background-size: 12px 12px; }

.entry-youtube { padding-left: 24px; background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19 12" enable-background="new 0 0 19 12" xml:space="preserve"> <g id="facetime_x5F_video_1_"> <path fill="#010101" d="M19,1.5v9c0,0.225-0.158,0.3-0.317,0.15l-5.225-3.975v4.2c0,0.6-0.554,1.125-1.188,1.125H1.188 C0.554,12,0,11.475,0,10.875v-9.75C0,0.525,0.554,0,1.188,0h11.083c0.633,0,1.188,0.525,1.188,1.125v4.2l5.225-3.975 C18.842,1.2,19,1.275,19,1.5z"/> </g> </svg>') no-repeat 0 3px; background-size: 19px 12px; }

.send-to-instapaper { padding-left: 16px; background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 12" enable-background="new 0 0 12 12" xml:space="preserve"> <g id="circle_x5F_plus"> <path fill="#010101" d="M6,0C2.656,0,0,2.705,0,6s2.705,6,6,6s6-2.705,6-6S9.344,0,6,0z M9.492,6.738 c0,0.148-0.098,0.246-0.246,0.246H6.984v2.262c0,0.148-0.098,0.246-0.246,0.246H5.262c-0.148,0-0.246-0.098-0.246-0.246V6.984 H2.754c-0.148,0-0.246-0.098-0.246-0.246V5.262c0-0.148,0.098-0.246,0.246-0.246h2.262V2.754c0-0.148,0.098-0.246,0.246-0.246 h1.475c0.148,0,0.246,0.098,0.246,0.246v2.262h2.262c0.148,0,0.246,0.098,0.246,0.246V6.738z"/> </g> </svg>') no-repeat 0 3px; background-size: 12px 12px; }

.entry-github, .link-github { background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 12" enable-background="new 0 0 12 12" xml:space="preserve"> <g id="github_2_"> <path fill="#010101" d="M10.743,0H1.194C0.49,0-0.062,0.55-0.062,1.25v9.5c0,0.7,0.553,1.25,1.257,1.25h9.549 C11.447,12,12,11.45,12,10.75v-9.5C12,0.55,11.447,0,10.743,0z M4.964,8H3.958V6.5h1.005V8z M6.471,8.5H5.466V8h1.005V8.5z M7.979,8H6.974V6.5h1.005V8z M7.477,3.5L7.477,3.5l2.01-1l0.05,2C9.889,4.95,9.99,5.4,9.99,6v0.5c0,0.9-0.503,1.7-1.257,2.15 C8.884,8.45,8.984,8.25,8.984,8V7c0-0.55-0.452-1-1.005-1H3.958C3.405,6,2.953,6.45,2.953,7v1c0,0.25,0.101,0.5,0.251,0.65 C2.451,8.2,1.948,7.4,1.948,6.5V6c0-0.55,0.201-1.1,0.503-1.5v-2l2.01,1H7.477z"/> </g> </svg>') no-repeat 0 3px; }

.entry-github, footer .entry-github { padding-left: 16px; background-size: 12px 12px; }

.link-github { padding-left: 20px; background-size: 14px 14px; }

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

.text-align-center img { margin: 2px; }

.alignright { text-align: right; line-height: 1.625em; }

@media only screen and (max-width: 768px) { #site-header h1 { font-size: 35.2px; font-size: 2.2rem; line-height: 1.625em; word-wrap: break-word; word-break: break-all; }
  small.entry-meta ul { font-size: 17.6px; font-size: 1.1rem; text-align: center; }
  .entry-title { margin-bottom: 10px; }
  .entry-author { background-position-y: 4px; padding-left: 20px; background-size: 14px 14px; }
  .entry-date { background-size: 14px 14px; padding-left: 20px; background-position-y: 4px; margin-left: -5px; }
  .entry-tags { padding-left: 22px; margin-left: -5px; background-size: 17px 14px; background-position-y: 5px; }
  .entry-github { padding-left: 20px; margin-left: -5px; background-size: 14px 14px; background-position-y: 4px; }
  footer .entry-github { background-position-y: 3px; }
  .entry-gplus { padding-left: 16px; }
  .entry-youtube { padding-left: 26px; margin-left: -5px; background-size: 21px 14px; background-position-y: 4px; }
  .send-to-instapaper { padding-left: 20px; margin-left: -5px; background-size: 14px 14px; background-position-y: 4px; }
  .entry-content p { font-size: 17.6px; font-size: 1.1rem; line-height: 1.625em; } }
@media only screen and (max-width: 370px) { small.entry-meta ul li { display: block; }
  small.entry-meta ul { text-align: left; } }
@media only screen and (max-width: 320px) { .zoomer-* { width: 280px; }
  article p { text-align: justify; }
  .entry-title { text-align: left; }
  #site-footer { text-align: justify; } }
footer#site-footer { margin-bottom: 40px; position: relative; }

#site-footer h1 { margin-bottom: 10px; }

#site-footer p { line-height: 1.8em; }

#site-footer a { margin: 0 4px; }

.zoomer { opacity: 0; background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve"> <g id="zoom_x5F_in"> <path fill="#FFFFFF" d="M49.691,45.155l-4.536,4.536c-0.412,0.412-1.031,0.412-1.443,0L31.134,37.114 c-3.093,2.062-7.01,3.299-10.928,3.299C9.072,40.412,0,31.34,0,20.206S9.072,0,20.206,0s20.206,9.072,20.206,20.206 c0,4.124-1.237,7.835-3.299,10.928l12.577,12.577C50.103,43.918,50.103,44.742,49.691,45.155z M33.814,20 c0-7.629-6.186-13.814-13.814-13.814S6.186,12.371,6.186,20S12.371,33.814,20,33.814C27.629,33.815,33.814,27.629,33.814,20z M27.01,17.732h-5.155v-5.155c0-0.619-0.412-1.031-1.031-1.031h-2.062c-0.619,0-1.031,0.412-1.031,1.031v5.155h-5.155 c-0.619,0-1.031,0.412-1.031,1.031v2.062c0,0.619,0.412,1.031,1.031,1.031h5.155v5.155c0,0.619,0.412,1.031,1.031,1.031h2.062 c0.619,0,1.031-0.412,1.031-1.031v-5.155h5.155c0.619,0,1.031-0.412,1.031-1.031v-2.062C28.041,18.144,27.629,17.732,27.01,17.732z "/> </g> </svg>') center center no-repeat black; background-size: 60px 60px; cursor: pointer; width: 150px; height: 150px; position: absolute; margin: 2px; border-radius: 6px; }

.zoomer:hover { opacity: .4; }

.zoomer-300x279 { width: 300px; height: 279px; }

.zoomer-300x272 { width: 300px; height: 272px; }

.zoomer-300x270 { width: 300px; height: 270px; }

.zoomer-300x260 { width: 300px; height: 260px; }

.zoomer-300x250 { width: 300px; height: 250px; }

.zoomer-300x248 { width: 300px; height: 248px; }

.zoomer-300x231 { width: 300px; height: 231px; }

.zoomer-300x227 { width: 300px; height: 227px; }

.zoomer-300x224 { width: 300px; height: 224px; }

.zoomer-300x215 { width: 300px; height: 215px; }

.zoomer-300x213 { width: 300px; height: 213px; }

.zoomer-300x209 { width: 300px; height: 209px; }

.zoomer-300x206 { width: 300px; height: 206px; }

.zoomer-300x204 { width: 300px; height: 204px; }

.zoomer-300x203 { width: 300px; height: 203px; }

.zoomer-300x202 { width: 300px; height: 202px; }

.zoomer-300x197 { width: 300px; height: 197px; }

.zoomer-300x193 { width: 300px; height: 193px; }

.zoomer-300x187 { width: 300px; height: 187px; }

.zoomer-300x181 { width: 300px; height: 181px; }

.zoomer-300x169 { width: 300px; height: 169px; }

.zoomer-300x166 { width: 300px; height: 166px; }

.zoomer-300x111 { width: 300px; height: 111px; }

.zoomer-263x300 { width: 263px; height: 300px; }

.zoomer + img { border-radius: 6px; }

/** View.js **/
.viewer li { -webkit-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1); -moz-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1); }

.viewer .caption { visibility: hidden; opacity: 0; -webkit-transition: opacity 1.5s ease-in-out; -moz-transition: opacity 1.5s ease-in-out; transition: opacity 1.5s ease-in-out; }

.viewer .current .caption { opacity: 100; visibility: visible; }
