@charset "IBM437";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
/* line 15, ../scss/_reset.scss */
html, body, 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, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 25, ../scss/_reset.scss */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
/* line 32, ../scss/_reset.scss */
img,
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
/* line 35, ../scss/_reset.scss */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
/* line 39, ../scss/_reset.scss */
ul {
  list-style: none; }

/* line 41, ../scss/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 46, ../scss/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/* line 48, ../scss/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 50, ../scss/_reset.scss */
del {
  text-decoration: line-through; }

/* line 52, ../scss/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
/* line 55, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 56, ../scss/_reset.scss */
th {
  font-weight: bold;
  vertical-align: bottom; }

/* line 57, ../scss/_reset.scss */
td {
  font-weight: normal;
  vertical-align: top; }

/* line 59, ../scss/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 61, ../scss/_reset.scss */
input, select {
  vertical-align: middle; }

/* line 63, ../scss/_reset.scss */
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

/* line 70, ../scss/_reset.scss */
input[type="radio"] {
  vertical-align: text-bottom; }

/* line 71, ../scss/_reset.scss */
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

/* line 72, ../scss/_reset.scss */
.ie6 input {
  vertical-align: text-bottom; }

/* line 74, ../scss/_reset.scss */
select, input, textarea {
  font: 99% sans-serif; }

/* line 76, ../scss/_reset.scss */
table {
  font-size: inherit;
  font: 100%; }

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
/* line 80, ../scss/_reset.scss */
a:hover, a:active {
  outline: none; }

/* line 82, ../scss/_reset.scss */
small {
  font-size: 85%; }

/* line 84, ../scss/_reset.scss */
strong, th {
  font-weight: bold; }

/* line 86, ../scss/_reset.scss */
td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
/* line 90, ../scss/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

/* line 91, ../scss/_reset.scss */
sup {
  top: -0.5em; }

/* line 92, ../scss/_reset.scss */
sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
/* line 95, ../scss/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
/* line 102, ../scss/_reset.scss */
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
/* line 105, ../scss/_reset.scss */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
/* line 108, ../scss/_reset.scss */
button {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
/* line 111, ../scss/_reset.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover */
/* line 114, ../scss/_reset.scss */
.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

/* let's clear some floats */
/* line 117, ../scss/_reset.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

/* line 118, ../scss/_reset.scss */
.clearfix:after {
  clear: both; }

/* line 119, ../scss/_reset.scss */
.clearfix {
  zoom: 1; }

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
/* line 127, ../scss/_reset.scss */
body {
  font: 13px Helmet, Freesans, sans-serif; }

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
/* we like off-black for text */
/* line 133, ../scss/_reset.scss */
body, select, input, textarea {
  color: #333; }

/* line 135, ../scss/_reset.scss */
a {
  color: #03f; }

/* line 136, ../scss/_reset.scss */
a:hover {
  color: #69f; }

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
/*	j.mp/webkit-tap-highlight-color */
/* line 143, ../scss/_reset.scss */
a:link {
  -webkit-tap-highlight-color: #fcd700; }

/* line 145, ../scss/_reset.scss */
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none; }

/* line 146, ../scss/_reset.scss */
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Print styles!
-------------------------------------------------------------------------------*/
/* Media queries!
-------------------------------------------------------------------------------*/
/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
/*
	This file is all of the harris-base css from style.css
*/
/* STRUCTURE */
/* line 6, ../scss/_harris-base.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

/* GENERAL */
/* line 15, ../scss/_harris-base.scss */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

/* line 19, ../scss/_harris-base.scss */
.clearfix:after {
  clear: both; }

/* line 22, ../scss/_harris-base.scss */
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* line 26, ../scss/_harris-base.scss */
.hidden {
  display: none; }

/* line 28, ../scss/_harris-base.scss */
body > #wrap {
  height: 100%;
  height: auto;
  min-height: 100%; }

/* line 34, ../scss/_harris-base.scss */
#main {
  padding-bottom: 150px; }

/* must be same height as the footer */
/* line 38, ../scss/_harris-base.scss */
footer.main {
  position: relative;
  margin-top: -150px;
  /* negative value of footer height */
  height: 150px;
  clear: both; }

/* line 45, ../scss/_harris-base.scss */
small {
  color: #999;
  font-size: 75%; }

/* line 50, ../scss/_harris-base.scss */
a {
  color: #0033CC;
  text-decoration: none; }

/* line 55, ../scss/_harris-base.scss */
a:hover {
  text-decoration: underline; }

/* line 59, ../scss/_harris-base.scss */
img {
  border: 0px none;
  max-width: 100%;
  height: auto; }

/* WORDPRESS */
/* line 67, ../scss/_harris-base.scss */
.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important; }

/* line 68, ../scss/_harris-base.scss */
.alignleft {
  float: left; }

/* line 69, ../scss/_harris-base.scss */
.alignright {
  float: right; }

/* line 70, ../scss/_harris-base.scss */
img.alignleft {
  margin: 10px 20px 10px 0; }

/* line 71, ../scss/_harris-base.scss */
img.alignright {
  margin: 10px 0 10px 20px; }

/* line 72, ../scss/_harris-base.scss */
img.aligncenter {
  display: block;
  margin: 0px auto; }

/* line 73, ../scss/_harris-base.scss */
.right {
  text-align: right; }

/* line 74, ../scss/_harris-base.scss */
.left {
  text-align: left; }

/* line 75, ../scss/_harris-base.scss */
.center {
  text-align: center; }

/* line 76, ../scss/_harris-base.scss */
.clear {
  clear: both; }

/* ----------------------- THEME SPECIFIC ----------------------- */
/*
* Gumby Framework Version 2.0
* ---------------------------
* 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
*
* http://www.gumbyframework.com/
*/
/* line 12, ../scss/_gumby.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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; }

/* line 14, ../scss/_gumby.scss */
html {
  line-height: 1; }

/* line 16, ../scss/_gumby.scss */
ol, ul {
  list-style: none; }

/* line 18, ../scss/_gumby.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 20, ../scss/_gumby.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 22, ../scss/_gumby.scss */
q, blockquote {
  quotes: none; }

/* line 23, ../scss/_gumby.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 25, ../scss/_gumby.scss */
a img {
  border: none; }

/* line 27, ../scss/_gumby.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 29, ../scss/_gumby.scss */
* html {
  font-size: 100%; }

/* line 31, ../scss/_gumby.scss */
html {
  font-size: 16px;
  line-height: 1.625em; }

/* line 33, ../scss/_gumby.scss */
html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 35, ../scss/_gumby.scss */
body {
  background: white;
  font-family: "Open Sans";
  font-weight: 400;
  color: #555555;
  position: relative;
  -webkit-font-smoothing: antialiased; }

/* line 37, ../scss/_gumby.scss */
.ie9 {
  font-family: "Open Sans"; }

/* line 38, ../scss/_gumby.scss */
.ie9 * {
  font-family: "Open Sans"; }

/* line 40, ../scss/_gumby.scss */
.hide {
  display: none; }

/* line 42, ../scss/_gumby.scss */
.hide.active, .show {
  display: block; }

/* line 44, ../scss/_gumby.scss */
.fixed {
  position: fixed; }

@media only screen and (max-width: 768px) {
  /* line 45, ../scss/_gumby.scss */
  .fixed {
    position: relative !important; } }
/* Fonts */
@font-face {
  font-family: "entypo";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/icons/entypo.eot);
  src: url("../fonts/icons/entypo.eot?#iefix") format("ie9-skip-eot"), url("../fonts/icons/entypo.woff") format("woff"), url("../fonts/icons/entypo.ttf") format("truetype"); }

/* line 50, ../scss/_gumby.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans";
  font-weight: Normal;
  color: #444444;
  text-rendering: optimizelegibility;
  padding-top: 0.273em;
  line-height: 1.15538em;
  padding-bottom: 0.273em; }

/* line 51, ../scss/_gumby.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #d04526; }

@media only screen and (max-width: 767px) {
  /* line 53, ../scss/_gumby.scss */
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word; } }
/* line 54, ../scss/_gumby.scss */
h1 {
  font-size: 68px;
  font-size: 4.25rem; }

/* line 55, ../scss/_gumby.scss */
h1.xlarge {
  font-size: 110px;
  font-size: 6.875rem; }

/* line 56, ../scss/_gumby.scss */
h1.xxlarge {
  font-size: 126px;
  font-size: 7.875rem; }

/* line 57, ../scss/_gumby.scss */
h1.absurd {
  font-size: 177px;
  font-size: 11.0625rem; }

/* line 59, ../scss/_gumby.scss */
h2 {
  font-size: 42px;
  font-size: 2.625rem; }

/* line 61, ../scss/_gumby.scss */
h3 {
  font-size: 30px;
  font-size: 1.875rem; }

/* line 63, ../scss/_gumby.scss */
h4 {
  font-size: 26px;
  font-size: 1.625rem; }

/* line 65, ../scss/_gumby.scss */
h5 {
  font-size: 18px;
  font-size: 1.125rem; }

/* line 67, ../scss/_gumby.scss */
h6 {
  font-size: 16px;
  font-size: 1rem; }

@media only screen and (max-width: 767px) {
  /* line 69, ../scss/_gumby.scss */
  h1 {
    font-size: 42px;
    font-size: 2.625rem; }

  /* line 70, ../scss/_gumby.scss */
  h2 {
    font-size: 36px;
    font-size: 2.25rem; } }
/* line 71, ../scss/_gumby.scss */
.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px; }

/*=====================================================  	Links & Paragraph styles 	 	======================================================*/
/* line 74, ../scss/_gumby.scss */
p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 13px;
  line-height: 1.625em; }

/* line 75, ../scss/_gumby.scss */
p.lead {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 18px; }

@media only screen and (max-width: 768px) {
  /* line 76, ../scss/_gumby.scss */
  p {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.625em; } }
/* line 78, ../scss/_gumby.scss */
a {
  color: #d04526;
  text-decoration: none;
  outline: 0;
  line-height: inherit; }

/* line 79, ../scss/_gumby.scss */
a:hover {
  color: #c03d20; }

/*=====================================================
 	Lists 	 ======================================================*/
/* line 83, ../scss/_gumby.scss */
ul, ol {
  margin-bottom: 0.273em; }

/* line 85, ../scss/_gumby.scss */
ul {
  list-style: none outside; }

/* line 87, ../scss/_gumby.scss */
ol {
  list-style: decimal;
  margin-left: 30px; }

/* line 89, ../scss/_gumby.scss */
ul.square, ul.circle, ul.disc {
  margin-left: 25px; }

/* line 90, ../scss/_gumby.scss */
ul.square {
  list-style: square outside; }

/* line 91, ../scss/_gumby.scss */
ul.circle {
  list-style: circle outside; }

/* line 92, ../scss/_gumby.scss */
ul.disc {
  list-style: disc outside; }

/* line 93, ../scss/_gumby.scss */
ul ul {
  margin: 4px 0 5px 25px; }

/* line 95, ../scss/_gumby.scss */
ol ol {
  margin: 4px 0 5px 30px; }

/* line 97, ../scss/_gumby.scss */
li {
  padding-bottom: 0.273em; }

/* line 99, ../scss/_gumby.scss */
ul.large li {
  line-height: 21px; }

/* line 101, ../scss/_gumby.scss */
dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem; }

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

/* line 107, ../scss/_gumby.scss */
strong {
  font-weight: 700;
  line-height: inherit; }

/* line 109, ../scss/_gumby.scss */
small {
  font-size: 56.4%;
  line-height: inherit; }

/* line 111, ../scss/_gumby.scss */
h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #777; }

