<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  /* vertical-align: baseline; */
  }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

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

a img {
  border: none; }

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

.pull_right {
  float: right; }

.pull_left {
  float: left; }

/* Base Styles */
html {
  font-size: 100%;
  line-height: 1.625em; }

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

body {
  background: #fff;
  font-family: "Lucida Grande", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #555555;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  @media only screen and (max-width: 767px) {
    body {
      -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
      width: 100%;
      min-width: 0; } }

html, body {
  /* height: 100%; */
  font-size: 20px;
  }

.hide {
  display: none; }

.hide.active, .show {
  display: block; }
  .fixed.pinned {
    position: absolute; }

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

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

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

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  padding-top: 0.273em;
  line-height: 1.15538em;
  padding-bottom: 0.273em;
  }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #d04526; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #c03d20; }

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

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

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

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

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

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

@media only screen and (max-width: 767px) {

  h2 {
    font-size: 36px;
    font-size: 2.25rem; } }
.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px; }

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

  Links &amp; Paragraph styles

  ======================================================*/
p {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 18px;
	line-height: 1.625em;
	padding-top: 2%;
}
  p.lead {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 18px;
}
  @media only screen and (max-width: 768px) {
    p {
      font-size: 16px;
      line-height: 1.625em;
      }
	}

a {
  color: #2196F3;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  }
  a:hover {
    color: #0027FF;
    }

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

  Lists

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

ul {
  list-style: none outside; }

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

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

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

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

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

/* Mobile */
em {
  font-style: italic;
  line-height: inherit; }

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

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

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

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

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

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

abbr {
  text-transform: none; }

/**
   * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: sanbeiji.com/archives/953 */
  p a {
    color: #555555 !important;
    text-decoration: underline; }
    p a:visited {
      color: #555555 !important;
      text-decoration: underline; }
    p a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*=================================================

	+++ LE GRID +++
	A Responsive Grid -- Gumby defaults to a standard 960 grid,
	but you can change it to whatever you'd like.

 ==================================================*/
/*.container {
	padding: 0 $gutter-in-px;
}*/
.row {
  width: 100%;
  max-width: 1100px;
  min-width: 320px;
  margin: 0 auto;
  }
  .row .row {
    min-width: 0;
    padding-left: 0;
    padding-right: 0; }

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

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

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

/* Column Classes */
.row .one.column {
  width: 6.38298%; }
.row .one.columns {
  width: 6.38298%; }
.row .two.columns {
  width: 31.89362%;
  }
.row .four.columns {
  width: 31.91489%; }
.row .five.columns {
  width: 40.42553%; }
.row .six.columns {
  width: 48.93617%; }
.row .seven.columns {
  width: 57.44681%; }
.row .eight.columns {
  width: 65.95745%; }
.row .nine.columns {
  /* width: 74.46809%; */
  }
.row .ten.columns {
  width: 82.97872%; }
.row .eleven.columns {
  width: 91.48936%; }
.row .twelve.columns {
  width: 100%; }

/* Push and Pull Classes */
.row .push_one {
  margin-left: 10.6383%; }
  .row .push_one:first-child {
    margin-left: 8.51064%; }
.row .pull_one.one.column {
  margin-left: -14.89362%; }
.row .pull_one.two.columns {
  margin-left: -23.40426%; }
.row .pull_one.three.columns {
  margin-left: -31.91489%; }
.row .pull_one.four.columns {
  margin-left: -40.42553%; }
.row .pull_one.five.columns {
  margin-left: -48.93617%; }
.row .pull_one.six.columns {
  margin-left: -57.44681%; }
.row .pull_one.seven.columns {
  margin-left: -65.95745%; }
.row .pull_one.eight.columns {
  margin-left: -74.46809%; }
.row .pull_one.nine.columns {
  margin-left: -82.97872%; }
.row .pull_one.ten.columns {
  margin-left: -91.48936%; }
.row .push_two {
  margin-left: 19.14894%; }
  .row .push_two:first-child {
    margin-left: 17.02128%; }
.row .pull_two.one.column {
  margin-left: -23.40426%; }
.row .pull_two.two.columns {
  margin-left: -31.91489%; }
.row .pull_two.three.columns {
  margin-left: -40.42553%; }
.row .pull_two.four.columns {
  margin-left: -48.93617%; }
.row .pull_two.five.columns {
  margin-left: -57.44681%; }
.row .pull_two.six.columns {
  margin-left: -65.95745%; }
.row .pull_two.seven.columns {
  margin-left: -74.46809%; }
.row .pull_two.eight.columns {
  margin-left: -82.97872%; }
.row .pull_two.nine.columns {
  margin-left: -91.48936%; }
.row .pull_two.eleven.columns {
  margin-left: -108.51064%; }
.row .push_three {
  margin-left: 27.65957%; }
  .row .push_three:first-child {
    margin-left: 25.53191%; }
.row .pull_three.one.column {
  margin-left: -31.91489%; }
.row .pull_three.two.columns {
  margin-left: -40.42553%; }
.row .pull_three.three.columns {
  margin-left: -48.93617%; }
.row .pull_three.four.columns {
  margin-left: -57.44681%; }
.row .pull_three.five.columns {
  margin-left: -65.95745%; }
.row .pull_three.six.columns {
  margin-left: -74.46809%; }
.row .pull_three.seven.columns {
  margin-left: -82.97872%; }
.row .pull_three.eight.columns {
  margin-left: -91.48936%; }
.row .pull_three.ten.columns {
  margin-left: -108.51064%; }
.row .pull_three.eleven.columns {
  margin-left: -117.02128%; }
.row .push_four {
  margin-left: 36.17021%; }
  .row .push_four:first-child {
    margin-left: 34.04255%; }
.row .pull_four.one.column {
  margin-left: -40.42553%; }
.row .pull_four.two.columns {
  margin-left: -48.93617%; }
.row .pull_four.three.columns {
  margin-left: -57.44681%; }
.row .pull_four.four.columns {
  margin-left: -65.95745%; }
.row .pull_four.five.columns {
  margin-left: -74.46809%; }
.row .pull_four.six.columns {
  margin-left: -82.97872%; }
.row .pull_four.seven.columns {
  margin-left: -91.48936%; }
.row .pull_four.nine.columns {
  margin-left: -108.51064%; }
.row .pull_four.ten.columns {
  margin-left: -117.02128%; }
.row .pull_four.eleven.columns {
  margin-left: -125.53191%; }
.row .push_five {
  margin-left: 44.68085%; }
  .row .push_five:first-child {
    margin-left: 42.55319%; }
.row .pull_five.one.column {
  margin-left: -48.93617%; }
.row .pull_five.two.columns {
  margin-left: -57.44681%; }
.row .pull_five.three.columns {
  margin-left: -65.95745%; }
.row .pull_five.four.columns {
  margin-left: -74.46809%; }
.row .pull_five.five.columns {
  margin-left: -82.97872%; }
.row .pull_five.six.columns {
  margin-left: -91.48936%; }
.row .pull_five.eight.columns {
  margin-left: -108.51064%; }
.row .pull_five.nine.columns {
  margin-left: -117.02128%; }
.row .pull_five.ten.columns {
  margin-left: -125.53191%; }
.row .pull_five.eleven.columns {
  margin-left: -134.04255%; }
.row .push_six {
  margin-left: 53.19149%; }
  .row .push_six:first-child {
    margin-left: 51.06383%; }
.row .pull_six.one.column {
  margin-left: -57.44681%; }
.row .pull_six.two.columns {
  margin-left: -65.95745%; }
.row .pull_six.three.columns {
  margin-left: -74.46809%; }
.row .pull_six.four.columns {
  margin-left: -82.97872%; }
.row .pull_six.five.columns {
  margin-left: -91.48936%; }
.row .pull_six.seven.columns {
  margin-left: -108.51064%; }
.row .pull_six.eight.columns {
  margin-left: -117.02128%; }
.row .pull_six.nine.columns {
  margin-left: -125.53191%; }
.row .pull_six.ten.columns {
  margin-left: -134.04255%; }
.row .pull_six.eleven.columns {
  margin-left: -142.55319%; }
.row .push_seven {
  margin-left: 61.70213%; }
  .row .push_seven:first-child {
    margin-left: 59.57447%; }
.row .pull_seven.one.column {
  margin-left: -65.95745%; }
.row .pull_seven.two.columns {
  margin-left: -74.46809%; }
.row .pull_seven.three.columns {
  margin-left: -82.97872%; }
.row .pull_seven.four.columns {
  margin-left: -91.48936%; }
.row .pull_seven.six.columns {
  margin-left: -108.51064%; }
.row .pull_seven.seven.columns {
  margin-left: -117.02128%; }
.row .pull_seven.eight.columns {
  margin-left: -125.53191%; }
.row .pull_seven.nine.columns {
  margin-left: -134.04255%; }
.row .pull_seven.ten.columns {
  margin-left: -142.55319%; }
.row .pull_seven.eleven.columns {
  margin-left: -151.06383%; }
.row .push_eight {
  margin-left: 70.21277%; }
  .row .push_eight:first-child {
    margin-left: 68.08511%; }
.row .pull_eight.one.column {
  margin-left: -74.46809%; }
.row .pull_eight.two.columns {
  margin-left: -82.97872%; }
.row .pull_eight.three.columns {
  margin-left: -91.48936%; }
.row .pull_eight.five.columns {
  margin-left: -108.51064%; }
.row .pull_eight.six.columns {
  margin-left: -117.02128%; }
.row .pull_eight.seven.columns {
  margin-left: -125.53191%; }
.row .pull_eight.eight.columns {
  margin-left: -134.04255%; }
.row .pull_eight.nine.columns {
  margin-left: -142.55319%; }
.row .pull_eight.ten.columns {
  margin-left: -151.06383%; }
.row .pull_eight.eleven.columns {
  margin-left: -159.57447%; }
.row .push_nine {
  margin-left: 78.7234%; }
  .row .push_nine:first-child {
    margin-left: 76.59574%; }
.row .pull_nine.one.column {
  margin-left: -82.97872%; }
.row .pull_nine.two.columns {
  margin-left: -91.48936%; }
.row .pull_nine.four.columns {
  margin-left: -108.51064%; }
.row .pull_nine.five.columns {
  margin-left: -117.02128%; }
.row .pull_nine.six.columns {
  margin-left: -125.53191%; }
.row .pull_nine.seven.columns {
  margin-left: -134.04255%; }
.row .pull_nine.eight.columns {
  margin-left: -142.55319%; }
.row .pull_nine.nine.columns {
  margin-left: -151.06383%; }
.row .pull_nine.ten.columns {
  margin-left: -159.57447%; }
.row .pull_nine.eleven.columns {
  margin-left: -168.08511%; }
.row .push_ten {
  margin-left: 87.23404%; }
  .row .push_ten:first-child {
    margin-left: 85.10638%; }
.row .pull_ten.one.column {
  margin-left: -91.48936%; }
.row .pull_ten.three.columns {
  margin-left: -108.51064%; }
.row .pull_ten.four.columns {
  margin-left: -117.02128%; }
.row .pull_ten.five.columns {
  margin-left: -125.53191%; }
.row .pull_ten.six.columns {
  margin-left: -134.04255%; }
.row .pull_ten.seven.columns {
  margin-left: -142.55319%; }
.row .pull_ten.eight.columns {
  margin-left: -151.06383%; }
.row .pull_ten.nine.columns {
  margin-left: -159.57447%; }
.row .pull_ten.ten.columns {
  margin-left: -168.08511%; }
.row .pull_ten.eleven.columns {
  margin-left: -176.59574%; }
.row .push_eleven {
  margin-left: 95.74468%; }
  .row .push_eleven:first-child {
    margin-left: 93.61702%; }
.row .pull_eleven.two.columns {
  margin-left: -108.51064%; }
.row .pull_eleven.three.columns {
  margin-left: -117.02128%; }
.row .pull_eleven.four.columns {
  margin-left: -125.53191%; }
.row .pull_eleven.five.columns {
  margin-left: -134.04255%; }
.row .pull_eleven.six.columns {
  margin-left: -142.55319%; }
.row .pull_eleven.seven.columns {
  margin-left: -151.06383%; }
.row .pull_eleven.eight.columns {
  margin-left: -159.57447%; }
.row .pull_eleven.nine.columns {
  margin-left: -168.08511%; }
.row .pull_eleven.ten.columns {
  margin-left: -176.59574%; }
.row .pull_eleven.eleven.columns {
  margin-left: -185.10638%; }

/* Centered Classes */
.row .one.centered {
  margin-left: 46.80851%; }
.row .two.centered {
  margin-left: 42.55319%; }
.row .three.centered {
  margin-left: 38.29787%; }
.row .four.centered {
  margin-left: 34.04255%; }
.row .five.centered {
  margin-left: 29.78723%; }
.row .six.centered {
  margin-left: 25.53191%; }
.row .seven.centered {
  margin-left: 21.2766%; }
.row .eight.centered {
  margin-left: 17.02128%; }
.row .nine.centered {
  margin-left: 12.76596%; }
.row .ten.centered {
  margin-left: 8.51064%; }
.row .eleven.centered {
  margin-left: 4.25532%; }

/* Hybrid Grid Columns */
.sixteen.colgrid .row .one.column {
  width: 4.25532%; }
.sixteen.colgrid .row .one.columns {
  width: 4.25532%; }
.sixteen.colgrid .row .two.columns {
  width: 10.6383%; }
.sixteen.colgrid .row .three.columns {
  width: 17.02128%; }
.sixteen.colgrid .row .four.columns {
  width: 23.40426%; }
.sixteen.colgrid .row .five.columns {
  width: 29.78723%; }
.sixteen.colgrid .row .six.columns {
  width: 36.17021%; }
.sixteen.colgrid .row .seven.columns {
  width: 42.55319%; }
.sixteen.colgrid .row .eight.columns {
  width: 48.93617%; }
.sixteen.colgrid .row .nine.columns {
  width: 55.31915%; }
.sixteen.colgrid .row .ten.columns {
  width: 61.70213%; }
.sixteen.colgrid .row .eleven.columns {
  width: 68.08511%; }
.sixteen.colgrid .row .twelve.columns {
  width: 74.46809%; }
.sixteen.colgrid .row .thirteen.columns {
  width: 80.85106%; }
.sixteen.colgrid .row .fourteen.columns {
  width: 87.23404%; }
.sixteen.colgrid .row .fifteen.columns {
  width: 93.61702%; }
.sixteen.colgrid .row .sixteen.columns {
  width: 100%; }

/* Hybrid Push and Pull Classes */
.sixteen.colgrid .row .push_one {
  margin-left: 8.51064%; }
  .sixteen.colgrid .row .push_one:first-child {
    margin-left: 6.38298%; }
.sixteen.colgrid .row .pull_one.one.column {
  margin-left: -10.6383%; }
.sixteen.colgrid .row .pull_one.two.columns {
  margin-left: -17.02128%; }
.sixteen.colgrid .row .pull_one.three.columns {
  margin-left: -23.40426%; }
.sixteen.colgrid .row .pull_one.four.columns {
  margin-left: -29.78723%; }
.sixteen.colgrid .row .pull_one.five.columns {
  margin-left: -36.17021%; }
.sixteen.colgrid .row .pull_one.six.columns {
  margin-left: -42.55319%; }
.sixteen.colgrid .row .pull_one.seven.columns {
  margin-left: -48.93617%; }
.sixteen.colgrid .row .pull_one.eight.columns {
  margin-left: -55.31915%; }
.sixteen.colgrid .row .pull_one.nine.columns {
  margin-left: -61.70213%; }
.sixteen.colgrid .row .pull_one.ten.columns {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_one.eleven.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_one.twelve.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_one.thirteen.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_one.fourteen.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .push_two {
  margin-left: 14.89362%; }
  .sixteen.colgrid .row .push_two:first-child {
    margin-left: 12.76596%; }
.sixteen.colgrid .row .pull_two.one.column {
  margin-left: -17.02128%; }
.sixteen.colgrid .row .pull_two.two.columns {
  margin-left: -23.40426%; }
.sixteen.colgrid .row .pull_two.three.columns {
  margin-left: -29.78723%; }
.sixteen.colgrid .row .pull_two.four.columns {
  margin-left: -36.17021%; }
.sixteen.colgrid .row .pull_two.five.columns {
  margin-left: -42.55319%; }
.sixteen.colgrid .row .pull_two.six.columns {
  margin-left: -48.93617%; }
.sixteen.colgrid .row .pull_two.seven.columns {
  margin-left: -55.31915%; }
.sixteen.colgrid .row .pull_two.eight.columns {
  margin-left: -61.70213%; }
.sixteen.colgrid .row .pull_two.nine.columns {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_two.ten.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_two.eleven.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_two.twelve.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_two.thirteen.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_two.fifteen.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .push_three {
  margin-left: 21.2766%; }
  .sixteen.colgrid .row .push_three:first-child {
    margin-left: 19.14894%; }
.sixteen.colgrid .row .pull_three.one.column {
  margin-left: -23.40426%; }
.sixteen.colgrid .row .pull_three.two.columns {
  margin-left: -29.78723%; }
.sixteen.colgrid .row .pull_three.three.columns {
  margin-left: -36.17021%; }
.sixteen.colgrid .row .pull_three.four.columns {
  margin-left: -42.55319%; }
.sixteen.colgrid .row .pull_three.five.columns {
  margin-left: -48.93617%; }
.sixteen.colgrid .row .pull_three.six.columns {
  margin-left: -55.31915%; }
.sixteen.colgrid .row .pull_three.seven.columns {
  margin-left: -61.70213%; }
.sixteen.colgrid .row .pull_three.eight.columns {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_three.nine.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_three.ten.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_three.eleven.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_three.twelve.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_three.fourteen.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_three.fifteen.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .push_four {
  margin-left: 27.65957%; }
  .sixteen.colgrid .row .push_four:first-child {
    margin-left: 25.53191%; }
.sixteen.colgrid .row .pull_four.one.column {
  margin-left: -29.78723%; }
.sixteen.colgrid .row .pull_four.two.columns {
  margin-left: -36.17021%; }
.sixteen.colgrid .row .pull_four.three.columns {
  margin-left: -42.55319%; }
.sixteen.colgrid .row .pull_four.four.columns {
  margin-left: -48.93617%; }
.sixteen.colgrid .row .pull_four.five.columns {
  margin-left: -55.31915%; }
.sixteen.colgrid .row .pull_four.six.columns {
  margin-left: -61.70213%; }
.sixteen.colgrid .row .pull_four.seven.columns {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_four.eight.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_four.nine.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_four.ten.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_four.eleven.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_four.thirteen.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_four.fourteen.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_four.fifteen.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .push_five {
  margin-left: 34.04255%; }
  .sixteen.colgrid .row .push_five:first-child {
    margin-left: 31.91489%; }
.sixteen.colgrid .row .pull_five.one.column {
  margin-left: -36.17021%; }
.sixteen.colgrid .row .pull_five.two.columns {
  margin-left: -42.55319%; }
.sixteen.colgrid .row .pull_five.three.columns {
  margin-left: -48.93617%; }
.sixteen.colgrid .row .pull_five.four.columns {
  margin-left: -55.31915%; }
.sixteen.colgrid .row .pull_five.five.columns {
  margin-left: -61.70213%; }
.sixteen.colgrid .row .pull_five.six.columns {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_five.seven.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_five.eight.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_five.nine.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_five.ten.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_five.twelve.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_five.thirteen.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_five.fourteen.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_five.fifteen.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .push_six {
  margin-left: 40.42553%; }
  .sixteen.colgrid .row .push_six:first-child {
    margin-left: 38.29787%; }
.sixteen.colgrid .row .pull_six.one.column {
  margin-left: -42.55319%; }
.sixteen.colgrid .row .pull_six.two.columns {
  margin-left: -48.93617%; }
.sixteen.colgrid .row .pull_six.three.columns {
  margin-left: -55.31915%; }
.sixteen.colgrid .row .pull_six.four.columns {
  margin-left: -61.70213%; }
.sixteen.colgrid .row .pull_six.five.columns {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_six.six.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_six.seven.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_six.eight.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_six.nine.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_six.eleven.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_six.twelve.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_six.thirteen.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_six.fourteen.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_six.fifteen.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .push_seven {
  margin-left: 46.80851%; }
  .sixteen.colgrid .row .push_seven:first-child {
    margin-left: 44.68085%; }
.sixteen.colgrid .row .pull_seven.one.column {
  margin-left: -48.93617%; }
.sixteen.colgrid .row .pull_seven.two.columns {
  margin-left: -55.31915%; }
.sixteen.colgrid .row .pull_seven.three.columns {
  margin-left: -61.70213%; }
.sixteen.colgrid .row .pull_seven.four.columns {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_seven.five.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_seven.six.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_seven.seven.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_seven.eight.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_seven.ten.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_seven.eleven.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_seven.twelve.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_seven.thirteen.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_seven.fourteen.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .pull_seven.fifteen.columns {
  margin-left: -138.29787%; }
.sixteen.colgrid .row .push_eight {
  margin-left: 53.19149%; }
  .sixteen.colgrid .row .push_eight:first-child {
    margin-left: 51.06383%; }
.sixteen.colgrid .row .pull_eight.one.column {
  margin-left: -55.31915%; }
.sixteen.colgrid .row .pull_eight.two.columns {
  margin-left: -61.70213%; }
.sixteen.colgrid .row .pull_eight.three.columns {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_eight.four.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_eight.five.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_eight.six.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_eight.seven.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_eight.nine.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_eight.ten.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_eight.eleven.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_eight.twelve.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_eight.thirteen.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .pull_eight.fourteen.columns {
  margin-left: -138.29787%; }
.sixteen.colgrid .row .pull_eight.fifteen.columns {
  margin-left: -144.68085%; }
.sixteen.colgrid .row .push_nine {
  margin-left: 59.57447%; }
  .sixteen.colgrid .row .push_nine:first-child {
    margin-left: 57.44681%; }
.sixteen.colgrid .row .pull_nine.one.column {
  margin-left: -61.70213%; }
.sixteen.colgrid .row .pull_nine.two.columns {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_nine.three.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_nine.four.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_nine.five.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_nine.six.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_nine.eight.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_nine.nine.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_nine.ten.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_nine.eleven.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_nine.twelve.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .pull_nine.thirteen.columns {
  margin-left: -138.29787%; }
.sixteen.colgrid .row .pull_nine.fourteen.columns {
  margin-left: -144.68085%; }
.sixteen.colgrid .row .pull_nine.fifteen.columns {
  margin-left: -151.06383%; }
.sixteen.colgrid .row .push_ten {
  margin-left: 65.95745%; }
  .sixteen.colgrid .row .push_ten:first-child {
    margin-left: 63.82979%; }
.sixteen.colgrid .row .pull_ten.one.column {
  margin-left: -68.08511%; }
.sixteen.colgrid .row .pull_ten.two.columns {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_ten.three.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_ten.four.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_ten.five.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_ten.seven.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_ten.eight.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_ten.nine.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_ten.ten.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_ten.eleven.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .pull_ten.twelve.columns {
  margin-left: -138.29787%; }
.sixteen.colgrid .row .pull_ten.thirteen.columns {
  margin-left: -144.68085%; }
.sixteen.colgrid .row .pull_ten.fourteen.columns {
  margin-left: -151.06383%; }
.sixteen.colgrid .row .pull_ten.fifteen.columns {
  margin-left: -157.44681%; }
.sixteen.colgrid .row .push_eleven {
  margin-left: 72.34043%; }
  .sixteen.colgrid .row .push_eleven:first-child {
    margin-left: 70.21277%; }
.sixteen.colgrid .row .pull_eleven.one.column {
  margin-left: -74.46809%; }
.sixteen.colgrid .row .pull_eleven.two.columns {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_eleven.three.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_eleven.four.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_eleven.six.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_eleven.seven.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_eleven.eight.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_eleven.nine.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_eleven.ten.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .pull_eleven.eleven.columns {
  margin-left: -138.29787%; }
.sixteen.colgrid .row .pull_eleven.twelve.columns {
  margin-left: -144.68085%; }
.sixteen.colgrid .row .pull_eleven.thirteen.columns {
  margin-left: -151.06383%; }
.sixteen.colgrid .row .pull_eleven.fourteen.columns {
  margin-left: -157.44681%; }
.sixteen.colgrid .row .pull_eleven.fifteen.columns {
  margin-left: -163.82979%; }
.sixteen.colgrid .row .push_twelve {
  margin-left: 78.7234%; }
  .sixteen.colgrid .row .push_twelve:first-child {
    margin-left: 76.59574%; }
.sixteen.colgrid .row .pull_twelve.one.column {
  margin-left: -80.85106%; }
.sixteen.colgrid .row .pull_twelve.two.columns {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_twelve.three.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_twelve.five.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_twelve.six.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_twelve.seven.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_twelve.eight.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_twelve.nine.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .pull_twelve.ten.columns {
  margin-left: -138.29787%; }
.sixteen.colgrid .row .pull_twelve.eleven.columns {
  margin-left: -144.68085%; }
.sixteen.colgrid .row .pull_twelve.twelve.columns {
  margin-left: -151.06383%; }
.sixteen.colgrid .row .pull_twelve.thirteen.columns {
  margin-left: -157.44681%; }
.sixteen.colgrid .row .pull_twelve.fourteen.columns {
  margin-left: -163.82979%; }
.sixteen.colgrid .row .pull_twelve.fifteen.columns {
  margin-left: -170.21277%; }
.sixteen.colgrid .row .push_thirteen {
  margin-left: 85.10638%; }
  .sixteen.colgrid .row .push_thirteen:first-child {
    margin-left: 82.97872%; }
.sixteen.colgrid .row .pull_thirteen.one.column {
  margin-left: -87.23404%; }
.sixteen.colgrid .row .pull_thirteen.two.columns {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_thirteen.four.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_thirteen.five.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_thirteen.six.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_thirteen.seven.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_thirteen.eight.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .pull_thirteen.nine.columns {
  margin-left: -138.29787%; }
.sixteen.colgrid .row .pull_thirteen.ten.columns {
  margin-left: -144.68085%; }
.sixteen.colgrid .row .pull_thirteen.eleven.columns {
  margin-left: -151.06383%; }
.sixteen.colgrid .row .pull_thirteen.twelve.columns {
  margin-left: -157.44681%; }
.sixteen.colgrid .row .pull_thirteen.thirteen.columns {
  margin-left: -163.82979%; }
.sixteen.colgrid .row .pull_thirteen.fourteen.columns {
  margin-left: -170.21277%; }
.sixteen.colgrid .row .pull_thirteen.fifteen.columns {
  margin-left: -176.59574%; }
.sixteen.colgrid .row .push_fourteen {
  margin-left: 91.48936%; }
  .sixteen.colgrid .row .push_fourteen:first-child {
    margin-left: 89.3617%; }
.sixteen.colgrid .row .pull_fourteen.one.column {
  margin-left: -93.61702%; }
.sixteen.colgrid .row .pull_fourteen.three.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_fourteen.four.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_fourteen.five.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_fourteen.six.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_fourteen.seven.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .pull_fourteen.eight.columns {
  margin-left: -138.29787%; }
.sixteen.colgrid .row .pull_fourteen.nine.columns {
  margin-left: -144.68085%; }
.sixteen.colgrid .row .pull_fourteen.ten.columns {
  margin-left: -151.06383%; }
.sixteen.colgrid .row .pull_fourteen.eleven.columns {
  margin-left: -157.44681%; }
.sixteen.colgrid .row .pull_fourteen.twelve.columns {
  margin-left: -163.82979%; }
.sixteen.colgrid .row .pull_fourteen.thirteen.columns {
  margin-left: -170.21277%; }
.sixteen.colgrid .row .pull_fourteen.fourteen.columns {
  margin-left: -176.59574%; }
.sixteen.colgrid .row .pull_fourteen.fifteen.columns {
  margin-left: -182.97872%; }
.sixteen.colgrid .row .push_fifteen {
  margin-left: 97.87234%; }
  .sixteen.colgrid .row .push_fifteen:first-child {
    margin-left: 95.74468%; }
.sixteen.colgrid .row .pull_fifteen.two.columns {
  margin-left: -106.38298%; }
.sixteen.colgrid .row .pull_fifteen.three.columns {
  margin-left: -112.76596%; }
.sixteen.colgrid .row .pull_fifteen.four.columns {
  margin-left: -119.14894%; }
.sixteen.colgrid .row .pull_fifteen.five.columns {
  margin-left: -125.53191%; }
.sixteen.colgrid .row .pull_fifteen.six.columns {
  margin-left: -131.91489%; }
.sixteen.colgrid .row .pull_fifteen.seven.columns {
  margin-left: -138.29787%; }
.sixteen.colgrid .row .pull_fifteen.eight.columns {
  margin-left: -144.68085%; }
.sixteen.colgrid .row .pull_fifteen.nine.columns {
  margin-left: -151.06383%; }
.sixteen.colgrid .row .pull_fifteen.ten.columns {
  margin-left: -157.44681%; }
.sixteen.colgrid .row .pull_fifteen.eleven.columns {
  margin-left: -163.82979%; }
.sixteen.colgrid .row .pull_fifteen.twelve.columns {
  margin-left: -170.21277%; }
.sixteen.colgrid .row .pull_fifteen.thirteen.columns {
  margin-left: -176.59574%; }
.sixteen.colgrid .row .pull_fifteen.fourteen.columns {
  margin-left: -182.97872%; }
.sixteen.colgrid .row .pull_fifteen.fifteen.columns {
  margin-left: -189.3617%; }

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

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

/* Hybrid Centered Classes */
.sixteen.colgrid .row .one.centered {
  margin-left: 47.87234%; }
.sixteen.colgrid .row .two.centered {
  margin-left: 44.68085%; }
.sixteen.colgrid .row .three.centered {
  margin-left: 41.48936%; }
.sixteen.colgrid .row .four.centered {
  margin-left: 38.29787%; }
.sixteen.colgrid .row .five.centered {
  margin-left: 35.10638%; }
.sixteen.colgrid .row .six.centered {
  margin-left: 31.91489%; }
.sixteen.colgrid .row .seven.centered {
  margin-left: 28.7234%; }
.sixteen.colgrid .row .eight.centered {
  margin-left: 25.53191%; }
.sixteen.colgrid .row .nine.centered {
  margin-left: 22.34043%; }
.sixteen.colgrid .row .ten.centered {
  margin-left: 19.14894%; }
.sixteen.colgrid .row .eleven.centered {
  margin-left: 15.95745%; }
.sixteen.colgrid .row .twelve.centered {
  margin-left: 12.76596%; }
.sixteen.colgrid .row .thirteen.centered {
  margin-left: 9.57447%; }
.sixteen.colgrid .row .fourteen.centered {
  margin-left: 6.38298%; }
.sixteen.colgrid .row .fifteen.centered {
  margin-left: 3.19149%; }

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

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

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

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

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

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

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

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

  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }
    .row .row .column, .row .row .columns {
      padding: 0; }
    .row .centered {
      margin-left: 0 !important; }

  .column, .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0; }

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

  [class*="column"] + [class*="column"]:last-child {
    float: none; }
  [class*="column"]:before {
    display: table; }
  [class*="column"]:after {
    display: table;
    clear: both; }

  [class^="push_"],
  [class*="push_"],
  [class^="pull_"],
  [class*="pull_"] {
    margin-left: 0 !important; } }
/* Navigation (with dropdowns) */
.navbar {
  width: 100%;
  min-height: 60px;
  display: block;
  margin-bottom: 20px;
  background: #4a4d50;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .navbar {
      border: none; }
      .navbar .column, .navbar .columns {
        min-height: 0; } }
  .navbar.fixed {
    position: fixed;
    z-index: 99999; }
  .navbar.pinned {
    position: absolute; }
  .navbar a.toggle {
    display: none; }
    @media only screen and (max-width: 767px) {
      .navbar a.toggle {
        top: 18%;
        right: 4%;
        width: 46px;
        position: absolute;
        text-align: center;
        display: inline-block;
        color: #fff;
        background: #4a4d50;
        height: 40px;
        line-height: 38px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 30px;
        font-size: 1.875rem; }
        .navbar a.toggle:hover {
          background: #565a5d; }
        .navbar a.toggle:active, .navbar a.toggle.active {
          background: #3e4043; } }

.navbar .logo {
  display: inline-block;
  margin: 0 2.12766% 0 0;
  padding: 0;
  height: 60px;
  line-height: 58px; }
  .navbar .logo a {
    display: block;
    padding: 0;
    overflow: hidden;
    height: 60px;
    line-height: 58px; }
    .navbar .logo a img {
      max-height: 95%; }
  @media only screen and (max-width: 767px) {
    .navbar .logo {
      float: left;
      display: inline; }
      .navbar .logo a {
        padding: 0; }
        .navbar .logo a img {
          width: auto;
          height: auto;
          max-width: 100%; } }

.navbar ul {
  display: table;
  vertical-align: middle;
  margin: 0;
  float: none; }
  @media only screen and (max-width: 767px) {
    .navbar ul {
      position: absolute;
      display: block;
      width: 100% !important;
      height: 0;
      max-height: 0;
      top: 60px;
      left: 0;
      overflow: hidden;
      text-align: center;
      background: #3e4043; }
      .navbar ul.active {
        height: auto;
        max-height: 600px;
        z-index: 999998;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-box-shadow: 0 2px 2px #252728;
        -webkit-box-shadow: 0 2px 2px #252728;
        box-shadow: 0 2px 2px #252728; } }
  .navbar ul li {
    display: table-cell;
    text-align: center;
    padding-bottom: 0;
    margin: 0;
    height: 60px;
    line-height: 58px; }
    @media only screen and (max-width: 767px) {
      .navbar ul li {
        display: block;
        position: relative;
        min-height: 50px;
        max-height: 320px;
        height: auto;
        width: 100%;
        border-right: 0 !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s; } }
    .navbar ul li &gt; a {
      display: block;
      padding: 0 16px;
      white-space: nowrap;
      color: #fff;
      text-shadow: 0 1px 2px #191a1b, 0 1px 0 #191a1b;
      height: 60px;
      line-height: 58px;
      font-size: 16px;
      font-size: 1rem; }
      .navbar ul li &gt; a i.icon-popup {
        position: absolute; }
    .navbar ul li .btn {
      border-color: #000101 !important; }
    .navbar ul li.field {
      margin-bottom: 0 !important;
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        .navbar ul li.field {
          padding: 0 20px; } }
      .navbar ul li.field input.search {
        background: #191a1b;
        border: none;
        color: #f2f2f2; }
    .navbar ul li .dropdown {
      width: auto;
      min-width: 0;
      max-width: 320px;
      height: 0;
      position: absolute;
      background: #fafafa;
      overflow: hidden;
      z-index: 999; }
    @media only screen and (max-width: 767px) {
      .navbar ul li .dropdown {
        width: 100%;
        max-width: 100%;
        position: relative;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
      .navbar ul li.active .dropdown {
        border-bottom: 1px solid #313436; }
      .navbar ul li.active .dropdown ul {
        position: relative;
        top: 0;
        background: #36393b;
        min-height: 50px;
        max-height: 250px;
        height: auto;
        overflow: auto;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
        .navbar ul li.active .dropdown ul li {
          min-height: 50px;
          border-bottom: #3e4043; }
          .navbar ul li.active .dropdown ul li a {
            color: #fff;
            border-bottom: 1px solid #313436; }
            .navbar ul li.active .dropdown ul li a:hover {
              color: #d04526; } }

@media only screen and (min-width: 768px) and (max-width: 939px) {
  .navbar &gt; ul &gt; li &gt; .btn a {
    padding: 0 10px 0 10px !important; }
  .navbar ul &gt; li .dropdown ul li.active .dropdown {
    left: -320px; } }

.navcontain {
  height: 80px; }
  @media only screen and (max-width: 768px) {
    .navcontain {
      height: auto; } }

.pretty.navbar {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiODA4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxMzQzNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7b8085), color-stop(100%, #313436));
  background-image: -moz-linear-gradient(#7b8085, #313436);
  background-image: -webkit-linear-gradient(#7b8085, #313436);
  background-image: linear-gradient(#7b8085, #313436);
  -moz-box-shadow: inset 0 1px 1px #7b8085, 0 1px 2px rgba(0, 0, 0, 0.8) !important;
  -webkit-box-shadow: inset 0 1px 1px #7b8085, 0 1px 2px rgba(0, 0, 0, 0.8) !important;
  box-shadow: inset 0 1px 1px #7b8085, 0 1px 2px rgba(0, 0, 0, 0.8) !important;
  /* Remove this line if you dont want a dropshadow on your navigation*/ }
  @media only screen and (max-width: 767px) {
    .pretty.navbar a.toggle {
      border: 1px solid #3e4043;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiODA4NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNGQ1MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7b8085), color-stop(100%, #4a4d50));
      background-image: -moz-linear-gradient(#7b8085, #4a4d50);
      background-image: -webkit-linear-gradient(#7b8085, #4a4d50);
      background-image: linear-gradient(#7b8085, #4a4d50);
      -moz-box-shadow: inset 0 1px 2px #888d91, inset 0 -1px 1px #565a5d, inset 1px 0 1px #565a5d, inset -1px 0 1px #565a5d, 0 1px 1px #63676a;
      -webkit-box-shadow: inset 0 1px 2px #888d91, inset 0 -1px 1px #565a5d, inset 1px 0 1px #565a5d, inset -1px 0 1px #565a5d, 0 1px 1px #63676a;
      box-shadow: inset 0 1px 2px #888d91, inset 0 -1px 1px #565a5d, inset 1px 0 1px #565a5d, inset -1px 0 1px #565a5d, 0 1px 1px #63676a; }
      .pretty.navbar a.toggle i {
        text-shadow: 0 1px 1px #191a1b; }
      .pretty.navbar a.toggle:hover {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4OGQ5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2NWE1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #888d91), color-stop(100%, #565a5d));
        background-image: -moz-linear-gradient(#888d91, #565a5d);
        background-image: -webkit-linear-gradient(#888d91, #565a5d);
        background-image: linear-gradient(#888d91, #565a5d); }
      .pretty.navbar a.toggle:active, .pretty.navbar a.toggle.active {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlNDA0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNGQ1MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e4043), color-stop(100%, #4a4d50));
        background-image: -moz-linear-gradient(#3e4043, #4a4d50);
        background-image: -webkit-linear-gradient(#3e4043, #4a4d50);
        background-image: linear-gradient(#3e4043, #4a4d50);
        -moz-box-shadow: 0 1px 1px #63676a;
        -webkit-box-shadow: 0 1px 1px #63676a;
        box-shadow: 0 1px 1px #63676a; } }
  .pretty.navbar.row {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    @media only screen and (max-width: 767px) {
      .pretty.navbar.row {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; } }
  .pretty.navbar ul li.field input.search {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MWExYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRmNTI1NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #191a1b), color-stop(100%, #4f5255));
    background-image: -moz-linear-gradient(#191a1b, #4f5255);
    background-image: -webkit-linear-gradient(#191a1b, #4f5255);
    background-image: linear-gradient(#191a1b, #4f5255);
    border: none;
    -moz-box-shadow: 0 1px 2px #888d91 !important;
    -webkit-box-shadow: 0 1px 2px #888d91 !important;
    box-shadow: 0 1px 2px #888d91 !important;
    /* Remove this line if you dont want a dropshadow on your navigation*/ }
  .pretty.navbar &gt; ul &gt; li:first-child, .pretty.navbar .pretty.navbar &gt; ul &gt; li:first-child a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.navbar li .dropdown {
  width: auto;
  min-width: 0;
  max-width: 320px;
  height: 0;
  position: absolute;
  background: #fafafa;
  overflow: hidden;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    .navbar li .dropdown .dropdown {
      width: 100%;
      max-width: 100%;
      position: relative;
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .navbar li .dropdown.active .dropdown {
      border-bottom: 1px solid #313436; }
    .navbar li .dropdown.active .dropdown ul {
      position: relative;
      top: 0;
      background: #36393b;
      min-height: 50px;
      max-height: 250px;
      height: auto;
      overflow: auto;
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      .navbar li .dropdown.active .dropdown ul li {
        min-height: 50px;
        border-bottom: #3e4043; }
        .navbar li .dropdown.active .dropdown ul li a {
          color: #fff;
          border-bottom: 1px solid #313436; }
          .navbar li .dropdown.active .dropdown ul li a:hover {
            color: #d04526; } }

.navbar li .dropdown ul {
  margin: 0;
  display: block; }
  .navbar li .dropdown ul &gt; li {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    height: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    @media only screen and (min-width: 768px) and (max-width: 939px) {
      .navbar li .dropdown ul &gt; li {
        max-width: 320px;
        word-wrap: break-word; } }
    .navbar li .dropdown ul &gt; li a {
      display: block;
      padding: 0 20px;
      color: #d04526;
      border-bottom: 1px solid #ccc;
      text-shadow: none;
      height: 51px;
      line-height: 49px; }
      @media only screen and (max-width: 767px) {
        .navbar li .dropdown ul &gt; li a {
          padding: 0 20px; } }
    .navbar li .dropdown ul &gt; li .dropdown {
      display: none;
      background: white; }
  .navbar li .dropdown ul li:first-child a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

.gumby-no-touch .navbar ul li:hover &gt; a,
.gumby-touch .navbar ul li.active &gt; a {
  position: relative;
  background: #868d92;
  z-index: 1000; }

.gumby-no-touch .navbar ul li:hover .dropdown,
.gumby-touch .navbar ul li.active .dropdown {
  min-height: 50px;
  max-height: 561px;
  overflow: visible;
  height: auto;
  width: 100%;
  padding: 0;
  border-top: 1px solid #3e4043;
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); }

.gumby-no-touch .navbar ul li:hover .dropdown ul {
  position: relative;
  top: 0;
  min-height: 50px;
  max-height: 250px;
  height: auto;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  @media only screen and (max-width: 767px) {
    .gumby-no-touch .navbar ul li:hover .dropdown ul {
      overflow: auto;
      background: #36393b; }
      .gumby-no-touch .navbar ul li:hover .dropdown ul li {
        border-bottom: #3e4043; }
        .gumby-no-touch .navbar ul li:hover .dropdown ul li a {
          color: #fff;
          border-bottom: 1px solid #313436; }
          .gumby-no-touch .navbar ul li:hover .dropdown ul li a:hover {
            color: #d04526; } }

.gumby-no-touch .navbar li .dropdown ul &gt; li:hover .dropdown,
.gumby-touch .navbar li .dropdown ul &gt; li.active .dropdown {
  border-top: none;
  display: block;
  position: absolute;
  z-index: 9999;
  left: 100%;
  top: 0;
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .gumby-no-touch .navbar li .dropdown ul &gt; li:hover .dropdown,
    .gumby-touch .navbar li .dropdown ul &gt; li.active .dropdown {
      position: relative;
      left: 0; }
      .gumby-no-touch .navbar li .dropdown ul &gt; li:hover .dropdown ul,
      .gumby-touch .navbar li .dropdown ul &gt; li.active .dropdown ul {
        background: #252728 !important; } }

.gumby-no-touch .navbar li .dropdown ul li a:hover {
  background: #f2f2f2; }

.gumby-touch .navbar a:hover {
  color: #fff !important; }

.subnav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0 0 18px 0;
  padding-top: 4px; }
  .subnav li, .subnav dt, .subnav dd {
    float: left;
    display: inline;
    margin-left: 9px;
    margin-bottom: 4px; }
    .subnav li:first-child, .subnav dt:first-child, .subnav dd:first-child {
      margin-left: 0; }
  .subnav dt {
    color: #f2f2f2;
    font-weight: normal; }
  .subnav li a, .subnav dd a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .subnav li.active a, .subnav dd.active a {
    background: #4a4d50;
    padding: 5px 9px;
    text-shadow: 0 1px 1px #4a4d50; }

/* Buttons */
.btn, .skiplink {
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  -webkit-appearance: none;
  font-family: "Lucida Grande", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  padding: 0 !important;
  text-align: center; }
  .btn &gt; a, .btn input, .btn button, .skiplink &gt; a, .skiplink input, .skiplink button {
    display: block;
    padding: 0 18px;
    color: #fff;
    height: 100%; }
  .btn input, .btn button, .skiplink input, .skiplink button {
    background: none;
    border: none;
    width: 100%;
    font-size: 100%;
    cursor: pointer;
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none; }

.btn.xlarge, .skiplink.xlarge {
  font-size: 30px;
  font-size: 1.875rem;
  height: 66px;
  line-height: 64px; }
  .btn.xlarge a, .skiplink.xlarge a {
    position: relative;
    padding: 0 30px; }
  .btn.xlarge.icon-left a, .skiplink.xlarge.icon-left a {
    padding-left: 66px; }
    .btn.xlarge.icon-left a:before, .skiplink.xlarge.icon-left a:before {
      left: 20px; }
  .btn.xlarge.icon-right a, .skiplink.xlarge.icon-right a {
    padding-right: 66px; }
    .btn.xlarge.icon-right a:after, .skiplink.xlarge.icon-right a:after {
      right: 20px; }
.btn.large, .skiplink.large {
  font-size: 26px;
  font-size: 1.625rem;
  height: 58px;
  line-height: 56px; }
  .btn.large a, .skiplink.large a {
    position: relative;
    padding: 0 26px; }
  .btn.large.icon-left a, .skiplink.large.icon-left a {
    padding-left: 58px; }
    .btn.large.icon-left a:before, .skiplink.large.icon-left a:before {
      left: 17.33333px; }
  .btn.large.icon-right a, .skiplink.large.icon-right a {
    padding-right: 58px; }
    .btn.large.icon-right a:after, .skiplink.large.icon-right a:after {
      right: 17.33333px; }
.btn.medium, .skiplink.medium {
  font-size: 16px;
  font-size: 1rem;
  height: 36px;
  line-height: 34px; }
  .btn.medium a, .skiplink.medium a {
    position: relative;
    padding: 0 16px; }
  .btn.medium.icon-left a, .skiplink.medium.icon-left a {
    padding-left: 36px; }
    .btn.medium.icon-left a:before, .skiplink.medium.icon-left a:before {
      left: 10.66667px; }
  .btn.medium.icon-right a, .skiplink.medium.icon-right a {
    padding-right: 36px; }
    .btn.medium.icon-right a:after, .skiplink.medium.icon-right a:after {
      right: 10.66667px; }
  .btn.medium a, .skiplink.medium a {
    padding: 0 18px; }
.btn.small, .skiplink.small {
  font-size: 10px;
  font-size: 0.625rem;
  height: 23px;
  line-height: 21px; }
  .btn.small a, .skiplink.small a {
    position: relative;
    padding: 0 10px; }
  .btn.small.icon-left a, .skiplink.small.icon-left a {
    padding-left: 23px; }
    .btn.small.icon-left a:before, .skiplink.small.icon-left a:before {
      left: 6.66667px; }
  .btn.small.icon-right a, .skiplink.small.icon-right a {
    padding-right: 23px; }
    .btn.small.icon-right a:after, .skiplink.small.icon-right a:after {
      right: 6.66667px; }
  .btn.small a, .skiplink.small a {
    padding: 0 10px; }
.btn.oval, .skiplink.oval {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }
.btn.pill-left, .skiplink.pill-left {
  -moz-border-radius: 500px 0 0 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px 0 0 500px; }
.btn.pill-right, .skiplink.pill-right {
  -moz-border-radius: 0 500px 500px 0;
  -webkit-border-radius: 0;
  border-radius: 0 500px 500px 0; }

.btn.primary, .skiplink.primary {
  background: #3085d6;
  border: 1px solid #3085d6; }
  .btn.primary:hover, .skiplink.primary:hover {
    background: #5b9ede; }
  .btn.primary:active, .skiplink.primary:active {
    background: #236bb0; }
.btn.secondary, .skiplink.secondary {
  background: #42a35a;
  border: 1px solid #42a35a; }
  .btn.secondary:hover, .skiplink.secondary:hover {
    background: #5bbd73; }
  .btn.secondary:active, .skiplink.secondary:active {
    background: #337f46; }
.btn.default, .skiplink.default {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #555555;
  border: 1px solid #f2f2f2; }
  .btn.default:hover, .skiplink.default:hover {
    background: white; }
  .btn.default:active, .skiplink.default:active {
    background: #d8d8d8; }
  .btn.default:hover, .skiplink.default:hover {
    border: 1px solid #e5e5e5; }
  .btn.default a, .btn.default input, .btn.default button, .skiplink.default a, .skiplink.default input, .skiplink.default button {
    color: #555555; }
.btn.info, .skiplink.info {
  background: #4a4d50;
  border: 1px solid #4a4d50; }
  .btn.info:hover, .skiplink.info:hover {
    background: #63676a; }
  .btn.info:active, .skiplink.info:active {
    background: #313436; }
.btn.danger, .skiplink.danger {
  background: #ca3838;
  border: 1px solid #ca3838; }
  .btn.danger:hover, .skiplink.danger:hover {
    background: #d56060; }
  .btn.danger:active, .skiplink.danger:active {
    background: #a32c2c; }
.btn.warning, .skiplink.warning {
  background: #f6b83f;
  border: 1px solid #f6b83f;
  color: #644405; }
  .btn.warning:hover, .skiplink.warning:hover {
    background: #f8ca70; }
  .btn.warning:active, .skiplink.warning:active {
    background: #f4a60e; }
  .btn.warning a, .btn.warning input, .btn.warning button, .skiplink.warning a, .skiplink.warning input, .skiplink.warning button {
    color: #644405; }
.btn.success, .skiplink.success {
  background: #58c026;
  border: 1px solid #58c026; }
  .btn.success:hover, .skiplink.success:hover {
    background: #72d940; }
  .btn.success:active, .skiplink.success:active {
    background: #44951e; }

.btn.metro, .metro .btn, .metro .skiplink,
.skiplink.metro,
.btn.pretty.squared,
.pretty .squared.btn,
.pretty .squared.skiplink,
.pretty .btn.squared {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.btn.pretty, .pretty .btn, .pretty .skiplink,
.skiplink.pretty,
.btn.metro.rounded,
.metro .rounded.btn,
.metro .rounded.skiplink,
.metro .btn.rounded {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* Labels */
.badge, .label {
  height: 20px;
  display: inline-block;
  font-family: Helvetica, arial, verdana, sans-serif;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #fff; }
  .badge a, .label a {
    color: #fff; }
  .badge.primary, .label.primary {
    background: #3085d6;
    border: 1px solid #3085d6; }
  .badge.secondary, .label.secondary {
    background: #42a35a;
    border: 1px solid #42a35a; }
  .badge.default, .label.default {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #555555; }
    .badge.default:hover, .label.default:hover {
      border-color: #e5e5e5; }
    .badge.default a, .label.default a {
      color: #555555; }
  .badge.info, .label.info {
    background: #4a4d50;
    border: 1px solid #4a4d50; }
  .badge.danger, .label.danger {
    background: #ca3838;
    border: 1px solid #ca3838; }
  .badge.warning, .label.warning {
    background: #f6b83f;
    border: 1px solid #f6b83f;
    color: #644405; }
    .badge.warning a, .label.warning a {
      color: #644405; }
  .badge.success, .label.success {
    background: #58c026;
    border: 1px solid #58c026; }
  .badge.light, .label.light {
    background: #fff;
    color: #555555;
    border: 1px solid #f2f2f2; }
    .badge.light a, .label.light a {
      color: #d04526; }
  .badge.dark, .label.dark {
    background: #212121;
    border: 1px solid #212121; }

.badge {
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.label {
  padding: 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.alert {
  padding: 0 10px;
  font-family: "Lucida Grande", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  list-style-type: none;
  word-wrap: break-word;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .alert.primary {
    background: #85b7e7;
    border: 1px solid #3085d6;
    color: #1a5186; }
  .alert.secondary {
    background: #80cb92;
    border: 1px solid #42a35a;
    color: #255a32; }
  .alert.default {
    background: white;
    border: 1px solid #f2f2f2;
    color: #bfbfbf;
    color: #555555;
    border: 1px solid #f2f2f2; }
  .alert.info {
    background: #7b8085;
    border: 1px solid #4a4d50;
    color: #191a1b;
    color: #f2f2f2; }
  .alert.danger {
    background: #df8989;
    border: 1px solid #ca3838;
    color: #7b2121; }
  .alert.warning {
    background: #fbdca0;
    border: 1px solid #f6b83f;
    color: #c68609;
    color: #644405; }
  .alert.success {
    background: #91e26a;
    border: 1px solid #58c026;
    color: #316b15; }

/* Tabs */
.tabs {
  display: block; }

.tab-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5; }
  .tab-nav &gt; li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 2.12766% 0 0;
    cursor: default;
    top: 1px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff; }
    .tab-nav &gt; li &gt; li {
      display: inline-block;
      width: auto;
      padding: 0;
      margin: 0 2.12766% 0 0;
      cursor: default;
      top: 1px;
      -moz-box-shadow: 0 1px 0 #fff;
      -webkit-box-shadow: 0 1px 0 #fff;
      box-shadow: 0 1px 0 #fff; }
      .tab-nav &gt; li &gt; li &gt; a {
        display: block;
        width: auto;
        padding: 0 16px;
        margin: 0;
        color: #555555;
        font-family: "Lucida Grande", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
        font-weight: 600;
        border: 1px solid #e5e5e5;
        border-width: 1px 1px 0 1px;
        text-shadow: 0 1px 1px white;
        background: #f2f2f2;
        cursor: pointer;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px;
        border-radius: 4px 4px 0 0;
        height: 42px;
        line-height: 40px; }
        .tab-nav &gt; li &gt; li &gt; a:hover {
          text-decoration: none;
          background: whitesmoke; }
        .tab-nav &gt; li &gt; li &gt; a:active {
          background: #ededed; }
      .tab-nav &gt; li &gt; li.active &gt; a {
        height: 43px;
        line-height: 41px;
        background: #fff;
        cursor: default; }
      .tab-nav &gt; li &gt; li:last-child {
        margin-right: 0; }

.tab-nav &gt; li:last-child {
  margin-right: 0; }

.tab-nav &gt; li &gt; a {
  display: block;
  width: auto;
  padding: 0 16px;
  margin: 0;
  color: #555555;
  font-family: "Lucida Grande", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-width: 1px 1px 0 1px;
  text-shadow: 0 1px 1px white;
  background: #f2f2f2;
  cursor: pointer;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  height: 42px;
  line-height: 40px; }
  .tab-nav &gt; li &gt; a:hover {
    text-decoration: none;
    background: whitesmoke; }
  .tab-nav &gt; li &gt; a:active {
    background: #ededed; }

.tab-nav &gt; li.active &gt; a {
  height: 43px;
  line-height: 41px;
  background: #fff; }

.tabs.pill .tab-nav {
  width: 100%;
  /* remove if you dont want the tabs to span the full container width */
  display: table;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .tabs.pill .tab-nav &gt; li {
    display: table-cell;
    margin: 0;
    margin-left: -4px;
    text-align: center;
    top: 0; }
    .tabs.pill .tab-nav &gt; li:first-child {
      margin-left: 0; }
    .tabs.pill .tab-nav &gt; li &gt; a {
      border: none;
      border-right: 1px solid #e5e5e5;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      height: 42px;
      line-height: 40px; }
    .tabs.pill .tab-nav &gt; li:last-child &gt; a {
      border-right: none; }

.tab-content {
  display: none;
  padding: 20px 10px; }
  .tab-content.active {
    display: block; }

.tabs.vertical .tab-nav {
  border: none; }
  .tabs.vertical .tab-nav &gt; li {
    display: block;
    margin: 0;
    margin-bottom: 5px; }
    .tabs.vertical .tab-nav &gt; li.active {
      position: relative;
      z-index: 99; }
      .tabs.vertical .tab-nav &gt; li.active &gt; a {
        border-right: 1px solid #fff; }
    .tabs.vertical .tab-nav &gt; li &gt; a {
      border: 1px solid #e5e5e5;
      -moz-border-radius: 4px 0 0 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px 0 0 4px; }
.tabs.vertical .tab-content {
  padding: 10px 0 30px 20px;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5; }

/* Images */
.image {
  line-height: 0;
  margin-bottom: 20px; }
  .image.circle {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50%;
    border-radius: 50% !important;
    overflow: hidden;
    width: auto; }
  .image.rounded {
    overflow: hidden;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px; }
  .image.photo {
    border: 5px solid #fff;
    -moz-box-shadow: 0 0 1px #555555;
    -webkit-box-shadow: 0 0 1px #555555;
    box-shadow: 0 0 1px #555555; }
    .image.photo.polaroid {
      padding-bottom: 50px;
      background: #fff; }

/* Video */
body .video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  body .video.twitch, body .video.youtube.show_controls {
    padding-top: 30px; }

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

/* Toggles */
.drawer {
  position: relative;
  width: 100%;
  max-height: 0;
  background: #3e4144;
  -moz-box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
  -webkit-box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
  box-shadow: inset 0 -2px 5px #313436, inset 0 2px 5px #313436;
  overflow: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .drawer.active {
    height: auto;
    max-height: 800px;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: black;
  background: rgba(0, 0, 0, 0.8); }
  .modal &gt; .content {
    width: 50%;
    min-height: 50%;
    max-height: 65%;
    position: relative;
    top: 25%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    z-index: 2;
    overflow: auto; }
    @media only screen and (max-width: 768px) {
      .modal &gt; .content {
        width: 80%;
        min-height: 80%;
        max-height: 80%;
        top: 10%; } }
    @media only screen and (max-width: 767px) {
      .modal &gt; .content {
        width: 92.5%;
        min-height: 92.5%;
        max-height: 92.5%;
        top: 3.75%; } }
    .modal &gt; .content &gt; .close {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      z-index: 3; }
  .modal, .modal &gt; .content {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .modal.active {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .modal.active, .modal.active &gt; .content {
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

/* Tables */
table {
  display: table;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #e5e5e5; }
  table caption {
    text-align: center;
    font-size: 30px;
    padding: .75em; }
  table thead th,
  table tbody td,
  table tr td {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #e5e5e5; }
  table tr td, table tbody tr td {
    font-size: 16px; }
  table tr td:first-child {
    font-weight: bold; }
  table thead {
    background-color: #3085d6;
    color: #fff; }
    table thead tr th {
      font-size: 16px;
      font-weight: bold;
      vertical-align: bottom; }
  table.striped tr:nth-of-type(even),
  table table tr.stripe,
  table table tr.striped {
    background-color: #e5e5e5; }
  table.rounded {
    border-radius: 4px;
    border-collapse: separate; }
    table.rounded caption + thead tr:first-child th:first-child,
    table.rounded caption + tr td:first-child,
    table.rounded &gt; thead tr:first-child th:first-child,
    table.rounded &gt; thead tr:first-child td:first-child,
    table.rounded &gt; tr:first-child td:first-child {
      border-top-left-radius: 4px; }
    table.rounded caption + thead tr:first-child th:last-child,
    table.rounded caption + tr td:last-child,
    table.rounded &gt; thead tr:first-child th:last-child,
    table.rounded &gt; thead tr:first-child td:last-child,
    table.rounded &gt; tr:first-child td:last-child {
      border-top-right-radius: 4px; }
    table.rounded thead ~ tr:last-child td:last-child,
    table.rounded tbody tr:last-child td:last-child {
      border-bottom-right-radius: 4px; }
    table.rounded thead ~ tr:last-child td:first-child,
    table.rounded tbody tr:last-child td:first-child {
      border-bottom-left-radius: 4px; }
    table.rounded thead th, table.rounded thead td,
    table.rounded caption + tbody tr:first-child td,
    table.rounded &gt; tbody:first-child tr:first-child td {
      border-top: 0; }

/* Tooltips */
.ttip {
  position: relative;
  cursor: pointer; }
  .ttip:after {
    display: block;
    background: #3085d6;
    border: 1px solid #3085d6;
    border-bottom: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0.5em 0.75em;
    width: auto;
    min-width: 130px;
    max-width: 500px;
    position: absolute;
    left: 0;
    bottom: 101%;
    margin-bottom: 8px;
    text-align: left;
    color: #fff;
    content: attr(data-tooltip);
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YTRlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwODVkNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #65a4e1), color-stop(100%, #3085d6));
    background-image: -moz-linear-gradient(top, #65a4e1, #3085d6);
    background-image: -webkit-linear-gradient(top, #65a4e1, #3085d6);
    background-image: linear-gradient(to bottom, #65a4e1, #3085d6);
    -moz-box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
    -webkit-box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
    box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25); }
  .ttip:before {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 101%;
    left: 8px;
    border-top: 9px solid #3085d6 !important;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none; }
  .ttip:hover:after, .ttip:hover:before {
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

@media only screen and (max-width: 768px) {
  .ttip:after, .ttip:before {
    display: none; } }</pre></body></html>