/*	Blockquotes  */
/* line 114, ../scss/_gumby.scss */
blockquote {
  line-height: 20px;
  color: #777;
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 5px solid #cccccc; }

/* line 115, ../scss/_gumby.scss */
blockquote p {
  line-height: 20px;
  color: #777; }

/* line 116, ../scss/_gumby.scss */
blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555555; }

/* line 117, ../scss/_gumby.scss */
blockquote cite:before {
  content: "\2014 \0020"; }

/* line 118, ../scss/_gumby.scss */
blockquote cite a {
  color: #555555; }

/* line 119, ../scss/_gumby.scss */
blockquote cite a:visited {
  color: #555555; }

/* line 121, ../scss/_gumby.scss */
hr {
  border: 1px solid #cccccc;
  clear: both;
  margin: 16px 0 18px;
  height: 0; }

/* line 123, ../scss/_gumby.scss */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #cccccc;
  cursor: help; }

/* line 125, ../scss/_gumby.scss */
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 {
  /* line 129, ../scss/_gumby.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: sanbeiji.com/archives/953 */
  /* line 131, ../scss/_gumby.scss */
  p a {
    color: #555555 !important;
    text-decoration: underline; }

  /* line 132, ../scss/_gumby.scss */
  p a:visited {
    color: #555555 !important;
    text-decoration: underline; }

  /* line 133, ../scss/_gumby.scss */
  p a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 134, ../scss/_gumby.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 135, ../scss/_gumby.scss */
  .ir a:after {
    content: ""; }

  /* line 136, ../scss/_gumby.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  /* line 138, ../scss/_gumby.scss */
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  /* line 139, ../scss/_gumby.scss */
  thead {
    display: table-header-group; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  /* line 141, ../scss/_gumby.scss */
  tr, img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }

  /* line 143, ../scss/_gumby.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 144, ../scss/_gumby.scss */
  h2, h3 {
    page-break-after: avoid; } }
/*=================================================

	+++ LE GRID +++
	A Responsive Grid -- Gumby defaults to a standard 960 grid,
	but you can change it to whatever you'd like.
 ==================================================*/
/* line 151, ../scss/_gumby.scss */
.container {
  padding: 0px 20px; }

/* line 153, ../scss/_gumby.scss */
.row {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }

/* line 154, ../scss/_gumby.scss */
.row .row {
  min-width: 0px; }

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

/* line 159, ../scss/_gumby.scss */
.column:first-child, .columns:first-child, .alpha {
  margin-left: 0px; }

/* line 161, ../scss/_gumby.scss */
.column.omega, .columns.omega {
  float: right; }

/* Column Classes */
/* line 164, ../scss/_gumby.scss */
.row .one.column, .row .one.columns, .sixteen.colgrid .row .one.columns {
  width: 6.38298%; }

/* line 165, ../scss/_gumby.scss */
.row .two.columns {
  width: 14.89362%; }

/* line 166, ../scss/_gumby.scss */
.row .three.columns {
  width: 23.40426%; }

/* line 167, ../scss/_gumby.scss */
.row .four.columns {
  width: 31.91489%; }

/* line 168, ../scss/_gumby.scss */
.row .five.columns {
  width: 40.42553%; }

/* line 169, ../scss/_gumby.scss */
.row .six.columns {
  width: 48.93617%; }

/* line 170, ../scss/_gumby.scss */
.row .seven.columns {
  width: 57.44681%; }

/* line 171, ../scss/_gumby.scss */
.row .eight.columns {
  width: 65.95745%; }

/* line 172, ../scss/_gumby.scss */
.row .nine.columns {
  width: 74.46809%; }

/* line 173, ../scss/_gumby.scss */
.row .ten.columns {
  width: 82.97872%; }

/* line 174, ../scss/_gumby.scss */
.row .eleven.columns {
  width: 91.48936%; }

/* line 175, ../scss/_gumby.scss */
.row .twelve.columns {
  width: 100%; }

/* Push Classes */
/* line 178, ../scss/_gumby.scss */
.row .push_one {
  margin-left: 10.6383%; }

/* line 179, ../scss/_gumby.scss */
.row .push_one:first-child {
  margin-left: 8.51064%; }

/* line 180, ../scss/_gumby.scss */
.row .push_two {
  margin-left: 19.14894%; }

/* line 181, ../scss/_gumby.scss */
.row .push_two:first-child {
  margin-left: 17.02128%; }

/* line 182, ../scss/_gumby.scss */
.row .push_three {
  margin-left: 27.65957%; }

/* line 183, ../scss/_gumby.scss */
.row .push_three:first-child {
  margin-left: 25.53191%; }

/* line 184, ../scss/_gumby.scss */
.row .push_four {
  margin-left: 36.17021%; }

/* line 185, ../scss/_gumby.scss */
.row .push_four:first-child {
  margin-left: 34.04255%; }

/* line 186, ../scss/_gumby.scss */
.row .push_five {
  margin-left: 44.68085%; }

/* line 187, ../scss/_gumby.scss */
.row .push_five:first-child {
  margin-left: 42.55319%; }

/* line 188, ../scss/_gumby.scss */
.row .push_six {
  margin-left: 53.19149%; }

/* line 189, ../scss/_gumby.scss */
.row .push_six:first-child {
  margin-left: 51.06383%; }

/* line 190, ../scss/_gumby.scss */
.row .push_seven {
  margin-left: 61.70213%; }

/* line 191, ../scss/_gumby.scss */
.row .push_seven:first-child {
  margin-left: 59.57447%; }

/* line 192, ../scss/_gumby.scss */
.row .push_eight {
  margin-left: 70.21277%; }

/* line 193, ../scss/_gumby.scss */
.row .push_eight:first-child {
  margin-left: 68.08511%; }

/* line 194, ../scss/_gumby.scss */
.row .push_nine {
  margin-left: 78.7234%; }

/* line 195, ../scss/_gumby.scss */
.row .push_nine:first-child {
  margin-left: 76.59574%; }

/* line 196, ../scss/_gumby.scss */
.row .push_ten {
  margin-left: 87.23404%; }

/* line 197, ../scss/_gumby.scss */
.row .push_ten:first-child {
  margin-left: 85.10638%; }

/* line 198, ../scss/_gumby.scss */
.row .push_eleven {
  margin-left: 95.74468%; }

/* line 199, ../scss/_gumby.scss */
.row .push_eleven:first-child {
  margin-left: 93.61702%; }

/* Centered Classes */
/* line 202, ../scss/_gumby.scss */
.row .one.centered {
  margin-left: 46.80851%; }

/* line 203, ../scss/_gumby.scss */
.row .two.centered {
  margin-left: 42.55319%; }

/* line 204, ../scss/_gumby.scss */
.row .three.centered {
  margin-left: 38.29787%; }

/* line 205, ../scss/_gumby.scss */
.row .four.centered {
  margin-left: 34.04255%; }

/* line 206, ../scss/_gumby.scss */
.row .five.centered {
  margin-left: 29.78723%; }

/* line 207, ../scss/_gumby.scss */
.row .six.centered {
  margin-left: 25.53191%; }

/* line 208, ../scss/_gumby.scss */
.row .seven.centered {
  margin-left: 21.2766%; }

/* line 209, ../scss/_gumby.scss */
.row .eight.centered {
  margin-left: 17.02128%; }

/* line 210, ../scss/_gumby.scss */
.row .nine.centered {
  margin-left: 12.76596%; }

/* line 211, ../scss/_gumby.scss */
.row .ten.centered {
  margin-left: 8.51064%; }

/* line 212, ../scss/_gumby.scss */
.row .eleven.centered {
  margin-left: 4.25532%; }

/* Hybrid Grid Columns */
/* line 215, ../scss/_gumby.scss */
.sixteen.colgrid .row .one.column, .sixteen.colgrid .row .one.columns {
  width: 4.25532%; }

/* line 216, ../scss/_gumby.scss */
.sixteen.colgrid .row .two.columns {
  width: 10.6383%; }

/* line 217, ../scss/_gumby.scss */
.sixteen.colgrid .row .three.columns {
  width: 17.02128%; }

/* line 218, ../scss/_gumby.scss */
.sixteen.colgrid .row .four.columns {
  width: 23.40426%; }

/* line 219, ../scss/_gumby.scss */
.sixteen.colgrid .row .five.columns {
  width: 29.78723%; }

/* line 220, ../scss/_gumby.scss */
.sixteen.colgrid .row .six.columns {
  width: 36.17021%; }

/* line 221, ../scss/_gumby.scss */
.sixteen.colgrid .row .seven.columns {
  width: 42.55319%; }

/* line 222, ../scss/_gumby.scss */
.sixteen.colgrid .row .eight.columns {
  width: 48.93617%; }

/* line 223, ../scss/_gumby.scss */
.sixteen.colgrid .row .nine.columns {
  width: 55.31915%; }

/* line 224, ../scss/_gumby.scss */
.sixteen.colgrid .row .ten.columns {
  width: 61.70213%; }

/* line 225, ../scss/_gumby.scss */
.sixteen.colgrid .row .eleven.columns {
  width: 68.08511%; }

/* line 226, ../scss/_gumby.scss */
.sixteen.colgrid .row .twelve.columns {
  width: 74.46809%; }

/* line 227, ../scss/_gumby.scss */
.sixteen.colgrid .row .thirteen.columns {
  width: 80.85106%; }

/* line 228, ../scss/_gumby.scss */
.sixteen.colgrid .row .fourteen.columns {
  width: 87.23404%; }

/* line 229, ../scss/_gumby.scss */
.sixteen.colgrid .row .fifteen.columns {
  width: 93.61702%; }

/* line 230, ../scss/_gumby.scss */
.sixteen.colgrid .row .sixteen.columns {
  width: 100%; }

/* Hybrid Push Classes */
/* line 233, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_one {
  margin-left: 8.51064%; }

/* line 234, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_one:first-child {
  margin-left: 6.38298%; }

/* line 235, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_two {
  margin-left: 14.89362%; }

/* line 236, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_two:first-child {
  margin-left: 12.76596%; }

/* line 237, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_three {
  margin-left: 21.2766%; }

/* line 238, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_three:first-child {
  margin-left: 19.14894%; }

/* line 239, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_four {
  margin-left: 27.65957%; }

/* line 240, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_four:first-child {
  margin-left: 25.53191%; }

/* line 241, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_five {
  margin-left: 34.04255%; }

/* line 242, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_five:first-child {
  margin-left: 31.91489%; }

/* line 243, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_six {
  margin-left: 40.42553%; }

/* line 244, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_six:first-child {
  margin-left: 38.29787%; }

/* line 245, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_seven {
  margin-left: 46.80851%; }

/* line 246, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_seven:first-child {
  margin-left: 44.68085%; }

/* line 247, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_eight {
  margin-left: 53.19149%; }

/* line 248, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_eight:first-child {
  margin-left: 51.06383%; }

/* line 249, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_nine {
  margin-left: 59.57447%; }

/* line 250, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_nine:first-child {
  margin-left: 57.44681%; }

/* line 251, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_ten {
  margin-left: 65.95745%; }

/* line 252, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_ten:first-child {
  margin-left: 63.82979%; }

/* line 253, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_eleven {
  margin-left: 72.34043%; }

/* line 254, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_eleven:first-child {
  margin-left: 70.21277%; }

/* line 255, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_twelve {
  margin-left: 78.7234%; }

/* line 256, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_twelve:first-child {
  margin-left: 76.59574%; }

/* line 257, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_thirteen {
  margin-left: 85.10638%; }

/* line 258, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_thirteen:first-child {
  margin-left: 82.97872%; }

/* line 259, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_fourteen {
  margin-left: 91.48936%; }

/* line 260, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_fourteen:first-child {
  margin-left: 89.3617%; }

/* line 261, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_fifteen {
  margin-left: 97.87234%; }

/* line 262, ../scss/_gumby.scss */
.sixteen.colgrid .row .push_fifteen:first-child {
  margin-left: 95.74468%; }

/* Hybrid Centered Classes */
/* line 265, ../scss/_gumby.scss */
.sixteen.colgrid .row .one.centered {
  margin-left: 47.87234%; }

/* line 266, ../scss/_gumby.scss */
.sixteen.colgrid .row .two.centered {
  margin-left: 44.68085%; }

/* line 267, ../scss/_gumby.scss */
.sixteen.colgrid .row .three.centered {
  margin-left: 41.48936%; }

/* line 268, ../scss/_gumby.scss */
.sixteen.colgrid .row .four.centered {
  margin-left: 38.29787%; }

/* line 269, ../scss/_gumby.scss */
.sixteen.colgrid .row .five.centered {
  margin-left: 35.10638%; }

/* line 270, ../scss/_gumby.scss */
.sixteen.colgrid .row .six.centered {
  margin-left: 31.91489%; }

/* line 271, ../scss/_gumby.scss */
.sixteen.colgrid .row .seven.centered {
  margin-left: 28.7234%; }

/* line 272, ../scss/_gumby.scss */
.sixteen.colgrid .row .eight.centered {
  margin-left: 25.53191%; }

/* line 273, ../scss/_gumby.scss */
.sixteen.colgrid .row .nine.centered {
  margin-left: 22.34043%; }

/* line 274, ../scss/_gumby.scss */
.sixteen.colgrid .row .ten.centered {
  margin-left: 19.14894%; }

/* line 275, ../scss/_gumby.scss */
.sixteen.colgrid .row .eleven.centered {
  margin-left: 15.95745%; }

/* line 276, ../scss/_gumby.scss */
.sixteen.colgrid .row .twelve.centered {
  margin-left: 12.76596%; }

/* line 277, ../scss/_gumby.scss */
.sixteen.colgrid .row .thirteen.centered {
  margin-left: 9.57447%; }

/* line 278, ../scss/_gumby.scss */
.sixteen.colgrid .row .fourteen.centered {
  margin-left: 6.38298%; }

/* line 279, ../scss/_gumby.scss */
.sixteen.colgrid .row .fifteen.centered {
  margin-left: 3.19149%; }

/* line 281, ../scss/_gumby.scss */
.pull_right {
  float: right; }

/* line 283, ../scss/_gumby.scss */
.pull_left {
  float: left; }

/* line 285, ../scss/_gumby.scss */
img, object, embed {
  max-width: 100%;
  height: auto; }

/* line 287, ../scss/_gumby.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 289, ../scss/_gumby.scss */
#map_canvas img, .map_canvas img {
  max-width: none !important; }

/* Tile Grid */
/* line 292, ../scss/_gumby.scss */
.tiles {
  display: block;
  overflow: hidden; }

/* line 293, ../scss/_gumby.scss */
.tiles > li {
  display: block;
  height: auto;
  float: left;
  padding-bottom: 0; }

/* line 294, ../scss/_gumby.scss */
.tiles.two_up {
  margin-left: -4%; }

/* line 295, ../scss/_gumby.scss */
.tiles.two_up > li {
  margin-left: 4%;
  width: 46%; }

/* line 296, ../scss/_gumby.scss */
.tiles.three_up, .tiles.four_up {
  margin-left: -2%; }

/* line 297, ../scss/_gumby.scss */
.tiles.three_up > li {
  margin-left: 2%;
  width: 31.3%; }

/* line 298, ../scss/_gumby.scss */
.tiles.four_up > li {
  margin-left: 2%;
  width: 23%; }

/* line 299, ../scss/_gumby.scss */
.tiles.five_up {
  margin-left: -1.5%; }

/* line 300, ../scss/_gumby.scss */
.tiles.five_up > li {
  margin-left: 1.5%;
  width: 18.5%; }

/* Nicolas Gallagher's micro clearfix */
/* line 303, ../scss/_gumby.scss */
.clearfix, .row {
  *zoom: 1; }

/* line 304, ../scss/_gumby.scss */
.clearfix:after, .row:after {
  content: "";
  display: table;
  clear: both; }

/* line 305, ../scss/_gumby.scss */
.clearfix:before, .row:before {
  content: "";
  display: table; }

/* line 307, ../scss/_gumby.scss */
.valign {
  display: table;
  width: 100%; }

/* line 308, ../scss/_gumby.scss */
.valign > div {
  display: table-cell;
  vertical-align: middle; }

/* line 309, ../scss/_gumby.scss */
.valign ​ > article {
  display: table-cell;
  vertical-align: middle; }

/* Mobile */
@media only screen and (max-width: 767px) {
  /* line 312, ../scss/_gumby.scss */
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0; }

  /* line 313, ../scss/_gumby.scss */
  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  /* line 314, ../scss/_gumby.scss */
  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  /* line 315, ../scss/_gumby.scss */
  .row .row .column, .row .row .columns {
    padding: 0; }

  /* line 316, ../scss/_gumby.scss */
  .row .centered {
    margin: 0 !important; }

  /* line 317, ../scss/_gumby.scss */
  .column, .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0; }

  /* line 318, ../scss/_gumby.scss */
  .column:last-child, .columns:last-child {
    margin-right: 0;
    float: none; }

  /* line 319, ../scss/_gumby.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: none; }

  /* line 320, ../scss/_gumby.scss */
  [class*="column"]:before {
    display: table; }

  /* line 321, ../scss/_gumby.scss */
  [class*="column"]:after {
    display: table;
    clear: both; }

  /* line 322, ../scss/_gumby.scss */
  [class^="push_"], [class*="push_"] {
    margin-left: 0 !important; } }
/* Icons */
/* line 324, ../scss/_gumby.scss */
[class^="icon-"] a:before, [class*=" icon-"] a:before, [class^="icon-"] a:after, [class*=" icon-"] a:after, i[class^="icon-"], i[class*=" icon-"] {
  font-family: "entypo";
  position: absolute;
  text-decoration: none;
  zoom: 1; }

/* line 326, ../scss/_gumby.scss */
i[class^="icon-"], i[class*=" icon-"] {
  display: inline-block;
  position: static;
  min-width: 20px;
  margin: 0 5px;
  text-align: center; }

/* line 328, ../scss/_gumby.scss */
.icon-note.icon-left a:before, .icon-note.icon-right a:after {
  content: "\266a";
  height: inherit; }

/* line 330, ../scss/_gumby.scss */
i.icon-note:before {
  content: "\266a";
  height: inherit; }

/* line 332, ../scss/_gumby.scss */
.icon-note-beamed.icon-left a:before, .icon-note-beamed.icon-right a:after {
  content: "\266b";
  height: inherit; }

/* line 334, ../scss/_gumby.scss */
i.icon-note-beamed:before {
  content: "\266b";
  height: inherit; }

/* line 336, ../scss/_gumby.scss */
.icon-music.icon-left a:before, .icon-music.icon-right a:after {
  content: "🎵";
  height: inherit; }

/* line 338, ../scss/_gumby.scss */
i.icon-music:before {
  content: "🎵";
  height: inherit; }

/* line 340, ../scss/_gumby.scss */
.icon-search.icon-left a:before, .icon-search.icon-right a:after {
  content: "🔍";
  height: inherit; }

/* line 342, ../scss/_gumby.scss */
i.icon-search:before {
  content: "🔍";
  height: inherit; }

/* line 344, ../scss/_gumby.scss */
.icon-flashlight.icon-left a:before, .icon-flashlight.icon-right a:after {
  content: "🔦";
  height: inherit; }

/* line 346, ../scss/_gumby.scss */
i.icon-flashlight:before {
  content: "🔦";
  height: inherit; }

/* line 348, ../scss/_gumby.scss */
.icon-mail.icon-left a:before, .icon-mail.icon-right a:after {
  content: "\2709";
  height: inherit; }

/* line 350, ../scss/_gumby.scss */
i.icon-mail:before {
  content: "\2709";
  height: inherit; }

/* line 352, ../scss/_gumby.scss */
.icon-heart.icon-left a:before, .icon-heart.icon-right a:after {
  content: "\2665";
  height: inherit; }

/* line 354, ../scss/_gumby.scss */
i.icon-heart:before {
  content: "\2665";
  height: inherit; }

/* line 356, ../scss/_gumby.scss */
.icon-heart-empty.icon-left a:before, .icon-heart-empty.icon-right a:after {
  content: "\2661";
  height: inherit; }

/* line 358, ../scss/_gumby.scss */
i.icon-heart-empty:before {
  content: "\2661";
  height: inherit; }

/* line 360, ../scss/_gumby.scss */
.icon-star.icon-left a:before, .icon-star.icon-right a:after {
  content: "\2605";
  height: inherit; }

/* line 362, ../scss/_gumby.scss */
i.icon-star:before {
  content: "\2605";
  height: inherit; }

/* line 364, ../scss/_gumby.scss */
.icon-star-empty.icon-left a:before, .icon-star-empty.icon-right a:after {
  content: "\2606";
  height: inherit; }

/* line 366, ../scss/_gumby.scss */
i.icon-star-empty:before {
  content: "\2606";
  height: inherit; }

/* line 368, ../scss/_gumby.scss */
.icon-user.icon-left a:before, .icon-user.icon-right a:after {
  content: "👤";
  height: inherit; }

/* line 370, ../scss/_gumby.scss */
i.icon-user:before {
  content: "👤";
  height: inherit; }

/* line 372, ../scss/_gumby.scss */
.icon-users.icon-left a:before, .icon-users.icon-right a:after {
  content: "👥";
  height: inherit; }

/* line 374, ../scss/_gumby.scss */
i.icon-users:before {
  content: "👥";
  height: inherit; }

/* line 376, ../scss/_gumby.scss */
.icon-user-add.icon-left a:before, .icon-user-add.icon-right a:after {
  content: "\e700";
  height: inherit; }

/* line 378, ../scss/_gumby.scss */
i.icon-user-add:before {
  content: "\e700";
  height: inherit; }

/* line 380, ../scss/_gumby.scss */
.icon-video.icon-left a:before, .icon-video.icon-right a:after {
  content: "🎬";
  height: inherit; }

/* line 382, ../scss/_gumby.scss */
i.icon-video:before {
  content: "🎬";
  height: inherit; }

/* line 384, ../scss/_gumby.scss */
.icon-picture.icon-left a:before, .icon-picture.icon-right a:after {
  content: "🌄";
  height: inherit; }

/* line 386, ../scss/_gumby.scss */
i.icon-picture:before {
  content: "🌄";
  height: inherit; }

/* line 388, ../scss/_gumby.scss */
.icon-camera.icon-left a:before, .icon-camera.icon-right a:after {
  content: "📷";
  height: inherit; }

/* line 390, ../scss/_gumby.scss */
i.icon-camera:before {
  content: "📷";
  height: inherit; }

/* line 392, ../scss/_gumby.scss */
.icon-layout.icon-left a:before, .icon-layout.icon-right a:after {
  content: "\268f";
  height: inherit; }

/* line 394, ../scss/_gumby.scss */
i.icon-layout:before {
  content: "\268f";
  height: inherit; }

/* line 396, ../scss/_gumby.scss */
.icon-menu.icon-left a:before, .icon-menu.icon-right a:after {
  content: "\2630";
  height: inherit; }

/* line 398, ../scss/_gumby.scss */
i.icon-menu:before {
  content: "\2630";
  height: inherit; }

/* line 400, ../scss/_gumby.scss */
.icon-check.icon-left a:before, .icon-check.icon-right a:after {
  content: "\2713";
  height: inherit; }

/* line 402, ../scss/_gumby.scss */
i.icon-check:before {
  content: "\2713";
  height: inherit; }

/* line 404, ../scss/_gumby.scss */
.icon-cancel.icon-left a:before, .icon-cancel.icon-right a:after {
  content: "\2715";
  height: inherit; }

/* line 406, ../scss/_gumby.scss */
i.icon-cancel:before {
  content: "\2715";
  height: inherit; }

/* line 408, ../scss/_gumby.scss */
.icon-cancel-circled.icon-left a:before, .icon-cancel-circled.icon-right a:after {
  content: "\2716";
  height: inherit; }

/* line 410, ../scss/_gumby.scss */
i.icon-cancel-circled:before {
  content: "\2716";
  height: inherit; }

/* line 412, ../scss/_gumby.scss */
.icon-cancel-squared.icon-left a:before, .icon-cancel-squared.icon-right a:after {
  content: "\274e";
  height: inherit; }

/* line 414, ../scss/_gumby.scss */
i.icon-cancel-squared:before {
  content: "\274e";
  height: inherit; }

/* line 416, ../scss/_gumby.scss */
.icon-plus.icon-left a:before, .icon-plus.icon-right a:after {
  content: "\2b";
  height: inherit; }

/* line 418, ../scss/_gumby.scss */
i.icon-plus:before {
  content: "\2b";
  height: inherit; }

/* line 420, ../scss/_gumby.scss */
.icon-plus-circled.icon-left a:before, .icon-plus-circled.icon-right a:after {
  content: "\2795";
  height: inherit; }

/* line 422, ../scss/_gumby.scss */
i.icon-plus-circled:before {
  content: "\2795";
  height: inherit; }

/* line 424, ../scss/_gumby.scss */
.icon-plus-squared.icon-left a:before, .icon-plus-squared.icon-right a:after {
  content: "\229e";
  height: inherit; }

/* line 426, ../scss/_gumby.scss */
i.icon-plus-squared:before {
  content: "\229e";
  height: inherit; }

/* line 428, ../scss/_gumby.scss */
.icon-minus.icon-left a:before, .icon-minus.icon-right a:after {
  content: "\2d";
  height: inherit; }

/* line 430, ../scss/_gumby.scss */
i.icon-minus:before {
  content: "\2d";
  height: inherit; }

/* line 432, ../scss/_gumby.scss */
.icon-minus-circled.icon-left a:before, .icon-minus-circled.icon-right a:after {
  content: "\2796";
  height: inherit; }

/* line 434, ../scss/_gumby.scss */
i.icon-minus-circled:before {
  content: "\2796";
  height: inherit; }

/* line 436, ../scss/_gumby.scss */
.icon-minus-squared.icon-left a:before, .icon-minus-squared.icon-right a:after {
  content: "\229f";
  height: inherit; }

/* line 438, ../scss/_gumby.scss */
i.icon-minus-squared:before {
  content: "\229f";
  height: inherit; }

/* line 440, ../scss/_gumby.scss */
.icon-help.icon-left a:before, .icon-help.icon-right a:after {
  content: "\2753";
  height: inherit; }

/* line 442, ../scss/_gumby.scss */
i.icon-help:before {
  content: "\2753";
  height: inherit; }

/* line 444, ../scss/_gumby.scss */
.icon-help-circled.icon-left a:before, .icon-help-circled.icon-right a:after {
  content: "\e704";
  height: inherit; }

/* line 446, ../scss/_gumby.scss */
i.icon-help-circled:before {
  content: "\e704";
  height: inherit; }

/* line 448, ../scss/_gumby.scss */
.icon-info.icon-left a:before, .icon-info.icon-right a:after {
  content: "\2139";
  height: inherit; }

/* line 450, ../scss/_gumby.scss */
i.icon-info:before {
  content: "\2139";
  height: inherit; }

/* line 452, ../scss/_gumby.scss */
.icon-info-circled.icon-left a:before, .icon-info-circled.icon-right a:after {
  content: "\e705";
  height: inherit; }

/* line 454, ../scss/_gumby.scss */
i.icon-info-circled:before {
  content: "\e705";
  height: inherit; }

/* line 456, ../scss/_gumby.scss */
.icon-back.icon-left a:before, .icon-back.icon-right a:after {
  content: "🔙";
  height: inherit; }

/* line 458, ../scss/_gumby.scss */
i.icon-back:before {
  content: "🔙";
  height: inherit; }

/* line 460, ../scss/_gumby.scss */
.icon-home.icon-left a:before, .icon-home.icon-right a:after {
  content: "\2302";
  height: inherit; }

/* line 462, ../scss/_gumby.scss */
i.icon-home:before {
  content: "\2302";
  height: inherit; }

/* line 464, ../scss/_gumby.scss */
.icon-link.icon-left a:before, .icon-link.icon-right a:after {
  content: "🔗";
  height: inherit; }

/* line 466, ../scss/_gumby.scss */
i.icon-link:before {
  content: "🔗";
  height: inherit; }

/* line 468, ../scss/_gumby.scss */
.icon-attach.icon-left a:before, .icon-attach.icon-right a:after {
  content: "📎";
  height: inherit; }

/* line 470, ../scss/_gumby.scss */
i.icon-attach:before {
  content: "📎";
  height: inherit; }

/* line 472, ../scss/_gumby.scss */
.icon-lock.icon-left a:before, .icon-lock.icon-right a:after {
  content: "🔒";
  height: inherit; }

/* line 474, ../scss/_gumby.scss */
i.icon-lock:before {
  content: "🔒";
  height: inherit; }

/* line 476, ../scss/_gumby.scss */
.icon-lock-open.icon-left a:before, .icon-lock-open.icon-right a:after {
  content: "🔓";
  height: inherit; }

/* line 478, ../scss/_gumby.scss */
i.icon-lock-open:before {
  content: "🔓";
  height: inherit; }

/* line 480, ../scss/_gumby.scss */
.icon-eye.icon-left a:before, .icon-eye.icon-right a:after {
  content: "\e70a";
  height: inherit; }

/* line 482, ../scss/_gumby.scss */
i.icon-eye:before {
  content: "\e70a";
  height: inherit; }

/* line 484, ../scss/_gumby.scss */
.icon-tag.icon-left a:before, .icon-tag.icon-right a:after {
  content: "\e70c";
  height: inherit; }

/* line 486, ../scss/_gumby.scss */
i.icon-tag:before {
  content: "\e70c";
  height: inherit; }

/* line 488, ../scss/_gumby.scss */
.icon-bookmark.icon-left a:before, .icon-bookmark.icon-right a:after {
  content: "🔖";
  height: inherit; }

/* line 490, ../scss/_gumby.scss */
i.icon-bookmark:before {
  content: "🔖";
  height: inherit; }

/* line 492, ../scss/_gumby.scss */
.icon-bookmarks.icon-left a:before, .icon-bookmarks.icon-right a:after {
  content: "📑";
  height: inherit; }

/* line 494, ../scss/_gumby.scss */
i.icon-bookmarks:before {
  content: "📑";
  height: inherit; }

/* line 496, ../scss/_gumby.scss */
.icon-flag.icon-left a:before, .icon-flag.icon-right a:after {
  content: "\2691";
  height: inherit; }

/* line 498, ../scss/_gumby.scss */
i.icon-flag:before {
  content: "\2691";
  height: inherit; }

/* line 500, ../scss/_gumby.scss */
.icon-thumbs-up.icon-left a:before, .icon-thumbs-up.icon-right a:after {
  content: "👍";
  height: inherit; }

/* line 502, ../scss/_gumby.scss */
i.icon-thumbs-up:before {
  content: "👍";
  height: inherit; }

/* line 504, ../scss/_gumby.scss */
.icon-thumbs-down.icon-left a:before, .icon-thumbs-down.icon-right a:after {
  content: "👎";
  height: inherit; }

/* line 506, ../scss/_gumby.scss */
i.icon-thumbs-down:before {
  content: "👎";
  height: inherit; }

/* line 508, ../scss/_gumby.scss */
.icon-download.icon-left a:before, .icon-download.icon-right a:after {
  content: "📥";
  height: inherit; }

/* line 510, ../scss/_gumby.scss */
i.icon-download:before {
  content: "📥";
  height: inherit; }

/* line 512, ../scss/_gumby.scss */
.icon-upload.icon-left a:before, .icon-upload.icon-right a:after {
  content: "📤";
  height: inherit; }

/* line 514, ../scss/_gumby.scss */
i.icon-upload:before {
  content: "📤";
  height: inherit; }

/* line 516, ../scss/_gumby.scss */
.icon-upload-cloud.icon-left a:before, .icon-upload-cloud.icon-right a:after {
  content: "\e711";
  height: inherit; }

/* line 518, ../scss/_gumby.scss */
i.icon-upload-cloud:before {
  content: "\e711";
  height: inherit; }

/* line 520, ../scss/_gumby.scss */
.icon-reply.icon-left a:before, .icon-reply.icon-right a:after {
  content: "\e712";
  height: inherit; }

/* line 522, ../scss/_gumby.scss */
i.icon-reply:before {
  content: "\e712";
  height: inherit; }

/* line 524, ../scss/_gumby.scss */
.icon-reply-all.icon-left a:before, .icon-reply-all.icon-right a:after {
  content: "\e713";
  height: inherit; }

/* line 526, ../scss/_gumby.scss */
i.icon-reply-all:before {
  content: "\e713";
  height: inherit; }

/* line 528, ../scss/_gumby.scss */
.icon-forward.icon-left a:before, .icon-forward.icon-right a:after {
  content: "\27a6";
  height: inherit; }

/* line 530, ../scss/_gumby.scss */
i.icon-forward:before {
  content: "\27a6";
  height: inherit; }

/* line 532, ../scss/_gumby.scss */
.icon-quote.icon-left a:before, .icon-quote.icon-right a:after {
  content: "\275e";
  height: inherit; }

/* line 534, ../scss/_gumby.scss */
i.icon-quote:before {
  content: "\275e";
  height: inherit; }

/* line 536, ../scss/_gumby.scss */
.icon-code.icon-left a:before, .icon-code.icon-right a:after {
  content: "\e714";
  height: inherit; }

/* line 538, ../scss/_gumby.scss */
i.icon-code:before {
  content: "\e714";
  height: inherit; }

/* line 540, ../scss/_gumby.scss */
.icon-export.icon-left a:before, .icon-export.icon-right a:after {
  content: "\e715";
  height: inherit; }

/* line 542, ../scss/_gumby.scss */
i.icon-export:before {
  content: "\e715";
  height: inherit; }

/* line 544, ../scss/_gumby.scss */
.icon-pencil.icon-left a:before, .icon-pencil.icon-right a:after {
  content: "\270e";
  height: inherit; }

/* line 546, ../scss/_gumby.scss */
i.icon-pencil:before {
  content: "\270e";
  height: inherit; }

/* line 548, ../scss/_gumby.scss */
.icon-feather.icon-left a:before, .icon-feather.icon-right a:after {
  content: "\2712";
  height: inherit; }

/* line 550, ../scss/_gumby.scss */
i.icon-feather:before {
  content: "\2712";
  height: inherit; }

/* line 552, ../scss/_gumby.scss */
.icon-print.icon-left a:before, .icon-print.icon-right a:after {
  content: "\e716";
  height: inherit; }

/* line 554, ../scss/_gumby.scss */
i.icon-print:before {
  content: "\e716";
  height: inherit; }

/* line 556, ../scss/_gumby.scss */
.icon-retweet.icon-left a:before, .icon-retweet.icon-right a:after {
  content: "\e717";
  height: inherit; }

/* line 558, ../scss/_gumby.scss */
i.icon-retweet:before {
  content: "\e717";
  height: inherit; }

/* line 560, ../scss/_gumby.scss */
.icon-keyboard.icon-left a:before, .icon-keyboard.icon-right a:after {
  content: "\2328";
  height: inherit; }

/* line 562, ../scss/_gumby.scss */
i.icon-keyboard:before {
  content: "\2328";
  height: inherit; }

/* line 564, ../scss/_gumby.scss */
.icon-comment.icon-left a:before, .icon-comment.icon-right a:after {
  content: "\e718";
  height: inherit; }

/* line 566, ../scss/_gumby.scss */
i.icon-comment:before {
  content: "\e718";
  height: inherit; }

/* line 568, ../scss/_gumby.scss */
.icon-chat.icon-left a:before, .icon-chat.icon-right a:after {
  content: "\e720";
  height: inherit; }

/* line 570, ../scss/_gumby.scss */
i.icon-chat:before {
  content: "\e720";
  height: inherit; }

/* line 572, ../scss/_gumby.scss */
.icon-bell.icon-left a:before, .icon-bell.icon-right a:after {
  content: "🔔";
  height: inherit; }

/* line 574, ../scss/_gumby.scss */
i.icon-bell:before {
  content: "🔔";
  height: inherit; }

/* line 576, ../scss/_gumby.scss */
.icon-attention.icon-left a:before, .icon-attention.icon-right a:after {
  content: "\26a0";
  height: inherit; }

/* line 578, ../scss/_gumby.scss */
i.icon-attention:before {
  content: "\26a0";
  height: inherit; }

/* line 580, ../scss/_gumby.scss */
.icon-alert.icon-left a:before, .icon-alert.icon-right a:after {
  content: "💥";
  height: inherit; }

/* line 582, ../scss/_gumby.scss */
i.icon-alert:before {
  content: "💥";
  height: inherit; }

/* line 584, ../scss/_gumby.scss */
.icon-vcard.icon-left a:before, .icon-vcard.icon-right a:after {
  content: "\e722";
  height: inherit; }

/* line 586, ../scss/_gumby.scss */
i.icon-vcard:before {
  content: "\e722";
  height: inherit; }

/* line 588, ../scss/_gumby.scss */
.icon-address.icon-left a:before, .icon-address.icon-right a:after {
  content: "\e723";
  height: inherit; }

/* line 590, ../scss/_gumby.scss */
i.icon-address:before {
  content: "\e723";
  height: inherit; }

/* line 592, ../scss/_gumby.scss */
.icon-location.icon-left a:before, .icon-location.icon-right a:after {
  content: "\e724";
  height: inherit; }

/* line 594, ../scss/_gumby.scss */
i.icon-location:before {
  content: "\e724";
  height: inherit; }

/* line 596, ../scss/_gumby.scss */
.icon-map.icon-left a:before, .icon-map.icon-right a:after {
  content: "\e727";
  height: inherit; }

/* line 598, ../scss/_gumby.scss */
i.icon-map:before {
  content: "\e727";
  height: inherit; }

/* line 600, ../scss/_gumby.scss */
.icon-direction.icon-left a:before, .icon-direction.icon-right a:after {
  content: "\27a2";
  height: inherit; }

/* line 602, ../scss/_gumby.scss */
i.icon-direction:before {
  content: "\27a2";
  height: inherit; }

/* line 604, ../scss/_gumby.scss */
.icon-compass.icon-left a:before, .icon-compass.icon-right a:after {
  content: "\e728";
  height: inherit; }

/* line 606, ../scss/_gumby.scss */
i.icon-compass:before {
  content: "\e728";
  height: inherit; }

/* line 608, ../scss/_gumby.scss */
.icon-cup.icon-left a:before, .icon-cup.icon-right a:after {
  content: "\2615";
  height: inherit; }

/* line 610, ../scss/_gumby.scss */
i.icon-cup:before {
  content: "\2615";
  height: inherit; }

/* line 612, ../scss/_gumby.scss */
.icon-trash.icon-left a:before, .icon-trash.icon-right a:after {
  content: "\e729";
  height: inherit; }

/* line 614, ../scss/_gumby.scss */
i.icon-trash:before {
  content: "\e729";
  height: inherit; }

/* line 616, ../scss/_gumby.scss */
.icon-doc.icon-left a:before, .icon-doc.icon-right a:after {
  content: "\e730";
  height: inherit; }

/* line 618, ../scss/_gumby.scss */
i.icon-doc:before {
  content: "\e730";
  height: inherit; }

/* line 620, ../scss/_gumby.scss */
.icon-docs.icon-left a:before, .icon-docs.icon-right a:after {
  content: "\e736";
  height: inherit; }

/* line 622, ../scss/_gumby.scss */
i.icon-docs:before {
  content: "\e736";
  height: inherit; }

/* line 624, ../scss/_gumby.scss */
.icon-doc-landscape.icon-left a:before, .icon-doc-landscape.icon-right a:after {
  content: "\e737";
  height: inherit; }

/* line 626, ../scss/_gumby.scss */
i.icon-doc-landscape:before {
  content: "\e737";
  height: inherit; }

/* line 628, ../scss/_gumby.scss */
.icon-doc-text.icon-left a:before, .icon-doc-text.icon-right a:after {
  content: "📄";
  height: inherit; }

/* line 630, ../scss/_gumby.scss */
i.icon-doc-text:before {
  content: "📄";
  height: inherit; }

/* line 632, ../scss/_gumby.scss */
.icon-doc-text-inv.icon-left a:before, .icon-doc-text-inv.icon-right a:after {
  content: "\e731";
  height: inherit; }

/* line 634, ../scss/_gumby.scss */
i.icon-doc-text-inv:before {
  content: "\e731";
  height: inherit; }

/* line 636, ../scss/_gumby.scss */
.icon-newspaper.icon-left a:before, .icon-newspaper.icon-right a:after {
  content: "📰";
  height: inherit; }

/* line 638, ../scss/_gumby.scss */
i.icon-newspaper:before {
  content: "📰";
  height: inherit; }

/* line 640, ../scss/_gumby.scss */
.icon-book-open.icon-left a:before, .icon-book-open.icon-right a:after {
  content: "📖";
  height: inherit; }

/* line 642, ../scss/_gumby.scss */
i.icon-book-open:before {
  content: "📖";
  height: inherit; }

/* line 644, ../scss/_gumby.scss */
.icon-book.icon-left a:before, .icon-book.icon-right a:after {
  content: "📕";
  height: inherit; }

/* line 646, ../scss/_gumby.scss */
i.icon-book:before {
  content: "📕";
  height: inherit; }

/* line 648, ../scss/_gumby.scss */
.icon-folder.icon-left a:before, .icon-folder.icon-right a:after {
  content: "📁";
  height: inherit; }

/* line 650, ../scss/_gumby.scss */
i.icon-folder:before {
  content: "📁";
  height: inherit; }

/* line 652, ../scss/_gumby.scss */
.icon-archive.icon-left a:before, .icon-archive.icon-right a:after {
  content: "\e738";
  height: inherit; }

/* line 654, ../scss/_gumby.scss */
i.icon-archive:before {
  content: "\e738";
  height: inherit; }

/* line 656, ../scss/_gumby.scss */
.icon-box.icon-left a:before, .icon-box.icon-right a:after {
  content: "📦";
  height: inherit; }

/* line 658, ../scss/_gumby.scss */
i.icon-box:before {
  content: "📦";
  height: inherit; }

/* line 660, ../scss/_gumby.scss */
.icon-rss.icon-left a:before, .icon-rss.icon-right a:after {
  content: "\e73a";
  height: inherit; }

/* line 662, ../scss/_gumby.scss */
i.icon-rss:before {
  content: "\e73a";
  height: inherit; }

/* line 664, ../scss/_gumby.scss */
.icon-phone.icon-left a:before, .icon-phone.icon-right a:after {
  content: "📞";
  height: inherit; }

/* line 666, ../scss/_gumby.scss */
i.icon-phone:before {
  content: "📞";
  height: inherit; }

/* line 668, ../scss/_gumby.scss */
.icon-cog.icon-left a:before, .icon-cog.icon-right a:after {
  content: "\2699";
  height: inherit; }

/* line 670, ../scss/_gumby.scss */
i.icon-cog:before {
  content: "\2699";
  height: inherit; }

/* line 672, ../scss/_gumby.scss */
.icon-tools.icon-left a:before, .icon-tools.icon-right a:after {
  content: "\2692";
  height: inherit; }

/* line 674, ../scss/_gumby.scss */
i.icon-tools:before {
  content: "\2692";
  height: inherit; }

/* line 676, ../scss/_gumby.scss */
.icon-share.icon-left a:before, .icon-share.icon-right a:after {
  content: "\e73c";
  height: inherit; }

/* line 678, ../scss/_gumby.scss */
i.icon-share:before {
  content: "\e73c";
  height: inherit; }

/* line 680, ../scss/_gumby.scss */
.icon-shareable.icon-left a:before, .icon-shareable.icon-right a:after {
  content: "\e73e";
  height: inherit; }

/* line 682, ../scss/_gumby.scss */
i.icon-shareable:before {
  content: "\e73e";
  height: inherit; }

/* line 684, ../scss/_gumby.scss */
.icon-basket.icon-left a:before, .icon-basket.icon-right a:after {
  content: "\e73d";
  height: inherit; }

/* line 686, ../scss/_gumby.scss */
i.icon-basket:before {
  content: "\e73d";
  height: inherit; }

/* line 688, ../scss/_gumby.scss */
.icon-bag.icon-left a:before, .icon-bag.icon-right a:after {
  content: "👜";
  height: inherit; }

/* line 690, ../scss/_gumby.scss */
i.icon-bag:before {
  content: "👜";
  height: inherit; }

/* line 692, ../scss/_gumby.scss */
.icon-calendar.icon-left a:before, .icon-calendar.icon-right a:after {
  content: "📅";
  height: inherit; }

/* line 694, ../scss/_gumby.scss */
i.icon-calendar:before {
  content: "📅";
  height: inherit; }

/* line 696, ../scss/_gumby.scss */
.icon-login.icon-left a:before, .icon-login.icon-right a:after {
  content: "\e740";
  height: inherit; }

/* line 698, ../scss/_gumby.scss */
i.icon-login:before {
  content: "\e740";
  height: inherit; }

/* line 700, ../scss/_gumby.scss */
.icon-logout.icon-left a:before, .icon-logout.icon-right a:after {
  content: "\e741";
  height: inherit; }

/* line 702, ../scss/_gumby.scss */
i.icon-logout:before {
  content: "\e741";
  height: inherit; }

/* line 704, ../scss/_gumby.scss */
.icon-mic.icon-left a:before, .icon-mic.icon-right a:after {
  content: "🎤";
  height: inherit; }

/* line 706, ../scss/_gumby.scss */
i.icon-mic:before {
  content: "🎤";
  height: inherit; }

/* line 708, ../scss/_gumby.scss */
.icon-mute.icon-left a:before, .icon-mute.icon-right a:after {
  content: "🔇";
  height: inherit; }

/* line 710, ../scss/_gumby.scss */
i.icon-mute:before {
  content: "🔇";
  height: inherit; }

/* line 712, ../scss/_gumby.scss */
.icon-sound.icon-left a:before, .icon-sound.icon-right a:after {
  content: "🔊";
  height: inherit; }

/* line 714, ../scss/_gumby.scss */
i.icon-sound:before {
  content: "🔊";
  height: inherit; }

/* line 716, ../scss/_gumby.scss */
.icon-volume.icon-left a:before, .icon-volume.icon-right a:after {
  content: "\e742";
  height: inherit; }

/* line 718, ../scss/_gumby.scss */
i.icon-volume:before {
  content: "\e742";
  height: inherit; }

/* line 720, ../scss/_gumby.scss */
.icon-clock.icon-left a:before, .icon-clock.icon-right a:after {
  content: "🕔";
  height: inherit; }

/* line 722, ../scss/_gumby.scss */
i.icon-clock:before {
  content: "🕔";
  height: inherit; }

/* line 724, ../scss/_gumby.scss */
.icon-hourglass.icon-left a:before, .icon-hourglass.icon-right a:after {
  content: "\23f3";
  height: inherit; }

/* line 726, ../scss/_gumby.scss */
i.icon-hourglass:before {
  content: "\23f3";
  height: inherit; }

/* line 728, ../scss/_gumby.scss */
.icon-lamp.icon-left a:before, .icon-lamp.icon-right a:after {
  content: "💡";
  height: inherit; }

/* line 730, ../scss/_gumby.scss */
i.icon-lamp:before {
  content: "💡";
  height: inherit; }

/* line 732, ../scss/_gumby.scss */
.icon-light-down.icon-left a:before, .icon-light-down.icon-right a:after {
  content: "🔅";
  height: inherit; }

/* line 734, ../scss/_gumby.scss */
i.icon-light-down:before {
  content: "🔅";
  height: inherit; }

/* line 736, ../scss/_gumby.scss */
.icon-light-up.icon-left a:before, .icon-light-up.icon-right a:after {
  content: "🔆";
  height: inherit; }

/* line 738, ../scss/_gumby.scss */
i.icon-light-up:before {
  content: "🔆";
  height: inherit; }

/* line 740, ../scss/_gumby.scss */
.icon-adjust.icon-left a:before, .icon-adjust.icon-right a:after {
  content: "\25d1";
  height: inherit; }

/* line 742, ../scss/_gumby.scss */
i.icon-adjust:before {
  content: "\25d1";
  height: inherit; }

/* line 744, ../scss/_gumby.scss */
.icon-block.icon-left a:before, .icon-block.icon-right a:after {
  content: "🚫";
  height: inherit; }

/* line 746, ../scss/_gumby.scss */
i.icon-block:before {
  content: "🚫";
  height: inherit; }

/* line 748, ../scss/_gumby.scss */
.icon-resize-full.icon-left a:before, .icon-resize-full.icon-right a:after {
  content: "\e744";
  height: inherit; }

/* line 750, ../scss/_gumby.scss */
i.icon-resize-full:before {
  content: "\e744";
  height: inherit; }

/* line 752, ../scss/_gumby.scss */
.icon-resize-small.icon-left a:before, .icon-resize-small.icon-right a:after {
  content: "\e746";
  height: inherit; }

/* line 754, ../scss/_gumby.scss */
i.icon-resize-small:before {
  content: "\e746";
  height: inherit; }

/* line 756, ../scss/_gumby.scss */
.icon-popup.icon-left a:before, .icon-popup.icon-right a:after {
  content: "\e74c";
  height: inherit; }

/* line 758, ../scss/_gumby.scss */
i.icon-popup:before {
  content: "\e74c";
  height: inherit; }

/* line 760, ../scss/_gumby.scss */
.icon-publish.icon-left a:before, .icon-publish.icon-right a:after {
  content: "\e74d";
  height: inherit; }

/* line 762, ../scss/_gumby.scss */
i.icon-publish:before {
  content: "\e74d";
  height: inherit; }

/* line 764, ../scss/_gumby.scss */
.icon-window.icon-left a:before, .icon-window.icon-right a:after {
  content: "\e74e";
  height: inherit; }

/* line 766, ../scss/_gumby.scss */
i.icon-window:before {
  content: "\e74e";
  height: inherit; }

/* line 768, ../scss/_gumby.scss */
.icon-arrow-combo.icon-left a:before, .icon-arrow-combo.icon-right a:after {
  content: "\e74f";
  height: inherit; }

/* line 770, ../scss/_gumby.scss */
i.icon-arrow-combo:before {
  content: "\e74f";
  height: inherit; }

/* line 772, ../scss/_gumby.scss */
.icon-down-circled.icon-left a:before, .icon-down-circled.icon-right a:after {
  content: "\e758";
  height: inherit; }

/* line 774, ../scss/_gumby.scss */
i.icon-down-circled:before {
  content: "\e758";
  height: inherit; }

/* line 776, ../scss/_gumby.scss */
.icon-left-circled.icon-left a:before, .icon-left-circled.icon-right a:after {
  content: "\e759";
  height: inherit; }

/* line 778, ../scss/_gumby.scss */
i.icon-left-circled:before {
  content: "\e759";
  height: inherit; }

/* line 780, ../scss/_gumby.scss */
.icon-right-circled.icon-left a:before, .icon-right-circled.icon-right a:after {
  content: "\e75a";
  height: inherit; }

/* line 782, ../scss/_gumby.scss */
i.icon-right-circled:before {
  content: "\e75a";
  height: inherit; }

/* line 784, ../scss/_gumby.scss */
.icon-up-circled.icon-left a:before, .icon-up-circled.icon-right a:after {
  content: "\e75b";
  height: inherit; }

/* line 786, ../scss/_gumby.scss */
i.icon-up-circled:before {
  content: "\e75b";
  height: inherit; }

/* line 788, ../scss/_gumby.scss */
.icon-down-open.icon-left a:before, .icon-down-open.icon-right a:after {
  content: "\e75c";
  height: inherit; }

/* line 790, ../scss/_gumby.scss */
i.icon-down-open:before {
  content: "\e75c";
  height: inherit; }

/* line 792, ../scss/_gumby.scss */
.icon-left-open.icon-left a:before, .icon-left-open.icon-right a:after {
  content: "\e75d";
  height: inherit; }

/* line 794, ../scss/_gumby.scss */
i.icon-left-open:before {
  content: "\e75d";
  height: inherit; }

/* line 796, ../scss/_gumby.scss */
.icon-right-open.icon-left a:before, .icon-right-open.icon-right a:after {
  content: "\e75e";
  height: inherit; }

/* line 798, ../scss/_gumby.scss */
i.icon-right-open:before {
  content: "\e75e";
  height: inherit; }

/* line 800, ../scss/_gumby.scss */
.icon-up-open.icon-left a:before, .icon-up-open.icon-right a:after {
  content: "\e75f";
  height: inherit; }

/* line 802, ../scss/_gumby.scss */
i.icon-up-open:before {
  content: "\e75f";
  height: inherit; }

/* line 804, ../scss/_gumby.scss */
.icon-down-open-mini.icon-left a:before, .icon-down-open-mini.icon-right a:after {
  content: "\e760";
  height: inherit; }

/* line 806, ../scss/_gumby.scss */
i.icon-down-open-mini:before {
  content: "\e760";
  height: inherit; }

/* line 808, ../scss/_gumby.scss */
.icon-left-open-mini.icon-left a:before, .icon-left-open-mini.icon-right a:after {
  content: "\e761";
  height: inherit; }

/* line 810, ../scss/_gumby.scss */
i.icon-left-open-mini:before {
  content: "\e761";
  height: inherit; }

/* line 812, ../scss/_gumby.scss */
.icon-right-open-mini.icon-left a:before, .icon-right-open-mini.icon-right a:after {
  content: "\e762";
  height: inherit; }

/* line 814, ../scss/_gumby.scss */
i.icon-right-open-mini:before {
  content: "\e762";
  height: inherit; }

/* line 816, ../scss/_gumby.scss */
.icon-up-open-mini.icon-left a:before, .icon-up-open-mini.icon-right a:after {
  content: "\e763";
  height: inherit; }

/* line 818, ../scss/_gumby.scss */
i.icon-up-open-mini:before {
  content: "\e763";
  height: inherit; }

/* line 820, ../scss/_gumby.scss */
.icon-down-open-big.icon-left a:before, .icon-down-open-big.icon-right a:after {
  content: "\e764";
  height: inherit; }

/* line 822, ../scss/_gumby.scss */
i.icon-down-open-big:before {
  content: "\e764";
  height: inherit; }

/* line 824, ../scss/_gumby.scss */
.icon-left-open-big.icon-left a:before, .icon-left-open-big.icon-right a:after {
  content: "\e765";
  height: inherit; }

/* line 826, ../scss/_gumby.scss */
i.icon-left-open-big:before {
  content: "\e765";
  height: inherit; }

/* line 828, ../scss/_gumby.scss */
.icon-right-open-big.icon-left a:before, .icon-right-open-big.icon-right a:after {
  content: "\e766";
  height: inherit; }

/* line 830, ../scss/_gumby.scss */
i.icon-right-open-big:before {
  content: "\e766";
  height: inherit; }

/* line 832, ../scss/_gumby.scss */
.icon-up-open-big.icon-left a:before, .icon-up-open-big.icon-right a:after {
  content: "\e767";
  height: inherit; }

/* line 834, ../scss/_gumby.scss */
i.icon-up-open-big:before {
  content: "\e767";
  height: inherit; }

/* line 836, ../scss/_gumby.scss */
.icon-down.icon-left a:before, .icon-down.icon-right a:after {
  content: "\2b07";
  height: inherit; }

/* line 838, ../scss/_gumby.scss */
i.icon-down:before {
  content: "\2b07";
  height: inherit; }

/* line 840, ../scss/_gumby.scss */
.icon-arrow-left.icon-left a:before, .icon-arrow-left.icon-right a:after {
  content: "\2b05";
  height: inherit; }

/* line 842, ../scss/_gumby.scss */
i.icon-arrow-left:before {
  content: "\2b05";
  height: inherit; }

/* line 844, ../scss/_gumby.scss */
.icon-arrow-right.icon-left a:before, .icon-arrow-right.icon-right a:after {
  content: "\27a1";
  height: inherit; }

/* line 846, ../scss/_gumby.scss */
i.icon-arrow-right:before {
  content: "\27a1";
  height: inherit; }

/* line 848, ../scss/_gumby.scss */
.icon-up.icon-left a:before, .icon-up.icon-right a:after {
  content: "\2b06";
  height: inherit; }

/* line 850, ../scss/_gumby.scss */
i.icon-up:before {
  content: "\2b06";
  height: inherit; }

/* line 852, ../scss/_gumby.scss */
.icon-down-dir.icon-left a:before, .icon-down-dir.icon-right a:after {
  content: "\25be";
  height: inherit; }

/* line 854, ../scss/_gumby.scss */
i.icon-down-dir:before {
  content: "\25be";
  height: inherit; }

/* line 856, ../scss/_gumby.scss */
.icon-left-dir.icon-left a:before, .icon-left-dir.icon-right a:after {
  content: "\25c2";
  height: inherit; }

/* line 858, ../scss/_gumby.scss */
i.icon-left-dir:before {
  content: "\25c2";
  height: inherit; }

/* line 860, ../scss/_gumby.scss */
.icon-right-dir.icon-left a:before, .icon-right-dir.icon-right a:after {
  content: "\25b8";
  height: inherit; }

/* line 862, ../scss/_gumby.scss */
i.icon-right-dir:before {
  content: "\25b8";
  height: inherit; }

/* line 864, ../scss/_gumby.scss */
.icon-up-dir.icon-left a:before, .icon-up-dir.icon-right a:after {
  content: "\25b4";
  height: inherit; }

/* line 866, ../scss/_gumby.scss */
i.icon-up-dir:before {
  content: "\25b4";
  height: inherit; }

/* line 868, ../scss/_gumby.scss */
.icon-down-bold.icon-left a:before, .icon-down-bold.icon-right a:after {
  content: "\e4b0";
  height: inherit; }

/* line 870, ../scss/_gumby.scss */
i.icon-down-bold:before {
  content: "\e4b0";
  height: inherit; }

/* line 872, ../scss/_gumby.scss */
.icon-left-bold.icon-left a:before, .icon-left-bold.icon-right a:after {
  content: "\e4ad";
  height: inherit; }

/* line 874, ../scss/_gumby.scss */
i.icon-left-bold:before {
  content: "\e4ad";
  height: inherit; }

/* line 876, ../scss/_gumby.scss */
.icon-right-bold.icon-left a:before, .icon-right-bold.icon-right a:after {
  content: "\e4ae";
  height: inherit; }

/* line 878, ../scss/_gumby.scss */
i.icon-right-bold:before {
  content: "\e4ae";
  height: inherit; }

/* line 880, ../scss/_gumby.scss */
.icon-up-bold.icon-left a:before, .icon-up-bold.icon-right a:after {
  content: "\e4af";
  height: inherit; }

/* line 882, ../scss/_gumby.scss */
i.icon-up-bold:before {
  content: "\e4af";
  height: inherit; }

/* line 884, ../scss/_gumby.scss */
.icon-down-thin.icon-left a:before, .icon-down-thin.icon-right a:after {
  content: "\2193";
  height: inherit; }

/* line 886, ../scss/_gumby.scss */
i.icon-down-thin:before {
  content: "\2193";
  height: inherit; }

/* line 888, ../scss/_gumby.scss */
.icon-left-thin.icon-left a:before, .icon-left-thin.icon-right a:after {
  content: "\2190";
  height: inherit; }

/* line 890, ../scss/_gumby.scss */
i.icon-left-thin:before {
  content: "\2190";
  height: inherit; }

/* line 892, ../scss/_gumby.scss */
.icon-right-thin.icon-left a:before, .icon-right-thin.icon-right a:after {
  content: "\2192";
  height: inherit; }

/* line 894, ../scss/_gumby.scss */
i.icon-right-thin:before {
  content: "\2192";
  height: inherit; }

/* line 896, ../scss/_gumby.scss */
.icon-up-thin.icon-left a:before, .icon-up-thin.icon-right a:after {
  content: "\2191";
  height: inherit; }

/* line 898, ../scss/_gumby.scss */
i.icon-up-thin:before {
  content: "\2191";
  height: inherit; }

/* line 900, ../scss/_gumby.scss */
.icon-ccw.icon-left a:before, .icon-ccw.icon-right a:after {
  content: "\27f2";
  height: inherit; }

/* line 902, ../scss/_gumby.scss */
i.icon-ccw:before {
  content: "\27f2";
  height: inherit; }

/* line 904, ../scss/_gumby.scss */
.icon-cw.icon-left a:before, .icon-cw.icon-right a:after {
  content: "\27f3";
  height: inherit; }

/* line 906, ../scss/_gumby.scss */
i.icon-cw:before {
  content: "\27f3";
  height: inherit; }

/* line 908, ../scss/_gumby.scss */
.icon-arrows-ccw.icon-left a:before, .icon-arrows-ccw.icon-right a:after {
  content: "🔄";
  height: inherit; }

/* line 910, ../scss/_gumby.scss */
i.icon-arrows-ccw:before {
  content: "🔄";
  height: inherit; }

/* line 912, ../scss/_gumby.scss */
.icon-level-down.icon-left a:before, .icon-level-down.icon-right a:after {
  content: "\21b3";
  height: inherit; }

/* line 914, ../scss/_gumby.scss */
i.icon-level-down:before {
  content: "\21b3";
  height: inherit; }

/* line 916, ../scss/_gumby.scss */
.icon-level-up.icon-left a:before, .icon-level-up.icon-right a:after {
  content: "\21b0";
  height: inherit; }

/* line 918, ../scss/_gumby.scss */
i.icon-level-up:before {
  content: "\21b0";
  height: inherit; }

/* line 920, ../scss/_gumby.scss */
.icon-shuffle.icon-left a:before, .icon-shuffle.icon-right a:after {
  content: "🔀";
  height: inherit; }

/* line 922, ../scss/_gumby.scss */
i.icon-shuffle:before {
  content: "🔀";
  height: inherit; }

/* line 924, ../scss/_gumby.scss */
.icon-loop.icon-left a:before, .icon-loop.icon-right a:after {
  content: "🔁";
  height: inherit; }

/* line 926, ../scss/_gumby.scss */
i.icon-loop:before {
  content: "🔁";
  height: inherit; }

/* line 928, ../scss/_gumby.scss */
.icon-switch.icon-left a:before, .icon-switch.icon-right a:after {
  content: "\21c6";
  height: inherit; }

/* line 930, ../scss/_gumby.scss */
i.icon-switch:before {
  content: "\21c6";
  height: inherit; }

/* line 932, ../scss/_gumby.scss */
.icon-play.icon-left a:before, .icon-play.icon-right a:after {
  content: "\25b6";
  height: inherit; }

/* line 934, ../scss/_gumby.scss */
i.icon-play:before {
  content: "\25b6";
  height: inherit; }

/* line 936, ../scss/_gumby.scss */
.icon-stop.icon-left a:before, .icon-stop.icon-right a:after {
  content: "\25a0";
  height: inherit; }

/* line 938, ../scss/_gumby.scss */
i.icon-stop:before {
  content: "\25a0";
  height: inherit; }

/* line 940, ../scss/_gumby.scss */
.icon-pause.icon-left a:before, .icon-pause.icon-right a:after {
  content: "\2389";
  height: inherit; }

/* line 942, ../scss/_gumby.scss */
i.icon-pause:before {
  content: "\2389";
  height: inherit; }

/* line 944, ../scss/_gumby.scss */
.icon-record.icon-left a:before, .icon-record.icon-right a:after {
  content: "\26ab";
  height: inherit; }

/* line 946, ../scss/_gumby.scss */
i.icon-record:before {
  content: "\26ab";
  height: inherit; }

/* line 948, ../scss/_gumby.scss */
.icon-to-end.icon-left a:before, .icon-to-end.icon-right a:after {
  content: "\23ed";
  height: inherit; }

/* line 950, ../scss/_gumby.scss */
i.icon-to-end:before {
  content: "\23ed";
  height: inherit; }

/* line 952, ../scss/_gumby.scss */
.icon-to-start.icon-left a:before, .icon-to-start.icon-right a:after {
  content: "\23ee";
  height: inherit; }

/* line 954, ../scss/_gumby.scss */
i.icon-to-start:before {
  content: "\23ee";
  height: inherit; }

/* line 956, ../scss/_gumby.scss */
.icon-fast-forward.icon-left a:before, .icon-fast-forward.icon-right a:after {
  content: "\23e9";
  height: inherit; }

/* line 958, ../scss/_gumby.scss */
i.icon-fast-forward:before {
  content: "\23e9";
  height: inherit; }

/* line 960, ../scss/_gumby.scss */
.icon-fast-backward.icon-left a:before, .icon-fast-backward.icon-right a:after {
  content: "\23ea";
  height: inherit; }

/* line 962, ../scss/_gumby.scss */
i.icon-fast-backward:before {
  content: "\23ea";
  height: inherit; }

/* line 964, ../scss/_gumby.scss */
.icon-progress-0.icon-left a:before, .icon-progress-0.icon-right a:after {
  content: "\e768";
  height: inherit; }

/* line 966, ../scss/_gumby.scss */
i.icon-progress-0:before {
  content: "\e768";
  height: inherit; }

/* line 968, ../scss/_gumby.scss */
.icon-progress-1.icon-left a:before, .icon-progress-1.icon-right a:after {
  content: "\e769";
  height: inherit; }

/* line 970, ../scss/_gumby.scss */
i.icon-progress-1:before {
  content: "\e769";
  height: inherit; }

/* line 972, ../scss/_gumby.scss */
.icon-progress-2.icon-left a:before, .icon-progress-2.icon-right a:after {
  content: "\e76a";
  height: inherit; }

/* line 974, ../scss/_gumby.scss */
i.icon-progress-2:before {
  content: "\e76a";
  height: inherit; }

/* line 976, ../scss/_gumby.scss */
.icon-progress-3.icon-left a:before, .icon-progress-3.icon-right a:after {
  content: "\e76b";
  height: inherit; }

/* line 978, ../scss/_gumby.scss */
i.icon-progress-3:before {
  content: "\e76b";
  height: inherit; }

/* line 980, ../scss/_gumby.scss */
.icon-target.icon-left a:before, .icon-target.icon-right a:after {
  content: "🎯";
  height: inherit; }

/* line 982, ../scss/_gumby.scss */
i.icon-target:before {
  content: "🎯";
  height: inherit; }

/* line 984, ../scss/_gumby.scss */
.icon-palette.icon-left a:before, .icon-palette.icon-right a:after {
  content: "🎨";
  height: inherit; }

/* line 986, ../scss/_gumby.scss */
i.icon-palette:before {
  content: "🎨";
  height: inherit; }

/* line 988, ../scss/_gumby.scss */
.icon-list.icon-left a:before, .icon-list.icon-right a:after {
  content: "\e005";
  height: inherit; }

/* line 990, ../scss/_gumby.scss */
i.icon-list:before {
  content: "\e005";
  height: inherit; }

/* line 992, ../scss/_gumby.scss */
.icon-list-add.icon-left a:before, .icon-list-add.icon-right a:after {
  content: "\e003";
  height: inherit; }

/* line 994, ../scss/_gumby.scss */
i.icon-list-add:before {
  content: "\e003";
  height: inherit; }

/* line 996, ../scss/_gumby.scss */
.icon-signal.icon-left a:before, .icon-signal.icon-right a:after {
  content: "📶";
  height: inherit; }

/* line 998, ../scss/_gumby.scss */
i.icon-signal:before {
  content: "📶";
  height: inherit; }

/* line 1000, ../scss/_gumby.scss */
.icon-trophy.icon-left a:before, .icon-trophy.icon-right a:after {
  content: "🏆";
  height: inherit; }

/* line 1002, ../scss/_gumby.scss */
i.icon-trophy:before {
  content: "🏆";
  height: inherit; }

/* line 1004, ../scss/_gumby.scss */
.icon-battery.icon-left a:before, .icon-battery.icon-right a:after {
  content: "🔋";
  height: inherit; }

/* line 1006, ../scss/_gumby.scss */
i.icon-battery:before {
  content: "🔋";
  height: inherit; }

/* line 1008, ../scss/_gumby.scss */
.icon-back-in-time.icon-left a:before, .icon-back-in-time.icon-right a:after {
  content: "\e771";
  height: inherit; }

/* line 1010, ../scss/_gumby.scss */
i.icon-back-in-time:before {
  content: "\e771";
  height: inherit; }

/* line 1012, ../scss/_gumby.scss */
.icon-monitor.icon-left a:before, .icon-monitor.icon-right a:after {
  content: "💻";
  height: inherit; }

/* line 1014, ../scss/_gumby.scss */
i.icon-monitor:before {
  content: "💻";
  height: inherit; }

/* line 1016, ../scss/_gumby.scss */
.icon-mobile.icon-left a:before, .icon-mobile.icon-right a:after {
  content: "📱";
  height: inherit; }

/* line 1018, ../scss/_gumby.scss */
i.icon-mobile:before {
  content: "📱";
  height: inherit; }

/* line 1020, ../scss/_gumby.scss */
.icon-network.icon-left a:before, .icon-network.icon-right a:after {
  content: "\e776";
  height: inherit; }

/* line 1022, ../scss/_gumby.scss */
i.icon-network:before {
  content: "\e776";
  height: inherit; }

/* line 1024, ../scss/_gumby.scss */
.icon-cd.icon-left a:before, .icon-cd.icon-right a:after {
  content: "💿";
  height: inherit; }

/* line 1026, ../scss/_gumby.scss */
i.icon-cd:before {
  content: "💿";
  height: inherit; }

/* line 1028, ../scss/_gumby.scss */
.icon-inbox.icon-left a:before, .icon-inbox.icon-right a:after {
  content: "\e777";
  height: inherit; }

/* line 1030, ../scss/_gumby.scss */
i.icon-inbox:before {
  content: "\e777";
  height: inherit; }

/* line 1032, ../scss/_gumby.scss */
.icon-install.icon-left a:before, .icon-install.icon-right a:after {
  content: "\e778";
  height: inherit; }

/* line 1034, ../scss/_gumby.scss */
i.icon-install:before {
  content: "\e778";
  height: inherit; }

/* line 1036, ../scss/_gumby.scss */
.icon-globe.icon-left a:before, .icon-globe.icon-right a:after {
  content: "🌎";
  height: inherit; }

/* line 1038, ../scss/_gumby.scss */
i.icon-globe:before {
  content: "🌎";
  height: inherit; }

/* line 1040, ../scss/_gumby.scss */
.icon-cloud.icon-left a:before, .icon-cloud.icon-right a:after {
  content: "\2601";
  height: inherit; }

/* line 1042, ../scss/_gumby.scss */
i.icon-cloud:before {
  content: "\2601";
  height: inherit; }

/* line 1044, ../scss/_gumby.scss */
.icon-cloud-thunder.icon-left a:before, .icon-cloud-thunder.icon-right a:after {
  content: "\26c8";
  height: inherit; }

/* line 1046, ../scss/_gumby.scss */
i.icon-cloud-thunder:before {
  content: "\26c8";
  height: inherit; }

/* line 1048, ../scss/_gumby.scss */
.icon-flash.icon-left a:before, .icon-flash.icon-right a:after {
  content: "\26a1";
  height: inherit; }

/* line 1050, ../scss/_gumby.scss */
i.icon-flash:before {
  content: "\26a1";
  height: inherit; }

/* line 1052, ../scss/_gumby.scss */
.icon-moon.icon-left a:before, .icon-moon.icon-right a:after {
  content: "\263d";
  height: inherit; }

/* line 1054, ../scss/_gumby.scss */
i.icon-moon:before {
  content: "\263d";
  height: inherit; }

/* line 1056, ../scss/_gumby.scss */
.icon-flight.icon-left a:before, .icon-flight.icon-right a:after {
  content: "\2708";
  height: inherit; }

/* line 1058, ../scss/_gumby.scss */
i.icon-flight:before {
  content: "\2708";
  height: inherit; }

/* line 1060, ../scss/_gumby.scss */
.icon-paper-plane.icon-left a:before, .icon-paper-plane.icon-right a:after {
  content: "\e79b";
  height: inherit; }

/* line 1062, ../scss/_gumby.scss */
i.icon-paper-plane:before {
  content: "\e79b";
  height: inherit; }

/* line 1064, ../scss/_gumby.scss */
.icon-leaf.icon-left a:before, .icon-leaf.icon-right a:after {
  content: "🍂";
  height: inherit; }

/* line 1066, ../scss/_gumby.scss */
i.icon-leaf:before {
  content: "🍂";
  height: inherit; }

/* line 1068, ../scss/_gumby.scss */
.icon-lifebuoy.icon-left a:before, .icon-lifebuoy.icon-right a:after {
  content: "\e788";
  height: inherit; }

/* line 1070, ../scss/_gumby.scss */
i.icon-lifebuoy:before {
  content: "\e788";
  height: inherit; }

/* line 1072, ../scss/_gumby.scss */
.icon-mouse.icon-left a:before, .icon-mouse.icon-right a:after {
  content: "\e789";
  height: inherit; }

/* line 1074, ../scss/_gumby.scss */
i.icon-mouse:before {
  content: "\e789";
  height: inherit; }

/* line 1076, ../scss/_gumby.scss */
.icon-briefcase.icon-left a:before, .icon-briefcase.icon-right a:after {
  content: "💼";
  height: inherit; }

/* line 1078, ../scss/_gumby.scss */
i.icon-briefcase:before {
  content: "💼";
  height: inherit; }

/* line 1080, ../scss/_gumby.scss */
.icon-suitcase.icon-left a:before, .icon-suitcase.icon-right a:after {
  content: "\e78e";
  height: inherit; }

/* line 1082, ../scss/_gumby.scss */
i.icon-suitcase:before {
  content: "\e78e";
  height: inherit; }

/* line 1084, ../scss/_gumby.scss */
.icon-dot.icon-left a:before, .icon-dot.icon-right a:after {
  content: "\e78b";
  height: inherit; }

/* line 1086, ../scss/_gumby.scss */
i.icon-dot:before {
  content: "\e78b";
  height: inherit; }

/* line 1088, ../scss/_gumby.scss */
.icon-dot-2.icon-left a:before, .icon-dot-2.icon-right a:after {
  content: "\e78c";
  height: inherit; }

/* line 1090, ../scss/_gumby.scss */
i.icon-dot-2:before {
  content: "\e78c";
  height: inherit; }

/* line 1092, ../scss/_gumby.scss */
.icon-dot-3.icon-left a:before, .icon-dot-3.icon-right a:after {
  content: "\e78d";
  height: inherit; }

/* line 1094, ../scss/_gumby.scss */
i.icon-dot-3:before {
  content: "\e78d";
  height: inherit; }

/* line 1096, ../scss/_gumby.scss */
.icon-brush.icon-left a:before, .icon-brush.icon-right a:after {
  content: "\e79a";
  height: inherit; }

/* line 1098, ../scss/_gumby.scss */
i.icon-brush:before {
  content: "\e79a";
  height: inherit; }

/* line 1100, ../scss/_gumby.scss */
.icon-magnet.icon-left a:before, .icon-magnet.icon-right a:after {
  content: "\e7a1";
  height: inherit; }

/* line 1102, ../scss/_gumby.scss */
i.icon-magnet:before {
  content: "\e7a1";
  height: inherit; }

/* line 1104, ../scss/_gumby.scss */
.icon-infinity.icon-left a:before, .icon-infinity.icon-right a:after {
  content: "\221e";
  height: inherit; }

/* line 1106, ../scss/_gumby.scss */
i.icon-infinity:before {
  content: "\221e";
  height: inherit; }

/* line 1108, ../scss/_gumby.scss */
.icon-erase.icon-left a:before, .icon-erase.icon-right a:after {
  content: "\232b";
  height: inherit; }

/* line 1110, ../scss/_gumby.scss */
i.icon-erase:before {
  content: "\232b";
  height: inherit; }

/* line 1112, ../scss/_gumby.scss */
.icon-chart-pie.icon-left a:before, .icon-chart-pie.icon-right a:after {
  content: "\e751";
  height: inherit; }

/* line 1114, ../scss/_gumby.scss */
i.icon-chart-pie:before {
  content: "\e751";
  height: inherit; }

/* line 1116, ../scss/_gumby.scss */
.icon-chart-line.icon-left a:before, .icon-chart-line.icon-right a:after {
  content: "📈";
  height: inherit; }

/* line 1118, ../scss/_gumby.scss */
i.icon-chart-line:before {
  content: "📈";
  height: inherit; }

/* line 1120, ../scss/_gumby.scss */
.icon-chart-bar.icon-left a:before, .icon-chart-bar.icon-right a:after {
  content: "📊";
  height: inherit; }

/* line 1122, ../scss/_gumby.scss */
i.icon-chart-bar:before {
  content: "📊";
  height: inherit; }

/* line 1124, ../scss/_gumby.scss */
.icon-chart-area.icon-left a:before, .icon-chart-area.icon-right a:after {
  content: "🔾";
  height: inherit; }

/* line 1126, ../scss/_gumby.scss */
i.icon-chart-area:before {
  content: "🔾";
  height: inherit; }

/* line 1128, ../scss/_gumby.scss */
.icon-tape.icon-left a:before, .icon-tape.icon-right a:after {
  content: "\2707";
  height: inherit; }

/* line 1130, ../scss/_gumby.scss */
i.icon-tape:before {
  content: "\2707";
  height: inherit; }

/* line 1132, ../scss/_gumby.scss */
.icon-graduation-cap.icon-left a:before, .icon-graduation-cap.icon-right a:after {
  content: "🎓";
  height: inherit; }

/* line 1134, ../scss/_gumby.scss */
i.icon-graduation-cap:before {
  content: "🎓";
  height: inherit; }

/* line 1136, ../scss/_gumby.scss */
.icon-language.icon-left a:before, .icon-language.icon-right a:after {
  content: "\e752";
  height: inherit; }

/* line 1138, ../scss/_gumby.scss */
i.icon-language:before {
  content: "\e752";
  height: inherit; }

/* line 1140, ../scss/_gumby.scss */
.icon-ticket.icon-left a:before, .icon-ticket.icon-right a:after {
  content: "🎫";
  height: inherit; }

/* line 1142, ../scss/_gumby.scss */
i.icon-ticket:before {
  content: "🎫";
  height: inherit; }

/* line 1144, ../scss/_gumby.scss */
.icon-water.icon-left a:before, .icon-water.icon-right a:after {
  content: "💦";
  height: inherit; }

/* line 1146, ../scss/_gumby.scss */
i.icon-water:before {
  content: "💦";
  height: inherit; }

/* line 1148, ../scss/_gumby.scss */
.icon-droplet.icon-left a:before, .icon-droplet.icon-right a:after {
  content: "💧";
  height: inherit; }

/* line 1150, ../scss/_gumby.scss */
i.icon-droplet:before {
  content: "💧";
  height: inherit; }

/* line 1152, ../scss/_gumby.scss */
.icon-air.icon-left a:before, .icon-air.icon-right a:after {
  content: "\e753";
  height: inherit; }

/* line 1154, ../scss/_gumby.scss */
i.icon-air:before {
  content: "\e753";
  height: inherit; }

/* line 1156, ../scss/_gumby.scss */
.icon-credit-card.icon-left a:before, .icon-credit-card.icon-right a:after {
  content: "💳";
  height: inherit; }

/* line 1158, ../scss/_gumby.scss */
i.icon-credit-card:before {
  content: "💳";
  height: inherit; }

/* line 1160, ../scss/_gumby.scss */
.icon-floppy.icon-left a:before, .icon-floppy.icon-right a:after {
  content: "💾";
  height: inherit; }

/* line 1162, ../scss/_gumby.scss */
i.icon-floppy:before {
  content: "💾";
  height: inherit; }

/* line 1164, ../scss/_gumby.scss */
.icon-clipboard.icon-left a:before, .icon-clipboard.icon-right a:after {
  content: "📋";
  height: inherit; }

/* line 1166, ../scss/_gumby.scss */
i.icon-clipboard:before {
  content: "📋";
  height: inherit; }

/* line 1168, ../scss/_gumby.scss */
.icon-megaphone.icon-left a:before, .icon-megaphone.icon-right a:after {
  content: "📣";
  height: inherit; }

/* line 1170, ../scss/_gumby.scss */
i.icon-megaphone:before {
  content: "📣";
  height: inherit; }

/* line 1172, ../scss/_gumby.scss */
.icon-database.icon-left a:before, .icon-database.icon-right a:after {
  content: "\e754";
  height: inherit; }

/* line 1174, ../scss/_gumby.scss */
i.icon-database:before {
  content: "\e754";
  height: inherit; }

/* line 1176, ../scss/_gumby.scss */
.icon-drive.icon-left a:before, .icon-drive.icon-right a:after {
  content: "\e755";
  height: inherit; }

/* line 1178, ../scss/_gumby.scss */
i.icon-drive:before {
  content: "\e755";
  height: inherit; }

/* line 1180, ../scss/_gumby.scss */
.icon-bucket.icon-left a:before, .icon-bucket.icon-right a:after {
  content: "\e756";
  height: inherit; }

/* line 1182, ../scss/_gumby.scss */
i.icon-bucket:before {
  content: "\e756";
  height: inherit; }

/* line 1184, ../scss/_gumby.scss */
.icon-thermometer.icon-left a:before, .icon-thermometer.icon-right a:after {
  content: "\e757";
  height: inherit; }

/* line 1186, ../scss/_gumby.scss */
i.icon-thermometer:before {
  content: "\e757";
  height: inherit; }

/* line 1188, ../scss/_gumby.scss */
.icon-key.icon-left a:before, .icon-key.icon-right a:after {
  content: "🔑";
  height: inherit; }

/* line 1190, ../scss/_gumby.scss */
i.icon-key:before {
  content: "🔑";
  height: inherit; }

/* line 1192, ../scss/_gumby.scss */
.icon-flow-cascade.icon-left a:before, .icon-flow-cascade.icon-right a:after {
  content: "\e790";
  height: inherit; }

/* line 1194, ../scss/_gumby.scss */
i.icon-flow-cascade:before {
  content: "\e790";
  height: inherit; }

/* line 1196, ../scss/_gumby.scss */
.icon-flow-branch.icon-left a:before, .icon-flow-branch.icon-right a:after {
  content: "\e791";
  height: inherit; }

/* line 1198, ../scss/_gumby.scss */
i.icon-flow-branch:before {
  content: "\e791";
  height: inherit; }

/* line 1200, ../scss/_gumby.scss */
.icon-flow-tree.icon-left a:before, .icon-flow-tree.icon-right a:after {
  content: "\e792";
  height: inherit; }

/* line 1202, ../scss/_gumby.scss */
i.icon-flow-tree:before {
  content: "\e792";
  height: inherit; }

/* line 1204, ../scss/_gumby.scss */
.icon-flow-line.icon-left a:before, .icon-flow-line.icon-right a:after {
  content: "\e793";
  height: inherit; }

/* line 1206, ../scss/_gumby.scss */
i.icon-flow-line:before {
  content: "\e793";
  height: inherit; }

/* line 1208, ../scss/_gumby.scss */
.icon-flow-parallel.icon-left a:before, .icon-flow-parallel.icon-right a:after {
  content: "\e794";
  height: inherit; }

/* line 1210, ../scss/_gumby.scss */
i.icon-flow-parallel:before {
  content: "\e794";
  height: inherit; }

/* line 1212, ../scss/_gumby.scss */
.icon-rocket.icon-left a:before, .icon-rocket.icon-right a:after {
  content: "🚀";
  height: inherit; }

/* line 1214, ../scss/_gumby.scss */
i.icon-rocket:before {
  content: "🚀";
  height: inherit; }

/* line 1216, ../scss/_gumby.scss */
.icon-gauge.icon-left a:before, .icon-gauge.icon-right a:after {
  content: "\e7a2";
  height: inherit; }

/* line 1218, ../scss/_gumby.scss */
i.icon-gauge:before {
  content: "\e7a2";
  height: inherit; }

/* line 1220, ../scss/_gumby.scss */
.icon-traffic-cone.icon-left a:before, .icon-traffic-cone.icon-right a:after {
  content: "\e7a3";
  height: inherit; }

/* line 1222, ../scss/_gumby.scss */
i.icon-traffic-cone:before {
  content: "\e7a3";
  height: inherit; }

/* line 1224, ../scss/_gumby.scss */
.icon-cc.icon-left a:before, .icon-cc.icon-right a:after {
  content: "\e7a5";
  height: inherit; }

/* line 1226, ../scss/_gumby.scss */
i.icon-cc:before {
  content: "\e7a5";
  height: inherit; }

/* line 1228, ../scss/_gumby.scss */
.icon-cc-by.icon-left a:before, .icon-cc-by.icon-right a:after {
  content: "\e7a6";
  height: inherit; }

/* line 1230, ../scss/_gumby.scss */
i.icon-cc-by:before {
  content: "\e7a6";
  height: inherit; }

/* line 1232, ../scss/_gumby.scss */
.icon-cc-nc.icon-left a:before, .icon-cc-nc.icon-right a:after {
  content: "\e7a7";
  height: inherit; }

/* line 1234, ../scss/_gumby.scss */
i.icon-cc-nc:before {
  content: "\e7a7";
  height: inherit; }

/* line 1236, ../scss/_gumby.scss */
.icon-cc-nc-eu.icon-left a:before, .icon-cc-nc-eu.icon-right a:after {
  content: "\e7a8";
  height: inherit; }

/* line 1238, ../scss/_gumby.scss */
i.icon-cc-nc-eu:before {
  content: "\e7a8";
  height: inherit; }

/* line 1240, ../scss/_gumby.scss */
.icon-cc-nc-jp.icon-left a:before, .icon-cc-nc-jp.icon-right a:after {
  content: "\e7a9";
  height: inherit; }

/* line 1242, ../scss/_gumby.scss */
i.icon-cc-nc-jp:before {
  content: "\e7a9";
  height: inherit; }

/* line 1244, ../scss/_gumby.scss */
.icon-cc-sa.icon-left a:before, .icon-cc-sa.icon-right a:after {
  content: "\e7aa";
  height: inherit; }

/* line 1246, ../scss/_gumby.scss */
i.icon-cc-sa:before {
  content: "\e7aa";
  height: inherit; }

/* line 1248, ../scss/_gumby.scss */
.icon-cc-nd.icon-left a:before, .icon-cc-nd.icon-right a:after {
  content: "\e7ab";
  height: inherit; }

/* line 1250, ../scss/_gumby.scss */
i.icon-cc-nd:before {
  content: "\e7ab";
  height: inherit; }

/* line 1252, ../scss/_gumby.scss */
.icon-cc-pd.icon-left a:before, .icon-cc-pd.icon-right a:after {
  content: "\e7ac";
  height: inherit; }

/* line 1254, ../scss/_gumby.scss */
i.icon-cc-pd:before {
  content: "\e7ac";
  height: inherit; }

/* line 1256, ../scss/_gumby.scss */
.icon-cc-zero.icon-left a:before, .icon-cc-zero.icon-right a:after {
  content: "\e7ad";
  height: inherit; }

/* line 1258, ../scss/_gumby.scss */
i.icon-cc-zero:before {
  content: "\e7ad";
  height: inherit; }

/* line 1260, ../scss/_gumby.scss */
.icon-cc-share.icon-left a:before, .icon-cc-share.icon-right a:after {
  content: "\e7ae";
  height: inherit; }

/* line 1262, ../scss/_gumby.scss */
i.icon-cc-share:before {
  content: "\e7ae";
  height: inherit; }

/* line 1264, ../scss/_gumby.scss */
.icon-cc-remix.icon-left a:before, .icon-cc-remix.icon-right a:after {
  content: "\e7af";
  height: inherit; }

/* line 1266, ../scss/_gumby.scss */
i.icon-cc-remix:before {
  content: "\e7af";
  height: inherit; }

/* line 1268, ../scss/_gumby.scss */
.icon-github.icon-left a:before, .icon-github.icon-right a:after {
  content: "\f300";
  height: inherit; }

/* line 1270, ../scss/_gumby.scss */
i.icon-github:before {
  content: "\f300";
  height: inherit; }

/* line 1272, ../scss/_gumby.scss */
.icon-github-circled.icon-left a:before, .icon-github-circled.icon-right a:after {
  content: "\f301";
  height: inherit; }

/* line 1274, ../scss/_gumby.scss */
i.icon-github-circled:before {
  content: "\f301";
  height: inherit; }

/* line 1276, ../scss/_gumby.scss */
.icon-flickr.icon-left a:before, .icon-flickr.icon-right a:after {
  content: "\f303";
  height: inherit; }

/* line 1278, ../scss/_gumby.scss */
i.icon-flickr:before {
  content: "\f303";
  height: inherit; }

/* line 1280, ../scss/_gumby.scss */
.icon-flickr-circled.icon-left a:before, .icon-flickr-circled.icon-right a:after {
  content: "\f304";
  height: inherit; }

/* line 1282, ../scss/_gumby.scss */
i.icon-flickr-circled:before {
  content: "\f304";
  height: inherit; }

/* line 1284, ../scss/_gumby.scss */
.icon-vimeo.icon-left a:before, .icon-vimeo.icon-right a:after {
  content: "\f306";
  height: inherit; }

/* line 1286, ../scss/_gumby.scss */
i.icon-vimeo:before {
  content: "\f306";
  height: inherit; }

/* line 1288, ../scss/_gumby.scss */
.icon-vimeo-circled.icon-left a:before, .icon-vimeo-circled.icon-right a:after {
  content: "\f307";
  height: inherit; }

/* line 1290, ../scss/_gumby.scss */
i.icon-vimeo-circled:before {
  content: "\f307";
  height: inherit; }

/* line 1292, ../scss/_gumby.scss */
.icon-twitter.icon-left a:before, .icon-twitter.icon-right a:after {
  content: "\f309";
  height: inherit; }

/* line 1294, ../scss/_gumby.scss */
i.icon-twitter:before {
  content: "\f309";
  height: inherit; }

/* line 1296, ../scss/_gumby.scss */
.icon-twitter-circled.icon-left a:before, .icon-twitter-circled.icon-right a:after {
  content: "\f30a";
  height: inherit; }

/* line 1298, ../scss/_gumby.scss */
i.icon-twitter-circled:before {
  content: "\f30a";
  height: inherit; }

/* line 1300, ../scss/_gumby.scss */
.icon-facebook.icon-left a:before, .icon-facebook.icon-right a:after {
  content: "\f30c";
  height: inherit; }

/* line 1302, ../scss/_gumby.scss */
i.icon-facebook:before {
  content: "\f30c";
  height: inherit; }

/* line 1304, ../scss/_gumby.scss */
.icon-facebook-circled.icon-left a:before, .icon-facebook-circled.icon-right a:after {
  content: "\f30d";
  height: inherit; }

/* line 1306, ../scss/_gumby.scss */
i.icon-facebook-circled:before {
  content: "\f30d";
  height: inherit; }

/* line 1308, ../scss/_gumby.scss */
.icon-facebook-squared.icon-left a:before, .icon-facebook-squared.icon-right a:after {
  content: "\f30e";
  height: inherit; }

/* line 1310, ../scss/_gumby.scss */
i.icon-facebook-squared:before {
  content: "\f30e";
  height: inherit; }

/* line 1312, ../scss/_gumby.scss */
.icon-gplus.icon-left a:before, .icon-gplus.icon-right a:after {
  content: "\f30f";
  height: inherit; }

/* line 1314, ../scss/_gumby.scss */
i.icon-gplus:before {
  content: "\f30f";
  height: inherit; }

/* line 1316, ../scss/_gumby.scss */
.icon-gplus-circled.icon-left a:before, .icon-gplus-circled.icon-right a:after {
  content: "\f310";
  height: inherit; }

/* line 1318, ../scss/_gumby.scss */
i.icon-gplus-circled:before {
  content: "\f310";
  height: inherit; }

/* line 1320, ../scss/_gumby.scss */
.icon-pinterest.icon-left a:before, .icon-pinterest.icon-right a:after {
  content: "\f312";
  height: inherit; }

/* line 1322, ../scss/_gumby.scss */
i.icon-pinterest:before {
  content: "\f312";
  height: inherit; }

/* line 1324, ../scss/_gumby.scss */
.icon-pinterest-circled.icon-left a:before, .icon-pinterest-circled.icon-right a:after {
  content: "\f313";
  height: inherit; }

/* line 1326, ../scss/_gumby.scss */
i.icon-pinterest-circled:before {
  content: "\f313";
  height: inherit; }

/* line 1328, ../scss/_gumby.scss */
.icon-tumblr.icon-left a:before, .icon-tumblr.icon-right a:after {
  content: "\f315";
  height: inherit; }

/* line 1330, ../scss/_gumby.scss */
i.icon-tumblr:before {
  content: "\f315";
  height: inherit; }

/* line 1332, ../scss/_gumby.scss */
.icon-tumblr-circled.icon-left a:before, .icon-tumblr-circled.icon-right a:after {
  content: "\f316";
  height: inherit; }

/* line 1334, ../scss/_gumby.scss */
i.icon-tumblr-circled:before {
  content: "\f316";
  height: inherit; }

/* line 1336, ../scss/_gumby.scss */
.icon-linkedin.icon-left a:before, .icon-linkedin.icon-right a:after {
  content: "\f318";
  height: inherit; }

/* line 1338, ../scss/_gumby.scss */
i.icon-linkedin:before {
  content: "\f318";
  height: inherit; }

/* line 1340, ../scss/_gumby.scss */
.icon-linkedin-circled.icon-left a:before, .icon-linkedin-circled.icon-right a:after {
  content: "\f319";
  height: inherit; }

/* line 1342, ../scss/_gumby.scss */
i.icon-linkedin-circled:before {
  content: "\f319";
  height: inherit; }

/* line 1344, ../scss/_gumby.scss */
.icon-dribbble.icon-left a:before, .icon-dribbble.icon-right a:after {
  content: "\f31b";
  height: inherit; }

/* line 1346, ../scss/_gumby.scss */
i.icon-dribbble:before {
  content: "\f31b";
  height: inherit; }

/* line 1348, ../scss/_gumby.scss */
.icon-dribbble-circled.icon-left a:before, .icon-dribbble-circled.icon-right a:after {
  content: "\f31c";
  height: inherit; }

/* line 1350, ../scss/_gumby.scss */
i.icon-dribbble-circled:before {
  content: "\f31c";
  height: inherit; }

/* line 1352, ../scss/_gumby.scss */
.icon-stumbleupon.icon-left a:before, .icon-stumbleupon.icon-right a:after {
  content: "\f31e";
  height: inherit; }

/* line 1354, ../scss/_gumby.scss */
i.icon-stumbleupon:before {
  content: "\f31e";
  height: inherit; }

/* line 1356, ../scss/_gumby.scss */
.icon-stumbleupon-circled.icon-left a:before, .icon-stumbleupon-circled.icon-right a:after {
  content: "\f31f";
  height: inherit; }

/* line 1358, ../scss/_gumby.scss */
i.icon-stumbleupon-circled:before {
  content: "\f31f";
  height: inherit; }

/* line 1360, ../scss/_gumby.scss */
.icon-lastfm.icon-left a:before, .icon-lastfm.icon-right a:after {
  content: "\f321";
  height: inherit; }

/* line 1362, ../scss/_gumby.scss */
i.icon-lastfm:before {
  content: "\f321";
  height: inherit; }

/* line 1364, ../scss/_gumby.scss */
.icon-lastfm-circled.icon-left a:before, .icon-lastfm-circled.icon-right a:after {
  content: "\f322";
  height: inherit; }

/* line 1366, ../scss/_gumby.scss */
i.icon-lastfm-circled:before {
  content: "\f322";
  height: inherit; }

/* line 1368, ../scss/_gumby.scss */
.icon-rdio.icon-left a:before, .icon-rdio.icon-right a:after {
  content: "\f324";
  height: inherit; }

/* line 1370, ../scss/_gumby.scss */
i.icon-rdio:before {
  content: "\f324";
  height: inherit; }

/* line 1372, ../scss/_gumby.scss */
.icon-rdio-circled.icon-left a:before, .icon-rdio-circled.icon-right a:after {
  content: "\f325";
  height: inherit; }

/* line 1374, ../scss/_gumby.scss */
i.icon-rdio-circled:before {
  content: "\f325";
  height: inherit; }

/* line 1376, ../scss/_gumby.scss */
.icon-spotify.icon-left a:before, .icon-spotify.icon-right a:after {
  content: "\f327";
  height: inherit; }

/* line 1378, ../scss/_gumby.scss */
i.icon-spotify:before {
  content: "\f327";
  height: inherit; }

/* line 1380, ../scss/_gumby.scss */
.icon-spotify-circled.icon-left a:before, .icon-spotify-circled.icon-right a:after {
  content: "\f328";
  height: inherit; }

/* line 1382, ../scss/_gumby.scss */
i.icon-spotify-circled:before {
  content: "\f328";
  height: inherit; }

/* line 1384, ../scss/_gumby.scss */
.icon-qq.icon-left a:before, .icon-qq.icon-right a:after {
  content: "\f32a";
  height: inherit; }

/* line 1386, ../scss/_gumby.scss */
i.icon-qq:before {
  content: "\f32a";
  height: inherit; }

/* line 1388, ../scss/_gumby.scss */
.icon-instagram.icon-left a:before, .icon-instagram.icon-right a:after {
  content: "\f32d";
  height: inherit; }

/* line 1390, ../scss/_gumby.scss */
i.icon-instagram:before {
  content: "\f32d";
  height: inherit; }

/* line 1392, ../scss/_gumby.scss */
.icon-dropbox.icon-left a:before, .icon-dropbox.icon-right a:after {
  content: "\f330";
  height: inherit; }

/* line 1394, ../scss/_gumby.scss */
i.icon-dropbox:before {
  content: "\f330";
  height: inherit; }

/* line 1396, ../scss/_gumby.scss */
.icon-evernote.icon-left a:before, .icon-evernote.icon-right a:after {
  content: "\f333";
  height: inherit; }

/* line 1398, ../scss/_gumby.scss */
i.icon-evernote:before {
  content: "\f333";
  height: inherit; }

/* line 1400, ../scss/_gumby.scss */
.icon-flattr.icon-left a:before, .icon-flattr.icon-right a:after {
  content: "\f336";
  height: inherit; }

/* line 1402, ../scss/_gumby.scss */
i.icon-flattr:before {
  content: "\f336";
  height: inherit; }

/* line 1404, ../scss/_gumby.scss */
.icon-skype.icon-left a:before, .icon-skype.icon-right a:after {
  content: "\f339";
  height: inherit; }

/* line 1406, ../scss/_gumby.scss */
i.icon-skype:before {
  content: "\f339";
  height: inherit; }

/* line 1408, ../scss/_gumby.scss */
.icon-skype-circled.icon-left a:before, .icon-skype-circled.icon-right a:after {
  content: "\f33a";
  height: inherit; }

/* line 1410, ../scss/_gumby.scss */
i.icon-skype-circled:before {
  content: "\f33a";
  height: inherit; }

/* line 1412, ../scss/_gumby.scss */
.icon-renren.icon-left a:before, .icon-renren.icon-right a:after {
  content: "\f33c";
  height: inherit; }

/* line 1414, ../scss/_gumby.scss */
i.icon-renren:before {
  content: "\f33c";
  height: inherit; }

/* line 1416, ../scss/_gumby.scss */
.icon-sina-weibo.icon-left a:before, .icon-sina-weibo.icon-right a:after {
  content: "\f33f";
  height: inherit; }

/* line 1418, ../scss/_gumby.scss */
i.icon-sina-weibo:before {
  content: "\f33f";
  height: inherit; }

/* line 1420, ../scss/_gumby.scss */
.icon-paypal.icon-left a:before, .icon-paypal.icon-right a:after {
  content: "\f342";
  height: inherit; }

/* line 1422, ../scss/_gumby.scss */
i.icon-paypal:before {
  content: "\f342";
  height: inherit; }

/* line 1424, ../scss/_gumby.scss */
.icon-picasa.icon-left a:before, .icon-picasa.icon-right a:after {
  content: "\f345";
  height: inherit; }

/* line 1426, ../scss/_gumby.scss */
i.icon-picasa:before {
  content: "\f345";
  height: inherit; }

/* line 1428, ../scss/_gumby.scss */
.icon-soundcloud.icon-left a:before, .icon-soundcloud.icon-right a:after {
  content: "\f348";
  height: inherit; }

/* line 1430, ../scss/_gumby.scss */
i.icon-soundcloud:before {
  content: "\f348";
  height: inherit; }

/* line 1432, ../scss/_gumby.scss */
.icon-mixi.icon-left a:before, .icon-mixi.icon-right a:after {
  content: "\f34b";
  height: inherit; }

/* line 1434, ../scss/_gumby.scss */
i.icon-mixi:before {
  content: "\f34b";
  height: inherit; }

/* line 1436, ../scss/_gumby.scss */
.icon-behance.icon-left a:before, .icon-behance.icon-right a:after {
  content: "\f34e";
  height: inherit; }

/* line 1438, ../scss/_gumby.scss */
i.icon-behance:before {
  content: "\f34e";
  height: inherit; }

/* line 1440, ../scss/_gumby.scss */
.icon-google-circles.icon-left a:before, .icon-google-circles.icon-right a:after {
  content: "\f351";
  height: inherit; }

/* line 1442, ../scss/_gumby.scss */
i.icon-google-circles:before {
  content: "\f351";
  height: inherit; }

/* line 1444, ../scss/_gumby.scss */
.icon-vkontakte.icon-left a:before, .icon-vkontakte.icon-right a:after {
  content: "\f354";
  height: inherit; }

/* line 1446, ../scss/_gumby.scss */
i.icon-vkontakte:before {
  content: "\f354";
  height: inherit; }

/* line 1448, ../scss/_gumby.scss */
.icon-smashing.icon-left a:before, .icon-smashing.icon-right a:after {
  content: "\f357";
  height: inherit; }

/* line 1450, ../scss/_gumby.scss */
i.icon-smashing:before {
  content: "\f357";
  height: inherit; }

/* line 1452, ../scss/_gumby.scss */
.icon-sweden.icon-left a:before, .icon-sweden.icon-right a:after {
  content: "\f601";
  height: inherit; }

/* line 1454, ../scss/_gumby.scss */
i.icon-sweden:before {
  content: "\f601";
  height: inherit; }

/* line 1456, ../scss/_gumby.scss */
.icon-db-shape.icon-left a:before, .icon-db-shape.icon-right a:after {
  content: "\f600";
  height: inherit; }

/* line 1458, ../scss/_gumby.scss */
i.icon-db-shape:before {
  content: "\f600";
  height: inherit; }

/* line 1460, ../scss/_gumby.scss */
.icon-logo-db.icon-left a:before, .icon-logo-db.icon-right a:after {
  content: "\f603";
  height: inherit; }

/* line 1462, ../scss/_gumby.scss */
i.icon-logo-db:before {
  content: "\f603";
  height: inherit; }

/*
	Typography
*/
/* line 5, ../scss/_typography.scss */
body {
  line-height: 25px;
  font-size: 16px; }

/* line 10, ../scss/_typography.scss */
a {
  color: #1f456c; }

/* line 14, ../scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }
  @media (max-width: 400px) {
    /* line 14, ../scss/_typography.scss */
    h1, h2, h3, h4, h5, h6 {
      display: block;
      text-align: center; } }

/* line 22, ../scss/_typography.scss */
h1 {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: normal;
  padding-top: 2px; }

/* line 29, ../scss/_typography.scss */
h2 {
  font-size: 1.8em;
  line-height: 1.3em; }

/* line 34, ../scss/_typography.scss */
h3 {
  font-size: 1.4em;
  line-height: 1.2em; }

/* line 39, ../scss/_typography.scss */
p {
  margin-bottom: 20px; }

/* line 43, ../scss/_typography.scss */
a {
  text-decoration: none; }

@media (max-width: 769px) {
  /* line 21, ../scss/global.scss */
  .container {
    padding: 0; } }

/* line 26, ../scss/global.scss */
.container .row {
  margin: 0 auto;
  max-width: 1300px; }

/* line 31, ../scss/global.scss */
html {
  height: 100%; }

/* line 34, ../scss/global.scss */
body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(70%, #06415a), color-stop(95%, #152c36));
  background-image: -webkit-linear-gradient(top, #06415a 70%, #152c36 95%);
  background-image: -moz-linear-gradient(top, #06415a 70%, #152c36 95%);
  background-image: -o-linear-gradient(top, #06415a 70%, #152c36 95%);
  background-image: linear-gradient(top, #06415a 70%, #152c36 95%);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  /* line 41, ../scss/global.scss */
  body a {
    color: #e89c18; }
    /* line 43, ../scss/global.scss */
    body a:hover {
      color: #06415a; }
  /* line 47, ../scss/global.scss */
  body .section-heading, body h2.widgettitle {
    color: #06415a;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold; }
  /* line 53, ../scss/global.scss */
  body .section-heading-author {
    color: #ABABAB;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    padding: 0; }
  /* line 62, ../scss/global.scss */
  body .page-wrap > .row {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    padding: 20px 50px;
    background: white; }
    /* line 66, ../scss/global.scss */
    body .page-wrap > .row .soliloquy-container {
      margin: 25px 0 25px 0;
      text-align: center;
      cursor: pointer; }
      /* line 70, ../scss/global.scss */
      body .page-wrap > .row .soliloquy-container .flex-caption {
        display: none;
        text-align: left;
        color: black;
        position: absolute;
        padding: 5px 10px 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        background: rgba(255, 255, 255, 0.85); }
        /* line 81, ../scss/global.scss */
        body .page-wrap > .row .soliloquy-container .flex-caption h3, body .page-wrap > .row .soliloquy-container .flex-caption a {
          color: black; }
        /* line 84, ../scss/global.scss */
        body .page-wrap > .row .soliloquy-container .flex-caption p {
          font-size: 14px; }
        /* line 87, ../scss/global.scss */
        body .page-wrap > .row .soliloquy-container .flex-caption:hover {
          text-decoration: underline; }
      @media (max-width: 769px) {
        /* line 66, ../scss/global.scss */
        body .page-wrap > .row .soliloquy-container {
          display: none; } }
    /* line 95, ../scss/global.scss */
    body .page-wrap > .row #comment {
      width: 100%; }
    @media (max-width: 769px) {
      /* line 62, ../scss/global.scss */
      body .page-wrap > .row {
        padding: 20px 10px; } }
  /* line 103, ../scss/global.scss */
  body .page-wrap aside ul {
    list-type-style: none; }
    /* line 105, ../scss/global.scss */
    body .page-wrap aside ul li {
      list-type-style: none; }
      /* line 107, ../scss/global.scss */
      body .page-wrap aside ul li ul {
        margin: 10px 0;
        padding: 15px;
        background: #f8f8f8; }
    /* line 114, ../scss/global.scss */
    body .page-wrap aside ul li#categories-4 h2 {
      background: url(../images/arrow-right-blue.png) no-repeat left center;
      padding-left: 20px; }
      @media (max-width: 769px) {
        /* line 114, ../scss/global.scss */
        body .page-wrap aside ul li#categories-4 h2 {
          background: none !important; } }
    /* line 121, ../scss/global.scss */
    body .page-wrap aside ul li#categories-4 h2.expanded {
      background: url(../images/arrow-down-blue.png) no-repeat left center; }
    /* line 124, ../scss/global.scss */
    body .page-wrap aside ul li#categories-4 h2:hover {
      text-decoration: underline;
      cursor: pointer; }
    /* line 128, ../scss/global.scss */
    body .page-wrap aside ul li#categories-4 ul {
      display: none; }
      @media (max-width: 769px) {
        /* line 128, ../scss/global.scss */
        body .page-wrap aside ul li#categories-4 ul {
          display: block; } }
    /* line 135, ../scss/global.scss */
    body .page-wrap aside ul li#nav_menu-2 ul {
      background: none;
      padding: 0; }
      /* line 138, ../scss/global.scss */
      body .page-wrap aside ul li#nav_menu-2 ul a {
        color: #06415a;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold; }
  /* line 149, ../scss/global.scss */
  body .blogroll h2 {
    margin-bottom: 0;
    padding-bottom: 0; }
    /* line 152, ../scss/global.scss */
    body .blogroll h2 a {
      color: #06415a; }
  /* line 156, ../scss/global.scss */
  body .blogroll article {
    min-height: 165px;
    margin-top: 0; }
    /* line 159, ../scss/global.scss */
    body .blogroll article ul {
      margin-left: 10px; }
    /* line 162, ../scss/global.scss */
    body .blogroll article li {
      list-style-type: disc; }
    /* line 165, ../scss/global.scss */
    body .blogroll article a {
      font-size: 12px; }

/* line 173, ../scss/global.scss */
header .inner-header {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  padding: 0;
  min-height: 210px;
  background: url(../images/banner-image.jpg) no-repeat top center;
  position: relative; }
  @media (max-width: 769px) {
    /* line 173, ../scss/global.scss */
    header .inner-header {
      height: auto;
      padding: 0; } }
  /* line 183, ../scss/global.scss */
  header .inner-header #logo {
    display: block;
    padding: 30px 50px 0 0;
    text-align: right; }
    @media (max-width: 769px) {
      /* line 183, ../scss/global.scss */
      header .inner-header #logo {
        padding: 10px 0; }
        /* line 189, ../scss/global.scss */
        header .inner-header #logo img {
          width: 98%; } }
  /* line 194, ../scss/global.scss */
  header .inner-header nav {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(100%, #818181));
    background-image: -webkit-linear-gradient(top, #414141, #818181);
    background-image: -moz-linear-gradient(top, #414141, #818181);
    background-image: -o-linear-gradient(top, #414141, #818181);
    background-image: linear-gradient(top, #414141, #818181);
    width: 100%; }
    @media (max-width: 769px) {
      /* line 199, ../scss/global.scss */
      header .inner-header nav br {
        display: none; } }
    /* line 204, ../scss/global.scss */
    header .inner-header nav ul li {
      display: inline-block;
      margin-bottom: 0;
      padding-bottom: 0;
      position: relative;
      white-space: nowrap; }
      @media (max-width: 769px) {
        /* line 204, ../scss/global.scss */
        header .inner-header nav ul li {
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(100%, #818181));
          background-image: -webkit-linear-gradient(top, #414141, #818181);
          background-image: -moz-linear-gradient(top, #414141, #818181);
          background-image: -o-linear-gradient(top, #414141, #818181);
          background-image: linear-gradient(top, #414141, #818181);
          display: block; } }
      /* line 214, ../scss/global.scss */
      header .inner-header nav ul li a {
        display: block;
        color: white;
        padding: 10px 20px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        font-weight: bold; }
        /* line 221, ../scss/global.scss */
        header .inner-header nav ul li a:hover {
          color: #e89c18;
          text-decoration: none; }
      /* line 226, ../scss/global.scss */
      header .inner-header nav ul li:first-child {
        margin-left: 30px; }
        @media (max-width: 769px) {
          /* line 226, ../scss/global.scss */
          header .inner-header nav ul li:first-child {
            margin-left: 0; } }
      @media (max-width: 769px) {
        /* line 204, ../scss/global.scss */
        header .inner-header nav ul li {
          text-align: center; } }
      /* line 235, ../scss/global.scss */
      header .inner-header nav ul li ul {
        display: none;
        position: absolute;
        top: 100%;
        background: #f8f8f8;
        left: 0;
        margin: 0;
        z-index: 101;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
        /* line 244, ../scss/global.scss */
        header .inner-header nav ul li ul li {
          margin: 0 !important;
          display: block; }
          /* line 247, ../scss/global.scss */
          header .inner-header nav ul li ul li a {
            color: #333;
            text-shadow: none; }
      /* line 253, ../scss/global.scss */
      header .inner-header nav ul li:hover ul {
        display: block; }
    /* line 258, ../scss/global.scss */
    header .inner-header nav form {
      padding-top: 10px; }
      /* line 260, ../scss/global.scss */
      header .inner-header nav form .inner-form {
        display: inline-block;
        padding-right: 60px; }
      /* line 264, ../scss/global.scss */
      header .inner-header nav form input {
        background: #bcbcbc;
        padding: 6px;
        border: 1px solid #d0d0d0;
        float: left;
        width: 165px;
        height: 34px; }
      /* line 272, ../scss/global.scss */
      header .inner-header nav form button {
        padding: 0;
        border: 1px solid #d0d0d0;
        border-left: none;
        float: left;
        display: inline-block; }
        /* line 278, ../scss/global.scss */
        header .inner-header nav form button img {
          display: block; }
      @media (max-width: 769px) {
        /* line 258, ../scss/global.scss */
        header .inner-header nav form {
          display: none;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(100%, #818181));
          background-image: -webkit-linear-gradient(top, #414141, #818181);
          background-image: -moz-linear-gradient(top, #414141, #818181);
          background-image: -o-linear-gradient(top, #414141, #818181);
          background-image: linear-gradient(top, #414141, #818181);
          width: 100% !important;
          text-align: center;
          float: none; }
          /* line 288, ../scss/global.scss */
          header .inner-header nav form .inner-form {
            margin: 0 auto;
            width: 80%;
            padding-right: 0; }
            /* line 292, ../scss/global.scss */
            header .inner-header nav form .inner-form input {
              width: 85%; } }

/* line 302, ../scss/global.scss */
article {
  position: relative;
  background: #f8f8f8;
  padding: 20px;
  margin: 20px 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
  /* line 308, ../scss/global.scss */
  article h2 {
    padding-right: 50px !important;
    color: black;
    margin: 0;
    padding: 0;
    font-size: 20px; }
  /* line 315, ../scss/global.scss */
  article h3 {
    font-weight: normal;
    font-size: 16px;
    color: black;
    margin: 0 0 25px;
    padding: 0; }
  /* line 322, ../scss/global.scss */
  article .read-more-button {
    text-transform: uppercase; }
  /* line 325, ../scss/global.scss */
  article .social-icons {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    background: rgba(248, 248, 248, 0.5);
    padding: 5px; }
    /* line 332, ../scss/global.scss */
    article .social-icons > span {
      display: block;
      width: 28px;
      height: 28px;
      margin-bottom: 3px;
      cursor: pointer;
      background: url(../images/social-icons.png) no-repeat 0 0; }
      /* line 339, ../scss/global.scss */
      article .social-icons > span.facebook {
        background-position: 0 -30px !important; }
      /* line 342, ../scss/global.scss */
      article .social-icons > span:hover {
        background: url(../images/social-icons-hover.png) no-repeat; }

/* line 350, ../scss/global.scss */
footer .textwidget {
  text-align: center;
  font-style: italic;
  background: url(../images/disclaimer-icon.jpg) no-repeat center right;
  padding-right: 45px;
  padding-top: 8px;
  height: 40px;
  font-size: 14px;
  max-width: 390px;
  min-width: 375px; }
  /* line 360, ../scss/global.scss */
  footer .textwidget strong {
    font-style: normal; }
  @media (max-width: 600px) {
    /* line 350, ../scss/global.scss */
    footer .textwidget {
      padding-top: 0px;
      min-width: 0; } }
